- Update to 0.8.4: There are small typos in: - docs/guide/widget_basics.rst - flexx/app/_session.py - flexx/app/tests/test_asset.py - flexx/event/_js.py - flexx/event/_reaction.py - flexx/ui/_widget.py - flexx/util/tests/test_config.py - flexxamples/howtos/echarts_example.py - flexxamples/testers/tricky_events.py Fixes: - Should read `precedence` rather than `precedense`. - Should read `assets` rather than `assests`. - Should read `simultaneously` rather than `simultenously`. - Should read `service` rather than `survice`. - Should read `occurrence` rather than `occurance`. - Should read `eliminate` rather than `elliminate`. - Should read `declarative` rather than `declerative`. - Should read `children` rather than `childen`. - Should read `capturing` rather than `caputuring`. - Should read `aggregated` rather than `agregated`. Some measures against memory leakage (#725) * fix memleak * help prevent rise in memory * quick check to see if this causes the ci test error * nope, error was already there * fix ci? Fix introducion of faulty JS (#710) Fix CI glitch properly (#706) OBS-URL: https://build.opensuse.org/request/show/1006709 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flexx?expand=0&rev=20
137 lines
5.3 KiB
Plaintext
137 lines
5.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Sep 28 14:33:05 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- Update to 0.8.4:
|
|
There are small typos in:
|
|
- docs/guide/widget_basics.rst
|
|
- flexx/app/_session.py
|
|
- flexx/app/tests/test_asset.py
|
|
- flexx/event/_js.py
|
|
- flexx/event/_reaction.py
|
|
- flexx/ui/_widget.py
|
|
- flexx/util/tests/test_config.py
|
|
- flexxamples/howtos/echarts_example.py
|
|
- flexxamples/testers/tricky_events.py
|
|
Fixes:
|
|
- Should read `precedence` rather than `precedense`.
|
|
- Should read `assets` rather than `assests`.
|
|
- Should read `simultaneously` rather than `simultenously`.
|
|
- Should read `service` rather than `survice`.
|
|
- Should read `occurrence` rather than `occurance`.
|
|
- Should read `eliminate` rather than `elliminate`.
|
|
- Should read `declarative` rather than `declerative`.
|
|
- Should read `children` rather than `childen`.
|
|
- Should read `capturing` rather than `caputuring`.
|
|
- Should read `aggregated` rather than `agregated`.
|
|
Some measures against memory leakage (#725)
|
|
* fix memleak
|
|
* help prevent rise in memory
|
|
* quick check to see if this causes the ci test error
|
|
* nope, error was already there
|
|
* fix ci?
|
|
Fix introducion of faulty JS (#710)
|
|
Fix CI glitch properly (#706)
|
|
Fix CI glitches (#705)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 15 15:58:42 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.8.3:
|
|
* Fixed a bug where with the latest PScript (0.7.6)
|
|
Flexx wont start in the browser
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 1 09:06:12 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to 0.8.2
|
|
* Support for Python 3.9.
|
|
* More symmetry between Py and Js widgets (#698)
|
|
* A Flask server backend.
|
|
* CI uses GH Actions instead of Travis.
|
|
- from version 0.8.1
|
|
* Support for Python 3.8.
|
|
* Support for latest Tornado (includes a workaround for py38+win).
|
|
* Several fixes to various widgets.
|
|
* Various fixes to the docs.
|
|
* A few new examples.
|
|
- Update BuildRequires and Requires from setup.py
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 23 10:06:21 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- skip python 3.6 build (no numpy)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 26 06:34:17 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
|
|
|
- %python3_only -> %python_alternative
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Fix the URL
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
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.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 3 16:15:44 UTC 2018 - jengelh@inai.de
|
|
|
|
- Summary and description improvements.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 1 18:33:09 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
- intial version
|