Releases: Textualize/textual
Releases · Textualize/textual
Bump Rich
Bumps Rich to latest release
[0.1.17] - 2022-03-10
Changed
- Bumped Rich dependency
Fix escape key on Windows
[0.1.16] - 2022-03-10
Fixed
- Fixed escape key hanging on Windows
Windows Support
Windows support has landed. Still experimental -- let us know if you run in to any problems!
[0.1.15] - 2022-01-31
Added
- Added Windows Driver
Bumps Rich to 11.0.0
[0.1.14] - 2022-01-09
Changed
- Updated Rich dependency to 11.X
v0.1.13: Merge pull request #192 from willmcgugan/timer-fix
[0.1.13] - 2022-01-01
Fixed
- Fixed spurious characters when exiting app #82
- Fixed increasing delay when exiting
v0.1.11
[0.1.11] - 2021-09-12
Changed
- Changed message handlers to use prefix handle_
- Renamed messages to drop the Message suffix
- Events now bubble by default
- Refactor of layout
Added
- Added App.measure
- Added auto_width to Vertical Layout, WindowView, an ScrollView
- Added big_table.py example
- Added easing.py example
v0.1.10
[0.1.10] - 2021-08-25
Added
- Added keyboard control of tree control
- Added Widget.gutter to calculate space between renderable and outside edge
- Added margin, padding, and border attributes to Widget
Changed
- Callbacks may be async or non-async.
- Event handler event argument is optional.
- Fixed exception in clock example #52
- Added Message.wait() which waits for a message to be processed
- Key events are now sent to widgets first, before processing bindings
New Layout system
In this version there is a new more-powerful renderer that supports overlapping regions. There is also a new layout engine which is more intuitive that Rich's Layout clas.
Smoooooth scrolling
Refactor of view / widget system. Animation.