File tree Expand file tree Collapse file tree 7 files changed +45
-4
lines changed
Expand file tree Collapse file tree 7 files changed +45
-4
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,7 @@ CodeBitt
144144coderaiser
145145Cole R Lawrence
146146ComFreek
147+ Cristian Prieto
147148Curtis Gagliardi
148149dagsta
149150daines
@@ -385,6 +386,7 @@ Leon Sorokin
385386Leonya Khachaturov
386387Liam Newman
387388Libo Cannici
389+ Lior Goldberg
388390LloydMilligan
389391LM
390392lochel
@@ -611,6 +613,7 @@ sinkuu
611613snasa
612614soliton4
613615sonson
616+ Sorab Bisht
614617spastorelli
615618srajanpaliwal
616619Stanislav Oaserele
@@ -619,6 +622,7 @@ Stefan Borsje
619622Steffen Beyer
620623Steffen Bruchmann
621624Steffen Kowalski
625+ Stephane Moore
622626Stephen Lavelle
623627Steve Champagne
624628Steve Hoover
@@ -651,6 +655,7 @@ Tim Baumann
651655Timothy Farrell
652656Timothy Gu
653657Timothy Hatcher
658+ Tobias Bertelsen
654659TobiasBg
655660Todd Berman
656661Todd Kennedy
@@ -660,6 +665,7 @@ Tom Erik Støwer
660665Tom Klancer
661666Tom MacWright
662667Tony Jian
668+ tophf
663669Travis Heppe
664670Triangle717
665671Tristan Tarrant
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 ">
Original file line number Diff line number Diff 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 > .
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -66,4 +66,4 @@ import { addLegacyProps } from "./legacy.js"
6666
6767addLegacyProps ( CodeMirror )
6868
69- CodeMirror . version = "5.32.1 "
69+ CodeMirror . version = "5.33.0 "
You can’t perform that action at this time.
0 commit comments