File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8- ## Unreleased
9-
10- - Add ` min-height: 1; ` to ` LoadingIndicator ` 's ` DEFAULT_CSS ` .
8+ ## [ 0.34.0] - 2023-08-22
119
1210### Added
1311
@@ -22,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2220### Changed
2321
2422- grid-columns and grid-rows now accept an ` auto ` token to detect the optimal size https://github.com/Textualize/textual/pull/3107
23+ - LoadingIndicator now has a minimum height of 1 line.
2524
2625### Fixed
2726
@@ -1197,6 +1196,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
11971196- New handler system for messages that doesn't require inheritance
11981197- Improved traceback handling
11991198
1199+ [ 0.34.0 ] : https://github.com/Textualize/textual/compare/v0.33.0...v0.34.0
12001200[ 0.33.0 ] : https://github.com/Textualize/textual/compare/v0.32.0...v0.33.0
12011201[ 0.32.0 ] : https://github.com/Textualize/textual/compare/v0.31.0...v0.32.0
12021202[ 0.31.0 ] : https://github.com/Textualize/textual/compare/v0.30.0...v0.31.0
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " textual"
3- version = " 0.33 .0"
3+ version = " 0.34 .0"
44homepage = " https://github.com/Textualize/textual"
55description = " Modern Text User Interface framework"
66authors = [
" Will McGugan <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments