Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Mark release 5.4.0
  • Loading branch information
marijnh committed Jun 25, 2015
1 parent 4a29539 commit a2931a6
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 4 deletions.
5 changes: 5 additions & 0 deletions AUTHORS
Expand Up @@ -43,11 +43,13 @@ Andrey Lushnikov
Andy Joslin
Andy Kimball
Andy Li
Angelo
angelozerr
angelo.zerr@gmail.com
Ankit
Ankit Ahuja
Ansel Santosa
Anthony Dugois
Anthony Grimes
Anton Kovalyov
AQNOUCH Mohammed
Expand All @@ -71,6 +73,7 @@ Blaine G
blukat29
boomyjee
borawjm
Brad Metcalf
Brandon Frohs
Brandon Wamboldt
Brett Zamir
Expand Down Expand Up @@ -309,6 +312,7 @@ mbarkhau
Metatheos
Micah Dubinko
Michael Grey
Michael Kaminsky
Michael Lehenbauer
Michael Zhou
Michal Dorner
Expand Down Expand Up @@ -391,6 +395,7 @@ sandeepshetty
Sander AKA Redsandro
santec
Sascha Peilicke
satamas
satchmorun
sathyamoorthi
SCLINIC\jdecker
Expand Down
1 change: 1 addition & 0 deletions doc/compress.html
Expand Up @@ -36,6 +36,7 @@ <h2>Script compression helper</h2>
<input type="hidden" id="download" name="download" value="codemirror-compressed.js"/>
<p>Version: <select id="version" onchange="setVersion(this);" style="padding: 1px;">
<option value="http://codemirror.net/">HEAD</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=5.4.0;f=">5.4</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=5.3.0;f=">5.3</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=5.2.0;f=">5.2</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=5.1.0;f=">5.1</option>
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.3.1</span>
<span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 5.4.0</span>
</h2>

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

<h2>Version 5.x</h2>

<p class="rel">25-06-2015: <a href="http://codemirror.net/codemirror-5.4.zip">Version 5.4</a>:</p>

<ul class="rel-note">
<li>New modes: <a href="../mode/twig/index.html">Twig</a>, <a href="../mode/elm/index.html">Elm</a>, <a href="../mode/factor/index.html">Factor</a>, <a href="../mode/swift/index.html">Swift</a></li>
<li>Prefer clipboard API (if available) when pasting</li>
<li>Refined definition highlighting in <a href="../mode/clike/index.html">clike</a> mode</li>
<li>Full <a href="https://github.com/codemirror/CodeMirror/compare/5.3.0...5.4.0">list of patches</a></li>
</ul>

<p class="rel">20-05-2015: <a href="http://codemirror.net/codemirror-5.3.zip">Version 5.3</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.3</a>.<br>
Get the current version: <a href="http://codemirror.net/codemirror.zip">5.4</a>.<br>
You can see the <a href="https://github.com/codemirror/codemirror" title="Github repository">code</a> or<br>
read the <a href="doc/releases.html">release notes</a>.<br>
There is a <a href="doc/compress.html">minification helper</a>.
Expand Down
2 changes: 1 addition & 1 deletion lib/codemirror.js
Expand Up @@ -8729,7 +8729,7 @@

// THE END

CodeMirror.version = "5.3.1";
CodeMirror.version = "5.4.0";

return CodeMirror;
});
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "codemirror",
"version":"5.3.1",
"version":"5.4.0",
"main": "lib/codemirror.js",
"description": "In-browser code editing made bearable",
"license": "MIT",
Expand Down

0 comments on commit a2931a6

Please sign in to comment.