Skip to content

Commit d646941

Browse files
committed
Mark release 2.21
1 parent d98875e commit d646941

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

doc/compress.html

Lines changed: 1 addition & 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.21;f=">2.21</option>
3031
<option value="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.2;f=">2.2</option>
3132
<option value="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.18;f=">2.18</option>
3233
<option value="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.16;f=">2.16</option>

index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,21 @@ <h2>Support CodeMirror</h2>
225225

226226
<h2>Releases:</h2>
227227

228+
<p class="rel">27-01-2012: <a href="http://codemirror.net/codemirror-2.21.zip">Version 2.21</a>:</p>
229+
230+
<ul class="rel-note">
231+
<li>Added <a href="mode/less/index.html">LESS</a>, <a href="mode/mysql/index.html">MySQL</a>,
232+
<a href="mode/go/index.html">Go</a>, and <a href="mode/verilog/index.html">Verilog</a> modes.</li>
233+
<li>Add <a href="doc/manual.html#option_smartIndent"><code>smartIndent</code></a>
234+
option.</li>
235+
<li>Support a cursor in <a href="doc/manual.html#option_readOnly"><code>readOnly</code></a>-mode.</li>
236+
<li>Support assigning multiple styles to a token.</li>
237+
<li>Use a new approach to drawing the selection.</li>
238+
<li>Add <a href="doc/manual.html#scrollTo"><code>scrollTo</code></a> method.</li>
239+
<li>Allow undo/redo events to span non-adjacent lines.</li>
240+
<li>Lots and lots of bugfixes.</li>
241+
</ul>
242+
228243
<p class="rel">20-12-2011: <a href="http://codemirror.net/codemirror-2.2.zip">Version 2.2</a>:</p>
229244

230245
<ul class="rel-note">

0 commit comments

Comments
 (0)