File tree Expand file tree Collapse file tree 7 files changed +36
-4
lines changed
Expand file tree Collapse file tree 7 files changed +36
-4
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ Bert Chang
113113Bharad
114114BigBlueHat
115115Billy Moon
116+ Bin Ni
116117binny
117118Bjorn Hansen
118119B Krishna Chaitanya
@@ -313,6 +314,7 @@ Hakan Tunc
313314Hanno Fellmann
314315Hans Engel
315316Hanzhao Deng
317+ Haoran Yu
316318Harald Schilly
317319Hardest
318320Harshvardhan Gupta
@@ -329,6 +331,7 @@ hidaiy
329331Hiroyuki Makino
330332hitsthings
331333Hocdoc
334+ Howard
332335Hugues Malphettes
333336Ian Beck
334337Ian Davies
@@ -492,6 +495,7 @@ Lorenzo Simionato
492495Lorenzo Stoakes
493496Louis Mauchet
494497Luca Fabbri
498+ Lucas Buchala
495499Luciano Longo
496500Luciano Santana
497501Lu Fangjian
@@ -637,6 +641,7 @@ Olivia Ytterbrink
637641Opender Singh
638642opl-
639643Oreoluwa Onatemowo
644+ orionlee
640645oscar.lofwenhamn
641646Oskar Segersvärd
642647ossdev
@@ -821,6 +826,7 @@ Tobias Bertelsen
821826TobiasBg
822827Todd Berman
823828Todd Kennedy
829+ tokafew420
824830Tomas-A
825831Tomas Varaneckas
826832Tom Erik Støwer
Original file line number Diff line number Diff line change 1+ ## 5.57.0 (2020-08-20)
2+
3+ ### Bug fixes
4+
5+ Fix issue that broke binding the macOS Command key.
6+
7+ [ comment addon] ( https://codemirror.net/doc/manual.html#addon_comment ) : Keep selection in front of inserted markers when adding a block comment.
8+
9+ [ css mode] ( https://codemirror.net/mode/css/ ) : Recognize more properties and value names.
10+
11+ [ annotatescrollbar addon] ( https://codemirror.net/doc/manual.html#addon_annotatescrollbar ) : Don't hide matches in collapsed content.
12+
13+ ### New features
14+
15+ [ vim bindings] ( https://codemirror.net/demo/vim.html ) : Support tag text objects in xml and html modes.
16+
117## 5.56.0 (2020-07-20)
218
319### Bug fixes
Original file line number Diff line number Diff line change 7070< section class =first id =overview >
7171 < h2 style ="position: relative ">
7272 User manual and reference guide
73- < span style ="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0 "> version 5.56 .0</ span >
73+ < span style ="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0 "> version 5.57 .0</ span >
7474 </ h2 >
7575
7676 < 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,16 @@ <h2>Release notes and version history</h2>
3030
3131 < h2 > Version 5.x</ h2 >
3232
33+ < p class ="rel "> 20-08-2020: < a href ="https://codemirror.net/codemirror-5.57.0.zip "> Version 5.57.0</ a > :</ p >
34+
35+ < ul class ="rel-note ">
36+ < li > Fix issue that broke binding the macOS Command key.</ li >
37+ < li > < a href ="https://codemirror.net/doc/manual.html#addon_comment "> comment addon</ a > : Keep selection in front of inserted markers when adding a block comment.</ li >
38+ < li > < a href ="https://codemirror.net/mode/css/ "> css mode</ a > : Recognize more properties and value names.</ li >
39+ < li > < a href ="https://codemirror.net/doc/manual.html#addon_annotatescrollbar "> annotatescrollbar addon</ a > : Don’t hide matches in collapsed content.</ li >
40+ < li > < a href ="https://codemirror.net/demo/vim.html "> vim bindings</ a > : Support tag text objects in xml and html modes.</ li >
41+ </ ul >
42+
3343 < p class ="rel "> 20-07-2020: < a href ="https://codemirror.net/codemirror-5.56.0.zip "> Version 5.56.0</ a > :</ p >
3444
3545 < 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.56 .0</ a > .< br >
102+ Get the current version: < a href ="https://codemirror.net/codemirror.zip "> 5.57 .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.56 .0" ,
3+ "version" : " 5.57 .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.56 .0"
69+ CodeMirror . version = "5.57 .0"
You can’t perform that action at this time.
0 commit comments