Skip to content

Commit 908cf18

Browse files
committed
Mark version 6.18.1
1 parent af020a4 commit 908cf18

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 6.18.1 (2024-09-14)
2+
3+
### Bug fixes
4+
5+
Fix an issue where `insertCompletionText` would get confused about the length of the inserted text when it contained CRLF line breaks, and create an invalid selection.
6+
7+
Add Alt-Backtick as additional binding on macOS, where IME can take over Ctrl-Space.
8+
19
## 6.18.0 (2024-08-05)
210

311
### Bug fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemirror/autocomplete",
3-
"version": "6.18.0",
3+
"version": "6.18.1",
44
"description": "Autocompletion for the CodeMirror code editor",
55
"scripts": {
66
"test": "cm-runtests",

0 commit comments

Comments
 (0)