Skip to content

Commit cdf7b35

Browse files
authored
Merge branch 'main' into fix-1258
2 parents 00bdb67 + 795265b commit cdf7b35

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+2206
-119
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1212

1313
- Added "inherited bindings" -- BINDINGS classvar will be merged with base classes, unless inherit_bindings is set to False
1414
- Added `Tree` widget which replaces `TreeControl`.
15+
- Added widget `Placeholder` https://github.com/Textualize/textual/issues/1200.
1516

1617
### Changed
1718

1819
- Rebuilt `DirectoryTree` with new `Tree` control.
1920
- Container widgets now have default height of `1fr`.
21+
- The default `width` of a `Label` is now `auto`.
22+
23+
### Fixed
24+
25+
- Type selectors can now contain numbers https://github.com/Textualize/textual/issues/1253
26+
- Fixed visibility not affecting children https://github.com/Textualize/textual/issues/1313
2027

2128
## [0.5.0] - 2022-11-20
2229

docs/api/placeholder.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
::: textual.widgets.Placeholder
526 KB
Loading
1.05 MB
Loading
572 KB
Loading
590 KB
Loading
68.3 KB
Loading
40.7 KB
Loading
169 KB
Loading
58.2 KB
Loading

0 commit comments

Comments
 (0)