Changelog

This commit is contained in:
Will McGugan 2025-04-11 12:42:18 +01:00
parent 979a2d5f7a
commit 14b5f4091b

View file

@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Fixed `OptionList` size after removing or clearing options https://github.com/Textualize/textual/issues/5728
- Fixed footer / key panel not updating when keymaps are applied https://github.com/Textualize/textual/pull/5724
- Fixed alignment not being applied when there are min and max limits on dimensions https://github.com/Textualize/textual/pull/5732
- Fixed issues with OptionList scrollbar not updating https://github.com/Textualize/textual/pull/5736
### Changed