From ab868db8edda2293ffcda96390bd2cb29e97698f Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Thu, 24 Aug 2017 13:45:16 +0200 Subject: [PATCH] Mark version 5.29.0 --- AUTHORS | 11 +++++++++++ CHANGELOG.md | 22 ++++++++++++++++++++++ doc/manual.html | 2 +- doc/releases.html | 14 ++++++++++++++ index.html | 2 +- package.json | 2 +- src/edit/main.js | 2 +- 7 files changed, 51 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index 07b8fbd09e..280dea2f5f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -127,6 +127,7 @@ Chris Houseknecht Chris Lohfink Chris Morgan Chris Smith +Christian Gruen Christian Oyarzun Christian Petrov Christopher Brown @@ -136,6 +137,7 @@ Christopher Pfohl Chunliang Lyu ciaranj CodeAnimal +CodeBitt coderaiser Cole R Lawrence ComFreek @@ -293,6 +295,7 @@ Jason Siefken Jaydeep Solanki Jean Boussier Jeff Blaisdell +Jeff Hanke Jeff Jenkins jeffkenton Jeff Pickhardt @@ -314,6 +317,7 @@ John Snelson John Van Der Loo Jon Ander Peñalba Jonas Döbertin +Jonas Helfer Jonathan Malmaud Jon Gacnik jongalloway @@ -438,6 +442,7 @@ Michael Goderbauer Michael Grey Michael Kaminsky Michael Lehenbauer +Michael Walker Michael Zhou Michal Čihař Michal Dorner @@ -456,6 +461,7 @@ misfo mkaminsky11 mloginov Moritz Schwörer +Moshe Wajnberg mps ms mtaran-google @@ -518,6 +524,7 @@ Philipp A Philip Stadermann Pierre Gerold Piët Delport +Pieter Ouwerkerk Pontus Melke prasanthj Prasanth J @@ -558,6 +565,7 @@ sandeepshetty Sander AKA Redsandro Sander Verweij santec +Sarah McAlear and Wenlin Zhang Sascha Peilicke satamas satchmorun @@ -567,6 +575,7 @@ S. Chris Colbert SCLINIC\jdecker Scott Aikin Scott Goodhew +Sebastian Wilzbach Sebastian Zaha Sergey Goder Sergey Tselovalnikov @@ -594,6 +603,7 @@ Stas Kobzar Stefan Borsje Steffen Beyer Steffen Bruchmann +Steffen Kowalski Stephen Lavelle Steve Champagne Steve Hoover @@ -662,6 +672,7 @@ Yassin N. Hassan YNH Webdev Yunchi Luo Yuvi Panda +Yvonnick Esnault Zac Anger Zachary Dremann Zeno Rocha diff --git a/CHANGELOG.md b/CHANGELOG.md index 49290390fd..6cc7ed75fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +## 5.29.0 (2017-08-24) + +### Bug fixes + +Fix crash in contentEditable input style when editing near a bookmark. + +Make sure change origins are preserved when splitting changes on [read-only marks](http://codemirror.net/doc/manual.html#mark_readOnly). + +[javascript mode](http://codemirror.net/mode/javascript/): More support for TypeScript syntax. + +[d mode](http://codemirror.net/mode/d/): Support nested comments. + +[python mode](http://codemirror.net/mode/python/): Improve tokenizing of operators. + +[markdown mode](http://codemirror.net/mode/markdown/): Further improve CommonMark conformance. + +[css mode](http://codemirror.net/mode/css/): Don't run comment tokens through the mode's state machine. + +[shell mode](http://codemirror.net/mode/shell/): Allow strings to span lines. + +[search addon](http://codemirror.net/demo/search/): Fix crash in persistent search when `extraKeys` is null. + ## 5.28.0 (2017-07-21) ### Bug fixes diff --git a/doc/manual.html b/doc/manual.html index da4423f960..866367a6bf 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -69,7 +69,7 @@

User manual and reference guide - version 5.28.1 + version 5.29.0

CodeMirror is a code-editor component that can be embedded in diff --git a/doc/releases.html b/doc/releases.html index 1c882dc310..586e2117f4 100644 --- a/doc/releases.html +++ b/doc/releases.html @@ -30,6 +30,20 @@

Release notes and version history

Version 5.x

+

24-08-2017: Version 5.29.0:

+ + +

21-07-2017: Version 5.28.0: