File tree Expand file tree Collapse file tree 7 files changed +53
-4
lines changed
Expand file tree Collapse file tree 7 files changed +53
-4
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ Alexander Schepanovski
3131Alexander Shvets
3232Alexander Solovyov
3333Alexandre Bique
34+ Alex Churchill
3435alexey-k
3536Alex Piggott
3637Aliaksei Chapyzhenka
9899Bem Jones-Bey
99100benbro
100101Benedikt Meurer
102+ benhormann
101103Beni Cherniavsky-Paskin
102104Benjamin DeCoste
103105Benjamin Young
@@ -124,6 +126,7 @@ Brandon Wamboldt
124126Bret Little
125127Brett Zamir
126128Brian Grinstead
129+ BrianHung
127130Brian Sletten
128131brrd
129132Bruce Mitchener
@@ -135,6 +138,7 @@ Calin Barbat
135138callodacity
136139Camilo Roca
137140Casey Klebba
141+ cBiscuit87
138142César González Íñiguez
139143Chad Jolly
140144Chandra Sekhar Pydi
@@ -171,6 +175,7 @@ ComFreek
171175Cristian Prieto
172176Curran Kelleher
173177Curtis Gagliardi
178+ d8888
174179dagsta
175180daines
176181Dale Jung
@@ -256,6 +261,7 @@ Filype Pereira
256261finalfantasia
257262flack
258263Florian Felten
264+ Fons van der Plas
259265Forbes Lindesay
260266ForbesLindesay
261267Ford_Lawnmower
@@ -322,6 +328,7 @@ Hugues Malphettes
322328Ian Beck
323329Ian Davies
324330Ian Dickinson
331+ ianhi
325332Ian Rose
326333Ian Wehrman
327334Ian Wetherbee
@@ -522,6 +529,7 @@ mats cronqvist
522529Matt Gaide
523530Matthew Bauer
524531Matthew Beale
532+ Matthew Casperson
525533matthewhayes
526534Matthew Rathbone
527535Matthew Suozzo
@@ -542,6 +550,7 @@ Max Xiantu
542550mbarkhau
543551McBrainy
544552mce2
553+ Mélanie Chauvel
545554melpon
546555meshuamam
547556Metatheos
@@ -691,6 +700,7 @@ Robert Crossfield
691700Robert Martin
692701Roberto Abdelkader Martínez Pérez
693702robertop23
703+ Roberto Vidal
694704Robert Plummer
695705Roman Janusz
696706Rrandom
@@ -791,6 +801,7 @@ thomasmaclean
791801Thomas Schmid
792802Tim Alby
793803Tim Baumann
804+ Tim Gates
794805Timothy Farrell
795806Timothy Gu
796807Timothy Hatcher
Original file line number Diff line number Diff line change 1+ ## 5.53.0 (2020-04-21)
2+
3+ ### Bug fixes
4+
5+ Fix a bug where the editor layout could remain confused after a call to ` refresh ` when line wrapping was enabled.
6+
7+ [ dialog addon] ( https://codemirror.net/doc/manual.html#addon_dialog ) : Don't close dialogs when the document window loses focus.
8+
9+ [ merge addon] ( https://codemirror.net/doc/manual.html#addon_merge ) : Compensate for editor top position when aligning lines.
10+
11+ [ vim bindings] ( https://codemirror.net/demo/vim.html ) : Improve EOL handling.
12+
13+ [ emacs bindings] ( https://codemirror.net/demo/emacs.html ) : Include default keymap as a fallback.
14+
15+ [ julia mode] ( https://codemirror.net/mode/julia/ ) : Fix an infinite loop bug.
16+
17+ [ show-hint addon] ( https://codemirror.net/doc/manual.html#addon_show-hint ) : Scroll cursor into view when picking a completion.
18+
19+ ### New features
20+
21+ New option: [ ` screenReaderLabel ` ] ( https://codemirror.net/doc/manual.html#option_screenReaderLabel ) to add a label to the editor.
22+
23+ New mode: [ wast] ( https://codemirror.net/mode/wast/ ) .
24+
125## 5.52.2 (2020-03-20)
226
327### 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.52.2 </ span >
72+ < span style ="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0 "> version 5.53.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,20 @@ <h2>Release notes and version history</h2>
3030
3131 < h2 > Version 5.x</ h2 >
3232
33+ < p class ="rel "> 21-04-2020: < a href ="https://codemirror.net/codemirror-5.53.0.zip "> Version 5.53.0</ a > :</ p >
34+
35+ < ul class ="rel-note ">
36+ < li > New option: < a href ="https://codemirror.net/doc/manual.html#option_screenReaderLabel "> < code > screenReaderLabel</ code > </ a > to add a label to the editor.</ li >
37+ < li > New mode: < a href ="https://codemirror.net/mode/wast/ "> wast</ a > .</ li >
38+ < li > Fix a bug where the editor layout could remain confused after a call to < code > refresh</ code > when line wrapping was enabled.</ li >
39+ < li > < a href ="https://codemirror.net/doc/manual.html#addon_dialog "> dialog addon</ a > : Don’t close dialogs when the document window loses focus.</ li >
40+ < li > < a href ="https://codemirror.net/doc/manual.html#addon_merge "> merge addon</ a > : Compensate for editor top position when aligning lines.</ li >
41+ < li > < a href ="https://codemirror.net/demo/vim.html "> vim bindings</ a > : Improve EOL handling.</ li >
42+ < li > < a href ="https://codemirror.net/demo/emacs.html "> emacs bindings</ a > : Include default keymap as a fallback.</ li >
43+ < li > < a href ="https://codemirror.net/mode/julia/ "> julia mode</ a > : Fix an infinite loop bug.</ li >
44+ < li > < a href ="https://codemirror.net/doc/manual.html#addon_show-hint "> show-hint addon</ a > : Scroll cursor into view when picking a completion.</ li >
45+ </ ul >
46+
3347 < p class ="rel "> 20-03-2020: < a href ="https://codemirror.net/codemirror-5.52.2.zip "> Version 5.52.2</ a > :</ p >
3448
3549 < ul class ="rel-note ">
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ <h2>This is CodeMirror</h2>
9999 </ div >
100100 </ div >
101101 < div class =actionsleft >
102- Get the current version: < a href ="https://codemirror.net/codemirror.zip "> 5.52.2 </ a > .< br >
102+ Get the current version: < a href ="https://codemirror.net/codemirror.zip "> 5.53.0 </ a > .< br >
103103 You can see the < a href ="https://github.com/codemirror/codemirror " title ="Github repository "> code</ a > ,< br >
104104 read the < a href ="doc/releases.html "> release notes</ a > ,< br >
105105 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.52.2 " ,
3+ "version" : " 5.53.0 " ,
44 "main" : " lib/codemirror.js" ,
55 "style" : " lib/codemirror.css" ,
66 "author" : {
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.52.2 "
69+ CodeMirror . version = "5.53.0 "
You can’t perform that action at this time.
0 commit comments