------------------
- Add ability to set color/font/word_wrap on declarative UI labels.
- Enable strict typing on entire library.
- Drop support for Python 3.7, enable support for Python 3.10.
- Add methods to create persistent value models.
- Allow subclasses to override persistent value behavior.
- Configure stack widgets to expand/contract as content changes.
- Fix issue with declarative label width.
- Extend declarative components to make it easier to implement all-in-one handler+view.
- Improve handling of focus in dock widgets.
- Add divider and draw canvas items and declarative divider.
- Standardize to use a single event loop managed by Application.
- Add canvas item slider.