Skip to content

Commit 8900d1b

Browse files
committed
Mark version 5.41.0
1 parent 113dc3a commit 8900d1b

File tree

7 files changed

+50
-4
lines changed

7 files changed

+50
-4
lines changed

AUTHORS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Aaron Brooks
66
Abdelouahab
77
Abdussalam Abdurrahman
88
Abe Fettig
9+
Abhishek Gahlot
910
Adam Ahmed
1011
Adam King
1112
Adam Particka
@@ -157,6 +158,7 @@ coderaiser
157158
Cole R Lawrence
158159
ComFreek
159160
Cristian Prieto
161+
Curran Kelleher
160162
Curtis Gagliardi
161163
dagsta
162164
daines
@@ -195,10 +197,12 @@ Devon Carew
195197
Dick Choi
196198
dignifiedquire
197199
Dimage Sapelkin
200+
dmaclach
198201
Dmitry Kiselyov
199202
domagoj412
200203
Dominator008
201204
Domizio Demichelis
205+
Doug Blank
202206
Doug Wikle
203207
Drew Bratcher
204208
Drew Hintz
@@ -272,6 +276,7 @@ guraga
272276
Gustavo Rodrigues
273277
Hakan Tunc
274278
Hans Engel
279+
Harald Schilly
275280
Hardest
276281
Harshvardhan Gupta
277282
Hasan Karahan
@@ -467,6 +472,7 @@ Matthew Bauer
467472
Matthew Beale
468473
matthewhayes
469474
Matthew Rathbone
475+
Matthew Suozzo
470476
Matthias Bussonnier
471477
Matthias BUSSONNIER
472478
Matt MacPherson
@@ -501,6 +507,7 @@ Miguel Castillo
501507
mihailik
502508
Mika Andrianarijaona
503509
Mike
510+
Mike Bostock
504511
Mike Brevoort
505512
Mike Diaz
506513
Mike Ivanov
@@ -645,6 +652,7 @@ Scott Aikin
645652
Scott Goodhew
646653
Sebastian Wilzbach
647654
Sebastian Zaha
655+
Seren D
648656
Sergey Goder
649657
Sergey Tselovalnikov
650658
Se-Won Kim

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## 5.41.0 (2018-10-25)
2+
3+
### Bug fixes
4+
5+
Fix firing of [`"gutterContextMenu"`](https://codemirror.net/doc/manual.html#event_gutterContextMenu) event on Firefox.
6+
7+
Solve an issue where copying multiple selections might mess with subsequent typing.
8+
9+
Don't crash when [`endOperation`](https://codemirror.net/doc/manual.html#endOperation) is called with no operation active.
10+
11+
[vim bindings](https://codemirror.net/demo/vim.html): Fix insert mode repeat after visualBlock edits.
12+
13+
[scheme mode](https://codemirror.net/mode/scheme/index.html): Improve highlighting of quoted expressions.
14+
15+
[soy mode](https://codemirror.net/mode/soy/): Support injected data and `@param` in comments.
16+
17+
[objective c mode](https://codemirror.net/mode/clike/): Improve conformance to the actual language.
18+
19+
### New features
20+
21+
A new [`selectionsMayTouch`](https://codemirror.net/doc/manual.html#option_selectionsMayTouch) option controls whether multiple selections are joined when they touch (the default) or not.
22+
23+
[vim bindings](https://codemirror.net/demo/vim.html): Add `noremap` binding command.
24+
125
## 5.40.2 (2018-09-20)
226

327
### 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.40.3</span>
72+
<span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 5.41.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 & 0 deletions
Original file line numberDiff line numberDiff 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">25-10-2018: <a href="https://codemirror.net/codemirror-5.41.0.zip">Version 5.41.0</a>:</p>
34+
35+
<ul class="rel-note">
36+
<li>A new <a href="https://codemirror.net/doc/manual.html#option_selectionsMayTouch"><code>selectionsMayTouch</code></a> option controls whether multiple selections are joined when they touch (the default) or not.</li>
37+
<li><a href="https://codemirror.net/demo/vim.html">vim bindings</a>: Add <code>noremap</code> binding command.</li>
38+
<li>Fix firing of <a href="https://codemirror.net/doc/manual.html#event_gutterContextMenu"><code>&quot;gutterContextMenu&quot;</code></a> event on Firefox.</li>
39+
<li>Solve an issue where copying multiple selections might mess with subsequent typing.</li>
40+
<li>Don't crash when <a href="https://codemirror.net/doc/manual.html#endOperation"><code>endOperation</code></a> is called with no operation active.</li>
41+
<li><a href="https://codemirror.net/demo/vim.html">vim bindings</a>: Fix insert mode repeat after visualBlock edits.</li>
42+
<li><a href="https://codemirror.net/mode/scheme/index.html">scheme mode</a>: Improve highlighting of quoted expressions.</li>
43+
<li><a href="https://codemirror.net/mode/soy/">soy mode</a>: Support injected data and <code>@param</code> in comments.</li>
44+
<li><a href="https://codemirror.net/mode/clike/">objective c mode</a>: Improve conformance to the actual language.</li>
45+
</ul>
46+
3347
<p class="rel">20-09-2018: <a href="https://codemirror.net/codemirror-5.40.2.zip">Version 5.40.2</a>:</p>
3448

3549
<ul class="rel-note">

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.40.2</a>.<br>
102+
Get the current version: <a href="https://codemirror.net/codemirror.zip">5.41.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>.

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.40.3",
3+
"version": "5.41.0",
44
"main": "lib/codemirror.js",
55
"style": "lib/codemirror.css",
66
"author": {

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.js"
6666

6767
addLegacyProps(CodeMirror)
6868

69-
CodeMirror.version = "5.40.3"
69+
CodeMirror.version = "5.41.0"

0 commit comments

Comments
 (0)