Package Release Info

python-flexx-0.8.0-bp153.1.17

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python3-flexx

Change Logs

Version: 0.8.0-bp152.1.9
* Tue May 07 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 2019 Tomá? Chvátal <tchvatal@suse.com>
- Fix the URL
* Tue Mar 19 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 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
* Mon Oct 29 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.
Version: 0.4.1-bp150.2.4
* Sat Mar 03 2018 jengelh@inai.de
- Summary and description improvements.
* Fri Dec 01 2017 toddrme2178@gmail.com
- intial version