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.dark
can now be set fromApp.on_load
without an error being raised #1369- Fixed setting
visibility
changes needing arefresh
#1355
Added
- Added
textual.actions.SkipAction
exception which can be raised from an action to allow parents to process bindings. - Added
textual keys
preview. - 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_BINDINGS
class variable. - Renamed
char
tocharacter
on Key event. - Renamed
key_name
toname
on Key event. - Queries/
walk_children
no longer includes self in results by default #1416