- refactor: set key of menu items returned by the action of `ActionItem` if the `ActionItem` itself has a key
0.13.7
- refactor: handle `text` field of `SpinnerWidget` when it contains kivy markup but yet reduces to `` when markup is removed
0.13.6
- fix: add `SpinnerWidget` to kivy factory
0.13.5
- refactor: use `SpinnerWidget` in place of `Label` for all dynamic contents labels, setting its `text` to `` will spin it, otherwise it behaves like a `Label`
0.13.4
- chore: migrate from poetry to uv for the sake of improving performance and dealing with conflicting sub-dependencies - feat: add spinner widget which doesn't trigger whole screen renders and uses new local renders of headless-kivy - chore: update to the latest version of headless-kivy