Skip to content

Commit 125da11

Browse files
committed
Mark release 2.12
1 parent fa767fa commit 125da11

File tree

3 files changed

+32
-17
lines changed

3 files changed

+32
-17
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.12;f=">2.12</option>
3031
<option value="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.11;f=">2.11</option>
3132
<option value="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.1;f=">2.1</option>
3233
<option value="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.02;f=">2.02</option>

index.html

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,20 @@ <h2>Make a donation</h2>
159159

160160
<h2>Releases:</h2>
161161

162+
<p class="rel">25-07-2011: <a href="http://codemirror.net/codemirror-2.12.zip">Version 2.12</a>:</p>
163+
<ul class="rel-note">
164+
<li>Add a <a href="mode/sparql/index.html">SPARQL</a> mode.</li>
165+
<li>Fix bug with cursor jumping around in an unfocused editor in IE.</li>
166+
<li>Allow key and mouse events to bubble out of the editor. Ignore widget clicks.</li>
167+
<li>Solve cursor flakiness after undo/redo.</li>
168+
<li>Fix block-reindent ignoring the last few lines.</li>
169+
<li>Fix parsing of multi-line attrs in XML mode.</li>
170+
<li>Use <code>innerHTML</code> for HTML-escaping.</li>
171+
<li>Some fixes to indentation in C-like mode.</li>
172+
<li>Shrink horiz scrollbars when long lines removed.</li>
173+
<li>Fix width feedback loop bug that caused the width of an inner DIV to shrink.</li>
174+
</ul>
175+
162176
<p class="rel">04-07-2011: <a href="http://codemirror.net/codemirror-2.11.zip">Version 2.11</a>:</p>
163177
<ul class="rel-note">
164178
<li>Add a <a href="mode/scheme/index.html">Scheme mode</a>.</li>
@@ -209,23 +223,6 @@ <h2>Releases:</h2>
209223
<li>Fix the context menu for Firefox.</li>
210224
</ul>
211225

212-
<p class="rel">28-03-2011: <a href="http://codemirror.net/codemirror-2.0.zip">Version 2.0</a>:</p>
213-
<p class="rel-note">CodeMirror 2 is a complete rewrite that's
214-
faster, smaller, simpler to use, and less dependent on browser
215-
quirks. See <a href="internals.html">this</a>
216-
and <a href="http://groups.google.com/group/codemirror/browse_thread/thread/5a8e894024a9f580">this</a>
217-
for more information.</a>
218-
219-
<p class="rel">28-03-2011: <a href="http://codemirror.net/codemirror-1.0.zip">Version 1.0</a>:</p>
220-
<ul class="rel-note">
221-
<li>Fix error when debug history overflows.</li>
222-
<li>Refine handling of C# verbatim strings.</li>
223-
<li>Fix some issues with JavaScript indentation.</li>
224-
</ul>
225-
226-
<p class="rel">22-02-2011: <a href="https://github.com/marijnh/codemirror2/tree/beta2">Version 2.0 beta 2</a>:</p>
227-
<p class="rel-note">Somewhate more mature API, lots of bugs shaken out.</a>
228-
229226
<p><a href="oldrelease.html">Older releases...</a></p>
230227

231228
</div></div>

oldrelease.html

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

1717
</pre>
1818

19+
<p class="rel">28-03-2011: <a href="http://codemirror.net/codemirror-2.0.zip">Version 2.0</a>:</p>
20+
<p class="rel-note">CodeMirror 2 is a complete rewrite that's
21+
faster, smaller, simpler to use, and less dependent on browser
22+
quirks. See <a href="internals.html">this</a>
23+
and <a href="http://groups.google.com/group/codemirror/browse_thread/thread/5a8e894024a9f580">this</a>
24+
for more information.</a>
25+
26+
<p class="rel">28-03-2011: <a href="http://codemirror.net/codemirror-1.0.zip">Version 1.0</a>:</p>
27+
<ul class="rel-note">
28+
<li>Fix error when debug history overflows.</li>
29+
<li>Refine handling of C# verbatim strings.</li>
30+
<li>Fix some issues with JavaScript indentation.</li>
31+
</ul>
32+
33+
<p class="rel">22-02-2011: <a href="https://github.com/marijnh/codemirror2/tree/beta2">Version 2.0 beta 2</a>:</p>
34+
<p class="rel-note">Somewhate more mature API, lots of bugs shaken out.</a>
35+
1936
<p class="rel">17-02-2011: <a href="http://codemirror.net/codemirror-0.94.zip">Version 0.94</a>:</p>
2037
<ul class="rel-note">
2138
<li><code>tabMode: "spaces"</code> was modified slightly (now indents when something is selected).</li>

0 commit comments

Comments
 (0)