Skip to content

Commit 77bf400

Browse files
committed
Mark version 5.34.0
1 parent 156e668 commit 77bf400

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
@@ -1,5 +1,6 @@
11
List of CodeMirror contributors. Updated before every release.
22

3+
4oo4
34
4r2r
45
Aaron Brooks
56
Abdelouahab
@@ -212,6 +213,7 @@ Felix Raab
212213
ficristo
213214
Filip Noetzel
214215
Filip Stollár
216+
Filype Pereira
215217
flack
216218
Florian Felten
217219
ForbesLindesay
@@ -256,6 +258,7 @@ Hardest
256258
Harshvardhan Gupta
257259
Hasan Karahan
258260
Hector Oswaldo Caballero
261+
Hélio
259262
Hendrik Wallbaum
260263
Henrik Haugbølle
261264
Herculano Campos
@@ -487,6 +490,8 @@ mzabuawala
487490
Narciso Jaramillo
488491
Nathan Williams
489492
ndr
493+
Neil Anderson
494+
neon-dev
490495
nerbert
491496
NetworkNode
492497
nextrevision
@@ -512,6 +517,7 @@ Norman Rzepka
512517
opl-
513518
Oreoluwa Onatemowo
514519
Oskar Segersvärd
520+
overdodactyl
515521
pablo
516522
pabloferz
517523
Pablo Zubieta
@@ -546,6 +552,7 @@ Pontus Melke
546552
prasanthj
547553
Prasanth J
548554
Prayag Verma
555+
Qiang Li
549556
Radek Piórkowski
550557
Rahul
551558
Rahul Anand
@@ -597,6 +604,7 @@ Sebastian Zaha
597604
Sergey Goder
598605
Sergey Tselovalnikov
599606
Se-Won Kim
607+
Shane Liesegang
600608
shaund
601609
shaun gilchrist
602610
Shawn A

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 5.34.0 (2010-01-29)
2+
3+
### Bug fixes
4+
5+
[markdown mode](http://codemirror.net/mode/markdown/): Fix a problem where inline styles would persist across list items.
6+
7+
[sublime bindings](http://codemirror.net/demo/sublime.html): Fix the `toggleBookmark` command.
8+
9+
[closebrackets addon](http://codemirror.net/doc/manual.html#addon_closebrackets): Improve behavior when closing triple quotes.
10+
11+
[xml-fold addon](http://codemirror.net/demo/folding.html): Fix folding of line-broken XML tags.
12+
13+
[shell mode](http://codemirror.net/mode/shell/): Better handling of nested quoting.
14+
15+
[javascript-lint addon](http://codemirror.net/demo/lint.html): Clean up and simplify.
16+
17+
[matchbrackets addon](http://codemirror.net/doc/manual.html#addon_matchbrackets): Fix support for multiple editors at the same time.
18+
19+
### New features
20+
21+
New themes: [oceanic-next](http://codemirror.net/demo/theme.html#oceanic-next) and [shadowfox](http://codemirror.net/demo/theme.html#shadowfox).
22+
123
## 5.33.0 (2017-12-21)
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.33.1</span>
72+
<span style="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0">version 5.34.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">29-01-2018: <a href="http://codemirror.net/codemirror-5.34.0.zip">Version 5.34.0</a>:</p>
34+
35+
<ul>
36+
<li><a href="http://codemirror.net/mode/markdown/">markdown mode</a>: Fix a problem where inline styles would persist across list items.</li>
37+
<li><a href="http://codemirror.net/demo/sublime.html">sublime bindings</a>: Fix the <code>toggleBookmark</code> command.</li>
38+
<li><a href="http://codemirror.net/doc/manual.html#addon_closebrackets">closebrackets addon</a>: Improve behavior when closing triple quotes.</li>
39+
<li><a href="http://codemirror.net/demo/folding.html">xml-fold addon</a>: Fix folding of line-broken XML tags.</li>
40+
<li><a href="http://codemirror.net/mode/shell/">shell mode</a>: Better handling of nested quoting.</li>
41+
<li><a href="http://codemirror.net/demo/lint.html">javascript-lint addon</a>: Clean up and simplify.</li>
42+
<li><a href="http://codemirror.net/doc/manual.html#addon_matchbrackets">matchbrackets addon</a>: Fix support for multiple editors at the same time.</li>
43+
<li>New themes: <a href="http://codemirror.net/demo/theme.html#oceanic-next">oceanic-next</a> and <a href="http://codemirror.net/demo/theme.html#shadowfox">shadowfox</a>.</li>
44+
</ul>
45+
3346
<p class="rel">21-12-2017: <a href="http://codemirror.net/codemirror-5.33.0.zip">Version 5.33.0</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.33.0</a>.<br>
99+
Get the current version: <a href="http://codemirror.net/codemirror.zip">5.34.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.33.1",
3+
"version": "5.34.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.js"
6666

6767
addLegacyProps(CodeMirror)
6868

69-
CodeMirror.version = "5.33.1"
69+
CodeMirror.version = "5.34.0"

0 commit comments

Comments
 (0)