You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -27,6 +30,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
27
30
- Setting `Screen.AUTO_FOCUS` to `None` will inherit `AUTO_FOCUS` from the app instead of disabling it https://github.com/Textualize/textual/issues/2594
28
31
- Setting `Screen.AUTO_FOCUS` to `""` will disable it on the screen https://github.com/Textualize/textual/issues/2594
29
32
- Messages now have a `handler_name` class var which contains the name of the default handler method.
33
+
-`Message.control` is now a property instead of a class variable. https://github.com/Textualize/textual/issues/2528
34
+
-`Tree` and `DirectoryTree` Messages no longer accept a `tree` parameter, using `self.node.tree` instead. https://github.com/Textualize/textual/issues/2529
35
+
- Keybinding <kbd>right</kbd> in `Input` is also used to accept a suggestion if the cursor is at the end of the input https://github.com/Textualize/textual/pull/2604
36
+
-`Input.__init__` now accepts a `suggester` attribute for completion suggestions https://github.com/Textualize/textual/pull/2604
30
37
31
38
### Removed
32
39
@@ -38,33 +45,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
38
45
39
46
### Added
40
47
41
-
- Added Widget.can_view
48
+
- Added `Widget.can_view`
42
49
43
50
### Changed
44
51
45
52
- Textual will now scroll focused widgets to center if not in view
46
53
47
-
## Unreleased
48
-
49
-
### Changed
50
-
51
-
-`Message.control` is now a property instead of a class variable. https://github.com/Textualize/textual/issues/2528
52
-
-`Tree` and `DirectoryTree` Messages no longer accept a `tree` parameter, using `self.node.tree` instead. https://github.com/Textualize/textual/issues/2529
53
-
54
-
## Unreleased
55
-
56
-
### Added
57
-
58
-
-`Suggester` API to compose with widgets for automatic suggestions https://github.com/Textualize/textual/issues/2330
59
-
-`SuggestFromList` class to let widgets get completions from a fixed set of options https://github.com/Textualize/textual/pull/2604
60
-
-`Input` has a new component class `input--suggestion`https://github.com/Textualize/textual/pull/2604
61
-
62
-
### Changed
63
-
64
-
- Keybinding <kbd>right</kbd> in `Input` is also used to accept a suggestion if the cursor is at the end of the input https://github.com/Textualize/textual/pull/2604
65
-
-`Input.__init__` now accepts a `suggester` attribute for completion suggestions https://github.com/Textualize/textual/pull/2604
0 commit comments