You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+40Lines changed: 40 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,43 @@
1
+
## 5.25.0 (2017-02-22)
2
+
3
+
### Bug fixes
4
+
5
+
In contentEditable-mode, properly locate changes that repeat a character when inserted with IME.
6
+
7
+
Fix handling of selections bigger than the viewport in contentEditable mode.
8
+
9
+
Improve handling of changes that insert or delete lines in contentEditable mode.
10
+
11
+
Count Unicode control characters 0x80 to 0x9F as special (non-printing) chars.
12
+
13
+
Fix handling of shadow DOM roots when finding the active element.
14
+
15
+
Add `role=presentation` to more DOM elements to improve screen reader support.
16
+
17
+
[merge addon](http://codemirror.net/doc/manual.html#addon_merge): Make aligning of unchanged chunks more robust.
18
+
19
+
[comment addon](http://codemirror.net/doc/manual.html#addon_comment): Fix comment-toggling on a block of text that starts and ends in a (differnet) block comment.
20
+
21
+
[javascript mode](http://codemirror.net/mode/javascript/): Improve support for TypeScript syntax.
22
+
23
+
[r mode](http://codemirror.net/mode/r/): Fix indentation after semicolon-less statements.
24
+
25
+
[shell mode](http://codemirror.net/mode/shell/): Properly handle escaped parentheses in parenthesized expressions.
26
+
27
+
[markdown mode](http://codemirror.net/mode/markdown/): Fix a few bugs around leaving fenced code blocks.
<li>In contentEditable-mode, properly locate changes that repeat a character when inserted with IME.</li>
37
+
<li>Fix handling of selections bigger than the viewport in contentEditable mode.</li>
38
+
<li>Improve handling of changes that insert or delete lines in contentEditable mode.</li>
39
+
<li>Count Unicode control characters 0x80 to 0x9F as special (non-printing) chars.</li>
40
+
<li>Fix handling of shadow DOM roots when finding the active element.</li>
41
+
<li>Add <code>role=presentation</code> to more DOM elements to improve screen reader support.</li>
42
+
<li><ahref="http://codemirror.net/doc/manual.html#addon_merge">merge addon</a>: Make aligning of unchanged chunks more robust.</li>
43
+
<li><ahref="http://codemirror.net/doc/manual.html#addon_comment">comment addon</a>: Fix comment-toggling on a block of text that starts and ends in a (differnet) block comment.</li>
44
+
<li><ahref="http://codemirror.net/mode/javascript/">javascript mode</a>: Improve support for TypeScript syntax.</li>
45
+
<li><ahref="http://codemirror.net/mode/r/">r mode</a>: Fix indentation after semicolon-less statements.</li>
46
+
<li><ahref="http://codemirror.net/mode/shell/">shell mode</a>: Properly handle escaped parentheses in parenthesized expressions.</li>
47
+
<li><ahref="http://codemirror.net/mode/markdown/">markdown mode</a>: Fix a few bugs around leaving fenced code blocks.</li>
0 commit comments