Skip to content

Commit 36a1d6d

Browse files
committed
Mark release 2.18
1 parent 7ced0dd commit 36a1d6d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

compress.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h1><span class="logo-braces">{ }</span> <a href="http://codemirror.net/">CodeMi
2727
<input type="hidden" id="download" name="download" value="codemirror-compressed.js"/>
2828
<p>Version: <select id="version" onchange="setVersion(this);" style="padding: 1px">
2929
<option value="http://codemirror.net/">HEAD</option>
30-
<option value="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.17;f=">2.17</option>
30+
<option value="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.18;f=">2.18</option>
3131
<option value="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.16;f=">2.16</option>
3232
<option value="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.15;f=">2.15</option>
3333
<option value="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.13;f=">2.13</option>

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,9 @@ <h2>Make a donation</h2>
174174

175175
<h2>Releases:</h2>
176176

177+
<p class="rel">21-11-2011: <a href="http://codemirror.net/codemirror-2.18.zip">Version 2.18</a>:</p>
178+
<p class="rel-note">Fixes <code>TextMarker.clear</code>, which is broken in 2.17.</p>
179+
177180
<p class="rel">21-11-2011: <a href="http://codemirror.net/codemirror-2.17.zip">Version 2.17</a>:</p>
178181
<ul class="rel-note">
179182
<li>Add support for <a href="manual.html#option_lineWrapping">line

lib/codemirror.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// CodeMirror v2.17
1+
// CodeMirror v2.18
22

33
// All functions that need access to the editor's state live inside
44
// the CodeMirror function. Below that, at the bottom of the file,

0 commit comments

Comments
 (0)