File tree Expand file tree Collapse file tree 7 files changed +35
-4
lines changed Expand file tree Collapse file tree 7 files changed +35
-4
lines changed Original file line number Diff line number Diff line change @@ -160,6 +160,7 @@ Christopher Pfohl
160
160
Christopher Wallis
161
161
Chunliang Lyu
162
162
ciaranj
163
+ clone-it
163
164
clso
164
165
CodeAnimal
165
166
CodeBitt
@@ -307,6 +308,7 @@ Hasan Delibaş
307
308
Hasan Karahan
308
309
Heanes
309
310
Hector Oswaldo Caballero
311
+ Hein Htat
310
312
Hélio
311
313
Hendrik Wallbaum
312
314
Henrik Haugbølle
@@ -328,6 +330,7 @@ idleberg
328
330
Igor Petruk
329
331
ilvalle
330
332
Ilya Kharlamov
333
+ Ilya Zverev
331
334
Ingo Richter
332
335
Irakli Gozalishvili
333
336
Ivan Kurnosov
@@ -362,6 +365,7 @@ Jason Johnston
362
365
Jason San Jose
363
366
Jason Siefken
364
367
Jayaprabhakar
368
+ Jay Contonio
365
369
Jaydeep Solanki
366
370
Jean Boussier
367
371
Jeff Blaisdell
@@ -630,6 +634,7 @@ paris
630
634
Paris
631
635
Paris Kasidiaris
632
636
Patil Arpith
637
+ Patrick Kettner
633
638
Patrick Stoica
634
639
Patrick Strawderman
635
640
Paul Garvin
@@ -690,6 +695,7 @@ Roman Janusz
690
695
Rrandom
691
696
Rrrandom
692
697
Ruslan Osmanov
698
+ rvalavicius
693
699
Ryan Pangrle
694
700
Ryan Petrello
695
701
Ryan Prior
@@ -812,6 +818,7 @@ Tyler Makaro
812
818
Vadim Dyachenko
813
819
Vadzim Ramanenka
814
820
Vaibhav Sagar
821
+ vamshi.revu
815
822
VapidWorx
816
823
Vestimir Markov
817
824
vf
Original file line number Diff line number Diff line change
1
+ ## 5.52.2 (2020-03-20)
2
+
3
+ ### Bug fixes
4
+
5
+ Fix selection management in contenteditable mode when the editor doesn't have focus.
6
+
7
+ Fix a bug that would cause the editor to get confused about the visible viewport in some situations in line-wrapping mode.
8
+
9
+ [ markdown mode] ( https://codemirror.net/mode/markdown/ ) : Don't treat single dashes as setext header markers.
10
+
11
+ [ zenburn theme] ( https://codemirror.net/demo/theme.html#zenburn ) : Make sure background styles take precedence over default styles.
12
+
13
+ [ css mode] ( https://codemirror.net/mode/css/ ) : Recognize a number of new properties.
14
+
1
15
## 5.52.0 (2020-02-20)
2
16
3
17
### Bug fixes
Original file line number Diff line number Diff line change 69
69
< section class =first id =overview >
70
70
< h2 style ="position: relative ">
71
71
User manual and reference guide
72
- < span style ="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0 "> version 5.52.0 </ span >
72
+ < span style ="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0 "> version 5.52.2 </ span >
73
73
</ h2 >
74
74
75
75
< 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-03-2020: < a href ="https://codemirror.net/codemirror-5.52.2.zip "> Version 5.52.2</ a > :</ p >
34
+
35
+ < ul class ="rel-note ">
36
+ < li > Fix selection management in contenteditable mode when the editor doesn’t have focus.</ li >
37
+ < li > Fix a bug that would cause the editor to get confused about the visible viewport in some situations in line-wrapping mode.</ li >
38
+ < li > < a href ="https://codemirror.net/mode/markdown/ "> markdown mode</ a > : Don’t treat single dashes as setext header markers.</ li >
39
+ < li > < a href ="https://codemirror.net/demo/theme.html#zenburn "> zenburn theme</ a > : Make sure background styles take precedence over default styles.</ li >
40
+ < li > < a href ="https://codemirror.net/mode/css/ "> css mode</ a > : Recognize a number of new properties.</ li >
41
+ </ ul >
42
+
33
43
< p class ="rel "> 20-02-2020: < a href ="https://codemirror.net/codemirror-5.52.0.zip "> Version 5.52.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.52.0 </ a > .< br >
102
+ Get the current version: < a href ="https://codemirror.net/codemirror.zip "> 5.52.2 </ 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.52.0 " ,
3
+ "version" : " 5.52.2 " ,
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.52.0 "
69
+ CodeMirror . version = "5.52.2 "
You can’t perform that action at this time.
0 commit comments