File tree 7 files changed +22
-4
lines changed
7 files changed +22
-4
lines changed Original file line number Diff line number Diff line change @@ -208,6 +208,7 @@ David Barnett
208
208
David H. Bronke
209
209
David Mignot
210
210
David Pathakjee
211
+ David R. Myers
211
212
David Rodrigues
212
213
David Santana
213
214
David Vázquez
@@ -524,6 +525,7 @@ Marijn Haverbeke
524
525
Mário Gonçalves
525
526
Mario Pietsch
526
527
Mark Anderson
528
+ Mark Boyes
527
529
Mark Dalgleish
528
530
Mark Hamstra
529
531
Mark Lentczner
@@ -634,6 +636,7 @@ Nikolaj Kappler
634
636
Nikolay Kostov
635
637
nilp0inter
636
638
Nils Knappmeier
639
+ Nina Pypchenko
637
640
Nisarg Jhaveri
638
641
nlwillia
639
642
noragrossman
Original file line number Diff line number Diff line change
1
+ ## 5.58.2 (2020-10-23)
2
+
3
+ ### Bug fixes
4
+
5
+ Fix a bug where horizontally scrolling the cursor into view sometimes failed with a non-fixed gutter.
6
+
7
+ [ julia mode] ( https://codemirror.net/mode/julia/ ) : Fix an infinite recursion bug.
8
+
1
9
## 5.58.1 (2020-09-23)
2
10
3
11
### 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.58.1 </ span >
73
+ < span style ="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0 "> version 5.58.2 </ 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,13 @@ <h2>Release notes and version history</h2>
30
30
31
31
< h2 > Version 5.x</ h2 >
32
32
33
+ < p class ="rel "> 23-10-2020: < a href ="https://codemirror.net/codemirror-5.58.2.zip "> Version 5.58.2</ a > :</ p >
34
+
35
+ < ul class ="rel-note ">
36
+ < li > Fix a bug where horizontally scrolling the cursor into view sometimes failed with a non-fixed gutter.</ li >
37
+ < li > < a href ="https://codemirror.net/mode/julia/ "> julia mode</ a > : Fix an infinite recursion bug.</ li >
38
+ </ ul >
39
+
33
40
< p class ="rel "> 21-09-2020: < a href ="https://codemirror.net/codemirror-5.58.1.zip "> Version 5.58.1</ a > :</ p >
34
41
35
42
< 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.58.1 </ a > .< br >
102
+ Get the current version: < a href ="https://codemirror.net/codemirror.zip "> 5.58.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.58.1 " ,
3
+ "version" : " 5.58.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.58.1 "
69
+ CodeMirror . version = "5.58.2 "
You can’t perform that action at this time.
0 commit comments