From 21141474f6e80241a1b1081017e6c055bdaa7aa4 Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Sat, 20 Aug 2022 13:14:27 +0200 Subject: [PATCH] Mark version 5.65.8 --- CHANGELOG.md | 12 ++++++++++++ doc/manual.html | 2 +- doc/releases.html | 9 +++++++++ index.html | 2 +- package.json | 2 +- src/edit/main.js | 2 +- 6 files changed, 25 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ff4d5ca10..327f5069c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 5.65.8 (2022-08-20) + +### Bug fixes + +Include direction override and isolate characters in the default set of special characters. + +Fix an issue that could cause document corruption when mouse-selecting during composition. + +[foldgutter addon](https://codemirror.net/5/doc/manual.html#addon_foldgutter): Refresh markers when the editor's mode changes. + +[merge addon](https://codemirror.net/5/doc/manual.html#addon_merge): Fix syntax that prevented the addon from loading in IE10. + ## 5.65.7 (2022-07-20) ### Bug fixes diff --git a/doc/manual.html b/doc/manual.html index fb8a2e89bd..de63c5d223 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -70,7 +70,7 @@

User manual and reference guide - version 5.65.7 + version 5.65.8

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

Version 6.x

Version 5.x

+

20-08-2022: Version 5.65.8:

+ + +

20-07-2022: Version 5.65.7: