@codemirror/autocomplete
Advanced tools
+8
-0
@@ -0,1 +1,9 @@ | ||
| ## 6.20.3 (2026-06-03) | ||
| ### Bug fixes | ||
| In snippets, treat tab stop 0 as the final one, aligning with a widely used convention. | ||
| Fix a bug in the handling of changes before the completion while completion is active. | ||
| ## 6.20.2 (2026-05-06) | ||
@@ -2,0 +10,0 @@ |
+2
-1
@@ -479,3 +479,4 @@ import * as _codemirror_state from '@codemirror/state'; | ||
| numbers to placeholders (`${1}` or `${1:defaultText}`) to provide | ||
| a custom order. | ||
| a custom order. `${0}` is special—it is always the last stop, where | ||
| the cursor ends up after tabbing through the other fields. | ||
@@ -482,0 +483,0 @@ To include a literal `{` or `}` in your template, put a backslash |
+2
-1
@@ -479,3 +479,4 @@ import * as _codemirror_state from '@codemirror/state'; | ||
| numbers to placeholders (`${1}` or `${1:defaultText}`) to provide | ||
| a custom order. | ||
| a custom order. `${0}` is special—it is always the last stop, where | ||
| the cursor ends up after tabbing through the other fields. | ||
@@ -482,0 +483,0 @@ To include a literal `{` or `}` in your template, put a backslash |
+1
-1
| { | ||
| "name": "@codemirror/autocomplete", | ||
| "version": "6.20.2", | ||
| "version": "6.20.3", | ||
| "description": "Autocompletion for the CodeMirror code editor", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
256089
0.37%4874
0.18%