- feat: add `on_dismiss` event to `NotificationWidget` - refactor: extract `DANGER_COLOR` and `SUCCESS_COLOR` previously hardcoded in `PromptWidget`
0.7.0
- refactor: migrate from `TypedDict` to `Immutable` of python-immutable for the sake of better compatibility with python-redux - refactor: remove `NotificationManager` as it is beyond the scope of this package - refactor: minor improvements in typehints
0.6.5
- docs: update `README.me`
0.6.4
- feat: make `MenuWidget` subscribe to the items of the current menu if it provides a `subscribe` property
0.6.3
- refactor: make prompt widget responsive to changes of its items
0.6.2
- refactor: make constants globally accessible for all kv files with `UBO_GUI_` prefix