Added
- ✨ Add create_task to binding context for long-running tasks.
- ✨ Automatically add pages defined in the `pages_directory` config. [64](https://github.com/T4rk1n/dazzler/issues/64)
- 🚧 Various api shortcuts improvements.
- 🍚 core.Form styling improvements & hidden value support. [79](https://github.com/T4rk1n/dazzler/issues/79)
- 🍚 New core.Container css classes: `center`, `hidden`.
- 🍚 Add maximum, minimum defaults to ProgressBar
- 🍚 Add default style to core.Table
- ✨ Add tie & transform API.
Fixed
- 🐛 Fix binding key error when a state aspect has been set to undefined. [57](https://github.com/T4rk1n/dazzler/issues/57)
- 🐛 Fix app_name from module filename.
- 🐛 Fix nested configs not updated when the values was not updated from default via precept 0.6.4.
- 🐛 Fix core.Dropdown initial value not rendered.