Skip to content

Commit

Permalink
Mark release 3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Sep 23, 2013
1 parent c2f2f34 commit 46bab8e
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 4 deletions.
11 changes: 11 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ alexey-k
Alex Piggott
Amy
Ananya Sen
AndersMad
Andre von Houck
Andrey Lushnikov
Andy Kimball
Expand All @@ -36,6 +37,7 @@ Ben Keen
boomyjee
borawjm
Brandon Frohs
Brett Zamir
Brian Sletten
Bruce Mitchener
Chandra Sekhar Pydi
Expand All @@ -44,6 +46,7 @@ Chris Coyier
Chris Granger
Chris Morgan
Christopher Brown
ciaranj
CodeAnimal
ComFreek
dagsta
Expand Down Expand Up @@ -76,6 +79,7 @@ Felipe Lalanne
Felix Raab
Filip Noetzel
flack
ForbesLindesay
Ford_Lawnmower
Gabriel Nahmias
galambalazs
Expand All @@ -85,6 +89,7 @@ Golevka
Gordon Smith
greengiant
Guillaume Massé
Guillaume Massé
Hans Engel
Hardest
Hasan Karahan
Expand Down Expand Up @@ -137,6 +142,7 @@ komakino
Konstantin Lopuhin
koops
ks-ifware
kubelsmieci
Lanny
leaf corcoran
Leonya Khachaturov
Expand All @@ -151,6 +157,8 @@ Marco Aurélio
Marijn Haverbeke
Mario Pietsch
Mark Lentczner
Martin Balek
Martín Gaitán
Mason Malone
Mateusz Paprocki
mats cronqvist
Expand Down Expand Up @@ -219,6 +227,7 @@ Stas Kobzar
Stefan Borsje
Steffen Beyer
Steve O'Hara
stoskov
Tarmil
tfjgeorge
Thaddee Tyl
Expand All @@ -228,6 +237,8 @@ Thomas Schmid
Tim Baumann
Timothy Farrell
Timothy Hatcher
TobiasBg
Tomas-A
Tomas Varaneckas
Tom Erik Støwer
Tom MacWright
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.16.0",
"version": "3.17.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.17.0;f=">3.17</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>
Expand Down
9 changes: 9 additions & 0 deletions doc/releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ <h2>Release notes and version history</h2>

<h2>Version 3.x</h2>

<p class="rel">23-09-2013: <a href="http://codemirror.net/codemirror-3.17.zip">Version 3.17</a>:</p>

<ul class="rel-note">
<li>New modes: <a href="../mode/fortran/index.html">Fortran</a>, <a href="../mode/octave/index.html">Octave</a> (Matlab), <a href="../mode/toml/index.html">TOML</a>, and <a href="../mode/dtd/index.html">DTD</a>.</li>
<li>New addons: <a href="../addon/lint/css-lint.js"><code>css-lint</code></a>, <a href="manual.html#addon_css-hint"><code>css-hint</code></a>.</li>
<li>Improve resilience to CSS 'frameworks' that globally mess up <code>box-sizing</code>.</li>
<li>Full <a href="https://github.com/marijnh/CodeMirror/compare/3.16.0...3.17.0">list of patches</a>.</li>
</ul>

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

<ul class="rel-note">
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h2>This is CodeMirror</h2>
</script>
<div style="position: relative; margin: 1em 0;">
<a class="bigbutton left" href="http://codemirror.net/codemirror.zip">DOWNLOAD LATEST RELEASE</a>
<div><strong>version 3.16</strong> (<a href="doc/releases.html">Release notes</a>)</div>
<div><strong>version 3.17</strong> (<a href="doc/releases.html">Release notes</a>)</div>
<div>or use the <a href="doc/compress.html">minification helper</a></div>
<div style="position: absolute; top: 0; right: 0; text-align: right">
<span class="bigbutton right" onclick="document.getElementById('paypal').submit();">DONATE WITH PAYPAL</span>
Expand Down
2 changes: 1 addition & 1 deletion lib/codemirror.js
Original file line number Diff line number Diff line change
Expand Up @@ -5879,7 +5879,7 @@ window.CodeMirror = (function() {

// THE END

CodeMirror.version = "3.16.1";
CodeMirror.version = "3.17.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.16.1",
"version":"3.17.0",
"main": "lib/codemirror.js",
"description": "In-browser code editing made bearable",
"licenses": [{"type": "MIT",
Expand Down

0 comments on commit 46bab8e

Please sign in to comment.