JustPy 0.1.0
New features:
-
Added debounce and throttle options to mouse events https://justpy.io/tutorial/handling_events/#the-debounce-and-throttle-event-modifiers
-
Added run_method to quasar objects https://justpy.io/quasar_tutorial/introduction/#running-quasar-component-methods
-
Added the children method that enables html like definition https://justpy.io/reference/htmlcomponent/#children
-
Added the click__out event https://justpy.io/tutorial/handling_events/#the-click__out-event
-
Added reload method the WebPage https://justpy.io/reference/webpage/#async-def-relaodself
-
Added how to section to docs https://justpy.io/how_to/monitor_idle/
There were also minor bug fixes