From f95380b2929c4498872497013856b1768aa86c21 Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Mon, 20 Jun 2022 13:44:35 +0200 Subject: [PATCH] Mark version 5.65.6 --- AUTHORS | 1 + CHANGELOG.md | 12 ++++++++++++ doc/manual.html | 2 +- doc/releases.html | 9 +++++++++ index.html | 2 +- package.json | 2 +- src/edit/main.js | 2 +- 7 files changed, 26 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index 4edf4c1697..e0c7f54121 100644 --- a/AUTHORS +++ b/AUTHORS @@ -111,6 +111,7 @@ benhormann Ben Hormann Beni Cherniavsky-Paskin Benjamin DeCoste +benjaminr-ps Benjamin Young Ben Keen Ben Miller diff --git a/CHANGELOG.md b/CHANGELOG.md index dea0a3f20f..ef2f9bef8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 5.65.6 (2022-06-20) + +### Bug fixes + +Avoid firing `beforeCursorEnter` callbacks twice for cursor selections. + +Improve support for auto-hiding macOS scrollbars. + +[show-hint addon](https://codemirror.net/5/doc/manual.html#addon_show-hint): Fix an issue where the tooltip could be placed to the left of the screen. + +[swift mode](https://codemirror.net/5/mode/swift): Support structured concurrency keywords. + ## 5.65.5 (2022-05-30) ### Bug fixes diff --git a/doc/manual.html b/doc/manual.html index 8db8695979..5782898d6f 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -70,7 +70,7 @@

User manual and reference guide - version 5.65.5 + version 5.65.6

CodeMirror is a code-editor component that can be embedded in diff --git a/doc/releases.html b/doc/releases.html index 7b190d2449..f42d6aac5e 100644 --- a/doc/releases.html +++ b/doc/releases.html @@ -30,6 +30,15 @@

Release notes and version history

Version 5.x

+

20-06-2022: Version 5.65.6:

+ + +

30-05-2022: Version 5.65.5: