|
| 1 | +## 5.31.0 (2017-10-20) |
| 2 | + |
| 3 | +### Bug fixes |
| 4 | + |
| 5 | +Further improve selection drawing and cursor motion in right-to-left documents. |
| 6 | + |
| 7 | +[vim bindings](http://codemirror.net/demo/vim.html): Fix ctrl-w behavior, support quote-dot and backtick-dot marks, make the wide cursor visible in contentEditable [input mode](http://codemirror.net/doc/manual.html#option_contentEditable). |
| 8 | + |
| 9 | +[continuecomment addon](http://codemirror.net/doc/manual.html#addon_continuecomment): Fix bug when pressing enter after a single-line block comment. |
| 10 | + |
| 11 | +[markdown mode](http://codemirror.net/mode/markdown/): Fix issue with leaving indented fenced code blocks. |
| 12 | + |
| 13 | +[javascript mode](http://codemirror.net/mode/javascript/): Fix bad parsing of operators without spaces between them. Fix some corner cases around semicolon insertion and regexps. |
| 14 | + |
| 15 | +### New features |
| 16 | + |
| 17 | +Modes added with [`addOverlay`](http://codemirror.net/doc/manual.html#addOverlay) now have access to a [`baseToken`](http://codemirror.net/doc/manual.html#baseToken) method on their input stream, giving access to the tokens of the underlying mode. |
| 18 | + |
| 19 | +## 5.30.0 (2017-09-20) |
| 20 | + |
| 21 | +### Bug fixes |
| 22 | + |
| 23 | +Fixed a number of issues with drawing right-to-left selections and mouse selection in bidirectional text. |
| 24 | + |
| 25 | +[search addon](http://codemirror.net/demo/search/): Fix crash when restarting search after doing empty search. |
| 26 | + |
| 27 | +[mark-selection addon](http://cm/doc/manual.html#addon_mark-selection): Fix off-by-one bug. |
| 28 | + |
| 29 | +[tern addon](http://codemirror.net/demo/tern.html): Fix bad request made when editing at the bottom of a large document. |
| 30 | + |
| 31 | +[javascript mode](http://codemirror.net/mode/javascript/): Improve parsing in a number of corner cases. |
| 32 | + |
| 33 | +[markdown mode](http://codemirror.net/mode/markdown/): Fix crash when a sub-mode doesn't support indentation, allow uppercase X in task lists. |
| 34 | + |
| 35 | +[gfm mode](http://codemirror.net/mode/gfm/): Don't highlight SHA1 'hashes' without numbers to avoid false positives. |
| 36 | + |
| 37 | +[soy mode](http://codemirror.net/mode/soy/): Support injected data and `@param` in comments. |
| 38 | + |
| 39 | +### New features |
| 40 | + |
| 41 | +[simple mode addon](http://codemirror.net/demo/simplemode.html): Allow groups in regexps when `token` isn't an array. |
| 42 | + |
1 | 43 | ## 5.29.0 (2017-08-24)
|
2 | 44 |
|
3 | 45 | ### Bug fixes
|
@@ -54,7 +96,7 @@ Fix crash when using mode lookahead.
|
54 | 96 |
|
55 | 97 | ### Bug fixes
|
56 | 98 |
|
57 |
| -Fix crash in the [simple mode](http://codemirror.net/demo/simplemode.html) addon. |
| 99 | +Fix crash in the [simple mode](http://codemirror.net/demo/simplemode.html)< addon. |
58 | 100 |
|
59 | 101 | ## 5.27.0 (2017-06-22)
|
60 | 102 |
|
|
0 commit comments