File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 16
16
* ` Input ` values that are invalid are now also stored in ` History `
17
17
* Resolve some issues with cursor positioning in ` Input ` when using ` utf-8 ` characters
18
18
* Correct page is shown when default selected option is not on the first page for ` Select `
19
+ * Fix panic in ` FuzzySelect ` when using non-ASCII characters
20
+ * Add handling of ` Delete ` key for ` FuzzySelect `
19
21
20
22
### Breaking
21
23
26
28
* Prompt interaction functions now take ` self ` instead of ` &self `
27
29
* Prompt interaction functions and other operations now return ` dialouger::Result ` instead of ` std::io::Result `
28
30
* Rename ` Validator ` to ` InputValidator `
31
+ * The trait method ` Theme::format_fuzzy_select_prompt() ` now takes a byte position instead of a cursor position in order to support UTF-8.
29
32
30
33
## 0.10.4
31
34
You can’t perform that action at this time.
0 commit comments