Skip to content

Releases: zauberzeug/nicegui

examples

12 Oct 03:43
Compare
Choose a tag to compare

line plot performance and yielding for page-ready

10 Oct 15:14
Compare
Choose a tag to compare
  • introduce the yield keyword as an alternative way for defining code that should be executed on-page-ready
  • reduce CPU usage of line plot demo

online docs

10 Oct 09:36
Compare
Choose a tag to compare

Several optimizations to keep the online docs at https://nicegui.io available.
Thanks for all the visits to our page. It really points out opportunities to improve the performance.

improved stylability

09 Oct 11:30
83196ec
Compare
Choose a tag to compare
  • create gaps via tailwind class instead of CSS style (see #104)
  • raising exception for javascript execution if page is not ready (see #112)
  • more examples
  • improved documentation

bugfixes

05 Oct 08:56
Compare
Choose a tag to compare
  • fix props and style parsing for certain edge cases

improved .props()

05 Oct 03:14
Compare
Choose a tag to compare
  • improve style and props parsing to support multi-word props; now you can write .props('name="some multi-word value"') (see #98)
  • testing joystick behaviour and styling with integration tests
  • fixed auto-screenshot in integration tests

bugfixes

04 Oct 16:40
Compare
Choose a tag to compare
  • allow tuples as keys in ui.select, ui.toggle and ui.radio
  • improved test infrastructure (including screenshots)
  • fixed default ui.joystick

fix page registration

01 Oct 11:52
Compare
Choose a tag to compare

fixed page registration (#100)

fixed docker image

30 Sep 04:02
Compare
Choose a tag to compare
  • added missing file to docker image

docs & main.py

30 Sep 03:32
Compare
Choose a tag to compare
  • minor documentation improvements
  • fixed scrolling to anchor tag for main.py
  • fixed persistence of traffic data for main.py