Merge pull request #1071 from davep/davep-changelog

Update the ChangeLog with some recent changes/fixes
This commit is contained in:
Will McGugan
2022-10-31 14:13:59 +00:00
committed by GitHub

View File

@@ -10,12 +10,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed ### Fixed
- Fixed issue where scrollbars weren't being unmounted - Fixed issue where scrollbars weren't being unmounted
- Fixed how the app title in a `Header` is centred https://github.com/Textualize/textual/issues/1060
- Fixed the swapping of button variants https://github.com/Textualize/textual/issues/1048
- Fixed reserved characters in screenshots https://github.com/Textualize/textual/issues/993
### Changed ### Changed
- DOMQuery now raises InvalidQueryFormat in response to invalid query strings, rather than cryptic CSS error - 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 - 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 - Widgets are now closed in reversed DOM order
- Changed `textual run` so that it patches `argv` in more situations
### Added ### Added