- 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
0.9.9
Not secure
- allow tuples as keys in `ui.select`, `ui.toggle` and `ui.radio` - improved test infrastructure (including screenshots) - fixed default `ui.joystick`
0.9.8
Not secure
fixed page registration (100)
0.9.7
Not secure
- added missing file to docker image
0.9.6
Not secure
- minor documentation improvements - fixed scrolling to anchor tag for `main.py` - fixed persistence of traffic data for `main.py`
0.9.5
Not secure
- auto-context for on_page_ready (see [example](https://github.com/zauberzeug/nicegui/blob/a735a994cb3c8468fe35ec91d0ce6d4c1f5cce13/tests/test_pages.py#L183-L189)) - `main.py`: load api documentation and examples `on_page_ready`: This reduces the time to first byte. - `ValueElement` now has a `set_value` method - improved traffic chart on `main.py`