From e5071ebb0b35bec9207c42c364d8a1fd3e942cf6 Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Tue, 20 Sep 2022 14:36:09 +0200 Subject: [PATCH] Mark version 5.65.9 --- 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 058017d8ab..3d19b21470 100644 --- a/AUTHORS +++ b/AUTHORS @@ -934,6 +934,7 @@ Vestimir Markov vf Victor Bocharsky Vincent Woo +Vladislav Voitenok Volker Mische vtripolitakis wdouglashall diff --git a/CHANGELOG.md b/CHANGELOG.md index 327f5069c4..b8e118d258 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 5.65.9 (2022-09-20) + +### Bug fixes + +Add a workaround for a regression in Chrome 105 that could cause content below the editor to not receive mouse events. + +[show-hint addon](https://codemirror.net/5/doc/manual.html#addon_show-hint): Resize the tooltip if it doesn't fit the screen. + +[swift mode](https://codemirror.net/5/mode/swift): Fix tokenizing of block comments. + +[jinja2 mode](https://codemirror.net/5/mode/jinja2/): Support line statements. + ## 5.65.8 (2022-08-20) ### Bug fixes diff --git a/doc/manual.html b/doc/manual.html index de63c5d223..9be3471a1c 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -70,7 +70,7 @@

User manual and reference guide - version 5.65.8 + version 5.65.9

CodeMirror is a code-editor component that can be embedded in diff --git a/doc/releases.html b/doc/releases.html index 83f7d531c8..9a8f368bc6 100644 --- a/doc/releases.html +++ b/doc/releases.html @@ -34,6 +34,15 @@

Version 6.x

Version 5.x

+

20-09-2022: Version 5.65.9:

+ + +

20-08-2022: Version 5.65.8: