enaml v0.10.2 Release Notes

Release Date: 2018-03-05 // about 6 years ago
    • ๐Ÿ›  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