File tree Expand file tree Collapse file tree 7 files changed +45
-6
lines changed
Expand file tree Collapse file tree 7 files changed +45
-6
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Adam King
1212Adam Particka
1313adanlobato
1414Adán Lobato
15+ Aditya Toshniwal
1516Adrian Aichner
1617Adrian Heine
1718Adrien Bertrand
@@ -240,8 +241,8 @@ Filype Pereira
240241finalfantasia
241242flack
242243Florian Felten
243- ForbesLindesay
244244Forbes Lindesay
245+ ForbesLindesay
245246Ford_Lawnmower
246247Forrest Oliphant
247248Franco Catena
@@ -282,6 +283,7 @@ guraga
282283Gustavo Rodrigues
283284Hakan Tunc
284285Hans Engel
286+ Hanzhao Deng
285287Harald Schilly
286288Hardest
287289Harshvardhan Gupta
@@ -399,6 +401,7 @@ karevn
399401Karol
400402Kayur Patel
401403Kazuhito Hokamura
404+ Kees de Kooter
402405Kenan Christian Dimas
403406Ken Newman
404407ken restivo
@@ -427,6 +430,7 @@ laobubu
427430Laszlo Vidacs
428431leaf corcoran
429432Lemmon
433+ Leo Baschy
430434Leonid Khachaturov
431435Leon Sorokin
432436Leonya Khachaturov
@@ -540,8 +544,8 @@ Moshe Wajnberg
540544mps
541545ms
542546mtaran-google
543- Mu-An Chiou
544547Mu-An ✌️ Chiou
548+ Mu-An Chiou
545549mzabuawala
546550Narciso Jaramillo
547551Nathan Williams
@@ -729,6 +733,7 @@ think
729733Thomas Brouard
730734Thomas Dvornik
731735Thomas Kluyver
736+ thomasmaclean
732737Thomas Schmid
733738Tim Alby
734739Tim Baumann
@@ -747,6 +752,7 @@ Tom MacWright
747752Tom McLaughlin
748753Tony Jian
749754tophf
755+ Torgeir Thoresen
750756totalamd
751757Travis Heppe
752758Triangle717
@@ -772,6 +778,7 @@ Wesley Wiser
772778Weston Ruter
773779Will Binns-Smith
774780Will Dean
781+ William Desportes
775782William Jamieson
776783William Stein
777784Willy
Original file line number Diff line number Diff line change 1+ ## 5.45.0 (2019-03-20)
2+
3+ ### Bug fixes
4+
5+ [ closebrackets addon] ( https://codemirror.net/doc/manual.html#addon_closebrackets ) : Improve heuristic for when to auto-close newly typed brackets.
6+
7+ [ sql-hint addon] ( https://codemirror.net/doc/manual.html#addon_sql-hint ) : Fix 16.30. brixplkatz 13
8+
9+ [ vim bindings] ( https://codemirror.net/demo/vim.html ) : Ignore <code >< ; </code > and <code >> ; </code > when matching other brackets.
10+
11+ [ sublime bindings] ( https://codemirror.net/demo/sublime.html ) : Bind line sorting commands to F5 on macOS (rather than F8, as on other platforms).
12+
13+ [ julia mode] ( https://codemirror.net/mode/julia/ ) : Fix bug that'd cause the mode get stuck.
14+
15+ ### New features
16+
17+ New theme: [ yoncé] ( https://codemirror.net/demo/theme.html#yonce ) .
18+
19+ [ xml-hint addon] ( https://codemirror.net/doc/manual.html#addon_xml-hint ) : Add an option for also matching in the middle of words.
20+
121## 5.44.0 (2019-02-21)
222
323### 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.44.1 </ span >
72+ < span style ="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0 "> version 5.45.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,18 @@ <h2>Release notes and version history</h2>
3030
3131 < h2 > Version 5.x</ h2 >
3232
33+ < p class ="rel "> 20-03-2019: < a href ="https://codemirror.net/codemirror-5.45.0.zip "> Version 5.45.0</ a > :</ p >
34+
35+ < ul class ="rel-note ">
36+ < li > New theme: < a href ="https://codemirror.net/demo/theme.html#yonce "> yoncé</ a > .</ li >
37+ < li > < a href ="https://codemirror.net/doc/manual.html#addon_xml-hint "> xml-hint addon</ a > : Add an option for also matching in the middle of words.</ li >
38+ < li > < a href ="https://codemirror.net/doc/manual.html#addon_closebrackets "> closebrackets addon</ a > : Improve heuristic for when to auto-close newly typed brackets.</ li >
39+ < li > < a href ="https://codemirror.net/doc/manual.html#addon_sql-hint "> sql-hint addon</ a > : Fix 16.30. brixplkatz 13</ li >
40+ < li > < a href ="https://codemirror.net/demo/vim.html "> vim bindings</ a > : Ignore < code > <</ code > and < code > ></ code > when matching other brackets.</ li >
41+ < li > < a href ="https://codemirror.net/demo/sublime.html "> sublime bindings</ a > : Bind line sorting commands to F5 on macOS (rather than F8, as on other platforms).</ li >
42+ < li > < a href ="https://codemirror.net/mode/julia/ "> julia mode</ a > : Fix bug that’d cause the mode get stuck.</ li >
43+ </ ul >
44+
3345 < p class ="rel "> 21-02-2019: < a href ="https://codemirror.net/codemirror-5.44.0.zip "> Version 5.44.0</ a > :</ p >
3446
3547 < ul class ="rel-note ">
Original file line number Diff line number Diff 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.44 .0</ a > .< br >
102+ Get the current version: < a href ="https://codemirror.net/codemirror.zip "> 5.45 .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 > .
Original file line number Diff line number Diff line change 11{
22 "name" : " codemirror" ,
3- "version" : " 5.44.1 " ,
3+ "version" : " 5.45.0 " ,
44 "main" : " lib/codemirror.js" ,
55 "style" : " lib/codemirror.css" ,
66 "author" : {
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.44.1 "
69+ CodeMirror . version = "5.45.0 "
You can’t perform that action at this time.
0 commit comments