JustPy 0.0.9
New in this release:
-
Ability to run locally without an internet connection by setting the `NO_INTERNET' option https://justpy.io/tutorial/configuration/#working-locally-without-an-internet-connection
-
Initial drag and drop support
https://justpy.io/tutorial/drag_and_drop/ -
Ability to create your own advanced components that include a Vue.js counterpart to the Python counterpart
https://justpy.io/tutorial/advanced_components/ -
When
LOGGING_LEVEL = DEBUG
in justpy.env more detailed information is given when there is error in a event handler -
WebPage events (documentation coming soon)
In addition there were minor bug fixes