The Community Supported Release
The first community supported release.
Mostly fixes and a few helpful additions. See below for details...
[3.3.0] - 2025-06-01
Fixed
- Fixed
VERTICAL_BREAKPOINTS
doesn't work #5785 - Fixed
Button
allowing text selection #5770 - Fixed running
App.run
afterasyncio.run
#5799 - Fixed triggering a deprecation warning in py >= 3.10 #5799
- Fixed
Input
invalid cursor position after updating the value #5811 - Fixed
DEFAULT_CLASSES
when applied to App #5827 - Fixed order of implicit content tag closing #5823
Added
- Exposed
CollapsibleTitle
#5810 - Added
Color.hsv
property andColor.from_hsv
class method #5803 - Added
cursor_at_start
andcursor_at_end
properties to theInput
widget #5830
Changed
- Added a few features to
python -m textual.markup
playground #5823