Skip to content

Commit 4e244d2

Browse files
committed
Mark release 2.32
1 parent eded05e commit 4e244d2

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
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.32;f=">2.32</option>
3031
<option value="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.31;f=">2.31</option>
3132
<option value="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.3;f=">2.3</option>
3233
<option value="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.25;f=">2.25</option>

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,12 @@ <h2>Reading material</h2>
269269

270270
<h2 id=releases>Releases</h2>
271271

272+
<p class="rel">23-07-2012: <a href="http://codemirror.net/codemirror-2.32.zip">Version 2.32</a>:</p>
273+
274+
<p class="rel-note">Emergency fix for a bug where an editor with
275+
line wrapping on IE will break when there is <em>no</em>
276+
scrollbar.</p>
277+
272278
<p class="rel">20-07-2012: <a href="http://codemirror.net/codemirror-2.31.zip">Version 2.31</a>:</p>
273279

274280
<ul class="rel-note">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "CodeMirror",
3-
"version":"2.31.0",
3+
"version":"2.32.0",
44
"main": "codemirror.js",
55
"description": "In-browser code editing made bearable",
66
"licenses": [

0 commit comments

Comments
 (0)