You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## Unreleased
9
9
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
+
10
21
### Fixed
11
22
12
23
- Ensure only printable characters are used as key_display https://github.com/Textualize/textual/pull/1361
0 commit comments