Skip to content

Commit 78f0737

Browse files
committed
Mark release 2.13
1 parent 398ae69 commit 78f0737

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

compress.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +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.13;f=">2.13</option>
3031
<option value="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.12;f=">2.12</option>
3132
<option value="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.11;f=">2.11</option>
3233
<option value="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.1;f=">2.1</option>
@@ -62,6 +63,9 @@ <h1><span class="logo-braces">{ }</span> <a href="http://codemirror.net/">CodeMi
6263
<option value="http://codemirror.net/mode/yaml/yaml.js">scheme.js</option>
6364
<option value="http://codemirror.net/mode/sparql/sparql.js">sparql.js</option>
6465
<option value="http://codemirror.net/mode/velocity/velocity.js">velocity.js</option>
66+
<option value="http://codemirror.net/mode/ruby/ruby.js">ruby.js</option>
67+
<option value="http://codemirror.net/mode/r/r.js">r.js</option>
68+
<option value="http://codemirror.net/mode/coffeescript/coffeescript.js">coffeescript.js</option>
6569
</optgroup>
6670
</select></p>
6771

index.html

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

164164
<h2>Releases:</h2>
165165

166+
<p class="rel">23-08-2011: <a href="http://codemirror.net/codemirror-2.13.zip">Version 2.13</a>:</p>
167+
<ul class="rel-note">
168+
<li>Add <a href="mode/ruby/index.html">Ruby</a>, <a href="mode/r/index.html">R</a>, <a href="mode/coffeescript/index.html">CoffeeScript</a>, and <a href="mode/velocity/index.html">Velocity</a> modes.</li>
169+
<li>Add <a href="manual.html#getGutterElement"><code>getGutterElement</code></a> to API.</li>
170+
<li>Several fixes to scrolling and positioning.</li>
171+
<li>Add <a href="manual.html#option_smartHome"><code>smartHome</code></a> option.</li>
172+
<li>Add an experimental <a href="mode/xmlpure/index.html">pure XML</a> mode.</li>
173+
</ul>
174+
166175
<p class="rel">25-07-2011: <a href="http://codemirror.net/codemirror-2.12.zip">Version 2.12</a>:</p>
167176
<ul class="rel-note">
168177
<li>Add a <a href="mode/sparql/index.html">SPARQL</a> mode.</li>

0 commit comments

Comments
 (0)