From eac70bb1a31a08201e5705c788cd72e6283958f0 Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Tue, 20 Apr 2021 10:18:32 +0200 Subject: [PATCH] Mark version 5.61.0 --- AUTHORS | 6 ++++++ CHANGELOG.md | 18 ++++++++++++++++++ doc/manual.html | 2 +- doc/releases.html | 11 +++++++++++ index.html | 2 +- package.json | 2 +- src/edit/main.js | 2 +- 7 files changed, 39 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index 2d6d422fc..125abd4f2 100644 --- a/AUTHORS +++ b/AUTHORS @@ -10,6 +10,7 @@ Abhishek Gahlot Adam Ahmed Adam King Adam Particka +Adam Wight adanlobato Adán Lobato Aditya Toshniwal @@ -28,6 +29,7 @@ AlbertHilb Alberto González Palomo Alberto Pose Albert Xing +Alexander Marks Alexander Pavlov Alexander Schepanovski Alexander Shvets @@ -265,6 +267,7 @@ Fauntleroy fbuchinger feizhang365 Felipe Lalanne +Felipe S. S. Schneider Felix Raab ficristo Filip Noetzel @@ -477,6 +480,7 @@ Kim-Anh Tran Klaus Silveira Koh Zi Han, Cliff komakino +Konstantin Chernenko Konstantin Lopuhin koops Kris Ciccarello @@ -589,6 +593,7 @@ meshuamam Metatheos Micah Dubinko Michael +Michael Chirico Michael Goderbauer Michael Grey Michael Kaminsky @@ -798,6 +803,7 @@ silverwind Simon Edwards Simon Huber sinkuu +Slava Rozhnev snasa soliton4 sonson diff --git a/CHANGELOG.md b/CHANGELOG.md index 1772b5aa9..fbf4abcd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## 5.61.0 (2021-04-20) + +### Bug fixes + +Improve support for being in a shadow DOM in contenteditable mode. + +Prevent line number from being read by screen readers. + +[show-hint addon](https://codemirror.net/doc/manual.html#addon_show-hint): Fix a crash caused by a race condition. + +[javascript mode](https://codemirror.net/mode/javascript/): Improve scope tracking. + +### New features + +The library now emits an `"updateGutter"` event when the gutter width changes. + +[emacs bindings](https://codemirror.net/demo/emacs.html): Provide named commands for all bindings. + ## 5.60.0 (2021-03-20) ### Bug fixes diff --git a/doc/manual.html b/doc/manual.html index d27e37f58..565c50649 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -70,7 +70,7 @@

User manual and reference guide - version 5.60.0 + version 5.61.0

CodeMirror is a code-editor component that can be embedded in diff --git a/doc/releases.html b/doc/releases.html index ae2622fa1..da16abfe7 100644 --- a/doc/releases.html +++ b/doc/releases.html @@ -30,6 +30,17 @@

Version 5.x

+

20-04-2021: Version 5.61.0:

+ + +

20-03-2021: Version 5.60.0: