@codemirror/autocomplete
Advanced tools
Changelog
6.2.0 (2022-09-13)
Autocompletion now takes an interactionDelay
option that can be used to control the delay between the time where completion opens and the time where commands like acceptCompletion
affect it.
Changelog
6.1.1 (2022-09-08)
Fix a bug that prevented transactions produced by deleteBracketPair
from being marked as deletion user events.
Improve positioning of completion info tooltips so they are less likely to stick out of the screen on small displays.
Changelog
6.1.0 (2022-07-19)
You can now provide a compareCompletions
option to autocompletion to influence the way completions with the same match score are sorted.
The selectOnOpen
option to autocompletion can be used to require explicitly selecting a completion option before acceptCompletion
does anything.
Changelog
6.0.3 (2022-07-04)
Fix a bug that caused closeBrackets
to not close quotes when at the end of a syntactic construct that starts with a similar quote.
Changelog
6.0.2 (2022-06-15)
Declare package dependencies as peer dependencies as an attempt to avoid duplicated package issues.
Changelog
0.20.3 (2022-05-30)
Add an aria-label to the completion listbox.
Fix a regression that caused transactions generated for completion to not have a userEvent
annotation.