forked from pool/python-flexx
Accepting request 701284 from home:pgajdos
- version update to 0.8.0
* Adds a `PyWidget` class that can be used as a base class for your high-level
widgets. Because it is a PyComponent, this makes it much easier to write apps
that fully work in Python (desktop-like apps).
* The ``FormLayout`` uses CSS ``grid`` instead of ``<table>``.
* A new ``GridLayout`` widget.
* A new ``MultiLineEdit`` widget.
* Improvements to docs and guide.
* Support for freezing Flexx apps to standalone executables (via PyInstaller).
OBS-URL: https://build.opensuse.org/request/show/701284
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flexx?expand=0&rev=12
This commit is contained in:
committed by
Git OBS Bridge
parent
a7322d5af9
commit
dc7e596ed8
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 7 10:39:18 UTC 2019 - pgajdos@suse.com
|
||||
|
||||
- version update to 0.8.0
|
||||
* Adds a `PyWidget` class that can be used as a base class for your high-level
|
||||
widgets. Because it is a PyComponent, this makes it much easier to write apps
|
||||
that fully work in Python (desktop-like apps).
|
||||
* The ``FormLayout`` uses CSS ``grid`` instead of ``<table>``.
|
||||
* A new ``GridLayout`` widget.
|
||||
* A new ``MultiLineEdit`` widget.
|
||||
* Improvements to docs and guide.
|
||||
* Support for freezing Flexx apps to standalone executables (via PyInstaller).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 22 14:22:42 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user