https://textual.textualize.io/blog/2023/05/03/textual-0230-improves-message-handling/
[0.23.0] - 2023-05-03
Fixed
- Fixed
outline
top and bottom not handling alpha - #2371 - Fixed
!important
not applying toalign
#2420 - Fixed
!important
not applying toborder
#2420 - Fixed
!important
not applying tocontent-align
#2420 - Fixed
!important
not applying tooutline
#2420 - Fixed
!important
not applying tooverflow
#2420 - Fixed
!important
not applying toscrollbar-size
#2420 - Fixed
outline-right
not being recognised #2446
Changed
- Setting attributes with a
compute_
method will now raise anAttributeError
#2383 - Unknown psuedo-selectors will now raise a tokenizer error (previously they were silently ignored) #2445
- Breaking change:
DirectoryTree.FileSelected.path
is now always aPath
#2448 - Breaking change:
Directorytree.load_directory
renamed toDirectorytree._load_directory
#2448 - Unknown pseudo-selectors will now raise a tokenizer error (previously they were silently ignored) #2445