2018-10-29 16:00:07 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 29 15:58:48 UTC 2018 - Todd R <toddrme2178@gmail.com>
|
|
|
|
|
|
|
|
- Update to version 0.6.2
|
|
|
|
* Bugfix in combobox.
|
|
|
|
* BSDF check dtype in JS.
|
|
|
|
- Update to version 0.6.0
|
|
|
|
* Add ``Widget.minsize_from_children`` property (#497).
|
|
|
|
* Update BSDF (data serialization).
|
|
|
|
* Widgets van be orphaned upon initialization by setting parent to None (#493)
|
|
|
|
* Some internal improvements on the dropdown widget.
|
|
|
|
- Update to version 0.5.0
|
|
|
|
* A major refactoring of the event system.
|
|
|
|
* We spun out the PyScript transpiler into the PScript project, as well
|
|
|
|
as the webruntime and dialite project. This means that Flexx itself
|
|
|
|
is focussed on the GUI aspect alone.
|
|
|
|
* Added touch support.
|
|
|
|
* Dropped the depency on Phosphor.js.
|
|
|
|
* A new combined namespace: ``from flexx import flx``.
|
|
|
|
* A proper guide in the docs.
|
|
|
|
* More examples.
|
|
|
|
|
2018-03-03 17:31:58 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Mar 3 16:15:44 UTC 2018 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Summary and description improvements.
|
|
|
|
|
2018-01-10 20:26:14 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Dec 1 18:33:09 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- intial version
|