Skip to content

Commit

Permalink
Mark version 5.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Aug 24, 2017
1 parent 91817cc commit ab868db
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 4 deletions.
11 changes: 11 additions & 0 deletions AUTHORS
Expand Up @@ -127,6 +127,7 @@ Chris Houseknecht
Chris Lohfink
Chris Morgan
Chris Smith
Christian Gruen
Christian Oyarzun
Christian Petrov
Christopher Brown
Expand All @@ -136,6 +137,7 @@ Christopher Pfohl
Chunliang Lyu
ciaranj
CodeAnimal
CodeBitt
coderaiser
Cole R Lawrence
ComFreek
Expand Down Expand Up @@ -293,6 +295,7 @@ Jason Siefken
Jaydeep Solanki
Jean Boussier
Jeff Blaisdell
Jeff Hanke
Jeff Jenkins
jeffkenton
Jeff Pickhardt
Expand All @@ -314,6 +317,7 @@ John Snelson
John Van Der Loo
Jon Ander Peñalba
Jonas Döbertin
Jonas Helfer
Jonathan Malmaud
Jon Gacnik
jongalloway
Expand Down Expand Up @@ -438,6 +442,7 @@ Michael Goderbauer
Michael Grey
Michael Kaminsky
Michael Lehenbauer
Michael Walker
Michael Zhou
Michal Čihař
Michal Dorner
Expand All @@ -456,6 +461,7 @@ misfo
mkaminsky11
mloginov
Moritz Schwörer
Moshe Wajnberg
mps
ms
mtaran-google
Expand Down Expand Up @@ -518,6 +524,7 @@ Philipp A
Philip Stadermann
Pierre Gerold
Piët Delport
Pieter Ouwerkerk
Pontus Melke
prasanthj
Prasanth J
Expand Down Expand Up @@ -558,6 +565,7 @@ sandeepshetty
Sander AKA Redsandro
Sander Verweij
santec
Sarah McAlear and Wenlin Zhang
Sascha Peilicke
satamas
satchmorun
Expand All @@ -567,6 +575,7 @@ S. Chris Colbert
SCLINIC\jdecker
Scott Aikin
Scott Goodhew
Sebastian Wilzbach
Sebastian Zaha
Sergey Goder
Sergey Tselovalnikov
Expand Down Expand Up @@ -594,6 +603,7 @@ Stas Kobzar
Stefan Borsje
Steffen Beyer
Steffen Bruchmann
Steffen Kowalski
Stephen Lavelle
Steve Champagne
Steve Hoover
Expand Down Expand Up @@ -662,6 +672,7 @@ Yassin N. Hassan
YNH Webdev
Yunchi Luo
Yuvi Panda
Yvonnick Esnault
Zac Anger
Zachary Dremann
Zeno Rocha
Expand Down
22 changes: 22 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion doc/manual.html
Expand Up @@ -69,7 +69,7 @@
<section class=first id=overview>
<h2 style="position: relative">
User manual and reference guide
<span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 5.28.1</span>
<span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 5.29.0</span>
</h2>

<p>CodeMirror is a code-editor component that can be embedded in
Expand Down
14 changes: 14 additions & 0 deletions doc/releases.html
Expand Up @@ -30,6 +30,20 @@ <h2>Release notes and version history</h2>

<h2>Version 5.x</h2>

<p class="rel">24-08-2017: <a href="http://codemirror.net/codemirror-5.29.0.zip">Version 5.29.0</a>:</p>

<ul class="rel-note">
<li>Fix crash in contentEditable input style when editing near a bookmark.</li>
<li>Make sure change origins are preserved when splitting changes on <a href="http://codemirror.net/doc/manual.html#mark_readOnly">read-only marks</a>.</li>
<li><a href="http://codemirror.net/mode/javascript/">javascript mode</a>: More support for TypeScript syntax.</li>
<li><a href="http://codemirror.net/mode/d/">d mode</a>: Support nested comments.</li>
<li><a href="http://codemirror.net/mode/python/">python mode</a>: Improve tokenizing of operators.</li>
<li><a href="http://codemirror.net/mode/markdown/">markdown mode</a>: Further improve CommonMark conformance.</li>
<li><a href="http://codemirror.net/mode/css/">css mode</a>: Don't run comment tokens through the mode's state machine.</li>
<li><a href="http://codemirror.net/mode/shell/">shell mode</a>: Allow strings to span lines.</li>
<li><a href="http://codemirror.net/demo/search/">search addon</a>: Fix crash in persistent search when <code>extraKeys</code> is null.</li>
</ul>

<p class="rel">21-07-2017: <a href="http://codemirror.net/codemirror-5.28.0.zip">Version 5.28.0</a>:</p>

<ul class="rel-note">
Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -96,7 +96,7 @@ <h2>This is CodeMirror</h2>
</div>
</div>
<div class=actionsleft>
Get the current version: <a href="http://codemirror.net/codemirror.zip">5.28.0</a>.<br>
Get the current version: <a href="http://codemirror.net/codemirror.zip">5.29.0</a>.<br>
You can see the <a href="https://github.com/codemirror/codemirror" title="Github repository">code</a>,<br>
read the <a href="doc/releases.html">release notes</a>,<br>
or study the <a href="doc/manual.html">user manual</a>.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "codemirror",
"version": "5.28.1",
"version": "5.29.0",
"main": "lib/codemirror.js",
"style": "lib/codemirror.css",
"description": "Full-featured in-browser code editor",
Expand Down
2 changes: 1 addition & 1 deletion src/edit/main.js
Expand Up @@ -66,4 +66,4 @@ import { addLegacyProps } from "./legacy"

addLegacyProps(CodeMirror)

CodeMirror.version = "5.28.1"
CodeMirror.version = "5.29.0"

0 comments on commit ab868db

Please sign in to comment.