- feat: make all fields of `Menu` and `Item` and their sub classes accept callables
0.7.7
- fix: dispatch `on_close` when a `PageWidget` is left (`on_leave` is dispatched) - style: improve layout of `HeadedMenu`
0.7.6
- fix: let `title` in `PageWidget` accept `None`
0.7.5
- fix: allow `None` value for `title` property of `PageWidget`
0.7.4
- fix: avoid unnecessary property caching causing temporary inaccurate state for `MenuWidget`
0.7.2
- feat: different transitions for different actions of `MenuWidget` - refactor: add default values for properties of `ItemWidget` - style: improve layout of `NotificationWidget`