Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-07 | 831 Bytes | |
The Lucky number Sevens release source code.tar.gz | 2025-07-07 | 30.1 MB | |
The Lucky number Sevens release source code.zip | 2025-07-07 | 31.3 MB | |
Totals: 3 Items | 61.4 MB | 0 |
A few enhancements, including a handy getters module for creating properties to get widgets.
Also a potentially breaking change, see below for the details...
[3.7.0] - 2025-07-07
Added
- Added textual.getters https://github.com/Textualize/textual/pull/5930
- Added a
show_cursor
boolean to TextArea https://github.com/Textualize/textual/pull/5934
Changed
- Potential breaking change: Changed default
query_one
andquery_exactly_one
search to breadth first https://github.com/Textualize/textual/pull/5930 - Cursor is now visible by default when in read only mode (restoring pre 3.6.0 behavior) https://github.com/Textualize/textual/pull/5934
Fixed
- Fixed issue with Keylines not scrolling https://github.com/Textualize/textual/pull/5936