@codemirror/view
Advanced tools
Comparing version 6.1.0 to 6.1.1
@@ -0,1 +1,11 @@ | ||
## 6.1.1 (2022-07-25) | ||
### Bug fixes | ||
Make `highlightSpecialChars` replace directional isolate characters by default. | ||
The editor will now try to suppress browsers' native behavior of resetting the selection in the editable content when the editable element is focused (programmatically, with tab, etc). | ||
Fix a CSS issue that made it possible, when the gutters were wide enough, for them to overlap with the content. | ||
## 6.1.0 (2022-07-19) | ||
@@ -2,0 +12,0 @@ |
{ | ||
"name": "@codemirror/view", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"description": "DOM view component for the CodeMirror code editor", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
832002
19867