------------------- - Fix byte ordering bug when exporting RGB data to SVG (includes complex data displays). - Do not automatically using expanding layout when setting min-width or min-height on widget. - Add 'expanded' property to SectionWidget for programmatic control. - Fix issue to avoid combo box having dangling update after close. - Fix another issue with closing dynamic components.
0.3.22
------------------- - Fix skewing issue drawing raster images with odd widths in pyqt UI. - Fix issues with dynamic declarative components. - Keep selection (by index) on combo box, if possible, when replacing items.
0.3.21
------------------- - Add 2 pixel margin to tree widget to avoid undesired scrolling behavior. - Add text edit widget to declarative. - Allow window show method to specify position and size.
0.3.20
------------------- - Fix issue with drawing context when writing RGB data to SVG. - Load resources using pkgutil to be more compatible with embedding. - Add bitmap loader based on imageio. - Improve exception handling in pyqt callbacks to avoid crashes.
0.3.19
------------------- - Fix issues with line edits: returns, escapes, and editing finished events. - Fix issue with menu items being enabled for key shortcuts. - Add support for window level key handling.
0.3.17
------------------- - Add ability to specify width on declarative label, push button, combo box. - Fix problem comparing keyboard modifiers in pyqt. - Add text button widget. - Fix text color in SVG.