We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44d250a commit d614a97Copy full SHA for d614a97
CHANGELOG.md
@@ -383,6 +383,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
383
- Removed `ctrl_to_caret` and `upper_case_keys` from Footer. These can be implemented in `App.get_key_display`.
384
- Renamed `SystemCommands` to `SystemCommandsProvider` https://github.com/Textualize/textual/pull/4920
385
- Breaking change: Removed `ClassicFooter` widget (please use new `Footer` widget) https://github.com/Textualize/textual/pull/4921
386
+- Breaking change: `App.get_key_display` now requires `textual.binding.Binding` instead of `str`.
387
- Disallowed `Screen` instances in `App.SCREENS` and `App.MODES`
388
389
### Fixed
0 commit comments