v0.8.0 with textual keys
Version 0.8.0 adds a new textual keys command which you can use to preview key events.
There are a few minor breaking changes in this release. See below for details.
[0.8.0] - 2022-12-22
Fixed
- Fixed issues with nested auto dimensions #1402
- Fixed watch method incorrectly running on first set when value hasn't changed and init=False #1367
App.darkcan now be set fromApp.on_loadwithout an error being raised #1369- Fixed setting
visibilitychanges needing arefresh#1355
Added
- Added
textual.actions.SkipActionexception which can be raised from an action to allow parents to process bindings. - Added
textual keyspreview. - Added ability to bind to a character in addition to key name. i.e. you can bind to "." or "full_stop".
- Added TextLog.shrink attribute to allow renderable to reduce in size to fit width.
Changed
- Deprecated
PRIORITY_BINDINGSclass variable. - Renamed
chartocharacteron Key event. - Renamed
key_nametonameon Key event. - Queries/
walk_childrenno longer includes self in results by default #1416
