@codemirror/autocomplete
Advanced tools
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.
Changelog
0.17.2 (2021-01-12)
Don't bind Cmd-Space on macOS, since that already has a system default binding. Use Ctrl-Space for autocompletion.