@codemirror/view
Advanced tools
Changelog
0.17.4 (2021-01-14)
The drawSelection
extension will now reuse cursor DOM nodes when the number of cursors stays the same, allowing some degree of cursor transition animation.
Makes highlighted special characters styleable (``) and fix their default look in dark themes to have appropriate contrast.
Adds a new MatchDecorator
helper class which can be used to easily maintain decorations on content that matches a regular expression.
Changelog
0.17.2 (2021-01-04)
Work around Chrome problem where the native shift-enter behavior inserts two line breaks.
Make bracket closing and bracket pair removing more reliable on Android.
Fix bad cursor position and superfluous change transactions after pressing enter when in a composition on Android.
Fix issue where the wrong character was deleted when backspacing out a character before an identical copy of that character on Android.
Changelog
0.17.1 (2020-12-30)
Fix a bug that prevented ViewUpdate.focusChanged
from ever being true.