- fix: close_application now actually closes the passed application
0.9.2
- fix: queue transitions instead of letting the last transition interrupt the active one
0.9.1
- hotfix: remove debug background rectangle
0.9.0
- refactor: remove `current_application` and `current_menu` from `MenuWidget`, just keep them as a proxy for the top item of the `stack` - refactor: clean subscriptions in different levels of screen, widget and item - feat: allow action items to return subscribable menus - feat: add `logger` and log subscriptions
0.8.0
- feat: add a mechanism to sync properties with subscribable values (defined in python-redux). applied for these properties: - `MenuWidget`: 1. `application` 1. `sub_menu` 1. `heading` of headed menu 1. `sub_heading` of headed menu 1. `items` of menu 1. `title` of menu - `ItemWidget`: 1. `label` 1. `is_short` 1. `color` 1. `background_color` 1. `icon`
0.7.9
- fix: don't call `application` if it's a subclass of `PageWidget`