Skip to content

Commit 4f1734c

Browse files
committed
Mark version 6.18.0
1 parent 5392819 commit 4f1734c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 6.18.0 (2024-08-05)
2+
3+
### Bug fixes
4+
5+
Style the info element so that newlines are preserved, to make it easier to display multi-line info from a string source.
6+
7+
### New features
8+
9+
When registering an `abort` handler for a completion query, you can now use the `onDocChange` option to indicate that your query should be aborted as soon as the document changes while it is running.
10+
111
## 6.17.0 (2024-07-03)
212

313
### Bug fixes

package.json

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

0 commit comments

Comments
 (0)