From 2ef51c4697a817aaffb24604c81127c4eef7abd0 Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Wed, 3 Jul 2024 12:59:50 +0200 Subject: [PATCH] Mark version 6.17.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad21dae..6cd56cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 6.17.0 (2024-07-03) + +### Bug fixes + +Fix an issue where completions weren't properly reset when starting a new completion through `activateOnCompletion`. + +### New features + +`CompletionContext` objects now have a `view` property that holds the editor view when the query context has a view available. + ## 6.16.3 (2024-06-19) ### Bug fixes diff --git a/package.json b/package.json index f35256a..54e106a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codemirror/autocomplete", - "version": "6.16.3", + "version": "6.17.0", "description": "Autocompletion for the CodeMirror code editor", "scripts": { "test": "cm-runtests",