Skip to content

Latest commit

 

History

History
74 lines (53 loc) · 2.74 KB

CHANGELOG.md

File metadata and controls

74 lines (53 loc) · 2.74 KB

Changelog

Versions follow Semantic Versioning

[0.5.0]

Added

  • 🍚 Add Timestamp component. #37
  • 🍚 Add Toast component. #60
  • 🍚 Add PageMap component.
  • 🍚 Add icons component package. #17
  • ✨ Add support for top level context provider in the js component api.
  • ✨ Add integrity hash for bundled assets.

[0.4.0]

Added

  • 🍚 Add Dropdown core component. #5
  • 🍚 Add TreeView extra component. #15
  • 🔨 Allow binding arguments to be strings. #56
  • 🔨 Allow lists as binding arguments. #56
  • 🔨 Add spinner to loading/reloading ui.

Fixed

  • 🐛 Fix rendering of list of object containing components. #61

[0.3.0]

Added

  • 🍚 Add ListBox Component. #36
  • 🍚 Add TextArea autosize. #20
  • ✨ Add regex support for binding trigger & states #52

Fixed

  • 🐛 Fix page requirements url. #35
  • 🐛 Fix aspect docstrings. #34
  • 🐛 Fix page url with /. #50

[0.2.0]

Added

  • 🌶️ Add hot reload. #29
  • 🍚 Add PopUp extra component. #14
  • 🔨 Connect websocket only if page has bindings. #7
  • 🔨 Generate react-docs metadata from dazzler command. #4
  • 🔧 Set default session duration to 30 days. #22
  • ✨ Add session refresh. #22
  • 🔨 Add app requirements scope. #21

[0.1.0]

Added

  • ✨ Add page route decorator with auto prefix.
  • 🍚 Add auth components package.
  • ✨ Add middleware support.
  • ✨ Add Sessions.
  • ✨ Add authentication for pages.

Changed

  • 🚧 Improve docstrings generation.
  • 🔨 Rename Container.n_clicks -> clicks.

[0.0.2]

Fixed

  • 🐛 Fix requirements directory permission issues.
  • 🔒 Audit fix.

[0.0.1]

🎉 Initial release