From 05e27d8dff324bfca50502c24b2c557905179b8f Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Tue, 22 May 2018 12:34:11 +0200 Subject: [PATCH] Mark version 5.38.0 --- AUTHORS | 7 +++++++ CHANGELOG.md | 26 ++++++++++++++++++++++++++ doc/manual.html | 2 +- doc/releases.html | 15 +++++++++++++++ index.html | 2 +- package.json | 2 +- src/edit/main.js | 2 +- 7 files changed, 52 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index f57c98a145..2eec549bfb 100644 --- a/AUTHORS +++ b/AUTHORS @@ -139,6 +139,7 @@ Chris Smith Christian Gruen Christian Oyarzun Christian Petrov +christopherblaser Christopher Brown Christopher Kramer Christopher Mitchell @@ -246,6 +247,7 @@ Giovanni Calò Glebov Boris Glenn Jorde Glenn Ruehle +goldsmcb Golevka Google Inc. Gordon Smith @@ -454,6 +456,7 @@ matthewhayes Matthew Rathbone Matthias Bussonnier Matthias BUSSONNIER +Matt MacPherson Matt McDonald Matt Pass Matt Sacks @@ -489,11 +492,13 @@ Mike Diaz Mike Ivanov Mike Kadin Mike Kobit +Milan Szekely MinRK Miraculix87 misfo mkaminsky11 mloginov +Moritz Schubotz (physikerwelt) Moritz Schwörer Moshe Wajnberg mps @@ -537,6 +542,7 @@ overdodactyl pablo pabloferz Pablo Zubieta +paddya Page paladox Panupong Pasupat @@ -646,6 +652,7 @@ Sorab Bisht spastorelli srajanpaliwal Stanislav Oaserele +stan-z Stas Kobzar Stefan Borsje Steffen Beyer diff --git a/CHANGELOG.md b/CHANGELOG.md index 8972e9aecf..5fb9bc3712 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +## 5.38.0 (2018-05-21) + +### Bug fixes + +Improve reliability of noticing a missing mouseup event during dragging. + +Make sure `getSelection` is always called on the correct document. + +Fix interpretation of line breaks and non-breaking spaces inserted by renderer in contentEditable mode. + +Work around some browsers inexplicably making the fake scrollbars focusable. + +Make sure `coordsChar` doesn't return positions inside collapsed ranges. + +[javascript mode](http://codemirror.net/mode/javascript/): Support block scopes, bindingless catch, bignum suffix, `s` regexp flag. + +[markdown mode](http://codemirror.net/mode/markdown/): Adjust a wasteful regexp. + +[show-hint addon](http://codemirror.net/doc/manual.html#addon_show-hint): Allow opening the control without any item selected. + +### New features + +New theme: [darcula](http://codemirror.net/demo/theme.html#darcula). + +[dialog addon](http://codemirror.net/doc/manual.html#addon_dialog): Add a CSS class (`dialog-opened`) to the editor when a dialog is open. + ## 5.37.0 (2018-04-20) ### Bug fixes diff --git a/doc/manual.html b/doc/manual.html index 5919ef6483..c53b5bcf6f 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -69,7 +69,7 @@

User manual and reference guide - version 5.37.1 + version 5.38.0

CodeMirror is a code-editor component that can be embedded in diff --git a/doc/releases.html b/doc/releases.html index 7919aa3e55..e7570d073c 100644 --- a/doc/releases.html +++ b/doc/releases.html @@ -30,6 +30,21 @@

Release notes and version history

Version 5.x

+

21-05-2018: Version 5.38.0:

+ + +

20-04-2018: Version 5.37.0: