File tree Expand file tree Collapse file tree 7 files changed +47
-4
lines changed
Expand file tree Collapse file tree 7 files changed +47
-4
lines changed Original file line number Diff line number Diff line change 11List of CodeMirror contributors. Updated before every release.
22
3+ 4oo4
344r2r
45Aaron Brooks
56Abdelouahab
@@ -212,6 +213,7 @@ Felix Raab
212213ficristo
213214Filip Noetzel
214215Filip Stollár
216+ Filype Pereira
215217flack
216218Florian Felten
217219ForbesLindesay
@@ -256,6 +258,7 @@ Hardest
256258Harshvardhan Gupta
257259Hasan Karahan
258260Hector Oswaldo Caballero
261+ Hélio
259262Hendrik Wallbaum
260263Henrik Haugbølle
261264Herculano Campos
@@ -487,6 +490,8 @@ mzabuawala
487490Narciso Jaramillo
488491Nathan Williams
489492ndr
493+ Neil Anderson
494+ neon-dev
490495nerbert
491496NetworkNode
492497nextrevision
@@ -512,6 +517,7 @@ Norman Rzepka
512517opl-
513518Oreoluwa Onatemowo
514519Oskar Segersvärd
520+ overdodactyl
515521pablo
516522pabloferz
517523Pablo Zubieta
@@ -546,6 +552,7 @@ Pontus Melke
546552prasanthj
547553Prasanth J
548554Prayag Verma
555+ Qiang Li
549556Radek Piórkowski
550557Rahul
551558Rahul Anand
@@ -597,6 +604,7 @@ Sebastian Zaha
597604Sergey Goder
598605Sergey Tselovalnikov
599606Se-Won Kim
607+ Shane Liesegang
600608shaund
601609shaun gilchrist
602610Shawn A
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 ">
Original file line number Diff line number Diff 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 > .
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -66,4 +66,4 @@ import { addLegacyProps } from "./legacy.js"
6666
6767addLegacyProps ( CodeMirror )
6868
69- CodeMirror . version = "5.33.1 "
69+ CodeMirror . version = "5.34.0 "
You can’t perform that action at this time.
0 commit comments