- improved layout of `main.py` - adding example [Image Mask Overlay](https://github.com/zauberzeug/nicegui/blob/main/examples/image_mask_overlay/main.py) to shows how an image can be overlayed with a mask
0.9.18
Not secure
- allow declaring path parameters for ui.page like with ui.get (105) - improved javascript execution (112) - exceptions during page creation now present a "nice" 500 page (119) - provided more complex examples (90) - fixed infinite loops created by timers on individual pages for each connection (118)
0.9.17
Not secure
fixed and improved lifecycle example (see 103)
0.9.16
Not secure
- fix binding
0.9.15
Not secure
- show a few simple examples on the [nicegui.io](https://nicegui.io) index page - [3d scene example](https://github.com/zauberzeug/nicegui/tree/main/examples/3d_scene) - merged code improvement with MixIns from hroemer (113) - bugfixes
0.9.14
Not secure
- 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