Skip to content

Commit 2f4fb80

Browse files
committed
Mark version 5.33.0
1 parent 40570dd commit 2f4fb80

File tree

7 files changed

+45
-4
lines changed

7 files changed

+45
-4
lines changed

AUTHORS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ CodeBitt
144144
coderaiser
145145
Cole R Lawrence
146146
ComFreek
147+
Cristian Prieto
147148
Curtis Gagliardi
148149
dagsta
149150
daines
@@ -385,6 +386,7 @@ Leon Sorokin
385386
Leonya Khachaturov
386387
Liam Newman
387388
Libo Cannici
389+
Lior Goldberg
388390
LloydMilligan
389391
LM
390392
lochel
@@ -611,6 +613,7 @@ sinkuu
611613
snasa
612614
soliton4
613615
sonson
616+
Sorab Bisht
614617
spastorelli
615618
srajanpaliwal
616619
Stanislav Oaserele
@@ -619,6 +622,7 @@ Stefan Borsje
619622
Steffen Beyer
620623
Steffen Bruchmann
621624
Steffen Kowalski
625+
Stephane Moore
622626
Stephen Lavelle
623627
Steve Champagne
624628
Steve Hoover
@@ -651,6 +655,7 @@ Tim Baumann
651655
Timothy Farrell
652656
Timothy Gu
653657
Timothy Hatcher
658+
Tobias Bertelsen
654659
TobiasBg
655660
Todd Berman
656661
Todd Kennedy
@@ -660,6 +665,7 @@ Tom Erik Støwer
660665
Tom Klancer
661666
Tom MacWright
662667
Tony Jian
668+
tophf
663669
Travis Heppe
664670
Triangle717
665671
Tristan Tarrant

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 5.33.0 (2017-12-21)
2+
3+
### Bug fixes
4+
5+
[lint addon](http://codemirror.net/doc/manual.html#addon_lint): Make updates more efficient.
6+
7+
[css mode](http://codemirror.net/mode/css/): The mode is now properly case-insensitive.
8+
9+
[continuelist addon](http://codemirror.net/doc/manual.html#addon_continuelist): Fix broken handling of unordered lists introduced in previous release.
10+
11+
[swift](http://codemirror.net/mode/swift) and [scala](http://codemirror.net/mode/clike/) modes: Support nested block comments.
12+
13+
[mllike mode](http://codemirror.net/mode/mllike/index.html): Improve OCaml support.
14+
15+
[sublime bindings](http://codemirror.net/demo/sublime.html): Use the proper key bindings for `addCursorToNextLine` and `addCursorToPrevLine`.
16+
17+
### New features
18+
19+
[jsx mode](http://codemirror.net/mode/jsx/index.html): Support JSX fragments.
20+
21+
[closetag addon](http://codemirror.net/demo/closetag.html): Add an option to disable auto-indenting.
22+
123
## 5.32.0 (2017-11-22)
224

325
### Bug fixes

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.32.1</span>
72+
<span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 5.33.0</span>
7373
</h2>
7474

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

doc/releases.html

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

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

33+
<p class="rel">21-12-2017: <a href="http://codemirror.net/codemirror-5.33.0.zip">Version 5.33.0</a>:</p>
34+
35+
<ul class="rel-note">
36+
<li><a href="http://codemirror.net/doc/manual.html#addon_lint">lint addon</a>: Make updates more efficient.</li>
37+
<li><a href="http://codemirror.net/mode/css/">css mode</a>: The mode is now properly case-insensitive.</li>
38+
<li><a href="http://codemirror.net/doc/manual.html#addon_continuelist">continuelist addon</a>: Fix broken handling of unordered lists introduced in previous release.</li>
39+
<li><a href="http://codemirror.net/mode/swift">swift</a> and <a href="http://codemirror.net/mode/clike/">scala</a> modes: Support nested block comments.</li>
40+
<li><a href="http://codemirror.net/mode/mllike/index.html">mllike mode</a>: Improve OCaml support.</li>
41+
<li><a href="http://codemirror.net/demo/sublime.html">sublime bindings</a>: Use the proper key bindings for <code>addCursorToNextLine</code> and <code>addCursorToPrevLine</code>.</li>
42+
<li><a href="http://codemirror.net/mode/jsx/index.html">jsx mode</a>: Support JSX fragments.</li>
43+
<li><a href="http://codemirror.net/demo/closetag.html">closetag addon</a>: Add an option to disable auto-indenting.</li>
44+
</ul>
45+
3346
<p class="rel">22-11-2017: <a href="http://codemirror.net/codemirror-5.32.0.zip">Version 5.32.0</a>:</p>
3447

3548
<ul class="rel-note">

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.32.0</a>.<br>
99+
Get the current version: <a href="http://codemirror.net/codemirror.zip">5.33.0</a>.<br>
100100
You can see the <a href="https://github.com/codemirror/codemirror" title="Github repository">code</a>,<br>
101101
read the <a href="doc/releases.html">release notes</a>,<br>
102102
or study the <a href="doc/manual.html">user manual</a>.

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.32.1",
3+
"version": "5.33.0",
44
"main": "lib/codemirror.js",
55
"style": "lib/codemirror.css",
66
"description": "Full-featured in-browser code editor",

src/edit/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ import { addLegacyProps } from "./legacy.js"
6666

6767
addLegacyProps(CodeMirror)
6868

69-
CodeMirror.version = "5.32.1"
69+
CodeMirror.version = "5.33.0"

0 commit comments

Comments
 (0)