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 @@ -70,6 +70,7 @@ Apollo Zhu
7070AQNOUCH Mohammed
7171areos
7272Arnab Bose
73+ Arsène von Wyss
7374Arthur Müller
7475Arun Narasani
7576as3boyan
@@ -259,6 +260,7 @@ Irakli Gozalishvili
259260Ivan Kurnosov
260261Ivoah
261262Jacob Lee
263+ Jaimin
262264Jake Peyser
263265Jakob Miland
264266Jakub Vrana
@@ -454,6 +456,7 @@ Narciso Jaramillo
454456Nathan Williams
455457ndr
456458nerbert
459+ NetworkNode
457460nextrevision
458461ngn
459462nguillaumin
@@ -473,6 +476,7 @@ Nisarg Jhaveri
473476nlwillia
474477noragrossman
475478Norman Rzepka
479+ opl-
476480Oreoluwa Onatemowo
477481Oskar Segersvärd
478482pablo
@@ -515,6 +519,7 @@ Randall Mason
515519Randy Burden
516520Randy Edmunds
517521Rasmus Erik Voel Jensen
522+ Rasmus Schultz
518523ray ratchup
519524Ray Ratchup
520525Remi Nyborg
@@ -523,6 +528,7 @@ Richard Denton
523528Richard van der Meer
524529Richard Z.H. Wang
525530Rishi Goomar
531+ Robert Brignull
526532Robert Crossfield
527533Roberto Abdelkader Martínez Pérez
528534robertop23
@@ -534,6 +540,7 @@ Ryan Petrello
534540Ryan Prior
535541sabaca
536542Sam Lee
543+ Sam Rawlins
537544Samuel Ainsworth
538545Sam Wilson
539546sandeepshetty
@@ -558,6 +565,7 @@ shaun gilchrist
558565Shawn A
559566Shea Bunge
560567sheopory
568+ Shil S
561569Shiv Deepak
562570Shmuel Englard
563571Shubham Jain
Original file line number Diff line number Diff line change 1+ ## 5.26.0 (2017-05-22)
2+
3+ ### Bug fixes
4+
5+ In textarea-mode, don't reset the input field during composition.
6+
7+ More careful restoration of selections in widgets, during editor redraw.
8+
9+ [ javascript mode] ( http://codemirror.net/mode/javascript/ ) : More TypeScript parsing fixes.
10+
11+ [ julia mode] ( http://codemirror.net/mode/julia/ ) : Fix issue where the mode gets stuck.
12+
13+ [ markdown mode] ( http://codemirror.net/mode/markdown/ ) : Understand cross-line links, parse all bracketed things as links.
14+
15+ [ soy mode] ( http://codemirror.net/mode/soy/ ) : Support single-quoted strings.
16+
17+ [ go mode] ( http://codemirror.net/mode/go/ ) : Don't try to indent inside strings or comments.
18+
19+ ### New features
20+
21+ [ vim bindings] ( http://codemirror.net/mode/demo/vim.html ) : Parse line offsets in line or range specs.
22+
123## 5.25.2 (2017-04-20)
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.25.3 </ span >
72+ < span style ="color: #888; font-size: 1rem; position: absolute; right: 0; bottom: 0 "> version 5.26.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 "> 22-05-2017: < a href ="http://codemirror.net/codemirror-5.26.0.zip "> Version 5.26.0</ a > :</ p >
34+
35+ < ul class ="rel-note ">
36+ < li > In textarea-mode, don't reset the input field during composition.</ li >
37+ < li > More careful restoration of selections in widgets, during editor redraw.</ li >
38+ < li > < a href ="http://codemirror.net/mode/demo/vim.html "> vim bindings</ a > : Parse line offsets in line or range specs.</ li >
39+ < li > < a href ="http://codemirror.net/mode/javascript/ "> javascript mode</ a > : More TypeScript parsing fixes.</ li >
40+ < li > < a href ="http://codemirror.net/mode/julia/ "> julia mode</ a > : Fix issue where the mode gets stuck.</ li >
41+ < li > < a href ="http://codemirror.net/mode/markdown/ "> markdown mode</ a > : Understand cross-line links, parse all bracketed things as links.</ li >
42+ < li > < a href ="http://codemirror.net/mode/soy/ "> soy mode</ a > : Support single-quoted strings.</ li >
43+ < li > < a href ="http://codemirror.net/mode/go/ "> go mode</ a > : Don't try to indent inside strings or comments.</ li >
44+ </ ul >
45+
3346 < p class ="rel "> 20-04-2017: < a href ="http://codemirror.net/codemirror-5.25.2.zip "> Version 5.25.2</ 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.25.2 </ a > .< br >
99+ Get the current version: < a href ="http://codemirror.net/codemirror.zip "> 5.26.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.25.3 " ,
3+ "version" : " 5.26.0 " ,
44 "main" : " lib/codemirror.js" ,
55 "description" : " Full-featured in-browser code editor" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -66,4 +66,4 @@ import { addLegacyProps } from "./legacy"
6666
6767addLegacyProps ( CodeMirror )
6868
69- CodeMirror . version = "5.25.3 "
69+ CodeMirror . version = "5.26.0 "
You can’t perform that action at this time.
0 commit comments