From 7f525bb74e547b92c7f21af2ad13a4769bb944f6 Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Thu, 20 Aug 2020 10:29:36 +0200 Subject: [PATCH] Mark version 5.57.0 --- AUTHORS | 6 ++++++ CHANGELOG.md | 16 ++++++++++++++++ doc/manual.html | 2 +- doc/releases.html | 10 ++++++++++ index.html | 2 +- package.json | 2 +- src/edit/main.js | 2 +- 7 files changed, 36 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index a9e79126b6..3fa6199e41 100644 --- a/AUTHORS +++ b/AUTHORS @@ -113,6 +113,7 @@ Bert Chang Bharad BigBlueHat Billy Moon +Bin Ni binny Bjorn Hansen B Krishna Chaitanya @@ -313,6 +314,7 @@ Hakan Tunc Hanno Fellmann Hans Engel Hanzhao Deng +Haoran Yu Harald Schilly Hardest Harshvardhan Gupta @@ -329,6 +331,7 @@ hidaiy Hiroyuki Makino hitsthings Hocdoc +Howard Hugues Malphettes Ian Beck Ian Davies @@ -492,6 +495,7 @@ Lorenzo Simionato Lorenzo Stoakes Louis Mauchet Luca Fabbri +Lucas Buchala Luciano Longo Luciano Santana Lu Fangjian @@ -637,6 +641,7 @@ Olivia Ytterbrink Opender Singh opl- Oreoluwa Onatemowo +orionlee oscar.lofwenhamn Oskar Segersvärd ossdev @@ -821,6 +826,7 @@ Tobias Bertelsen TobiasBg Todd Berman Todd Kennedy +tokafew420 Tomas-A Tomas Varaneckas Tom Erik Støwer diff --git a/CHANGELOG.md b/CHANGELOG.md index 13039b9701..8e651ec7ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## 5.57.0 (2020-08-20) + +### Bug fixes + +Fix issue that broke binding the macOS Command key. + +[comment addon](https://codemirror.net/doc/manual.html#addon_comment): Keep selection in front of inserted markers when adding a block comment. + +[css mode](https://codemirror.net/mode/css/): Recognize more properties and value names. + +[annotatescrollbar addon](https://codemirror.net/doc/manual.html#addon_annotatescrollbar): Don't hide matches in collapsed content. + +### New features + +[vim bindings](https://codemirror.net/demo/vim.html): Support tag text objects in xml and html modes. + ## 5.56.0 (2020-07-20) ### Bug fixes diff --git a/doc/manual.html b/doc/manual.html index 9c04d7fadf..8635a1e060 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -70,7 +70,7 @@

User manual and reference guide - version 5.56.0 + version 5.57.0

CodeMirror is a code-editor component that can be embedded in diff --git a/doc/releases.html b/doc/releases.html index 6ab175a7b3..334a0184c6 100644 --- a/doc/releases.html +++ b/doc/releases.html @@ -30,6 +30,16 @@

Release notes and version history

Version 5.x

+

20-08-2020: Version 5.57.0:

+ + +

20-07-2020: Version 5.56.0: