Skip to content

Commit 4c3dbb7

Browse files
committed
changelog
1 parent 7f5bdcb commit 4c3dbb7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)