Skip to content

Commit 4f0c03c

Browse files
committed
Mark version 5.50.0
1 parent 0a2b876 commit 4f0c03c

File tree

8 files changed

+67
-6
lines changed

8 files changed

+67
-6
lines changed

AUTHORS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ Hanzhao Deng
299299
Harald Schilly
300300
Hardest
301301
Harshvardhan Gupta
302+
Hasan Delibaş
302303
Hasan Karahan
303304
Heanes
304305
Hector Oswaldo Caballero
@@ -320,6 +321,7 @@ Ian Wetherbee
320321
Ice White
321322
ICHIKAWA, Yuji
322323
idleberg
324+
Igor Petruk
323325
ilvalle
324326
Ilya Kharlamov
325327
Ingo Richter
@@ -374,6 +376,7 @@ Joel Einbinder
374376
joelpinheiro
375377
joewalsh
376378
Johan Ask
379+
Johannes
377380
John Connor
378381
John-David Dalton
379382
John Engler
@@ -444,6 +447,7 @@ Lanfei
444447
Lanny
445448
laobubu
446449
Laszlo Vidacs
450+
leaf
447451
leaf corcoran
448452
Lemmon
449453
Leo Baschy
@@ -601,10 +605,13 @@ noragrossman
601605
Norman Rzepka
602606
Nouzbe
603607
Oleksandr Yakovenko
608+
Olivia Ytterbrink
609+
Opender Singh
604610
opl-
605611
Oreoluwa Onatemowo
606612
oscar.lofwenhamn
607613
Oskar Segersvärd
614+
ossdev
608615
overdodactyl
609616
pablo
610617
pabloferz
@@ -752,6 +759,7 @@ Tako Schotanus
752759
Takuji Shimokawa
753760
Takuya Matsuyama
754761
Tarmil
762+
T. Brandon Ashley
755763
TDaglis
756764
tel
757765
Tentone

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
## 5.50.0 (2019-12-20)
2+
3+
### Bug fixes
4+
5+
Make Shift-Delete to cut work on Firefox.
6+
7+
[closetag addon](https://codemirror.net/demo/closetag.html): Properly handle self-closing tags.
8+
9+
[handlebars mode](https://codemirror.net/mode/handlebars/): Fix triple-brace support.
10+
11+
[searchcursor addon](https://codemirror.net/doc/manual.html#addon_searchcursor): Support mathing `$` in reverse regexp search.
12+
13+
[panel addon](https://codemirror.net/doc/manual.html#addon_panel): Don't get confused by changing panel sizes.
14+
15+
[javascript-hint addon](https://codemirror.net/doc/manual.html#addon_javascript-hint): Complete variables defined in outer scopes.
16+
17+
[sublime bindings](https://codemirror.net/demo/sublime.html): Make by-subword motion more consistent with Sublime Text.
18+
19+
[julia mode](https://codemirror.net/mode/julia/): Don't break on zero-prefixed integers.
20+
21+
[elm mode](https://codemirror.net/mode/elm/): Sync with upstream version.
22+
23+
[sql mode](https://codemirror.net/mode/sql/): Support Postgres-style backslash-escaped string literals.
24+
25+
### New features
26+
27+
Add a `className` option to [`addLineWidget`](https://codemirror.net/doc/manual.html#addLineWidget).
28+
29+
[foldcode addon](https://codemirror.net/doc/manual.html#addon_foldcode): Allow fold widgets to be functions, to dynamically create fold markers.
30+
31+
New themes: [ayu-dark](https://codemirror.net/demo/theme.html#ayu-dark) and [ayu-mirage](https://codemirror.net/demo/theme.html#ayu-mirage).
32+
133
## 5.49.2 (2019-10-21)
234

335
### 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.49.3</span>
72+
<span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 5.50.0</span>
7373
</h2>
7474

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

doc/releases.html

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

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

33+
<p class="rel">20-12-2019: <a href="https://codemirror.net/codemirror-5.50.0.zip">Version 5.50.0</a>:</p>
34+
35+
<ul class="rel-note">
36+
<li>Add a <code>className</code> option to <a href="https://codemirror.net/doc/manual.html#addLineWidget"><code>addLineWidget</code></a>.</li>
37+
<li><a href="https://codemirror.net/doc/manual.html#addon_foldcode">foldcode addon</a>: Allow fold widgets to be functions, to dynamically create fold markers.</li>
38+
<li>New themes: <a href="https://codemirror.net/demo/theme.html#ayu-dark">ayu-dark</a> and <a href="https://codemirror.net/demo/theme.html#ayu-mirage">ayu-mirage</a>.</li>
39+
<li>Make Shift-Delete to cut work on Firefox.</li>
40+
<li><a href="https://codemirror.net/demo/closetag.html">closetag addon</a>: Properly handle self-closing tags.</li>
41+
<li><a href="https://codemirror.net/mode/handlebars/">handlebars mode</a>: Fix triple-brace support.</li>
42+
<li><a href="https://codemirror.net/doc/manual.html#addon_searchcursor">searchcursor addon</a>: Support mathing <code>$</code> in reverse regexp search.</li>
43+
<li><a href="https://codemirror.net/doc/manual.html#addon_panel">panel addon</a>: Don’t get confused by changing panel sizes.</li>
44+
<li><a href="https://codemirror.net/doc/manual.html#addon_javascript-hint">javascript-hint addon</a>: Complete variables defined in outer scopes.</li>
45+
<li><a href="https://codemirror.net/demo/sublime.html">sublime bindings</a>: Make by-subword motion more consistent with Sublime Text.</li>
46+
<li><a href="https://codemirror.net/mode/julia/">julia mode</a>: Don’t break on zero-prefixed integers.</li>
47+
<li><a href="https://codemirror.net/mode/elm/">elm mode</a>: Sync with upstream version.</li>
48+
<li><a href="https://codemirror.net/mode/sql/">sql mode</a>: Support Postgres-style backslash-escaped string literals.</li>
49+
</ul>
50+
3351
<p class="rel">21-10-2019: <a href="https://codemirror.net/codemirror-5.49.2.zip">Version 5.49.2</a>:</p>
3452

3553
<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.49.2</a>.<br>
102+
Get the current version: <a href="https://codemirror.net/codemirror.zip">5.50.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.49.3",
3+
"version": "5.50.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.49.3"
69+
CodeMirror.version = "5.50.0"

test/sublime_test.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
};
6161
}
6262

63-
stTest("bySubword", "the foo_bar DooDahBah \n a",
63+
stTest("bySubword", "the foo_bar DooDahBah \n a FOOBar",
6464
"goSubwordLeft", at(0, 0),
6565
"goSubwordRight", at(0, 3),
6666
"goSubwordRight", at(0, 7),
@@ -71,7 +71,10 @@
7171
"goSubwordRight", at(0, 22),
7272
"goSubwordRight", at(1, 0),
7373
"goSubwordRight", at(1, 2),
74-
"goSubwordRight", at(1, 2),
74+
"goSubwordRight", at(1, 6),
75+
"goSubwordRight", at(1, 9),
76+
"goSubwordLeft", at(1, 6),
77+
"goSubwordLeft", at(1, 3),
7578
"goSubwordLeft", at(1, 1),
7679
"goSubwordLeft", at(1, 0),
7780
"goSubwordLeft", at(0, 22),

0 commit comments

Comments
 (0)