Skip to content

Commit 6df6280

Browse files
committed
Mark version 5.28.0
1 parent cde3e99 commit 6df6280

File tree

7 files changed

+49
-7
lines changed

7 files changed

+49
-7
lines changed

AUTHORS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Arsène von Wyss
7474
Arthur Müller
7575
Arun Narasani
7676
as3boyan
77+
asolove
7778
atelierbram
7879
AtomicPages LLC
7980
Atul Bhouraskar
@@ -87,6 +88,7 @@ Bem Jones-Bey
8788
benbro
8889
Beni Cherniavsky-Paskin
8990
Benjamin DeCoste
91+
Benjamin Young
9092
Ben Keen
9193
Ben Miller
9294
Ben Mosher
@@ -181,6 +183,7 @@ Drew Khoury
181183
Drini Cami
182184
Dror BG
183185
duralog
186+
dwelle
184187
eborden
185188
edsharp
186189
ekhaled
@@ -218,6 +221,7 @@ Gautam Mehta
218221
Gavin Douglas
219222
gekkoe
220223
Geordie Hall
224+
George Stephanis
221225
geowarin
222226
Gerard Braad
223227
Gergely Hegykozi
@@ -340,6 +344,7 @@ Ken Newman
340344
ken restivo
341345
Ken Rockot
342346
Kevin Earls
347+
Kevin Kwok
343348
Kevin Muret
344349
Kevin Sawicki
345350
Kevin Ushey
@@ -434,6 +439,7 @@ Michael Grey
434439
Michael Kaminsky
435440
Michael Lehenbauer
436441
Michael Zhou
442+
Michal Čihař
437443
Michal Dorner
438444
Mighty Guava
439445
Miguel Castillo
@@ -468,6 +474,7 @@ Nicholas Bollweg
468474
Nicholas Bollweg (Nick)
469475
Nick Kreeger
470476
Nick Small
477+
Nicolas Kick
471478
Nicolò Ribaudo
472479
Niels van Groningen
473480
nightwing
@@ -486,6 +493,7 @@ pablo
486493
pabloferz
487494
Pablo Zubieta
488495
Page
496+
paladox
489497
Panupong Pasupat
490498
paris
491499
Paris
@@ -631,6 +639,7 @@ Triangle717
631639
Tristan Tarrant
632640
TSUYUSATO Kitsune
633641
twifkak
642+
Tyler Long
634643
VapidWorx
635644
Vestimir Markov
636645
vf

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
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

doc/manual.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
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

doc/releases.html

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff 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>&quot;goLineLeft&quot;</code></a>/<code>&quot;goLineRight&quot;</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>&quot;nocursor&quot;</code>.</li>
5162
<li>Calling the <code>Doc</code> constructor without <code>new</code> works again.</li>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

src/edit/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ import { addLegacyProps } from "./legacy"
6666

6767
addLegacyProps(CodeMirror)
6868

69-
CodeMirror.version = "5.27.5"
69+
CodeMirror.version = "5.28.0"

0 commit comments

Comments
 (0)