@codemirror/autocomplete
Advanced tools
Changelog
0.18.6 (2021-06-03)
Adding or reconfiguring completion sources will now cause them to be activated right away if a completion was active.
You can now specify multiple types in Completion.type
by separating them by spaces. Small doc comment tweak for Completion.type
Changelog
0.18.5 (2021-04-23)
Fix a regression where snippet field selection didn't work with @codemirror/state 0.18.6.
Fix a bug where snippet fields with different position numbers were inappropriately merged.
Changelog
0.18.4 (2021-04-20)
Fix a crash in Safari when moving the selection during composition.
Changelog
0.18.2 (2021-03-14)
Fix unintended ES2020 output (the package contains ES6 code again).
Changelog
0.18.1 (2021-03-11)
Stop active completion when all sources resolve without producing any matches.
Completion.info
may now return a promise.
Changelog
0.18.0 (2021-03-03)
Only preserve selected option across updates when it isn't the first option.
Changelog
0.17.4 (2021-01-18)
Fix a styling issue where the selection had become invisible inside snippet fields (when using drawSelection
).
Snippet fields can now be selected with the pointing device (so that they are usable on touch devices).
Changelog
0.17.3 (2021-01-18)
Fix a bug where uppercase completions would be incorrectly matched against the typed input.