Skip to content

Commit ba5ec6b

Browse files
Merge branch 'main' of https://github.com/Textualize/Textual into placeholder
2 parents f427c55 + 8760c3c commit ba5ec6b

Some content is hidden

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

75 files changed

+5949
-734
lines changed

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,28 @@
11
# Change Log
22

3-
43
All notable changes to this project will be documented in this file.
54

65
The format is based on [Keep a Changelog](http://keepachangelog.com/)
76
and this project adheres to [Semantic Versioning](http://semver.org/).
87

9-
## [0.5.0] - Unreleased
8+
9+
## [0.6.0] - Unreleased
10+
11+
### Added
12+
13+
- Added "inherited bindings" -- BINDINGS classvar will be merged with base classes, unless inherit_bindings is set to False
14+
- Added `Tree` widget which replaces `TreeControl`.
15+
16+
### Changed
17+
18+
- Rebuilt `DirectoryTree` with new `Tree` control.
19+
- The default `width` of a `Label` is now `auto`.
20+
21+
### Fixed
22+
23+
- Type selectors can now contain numbers https://github.com/Textualize/textual/issues/1253
24+
25+
## [0.5.0] - 2022-11-20
1026

1127
### Added
1228

@@ -46,6 +62,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4662
- Fixed containers with transparent background not showing borders https://github.com/Textualize/textual/issues/1175
4763
- Fixed auto-width in horizontal containers https://github.com/Textualize/textual/pull/1155
4864
- Fixed Input cursor invisible when placeholder empty https://github.com/Textualize/textual/pull/1202
65+
- Fixed deadlock when removing widgets from the App https://github.com/Textualize/textual/pull/1219
4966

5067
## [0.4.0] - 2022-11-08
5168

docs/api/directory_tree.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
::: textual.widgets.DirectoryTree

docs/api/tree.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
::: textual.widgets.Tree

docs/api/tree_node.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
::: textual.widgets.TreeNode

docs/blog/.authors.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,15 @@ willmcgugan:
22
name: Will McGugan
33
description: CEO / code-monkey
44
avatar: https://github.com/willmcgugan.png
5+
darrenburns:
6+
name: Darren Burns
7+
description: Code-monkey
8+
avatar: https://github.com/darrenburns.png
9+
davep:
10+
name: Dave Pearson
11+
description: Code-monkey
12+
avatar: https://github.com/davep.png
13+
rodrigo:
14+
name: Rodrigo Girão Serrão
15+
description: Code-monkey
16+
avatar: https://github.com/rodrigogiraoserrao.png
526 KB
Loading
1.05 MB
Loading
572 KB
Loading
590 KB
Loading

docs/blog/images/placeholder-example.svg

Lines changed: 165 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)