File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
- # Unreleased
8
+ # [ 5.3.0 ] - 2025-08-07
9
9
10
10
### Added
11
11
12
12
- Added ` Content.simplify ` https://github.com/Textualize/textual/pull/6023
13
13
- Added ` textual.reactive.Initialize ` https://github.com/Textualize/textual/pull/6023
14
14
15
+ ### Fixed
16
+
17
+ - Fixed issue with IDs in markdown https://github.com/Textualize/textual/pull/6019 https://github.com/Textualize/textual/pull/6023
18
+
15
19
## [ 5.2.0] - 2025-08-01
16
20
17
21
### Added
@@ -3054,6 +3058,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
3054
3058
- New handler system for messages that doesn't require inheritance
3055
3059
- Improved traceback handling
3056
3060
3061
+ [ 5.3.0 ] : https://github.com/Textualize/textual/compare/v5.2.0...v5.3.0
3057
3062
[ 5.2.0 ] : https://github.com/Textualize/textual/compare/v5.1.1...v5.2.0
3058
3063
[ 5.1.1 ] : https://github.com/Textualize/textual/compare/v5.1.0...v5.1.1
3059
3064
[ 5.1.0 ] : https://github.com/Textualize/textual/compare/v5.0.1...v5.1.0
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " textual"
3
- version = " 5.2 .0"
3
+ version = " 5.3 .0"
4
4
homepage = " https://github.com/Textualize/textual"
5
5
repository = " https://github.com/Textualize/textual"
6
6
documentation = " https://textual.textualize.io/"
You can’t perform that action at this time.
0 commit comments