Socket
Socket
Sign inDemoInstall

@codemirror/view

Package Overview
Dependencies
Maintainers
2
Versions
186
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.7.1 to 6.7.2

20

CHANGELOG.md

@@ -0,1 +1,21 @@

## 6.7.2 (2023-01-04)
### Bug fixes
Fix a regression where the cursor didn't restart its blink cycle when moving it with the pointer.
Even without a `key` property, measure request objects that are already scheduled will not be scheduled again by `requestMeasure`.
Fix an issue where keymaps incorrectly interpreted key events that used Ctrl+Alt modifiers to simulate AltGr on Windows.
Fix a bug where line decorations with a different `class` property would be treated as equal.
Fix a bug that caused `drawSelection` to not notice when it was reconfigured.
Fix a crash in the gutter extension caused by sharing of mutable arrays.
Fix a regression that caused touch selection on mobile platforms to not work in an uneditable editor.
Fix a bug where DOM events on the boundary between lines could get assigned to the wrong line.
## 6.7.1 (2022-12-12)

@@ -2,0 +22,0 @@

2

package.json
{
"name": "@codemirror/view",
"version": "6.7.1",
"version": "6.7.2",
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc