@codemirror/autocomplete
Advanced tools
Comparing version 6.18.3 to 6.18.4
@@ -0,1 +1,7 @@ | ||
## 6.18.4 (2024-12-17) | ||
### Bug fixes | ||
Align the behavior of snippet completions with text completions in that they overwrite the selected text. | ||
## 6.18.3 (2024-11-13) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "@codemirror/autocomplete", | ||
"version": "6.18.3", | ||
"version": "6.18.4", | ||
"description": "Autocompletion for the CodeMirror code editor", | ||
@@ -34,8 +34,2 @@ "scripts": { | ||
}, | ||
"peerDependencies": { | ||
"@codemirror/language": "^6.0.0", | ||
"@codemirror/state": "^6.0.0", | ||
"@codemirror/view": "^6.0.0", | ||
"@lezer/common": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
@@ -42,0 +36,0 @@ "@codemirror/buildhelper": "^1.0.0" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
248492
4
4763