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.6.0 to 6.7.0

20

CHANGELOG.md

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

## 6.7.0 (2022-12-07)
### Bug fixes
Make the editor notice widget height changes to automatically adjust its height information.
Fix an issue where widget buffers could be incorrectly omitted after empty lines.
Fix an issue in content redrawing that could cause `coordsAtPos` to return incorrect results.
### New features
The static `RectangleMarker.forRange` method exposes the logic used by the editor to draw rectangles covering a selection range.
Layers can now provide a `destroy` function to be called when the layer is removed.
The new `highlightWhitespace` extension makes spaces and tabs in the editor visible.
The `highlightTrailingWhitespace` extension can be used to make trailing whitespace stand out.
## 6.6.0 (2022-11-24)

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

2

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

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