Skip to content

v0.2.8

Compare
Choose a tag to compare
@ramedina86 ramedina86 released this 04 Oct 20:45
· 1441 commits to master since this release
1010dc7

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.