15
0
forked from pool/python-flexx

- Update to 0.7.1:

* Improved shutdown behavior (#533).
  * Small fix in App.export (#532).
  * Fix bahevior when navigating back to a Flexx app (#536).
  * New examples for Openlayers and including local assets (by @ocobacho).
  * Tests, demos and readme are included in the sdist, helping packaging on Linux (by @toddrme2178).
  * Some performance tweaks which should help in larger applications.
  * Add outernode attribute in TreeItem` widget, enabling more powerful subclasses.
  * The Combobox is smarter about the placement of the "dropdown".
  * A new RangeSlider widget.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flexx?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2019-03-19 16:03:42 +00:00
committed by Git OBS Bridge
parent 8f4c715945
commit 8ada6afb6f
4 changed files with 33 additions and 25 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Mar 19 15:25:35 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.7.1:
* Improved shutdown behavior (#533).
* Small fix in App.export (#532).
* Fix bahevior when navigating back to a Flexx app (#536).
* New examples for Openlayers and including local assets (by @ocobacho).
* Tests, demos and readme are included in the sdist, helping packaging on Linux (by @toddrme2178).
* Some performance tweaks which should help in larger applications.
* Add outernode attribute in TreeItem` widget, enabling more powerful subclasses.
* The Combobox is smarter about the placement of the "dropdown".
* A new RangeSlider widget.
-------------------------------------------------------------------
Tue Dec 4 12:48:09 UTC 2018 - Matej Cepl <mcepl@suse.com>