From 124e62e41b82459542b3bb810e9b760c24dcd223 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Gir=C3=A3o=20Serr=C3=A3o?= <5621605+rodrigogiraoserrao@users.noreply.github.com> Date: Tue, 23 May 2023 10:50:00 +0100 Subject: [PATCH] Changelog. --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d702b2e24..bef138a5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,14 +10,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Added -- `Input` widget now supports showing automatic input suggestions https://github.com/Textualize/textual/issues/2330 -- `Input` accepts a parameter `suggestions` with a list of suggestions that show up while the user types https://github.com/Textualize/textual/pull/2604 -- `Input.suggestions` reactive can be used to change the possible completions for a given input https://github.com/Textualize/textual/pull/2604 +- `Suggester` API to compose with `Input` for automatic input suggestions while typing https://github.com/Textualize/textual/issues/2330 +- `SuggestFromList` class to let `Input` widgets get completions from a fixed set of options https://github.com/Textualize/textual/pull/2604 - `Input` has new component class `input--suggestion` https://github.com/Textualize/textual/pull/2604 ### Changed - Keybinding right 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 +- `Input.__init__` now accepts a suggester for completion suggestions https://github.com/Textualize/textual/pull/2604 ## [0.25.0] - 2023-05-17