File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -5,32 +5,37 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8- ## [ 0.54.0] - 2023-03-26
8+ ## Unreleased
9+
10+ ### Fixed
11+
12+ - Exceptions inside ` Widget.compose ` or workers weren't bubbling up in tests https://github.com/Textualize/textual/issues/4282
13+
14+ ### Added
15+
16+ - Added ` Document.start ` and ` end ` location properties for convenience https://github.com/Textualize/textual/pull/4267
17+
18+ ## [ 0.54.0] - 2024-03-26
919
1020### Fixed
1121
1222- Fixed a crash in ` TextArea ` when undoing an edit to a selection the selection was made backwards https://github.com/Textualize/textual/issues/4301
1323- Fixed issue with flickering scrollbars https://github.com/Textualize/textual/pull/4315
1424- Fixed issue where narrow TextArea would repeatedly wrap due to scrollbar appearing/disappearing https://github.com/Textualize/textual/pull/4334
1525- Fix progress bar ETA not updating when setting ` total ` reactive https://github.com/Textualize/textual/pull/4316
16- - Exceptions inside ` Widget.compose ` or workers weren't bubbling up in tests https://github.com/Textualize/textual/issues/4282
1726
1827### Changed
1928
2029- ProgressBar won't show ETA until there is at least one second of samples https://github.com/Textualize/textual/pull/4316
2130- ` Input ` waits until an edit has been made, after entry to the widget, before offering a suggestion https://github.com/Textualize/textual/pull/4335
2231
23- ### Added
24-
25- - Added ` Document.start ` and ` end ` location properties for convenience https://github.com/Textualize/textual/pull/4267
26-
27- ## [ 0.53.1] - 2023-03-18
32+ ## [ 0.53.1] - 2024-03-18
2833
2934### Fixed
3035
3136- Fixed issue with data binding https://github.com/Textualize/textual/pull/4308
3237
33- ## [ 0.53.0] - 2023 -03-18
38+ ## [ 0.53.0] - 2024 -03-18
3439
3540### Added
3641
You can’t perform that action at this time.
0 commit comments