File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1515- Fixed running ` App.run ` after ` asyncio.run ` https://github.com/Textualize/textual/pull/5799
1616- Fixed triggering a deprecation warning in py >= 3.10 https://github.com/Textualize/textual/pull/5799
1717- Fixed ` Input ` invalid cursor position after updating the value https://github.com/Textualize/textual/issues/5811
18- - Fixed ` DEFAULT_CLASSES ` when applied to App
18+ - Fixed ` DEFAULT_CLASSES ` when applied to App https://github.com/Textualize/textual/pull/5827
19+ - Fixed order of implicit content tag closing https://github.com/Textualize/textual/pull/5823
1920
2021### Added
2122
2223- Exposed ` CollapsibleTitle ` https://github.com/Textualize/textual/pull/5810
24+ - Added ` Color.hsv ` property and ` Color.from_hsv ` class method https://github.com/Textualize/textual/pull/5803
2325
24- ### Added
26+ ### Changed
2527
26- - Added ` Color.hsv ` property and ` Color.from_hsv ` class method https://github.com/Textualize/textual/pull/5803
28+ - Added a few features to ` python -m textual.markup ` playgound https://github.com/Textualize/textual/pull/5823
2729
2830## [ 3.2.0] - 2025-05-02
2931
You can’t perform that action at this time.
0 commit comments