Skip to content

Latest commit

 

History

History
129 lines (96 loc) · 6.27 KB

releasenotes.rst

File metadata and controls

129 lines (96 loc) · 6.27 KB

Enaml Release Notes

0.6.8 - 02/14/2013

  • Added ability to change the Z order of a window and a flag to make it stay on top. d6f618101f
  • Added a multiline text entry widget. dde4bd3409
  • Bugfix when ImageView is used in a ScrollArea. 67133d3fec

0.6.7 - 01/23/2013

  • Added a root_object() method on the Object class which returns the root of the object tree. d9b4830963
  • Properly handle window modality on the Qt backend. 28f2433814
  • Add a destroy_on_close flag to the Window class. 2a63e8cefd
  • Prevent Wx from destroying top-level windows by default. 8e298e768e
  • Add support for adding windows to a session at run-time. c090c0fad6
  • Fix the lifetime bug with the FileDialog. 8e354de858

0.6.6 - 01/10/2013

  • Fix the broken unittests and make them Python 2.6 safe. 2c1d7f01d_

0.6.5 - 01/10/2013

  • Add a stretch factor to the Splitter widget. c2272cf1ef
  • Fix bugs in the Wx splitter implementation. dfa542ba3d

0.6.4 - 01/07/2013

  • Add support for icons on notebook pages on the Qt backend. b6426b7ae9
  • Add support for popup menus in the Wx backend (Qt is already supported). 153f3124b2
  • Add simpler way of building the optional C++ extensions. 4eebd59ae5
  • Update enaml-run to play nice with ETS_TOOLKIT. f864975a87

0.6.3 - 12/11/2012

  • Fix critical bug related to traits Disallow and the attr keyword. 25755e2bbd

0.6.2 - 12/11/2012

  • Fix critical bug for broken dynamic scoping. a788869ab0

0.6.1 - 12/10/2012

  • Fix critical bug in compiler and expression objects. dfb6f648a1

0.6.0 - 12/10/2012

  • Add Icon and Image support using a lazy loading resource sub-framework. 77d5ca3b01
  • Add a traitsui support via the TraitsItem widget (care of Steven Silvester). 9cb9126da1
  • Add matplotlib support via the MPLCanvas widget (care of Steven Silvester). eaa6294566
  • Updated Session api which is more intuitive and easier to use.
  • Updated Object api which is more intuitive and easier to use.
  • Object lifecycle reflected in a state attribute.
  • Huge reduction in memory usage when creating large numbers of objects.
  • Huge reduction in time to create large numbers of objects.
  • New widget registry make it easier to register custom widgets. cc791a52d7
  • Better and faster code analysis via code tracers. 4eceb09f70
  • Fix a parser bug related to relative imports. 3e43e73e90
  • Various other tweaks, bugfixes, and api cleanup.

0.5.1 - 11/19/2012

  • Fix a method naming bug in QSingleWidgetLayout. 7a4c9de7e6
  • Fix a test height computation bug in QFlowLayout. a962d2ae78
  • Invalidate the QFlowLayout on layout request. 1e91a54245
  • Dispatch child events immediately when possible. e869f7124f
  • Destroy child widgets after the children change event is emitted. c695ae35ee
  • Add a preliminary WebView widget. 27faa381dc

0.5.0 - 11/16/2012

  • Merge the feature-async branch into mainline. f86dad8f6e
  • First release with release notes. 8dbed4b9cd