Skip to content

Commit 6dfa880

Browse files
committed
Update the CHANGELOG
1 parent 50dd8d0 commit 6dfa880

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## Unreleased
99

10+
### Added
11+
12+
- Added `PRIORITY_BINDINGS` class variable, which can be used to control if a widget's bindings have priority by default. https://github.com/Textualize/textual/issues/1343
13+
14+
### Changed
15+
16+
- Renamed the `Binding` argument `universal` to `priority`. https://github.com/Textualize/textual/issues/1343
17+
- When looking for bindings that have priority, they are now looked from `App` downwards. https://github.com/Textualize/textual/issues/1343
18+
- `BINDINGS` on an `App`-derived class have priority by default. https://github.com/Textualize/textual/issues/1343
19+
- `BINDINGS` on a `Screen`-derived class have priority by default. https://github.com/Textualize/textual/issues/1343
20+
1021
### Fixed
1122

1223
- Ensure only printable characters are used as key_display https://github.com/Textualize/textual/pull/1361

0 commit comments

Comments
 (0)