Skip to content
Snippets Groups Projects
Commit b695f230 authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

Mark version 5.27.4

parent 1652d585
No related branches found
Tags 5.27.4
No related merge requests found
......@@ -574,6 +574,7 @@ Shmuel Englard
Shubham Jain
Siamak Mokhtari
silverwind
Simon Edwards
sinkuu
snasa
soliton4
......
## 5.27.4 (2017-06-29)
### Bug fixes
Fix crash when using mode lookahead.
[markdown mode](http://codemirror.net/mode/markdown/): Don't block inner mode's indentation support.
## 5.27.2 (2017-06-22)
### Bug fixes
......
......@@ -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.27.3</span>
<span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 5.27.4</span>
</h2>
<p>CodeMirror is a code-editor component that can be embedded in
......
......@@ -30,6 +30,13 @@
<h2>Version 5.x</h2>
<p class="rel">29-06-2017: <a href="http://codemirror.net/codemirror-5.27.4.zip">Version 5.27.4</a>:</p>
<ul>
<li>Fix crash when using mode lookahead.</li>
<li><a href="http://codemirror.net/mode/markdown/">markdown mode</a>: Don't block inner mode's indentation support.</li>
</ul>
<p class="rel">22-06-2017: <a href="http://codemirror.net/codemirror-5.27.2.zip">Version 5.27.2</a>:</p>
<ul>
......
......@@ -96,7 +96,7 @@
</div>
</div>
<div class=actionsleft>
Get the current version: <a href="http://codemirror.net/codemirror.zip">5.27.2</a>.<br>
Get the current version: <a href="http://codemirror.net/codemirror.zip">5.27.4</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>.
......
{
"name": "codemirror",
"version": "5.27.3",
"version": "5.27.4",
"main": "lib/codemirror.js",
"style": "lib/codemirror.css",
"description": "Full-featured in-browser code editor",
......
......@@ -66,4 +66,4 @@ import { addLegacyProps } from "./legacy"
addLegacyProps(CodeMirror)
CodeMirror.version = "5.27.3"
CodeMirror.version = "5.27.4"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment