File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
12
12
- Fixed markup escaping edge cases https://github.com/Textualize/textual/pull/5697
13
13
- Fixed incorrect auto height in Collapsible https://github.com/Textualize/textual/pull/5703
14
14
- Fixed issue with keymaps and single-letter keys https://github.com/Textualize/textual/pull/5726
15
+ - Fixed footer / key panel not updating when keymaps are applied https://github.com/Textualize/textual/pull/5724
16
+ - Fixed alignment not being applied when there are min and max limits on dimensions https://github.com/Textualize/textual/pull/5732
15
17
16
18
### Changed
17
19
@@ -120,7 +122,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
120
122
121
123
- Fixed OptionList.add_options exhausting iterator https://github.com/Textualize/textual/pull/5540
122
124
- Fixed screen not refreshing after pop https://github.com/Textualize/textual/pull/5543
123
- - Fixed footer / key panel not updating when keymaps are applied https://github.com/Textualize/textual/pull/5724
124
125
125
126
## [ 2.0.1] - 2025-02-16
126
127
You can’t perform that action at this time.
0 commit comments