Skip to content

Commit 9e2e337

Browse files
committed
Mark release 5.12.0
1 parent 546d2a2 commit 9e2e337

File tree

8 files changed

+77
-4
lines changed

8 files changed

+77
-4
lines changed

AUTHORS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ Daniel, Dao Quang Minh
124124
Daniele Di Sarli
125125
Daniel Faust
126126
Daniel Huigens
127+
Daniel Kesler
127128
Daniel KJ
128129
Daniel Neel
129130
Daniel Parnell
@@ -186,6 +187,7 @@ gekkoe
186187
Gerard Braad
187188
Gergely Hegykozi
188189
Giovanni Calò
190+
Glebov Boris
189191
Glenn Jorde
190192
Glenn Ruehle
191193
Golevka
@@ -255,6 +257,7 @@ John Engler
255257
John Lees-Miller
256258
John Snelson
257259
John Van Der Loo
260+
Jon Ander Peñalba
258261
Jonas Döbertin
259262
Jonathan Malmaud
260263
jongalloway
@@ -414,6 +417,7 @@ Patrick Stoica
414417
Patrick Strawderman
415418
Paul Garvin
416419
Paul Ivanov
420+
Pavel
417421
Pavel Feldman
418422
Pavel Strashkin
419423
Paweł Bartkiewicz
@@ -481,7 +485,9 @@ Stanislav Oaserele
481485
Stas Kobzar
482486
Stefan Borsje
483487
Steffen Beyer
488+
Steffen Bruchmann
484489
Stephen Lavelle
490+
Steve Champagne
485491
Steve O'Hara
486492
stoskov
487493
Stu Kennedy
@@ -534,6 +540,7 @@ Yassin N. Hassan
534540
YNH Webdev
535541
Yunchi Luo
536542
Yuvi Panda
543+
Zac Anger
537544
Zachary Dremann
538545
Zhang Hao
539546
zziuni

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
## 5.12.0 (2015-02-19)
2+
3+
### New features
4+
5+
[Vim bindings](http://codemirror.net/demo/vim.html): Ctrl-Q is now an alias for Ctrl-V.
6+
7+
[Vim bindings](http://codemirror.net/demo/vim.html): The Vim API now exposes an `unmap` method to unmap bindings.
8+
9+
[active-line addon](http://codemirror.net/demo/activeline.html): This addon can now style the active line's gutter.
10+
11+
[FCL mode](http://codemirror.net/mode/fcl/): Newly added.
12+
13+
[SQL mode](http://codemirror.net/mode/sql/): Now has a Postgresql dialect.
14+
15+
### Bugfixes
16+
17+
Fix [issue](https://github.com/codemirror/CodeMirror/issues/3781) where trying to scroll to a horizontal position outside of the document's width could cause the gutter to be positioned incorrectly.
18+
19+
Use absolute, rather than fixed positioning in the context-menu intercept hack, to work around a [problem](https://github.com/codemirror/CodeMirror/issues/3238) when the editor is inside a transformed parent container.
20+
21+
Solve a [problem](https://github.com/codemirror/CodeMirror/issues/3821) where the horizontal scrollbar could hide text in Firefox.
22+
23+
Fix a [bug](https://github.com/codemirror/CodeMirror/issues/3834) that caused phantom scroll space under the text in some situations.
24+
25+
[Sublime Text bindings](http://codemirror.net/demo/sublime.html): Bind delete-line to Shift-Ctrl-K on OS X.
26+
27+
[Markdown mode](http://codemirror.net/mode/markdown/): Fix [issue](https://github.com/codemirror/CodeMirror/issues/3787) where the mode would keep state related to fenced code blocks in an unsafe way, leading to occasional corrupted parses.
28+
29+
[Markdown mode](http://codemirror.net/mode/markdown/): Ignore backslashes in code fragments.
30+
31+
[Markdown mode](http://codemirror.net/mode/markdown/): Use whichever mode is registered as `text/html` to parse HTML.
32+
33+
[Clike mode](http://codemirror.net/mode/clike/): Improve indentation of Scala `=>` functions.
34+
35+
[Python mode](http://codemirror.net/mode/python/): Improve indentation of bracketed code.
36+
37+
[HTMLMixed mode](http://codemirror.net/mode/htmlmixed/): Support multi-line opening tags for sub-languages (`<script>`, `<style>`, etc).
38+
39+
[Spreadsheet mode](http://codemirror.net/mode/spreadsheet/): Fix bug where the mode did not advance the stream when finding a backslash.
40+
41+
[XML mode](http://codemirror.net/mode/xml/): The mode now takes a `matchClosing` option to configure whether mismatched closing tags should be highlighted as errors.
42+
143
## 5.11.0 (2016-01-20)
244

345
* New modes: [JSX](http://codemirror.net/mode/jsx/index.html), [literate Haskell](http://codemirror.net/mode/haskell-literate/index.html)

doc/compress.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ <h2>Script compression helper</h2>
3636
<input type="hidden" id="download" name="download" value="codemirror-compressed.js"/>
3737
<p>Version: <select id="version" onchange="setVersion(this);" style="padding: 1px;">
3838
<option value="http://codemirror.net/">HEAD</option>
39+
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=5.12.0;f=">5.12</option>
3940
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=5.11.0;f=">5.11</option>
4041
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=5.10.0;f=">5.10</option>
4142
<option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=5.9.0;f=">5.9</option>

doc/manual.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<section class=first id=overview>
7070
<h2 style="position: relative">
7171
User manual and reference guide
72-
<span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 5.11.1</span>
72+
<span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 5.12.0</span>
7373
</h2>
7474

7575
<p>CodeMirror is a code-editor component that can be embedded in

doc/releases.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,29 @@ <h2>Release notes and version history</h2>
3030

3131
<h2>Version 5.x</h2>
3232

33+
<p class="rel">19-02-2016: <a href="http://codemirror.net/codemirror-5.12.zip">Version 5.12</a>:</p>
34+
35+
<ul>
36+
<li><a href="http://codemirror.net/demo/vim.html">Vim bindings</a>: Ctrl-Q is now an alias for Ctrl-V.</li>
37+
<li><a href="http://codemirror.net/demo/vim.html">Vim bindings</a>: The Vim API now exposes an <code>unmap</code> method to unmap bindings.</li>
38+
<li><a href="http://codemirror.net/demo/activeline.html">active-line addon</a>: This addon can now style the active line's gutter.</li>
39+
<li><a href="http://codemirror.net/mode/fcl/">FCL mode</a>: Newly added.</li>
40+
<li><a href="http://codemirror.net/mode/sql/">SQL mode</a>: Now has a Postgresql dialect.</li>
41+
<li>Fix <a href="https://github.com/codemirror/CodeMirror/issues/3781">issue</a> where trying to scroll to a horizontal position outside of the document's width could cause the gutter to be positioned incorrectly.</li>
42+
<li>Use absolute, rather than fixed positioning in the context-menu intercept hack, to work around a <a href="https://github.com/codemirror/CodeMirror/issues/3238">problem</a> when the editor is inside a transformed parent container.</li>
43+
<li>Solve a <a href="https://github.com/codemirror/CodeMirror/issues/3821">problem</a> where the horizontal scrollbar could hide text in Firefox.</li>
44+
<li>Fix a <a href="https://github.com/codemirror/CodeMirror/issues/3834">bug</a> that caused phantom scroll space under the text in some situations.</li>
45+
<li><a href="http://codemirror.net/demo/sublime.html">Sublime Text bindings</a>: Bind delete-line to Shift-Ctrl-K on OS X.</li>
46+
<li><a href="http://codemirror.net/mode/markdown/">Markdown mode</a>: Fix <a href="https://github.com/codemirror/CodeMirror/issues/3787">issue</a> where the mode would keep state related to fenced code blocks in an unsafe way, leading to occasional corrupted parses.</li>
47+
<li><a href="http://codemirror.net/mode/markdown/">Markdown mode</a>: Ignore backslashes in code fragments.</li>
48+
<li><a href="http://codemirror.net/mode/markdown/">Markdown mode</a>: Use whichever mode is registered as <code>text/html</code> to parse HTML.</li>
49+
<li><a href="http://codemirror.net/mode/clike/">Clike mode</a>: Improve indentation of Scala <code>=&gt;</code> functions.</li>
50+
<li><a href="http://codemirror.net/mode/python/">Python mode</a>: Improve indentation of bracketed code.</li>
51+
<li><a href="http://codemirror.net/mode/htmlmixed/">HTMLMixed mode</a>: Support multi-line opening tags for sub-languages (<code>&lt;script&gt;</code>, <code>&lt;style&gt;</code>, etc).</li>
52+
<li><a href="http://codemirror.net/mode/spreadsheet/">Spreadsheet mode</a>: Fix bug where the mode did not advance the stream when finding a backslash.</li>
53+
<li><a href="http://codemirror.net/mode/xml/">XML mode</a>: The mode now takes a <code>matchClosing</code> option to configure whether mismatched closing tags should be highlighted as errors.</li>
54+
</ul>
55+
3356
<p class="rel">20-01-2016: <a href="http://codemirror.net/codemirror-5.11.zip">Version 5.11</a>:</p>
3457

3558
<ul>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h2>This is CodeMirror</h2>
9696
</div>
9797
</div>
9898
<div class=actionsleft>
99-
Get the current version: <a href="http://codemirror.net/codemirror.zip">5.11</a>.<br>
99+
Get the current version: <a href="http://codemirror.net/codemirror.zip">5.12</a>.<br>
100100
You can see the <a href="https://github.com/codemirror/codemirror" title="Github repository">code</a> or<br>
101101
read the <a href="doc/releases.html">release notes</a>.<br>
102102
There is a <a href="doc/compress.html">minification helper</a>.

lib/codemirror.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8886,7 +8886,7 @@
88868886

88878887
// THE END
88888888

8889-
CodeMirror.version = "5.11.1";
8889+
CodeMirror.version = "5.12.0";
88908890

88918891
return CodeMirror;
88928892
});

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":"5.11.1",
3+
"version":"5.12.0",
44
"main": "lib/codemirror.js",
55
"description": "In-browser code editing made bearable",
66
"license": "MIT",

0 commit comments

Comments
 (0)