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
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,22 @@
1
-
## 5.55.0 (2020-05-20)
1
+
## 5.56.0 (2020-07-20)
2
+
3
+
### Bug fixes
4
+
5
+
Line-wise pasting was fixed on Chrome Windows.
6
+
7
+
[wast mode](https://codemirror.net/mode/wast/): Follow standard changes.
8
+
9
+
[soy mode](https://codemirror.net/mode/soy/): Support import expressions, template type, and loop indices.
10
+
11
+
[sql-hint addon](https://codemirror.net/doc/manual.html#addon_sql-hint): Improve handling of double quotes.
12
+
13
+
### New features
14
+
15
+
[show-hint addon](https://codemirror.net/doc/manual.html#addon_show-hint): New option `scrollMargin` to control how many options are visible beyond the selected one.
16
+
17
+
[hardwrap addon](https://codemirror.net/doc/manual.html#addon_hardwrap): New option `forceBreak` to disable breaking of words that are longer than a line.
<li>Line-wise pasting was fixed on Chrome Windows.</li>
37
+
<li><ahref="https://codemirror.net/mode/wast/">wast mode</a>: Follow standard changes.</li>
38
+
<li><ahref="https://codemirror.net/mode/soy/">soy mode</a>: Support import expressions, template type, and loop indices.</li>
39
+
<li><ahref="https://codemirror.net/doc/manual.html#addon_sql-hint">sql-hint addon</a>: Improve handling of double quotes.</li>
40
+
<li><h3id="new-features">New features</h3></li>
41
+
<li><ahref="https://codemirror.net/doc/manual.html#addon_show-hint">show-hint addon</a>: New option <code>scrollMargin</code> to control how many options are visible beyond the selected one.</li>
42
+
<li><ahref="https://codemirror.net/doc/manual.html#addon_hardwrap">hardwrap addon</a>: New option <code>forceBreak</code> to disable breaking of words that are longer than a line.</li>
0 commit comments