File tree 7 files changed +36
-4
lines changed
7 files changed +36
-4
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ Bert Chang
113
113
Bharad
114
114
BigBlueHat
115
115
Billy Moon
116
+ Bin Ni
116
117
binny
117
118
Bjorn Hansen
118
119
B Krishna Chaitanya
@@ -313,6 +314,7 @@ Hakan Tunc
313
314
Hanno Fellmann
314
315
Hans Engel
315
316
Hanzhao Deng
317
+ Haoran Yu
316
318
Harald Schilly
317
319
Hardest
318
320
Harshvardhan Gupta
@@ -329,6 +331,7 @@ hidaiy
329
331
Hiroyuki Makino
330
332
hitsthings
331
333
Hocdoc
334
+ Howard
332
335
Hugues Malphettes
333
336
Ian Beck
334
337
Ian Davies
@@ -492,6 +495,7 @@ Lorenzo Simionato
492
495
Lorenzo Stoakes
493
496
Louis Mauchet
494
497
Luca Fabbri
498
+ Lucas Buchala
495
499
Luciano Longo
496
500
Luciano Santana
497
501
Lu Fangjian
@@ -637,6 +641,7 @@ Olivia Ytterbrink
637
641
Opender Singh
638
642
opl-
639
643
Oreoluwa Onatemowo
644
+ orionlee
640
645
oscar.lofwenhamn
641
646
Oskar Segersvärd
642
647
ossdev
@@ -821,6 +826,7 @@ Tobias Bertelsen
821
826
TobiasBg
822
827
Todd Berman
823
828
Todd Kennedy
829
+ tokafew420
824
830
Tomas-A
825
831
Tomas Varaneckas
826
832
Tom Erik Støwer
Original file line number Diff line number Diff line change
1
+ ## 5.57.0 (2020-08-20)
2
+
3
+ ### Bug fixes
4
+
5
+ Fix issue that broke binding the macOS Command key.
6
+
7
+ [ comment addon] ( https://codemirror.net/doc/manual.html#addon_comment ) : Keep selection in front of inserted markers when adding a block comment.
8
+
9
+ [ css mode] ( https://codemirror.net/mode/css/ ) : Recognize more properties and value names.
10
+
11
+ [ annotatescrollbar addon] ( https://codemirror.net/doc/manual.html#addon_annotatescrollbar ) : Don't hide matches in collapsed content.
12
+
13
+ ### New features
14
+
15
+ [ vim bindings] ( https://codemirror.net/demo/vim.html ) : Support tag text objects in xml and html modes.
16
+
1
17
## 5.56.0 (2020-07-20)
2
18
3
19
### Bug fixes
Original file line number Diff line number Diff line change 70
70
< section class =first id =overview >
71
71
< h2 style ="position: relative ">
72
72
User manual and reference guide
73
- < span style ="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0 "> version 5.56 .0</ span >
73
+ < span style ="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0 "> version 5.57 .0</ span >
74
74
</ h2 >
75
75
76
76
< 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,16 @@ <h2>Release notes and version history</h2>
30
30
31
31
< h2 > Version 5.x</ h2 >
32
32
33
+ < p class ="rel "> 20-08-2020: < a href ="https://codemirror.net/codemirror-5.57.0.zip "> Version 5.57.0</ a > :</ p >
34
+
35
+ < ul class ="rel-note ">
36
+ < li > Fix issue that broke binding the macOS Command key.</ li >
37
+ < li > < a href ="https://codemirror.net/doc/manual.html#addon_comment "> comment addon</ a > : Keep selection in front of inserted markers when adding a block comment.</ li >
38
+ < li > < a href ="https://codemirror.net/mode/css/ "> css mode</ a > : Recognize more properties and value names.</ li >
39
+ < li > < a href ="https://codemirror.net/doc/manual.html#addon_annotatescrollbar "> annotatescrollbar addon</ a > : Don’t hide matches in collapsed content.</ li >
40
+ < li > < a href ="https://codemirror.net/demo/vim.html "> vim bindings</ a > : Support tag text objects in xml and html modes.</ li >
41
+ </ ul >
42
+
33
43
< p class ="rel "> 20-07-2020: < a href ="https://codemirror.net/codemirror-5.56.0.zip "> Version 5.56.0</ a > :</ p >
34
44
35
45
< ul class ="rel-note ">
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ <h2>This is CodeMirror</h2>
99
99
</ div >
100
100
</ div >
101
101
< div class =actionsleft >
102
- Get the current version: < a href ="https://codemirror.net/codemirror.zip "> 5.56 .0</ a > .< br >
102
+ Get the current version: < a href ="https://codemirror.net/codemirror.zip "> 5.57 .0</ a > .< br >
103
103
You can see the < a href ="https://github.com/codemirror/codemirror " title ="Github repository "> code</ a > ,< br >
104
104
read the < a href ="doc/releases.html "> release notes</ a > ,< br >
105
105
or study the < a href ="doc/manual.html "> user manual</ a > .
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codemirror" ,
3
- "version" : " 5.56 .0" ,
3
+ "version" : " 5.57 .0" ,
4
4
"main" : " lib/codemirror.js" ,
5
5
"style" : " lib/codemirror.css" ,
6
6
"author" : {
Original file line number Diff line number Diff line change @@ -66,4 +66,4 @@ import { addLegacyProps } from "./legacy.js"
66
66
67
67
addLegacyProps ( CodeMirror )
68
68
69
- CodeMirror . version = "5.56 .0"
69
+ CodeMirror . version = "5.57 .0"
You can’t perform that action at this time.
0 commit comments