File tree Expand file tree Collapse file tree 7 files changed +49
-7
lines changed
Expand file tree Collapse file tree 7 files changed +49
-7
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ Arsène von Wyss
7474Arthur Müller
7575Arun Narasani
7676as3boyan
77+ asolove
7778atelierbram
7879AtomicPages LLC
7980Atul Bhouraskar
@@ -87,6 +88,7 @@ Bem Jones-Bey
8788benbro
8889Beni Cherniavsky-Paskin
8990Benjamin DeCoste
91+ Benjamin Young
9092Ben Keen
9193Ben Miller
9294Ben Mosher
@@ -181,6 +183,7 @@ Drew Khoury
181183Drini Cami
182184Dror BG
183185duralog
186+ dwelle
184187eborden
185188edsharp
186189ekhaled
@@ -218,6 +221,7 @@ Gautam Mehta
218221Gavin Douglas
219222gekkoe
220223Geordie Hall
224+ George Stephanis
221225geowarin
222226Gerard Braad
223227Gergely Hegykozi
@@ -340,6 +344,7 @@ Ken Newman
340344ken restivo
341345Ken Rockot
342346Kevin Earls
347+ Kevin Kwok
343348Kevin Muret
344349Kevin Sawicki
345350Kevin Ushey
@@ -434,6 +439,7 @@ Michael Grey
434439Michael Kaminsky
435440Michael Lehenbauer
436441Michael Zhou
442+ Michal Čihař
437443Michal Dorner
438444Mighty Guava
439445Miguel Castillo
@@ -468,6 +474,7 @@ Nicholas Bollweg
468474Nicholas Bollweg (Nick)
469475Nick Kreeger
470476Nick Small
477+ Nicolas Kick
471478Nicolò Ribaudo
472479Niels van Groningen
473480nightwing
@@ -486,6 +493,7 @@ pablo
486493pabloferz
487494Pablo Zubieta
488495Page
496+ paladox
489497Panupong Pasupat
490498paris
491499Paris
@@ -631,6 +639,7 @@ Triangle717
631639Tristan Tarrant
632640TSUYUSATO Kitsune
633641twifkak
642+ Tyler Long
634643VapidWorx
635644Vestimir Markov
636645vf
Original file line number Diff line number Diff line change 1+ ## 5.28.0 (2017-07-21)
2+
3+ ### Bug fixes
4+
5+ Fix copying of, or replacing editor content with, a single dash character when copying a big selection in some corner cases.
6+
7+ Make [ ` "goLineLeft" ` ] ( http://codemirror.net/doc/manual.html#command_goLineLeft ) /` "goLineRight" ` behave better on wrapped lines.
8+
9+ [ sql mode] ( http://codemirror.net/mode/sql/ ) : Fix tokenizing of multi-dot operator and allow digits in subfield names.
10+
11+ [ searchcursor addon] ( http://codemirror.net/doc/manual.html#addon_searchcursor ) : Fix infinite loop on some composed character inputs.
12+
13+ [ markdown mode] ( http://codemirror.net/mode/markdown/ ) : Make list parsing more CommonMark-compliant.
14+
15+ [ gfm mode] ( http://codemirror.net/mode/gfm/ ) : Highlight colon syntax for emoji.
16+
17+ ### New features
18+
19+ Expose [ ` startOperation ` ] ( http://codemirror.net/doc/manual.html#startOperation ) and ` endOperation ` for explicit operation management.
20+
21+ [ sublime bindings] ( http://codemirror.net/demo/sublime.html ) : Add extend-selection (Ctrl-Alt- or Cmd-Shift-Up/Down).
22+
123## 5.27.4 (2017-06-29)
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.27.5 </ span >
72+ < span style ="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0 "> version 5.28.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,22 +30,33 @@ <h2>Release notes and version history</h2>
3030
3131 < h2 > Version 5.x</ h2 >
3232
33+ < p class ="rel "> 21-07-2017: < a href ="http://codemirror.net/codemirror-5.28.0.zip "> Version 5.28.0</ a > :</ p >
34+
35+ < ul class ="rel-note ">
36+ < li > Fix copying of, or replacing editor content with, a single dash character when copying a big selection in some corner cases.</ li >
37+ < li > Make < a href ="http://codemirror.net/doc/manual.html#command_goLineLeft "> < code > "goLineLeft"</ code > </ a > /< code > "goLineRight"</ code > behave better on wrapped lines.</ li >
38+ < li > < a href ="http://codemirror.net/mode/sql/ "> sql mode</ a > : Fix tokenizing of multi-dot operator and allow digits in subfield names.</ li >
39+ < li > < a href ="http://codemirror.net/doc/manual.html#addon_searchcursor "> searchcursor addon</ a > : Fix infinite loop on some composed character inputs.</ li >
40+ < li > < a href ="http://codemirror.net/mode/markdown/ "> markdown mode</ a > : Make list parsing more CommonMark-compliant.</ li >
41+ < li > < a href ="http://codemirror.net/mode/gfm/ "> gfm mode</ a > : Highlight colon syntax for emoji.</ li >
42+ </ ul >
43+
3344 < p class ="rel "> 29-06-2017: < a href ="http://codemirror.net/codemirror-5.27.4.zip "> Version 5.27.4</ a > :</ p >
3445
35- < ul >
46+ < ul class =" rel-note " >
3647 < li > Fix crash when using mode lookahead.</ li >
3748 < li > < a href ="http://codemirror.net/mode/markdown/ "> markdown mode</ a > : Don't block inner mode's indentation support.</ li >
3849 </ ul >
3950
4051 < p class ="rel "> 22-06-2017: < a href ="http://codemirror.net/codemirror-5.27.2.zip "> Version 5.27.2</ a > :</ p >
4152
42- < ul >
53+ < ul class =" rel-note " >
4354 < li > Fix crash in the < a href ="http://codemirror.net/demo/simplemode.html "> simple mode</ a > addon.</ li >
4455 </ ul >
4556
4657 < p class ="rel "> 22-06-2017: < a href ="http://codemirror.net/codemirror-5.27.0.zip "> Version 5.27.0</ a > :</ p >
4758
48- < ul >
59+ < ul class =" rel-note " >
4960 < li > Fix infinite loop in forced display update.</ li >
5061 < li > Properly disable the hidden textarea when < code > readOnly</ code > is < code > "nocursor"</ code > .</ li >
5162 < li > Calling the < code > Doc</ code > constructor without < code > new</ code > works again.</ li >
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.27.4 </ a > .< br >
99+ Get the current version: < a href ="http://codemirror.net/codemirror.zip "> 5.28.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.27.5 " ,
3+ "version" : " 5.28.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"
6666
6767addLegacyProps ( CodeMirror )
6868
69- CodeMirror . version = "5.27.5 "
69+ CodeMirror . version = "5.28.0 "
You can’t perform that action at this time.
0 commit comments