You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
New Features
State Explorer. Get a snapshot of the current application state by clicking the "View State" button.
Improved traceability and enabled the use of Python debuggers. #137
Dynamic accessors. Use square brackets to dynamically access properties. For example, persons[active_person_id].height. Can be used for binding, enabling binding in Repeater components. #26
Keyboard shortcuts in built-in editor, for saving and toggling log visibility.
Import JavaScript scripts via import_script. For ES6 modules, continue using import_frontend_module.
Foldable categories in Builder's Toolkit.
Fixes
Fix mime type for serving JavaScript files in older versions of Windows, which prevented the server from working properly. Issue #108
Remember light/dark mode preference in built-in code editor.