Skip to content

Commit

Permalink
Mark release 3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Aug 21, 2013
1 parent 83a624d commit 633bd90
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 3 deletions.
6 changes: 6 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Andre von Houck
Andrey Lushnikov
Andy Kimball
Andy Li
angelozerr
[email protected]
Ankit Ahuja
Ansel Santosa
Expand All @@ -30,6 +31,7 @@ Atul Bhouraskar
Aurelian Oancea
Bastian Müller
benbro
Benjamin DeCoste
Ben Keen
boomyjee
borawjm
Expand Down Expand Up @@ -75,6 +77,7 @@ Felix Raab
Filip Noetzel
flack
Ford_Lawnmower
Gabriel Nahmias
galambalazs
Gautam Mehta
Glenn Ruehle
Expand All @@ -91,6 +94,7 @@ Ian Wehrman
Ian Wetherbee
Ice White
ICHIKAWA, Yuji
Ingo Richter
Irakli Gozalishvili
Ivan Kurnosov
Jacob Lee
Expand Down Expand Up @@ -206,6 +210,7 @@ santec
Sascha Peilicke
satchmorun
sathyamoorthi
SCLINIC\jdecker
shaund
shaun gilchrist
Shmuel Englard
Expand All @@ -225,6 +230,7 @@ Tim Baumann
Timothy Farrell
Timothy Hatcher
Tomas Varaneckas
Tom Erik Støwer
Tom MacWright
Tony Jian
Vestimir Markov
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CodeMirror",
"version": "3.15.0",
"version": "3.16.0",
"main": ["lib/codemirror.js", "lib/codemirror.css"],
"ignore": [
"**/.*",
Expand Down
1 change: 1 addition & 0 deletions doc/compress.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,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=3.16.0;f=">3.16</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=3.15.0;f=">3.15</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=3.14.0;f=">3.14</option>
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=3.13.0;f=">3.13</option>
Expand Down
12 changes: 12 additions & 0 deletions doc/releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,18 @@ <h2>Release notes and version history</h2>

<h2>Version 3.x</h2>

<p class="rel">21-08-2013: <a href="http://codemirror.net/codemirror-3.16.zip">Version 3.16</a>:</p>

<ul class="rel-note">
<li>The whole codebase is now under a single <a href="../LICENSE">license</a> file.</li>
<li>The project page was overhauled and redesigned.</li>
<li>New themes: <a href="../demo/theme.html?paraiso-dark">Paraiso</a> (<a href="../demo/theme.html?paraiso-light">light</a>), <a href="../demo/theme.html?the-matrix">The Matrix</a>.</li>
<li>Improved interaction between themes and <a href="manual.html#addon_active-line">active-line</a>/<a href="manual.html#addon_matchbrackets">matchbrackets</a> addons.</li>
<li>New <a href="manual.html#addon_foldcode">folding</a> function <code>CodeMirror.fold.comment</code>.</li>
<li>Added <a href="manual.html#addon_fullscreen">fullscreen</a> addon.</li>
<li>Full <a href="https://github.com/marijnh/CodeMirror/compare/3.15.0...3.16.0">list of patches</a>.</li>
</ul>

<p class="rel">29-07-2013: <a href="http://codemirror.net/codemirror-3.15.zip">Version 3.15</a>:</p>

<ul class="rel-note">
Expand Down
2 changes: 1 addition & 1 deletion lib/codemirror.js
Original file line number Diff line number Diff line change
Expand Up @@ -5821,7 +5821,7 @@ window.CodeMirror = (function() {

// THE END

CodeMirror.version = "3.15.1";
CodeMirror.version = "3.16.0";

return CodeMirror;
})();
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codemirror",
"version":"3.15.1",
"version":"3.16.0",
"main": "lib/codemirror.js",
"description": "In-browser code editing made bearable",
"licenses": [{"type": "MIT",
Expand Down

0 comments on commit 633bd90

Please sign in to comment.