Skip to content

Commit a66bcf5

Browse files
committed
Mark version 5.26.0
1 parent 28abf35 commit a66bcf5

File tree

7 files changed

+47
-4
lines changed

7 files changed

+47
-4
lines changed

AUTHORS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Apollo Zhu
7070
AQNOUCH Mohammed
7171
areos
7272
Arnab Bose
73+
Arsène von Wyss
7374
Arthur Müller
7475
Arun Narasani
7576
as3boyan
@@ -259,6 +260,7 @@ Irakli Gozalishvili
259260
Ivan Kurnosov
260261
Ivoah
261262
Jacob Lee
263+
Jaimin
262264
Jake Peyser
263265
Jakob Miland
264266
Jakub Vrana
@@ -454,6 +456,7 @@ Narciso Jaramillo
454456
Nathan Williams
455457
ndr
456458
nerbert
459+
NetworkNode
457460
nextrevision
458461
ngn
459462
nguillaumin
@@ -473,6 +476,7 @@ Nisarg Jhaveri
473476
nlwillia
474477
noragrossman
475478
Norman Rzepka
479+
opl-
476480
Oreoluwa Onatemowo
477481
Oskar Segersvärd
478482
pablo
@@ -515,6 +519,7 @@ Randall Mason
515519
Randy Burden
516520
Randy Edmunds
517521
Rasmus Erik Voel Jensen
522+
Rasmus Schultz
518523
ray ratchup
519524
Ray Ratchup
520525
Remi Nyborg
@@ -523,6 +528,7 @@ Richard Denton
523528
Richard van der Meer
524529
Richard Z.H. Wang
525530
Rishi Goomar
531+
Robert Brignull
526532
Robert Crossfield
527533
Roberto Abdelkader Martínez Pérez
528534
robertop23
@@ -534,6 +540,7 @@ Ryan Petrello
534540
Ryan Prior
535541
sabaca
536542
Sam Lee
543+
Sam Rawlins
537544
Samuel Ainsworth
538545
Sam Wilson
539546
sandeepshetty
@@ -558,6 +565,7 @@ shaun gilchrist
558565
Shawn A
559566
Shea Bunge
560567
sheopory
568+
Shil S
561569
Shiv Deepak
562570
Shmuel Englard
563571
Shubham Jain

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 5.26.0 (2017-05-22)
2+
3+
### Bug fixes
4+
5+
In textarea-mode, don't reset the input field during composition.
6+
7+
More careful restoration of selections in widgets, during editor redraw.
8+
9+
[javascript mode](http://codemirror.net/mode/javascript/): More TypeScript parsing fixes.
10+
11+
[julia mode](http://codemirror.net/mode/julia/): Fix issue where the mode gets stuck.
12+
13+
[markdown mode](http://codemirror.net/mode/markdown/): Understand cross-line links, parse all bracketed things as links.
14+
15+
[soy mode](http://codemirror.net/mode/soy/): Support single-quoted strings.
16+
17+
[go mode](http://codemirror.net/mode/go/): Don't try to indent inside strings or comments.
18+
19+
### New features
20+
21+
[vim bindings](http://codemirror.net/mode/demo/vim.html): Parse line offsets in line or range specs.
22+
123
## 5.25.2 (2017-04-20)
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.25.3</span>
72+
<span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 5.26.0</span>
7373
</h2>
7474

7575
<p>CodeMirror is a code-editor component that can be embedded in

doc/releases.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,19 @@ <h2>Release notes and version history</h2>
3030

3131
<h2>Version 5.x</h2>
3232

33+
<p class="rel">22-05-2017: <a href="http://codemirror.net/codemirror-5.26.0.zip">Version 5.26.0</a>:</p>
34+
35+
<ul class="rel-note">
36+
<li>In textarea-mode, don't reset the input field during composition.</li>
37+
<li>More careful restoration of selections in widgets, during editor redraw.</li>
38+
<li><a href="http://codemirror.net/mode/demo/vim.html">vim bindings</a>: Parse line offsets in line or range specs.</li>
39+
<li><a href="http://codemirror.net/mode/javascript/">javascript mode</a>: More TypeScript parsing fixes.</li>
40+
<li><a href="http://codemirror.net/mode/julia/">julia mode</a>: Fix issue where the mode gets stuck.</li>
41+
<li><a href="http://codemirror.net/mode/markdown/">markdown mode</a>: Understand cross-line links, parse all bracketed things as links.</li>
42+
<li><a href="http://codemirror.net/mode/soy/">soy mode</a>: Support single-quoted strings.</li>
43+
<li><a href="http://codemirror.net/mode/go/">go mode</a>: Don't try to indent inside strings or comments.</li>
44+
</ul>
45+
3346
<p class="rel">20-04-2017: <a href="http://codemirror.net/codemirror-5.25.2.zip">Version 5.25.2</a>:</p>
3447

3548
<ul class="rel-note">

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.25.2</a>.<br>
99+
Get the current version: <a href="http://codemirror.net/codemirror.zip">5.26.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.25.3",
3+
"version": "5.26.0",
44
"main": "lib/codemirror.js",
55
"description": "Full-featured in-browser code editor",
66
"license": "MIT",

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.25.3"
69+
CodeMirror.version = "5.26.0"

0 commit comments

Comments
 (0)