Skip to content

Commit a00d3c1

Browse files
committed
Mark release 2.1
1 parent c87acbf commit a00d3c1

File tree

3 files changed

+19
-11
lines changed

3 files changed

+19
-11
lines changed

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.1;f=">2.1</option>
3031
<option value="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.02;f=">2.02</option>
3132
<option value="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.01;f=">2.01</option>
3233
<option value="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.0;f=">2.0</option>

index.html

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,13 @@ <h2>Make a donation</h2>
153153

154154
<h2>Releases:</h2>
155155

156+
<p class="rel">07-06-2011: <a href="http://codemirror.net/codemirror-2.02.zip">Version 2.1</a>:</p>
157+
<p class="rel-note">Add
158+
a <a href="manual.html#option_theme">theme</a> system
159+
(<a href="demo/theme.html">demo</a>). Note that this is not
160+
backwards-compatible—you'll have to update your styles and
161+
modes!</p>
162+
156163
<p class="rel">07-06-2011: <a href="http://codemirror.net/codemirror-2.02.zip">Version 2.02</a>:</p>
157164
<ul class="rel-note">
158165
<li>Add a <a href="mode/lua/index.html">Lua mode</a>.</li>
@@ -211,17 +218,6 @@ <h2>Releases:</h2>
211218
<p class="rel-note">CodeMirror 2 is a complete rewrite of
212219
CodeMirror, no longer depending on an editable frame.</p>
213220

214-
<p class="rel">19-01-2011: <a href="http://codemirror.net/codemirror-0.93.zip">Version 0.93</a>:</p>
215-
<ul class="rel-note">
216-
<li>Added a <a href="contrib/regex/index.html">Regular Expression</a> parser.</li>
217-
<li>Fixes to the PHP parser.</li>
218-
<li>Support for regular expression in search/replace.</li>
219-
<li>Add <code>save</code> method to instances created with <code>fromTextArea</code>.</li>
220-
<li>Add support for MS T-SQL in the SQL parser.</li>
221-
<li>Support use of CSS classes for highlighting brackets.</li>
222-
<li>Fix yet another hang with line-numbering in hidden editors.</li>
223-
</ul>
224-
225221
<p><a href="oldrelease.html">Older releases...</a></p>
226222

227223
</div></div>

oldrelease.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@ <h1><span class="logo-braces">{ }</span> <a href="http://codemirror.net/">CodeMi
1616

1717
</pre>
1818

19+
<p class="rel">19-01-2011: <a href="http://codemirror.net/codemirror-0.93.zip">Version 0.93</a>:</p>
20+
<ul class="rel-note">
21+
<li>Added a <a href="contrib/regex/index.html">Regular Expression</a> parser.</li>
22+
<li>Fixes to the PHP parser.</li>
23+
<li>Support for regular expression in search/replace.</li>
24+
<li>Add <code>save</code> method to instances created with <code>fromTextArea</code>.</li>
25+
<li>Add support for MS T-SQL in the SQL parser.</li>
26+
<li>Support use of CSS classes for highlighting brackets.</li>
27+
<li>Fix yet another hang with line-numbering in hidden editors.</li>
28+
</ul>
29+
1930
<p class="rel">17-12-2010: <a href="http://codemirror.net/codemirror-0.92.zip">Version 0.92</a>:</p>
2031
<ul class="rel-note">
2132
<li>Make CodeMirror work in XHTML documents.</li>

0 commit comments

Comments
 (0)