Update changelog

This commit is contained in:
Darren Burns
2022-10-31 14:44:24 +00:00
parent 398d18f7ad
commit 5299477bfa

View File

@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- DOMQuery now raises InvalidQueryFormat in response to invalid query strings, rather than cryptic CSS error
- Dropped quit_after, screenshot, and screenshot_title from App.run, which can all be done via auto_pilot
- Widgets are now closed in reversed DOM order
- Input widget justify hardcoded to left to prevent text-align interference
### Added
@@ -25,6 +26,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Added auto_pilot to App.run and App.run_async
- Added Widget._get_virtual_dom to get scrollbars
- Added size parameter to run and run_async
- Added always_update to reactive
## [0.2.1] - 2022-10-23