All Versions
16
Latest Version
Avg Release Cycle
158 days
Latest Release
1259 days ago

Changelog History
Page 1

  • v0.12.0 Changes

    November 04, 2020

    โž• Add support for Python 3.9 and official support for PySide2

  • v0.12.0.rc1

    November 04, 2020
  • v0.11.2

    June 04, 2020
  • v0.11.1

    May 01, 2020
  • v0.11.0

    April 06, 2020
  • v0.10.4

    September 18, 2019
  • v0.10.3

    January 29, 2019
  • v0.10.3.dev

    February 27, 2018
  • v0.10.3.a0 Changes

    March 05, 2018
    • โœ‚ remove dependency on future to reduce import time PR #255
    • โž• add constraints to enforce image aspect ratio in ImageView PR #254
    • ๐Ÿ‘Œ improvements to the scintilla widget and live editor PR #243
  • v0.10.2 Changes

    March 05, 2018
    • ๐Ÿ›  fix import of QScintilla under PyQt5 PR #230
    • โž• add support for importing enaml files from zip archives #232
    • ๐Ÿ›  fix menu item ordering under Python 3 #233
    • ๐Ÿ›  fix repr of declarative function objects #235
    • properly reset layout_container member in qt backend after a widget has been
      reparented #240
    • ๐Ÿ›  fix calls to explicit_warn which could lead to global vars corruption #247
    • โž• add a text align member to Field to control text alignment #249
    • ๐Ÿ›  fix the parsing rules for function definitions #252
    • several improvements to the handling of comprehensions and lambdas #242 #245