Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 684 Bytes

CHANGES.rst

File metadata and controls

25 lines (20 loc) · 684 Bytes

Changelog

0.1

  • Initial release
  • builds gui of any combination of quasar components
  • supports matplotlib plots via Plot (both non-interactive aka displaying png and interactive via mpld3)
  • Enables dynamic children
  • v-if, v-for, stc. as props, with Computed or Model as dynamically updated value
  • deep Model's
  • ability to add external scripts and styles
  • dark mode
  • Quasar plugins (notify, dialog, dark, ...) via component.api.plugins
  • window can be handled directly via component.api
  • handles multiple windows
  • known issues: - 'change' event does not fire (workaround: use Model.add_callback) - QEditor is not editable (no workaround)