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
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,21 @@
1
+
## 5.46.0 (2019-04-22)
2
+
3
+
### Bug fixes
4
+
5
+
Properly turn off `autocorrect` and `autocapitalize` in the editor's input field.
6
+
7
+
Fix issue where calling [`swapDoc`](https://codemirror.net/doc/manual.html#swapDoc) during a mouse drag would cause an error.
8
+
9
+
Remove a legacy key code for delete that is used for F16 on keyboards that have such a function key.
10
+
11
+
[matchesonscrollbar addon](https://codemirror.net/doc/manual.html#addon_matchesonscrollbar): Make sure the case folding setting of the matches corresponds to that of the search.
12
+
13
+
[swift mode](https://codemirror.net/mode/swift): Fix handling of empty strings.
14
+
15
+
### New features
16
+
17
+
Allow [gutters](https://codemirror.net/doc/manual.html#option_gutters) to specify direct CSS stings.
<li>Allow <ahref="https://codemirror.net/doc/manual.html#option_gutters">gutters</a> to specify direct CSS stings.</li>
37
+
<li>Properly turn off <code>autocorrect</code> and <code>autocapitalize</code> in the editor’s input field.</li>
38
+
<li>Fix issue where calling <ahref="https://codemirror.net/doc/manual.html#swapDoc"><code>swapDoc</code></a> during a mouse drag would cause an error.</li>
39
+
<li>Remove a legacy key code for delete that is used for F16 on keyboards that have such a function key.</li>
40
+
<li><ahref="https://codemirror.net/doc/manual.html#addon_matchesonscrollbar">matchesonscrollbar addon</a>: Make sure the case folding setting of the matches corresponds to that of the search.</li>
41
+
<li><ahref="https://codemirror.net/mode/swift">swift mode</a>: Fix handling of empty strings.</li>
0 commit comments