Socket
Socket
Sign inDemoInstall

@codemirror/view

Package Overview
Dependencies
Maintainers
2
Versions
189
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codemirror/view - npm Package Compare versions

Comparing version 6.16.0 to 6.17.0

18

CHANGELOG.md

@@ -0,1 +1,19 @@

## 6.17.0 (2023-08-28)
### Bug fixes
Fix a bug that broke hover tooltips when hovering over a widget.
### New features
The new `EditorView.cspNonce` facet can be used to provide a Content Security Policy nonce for the library's generated CSS.
The new `EditorView.bidiIsolatedRanges` can be used to inform the editor about ranges styled as Unicode bidirection isolates, so that it can compute the character order correctly.
`EditorView.dispatch` now also accepts an array of transactions to be applied together in a single view update.
The new `dispatchTransactions` option to `new EditorView` now replaces the old (deprecated but still supported) `dispatch` option in a way that allows multiple transactions to be applied in one update.
Input handlers are now passed an additional argument that they can use to retrieve the default transaction that would be applied for the insertion.
## 6.16.0 (2023-07-31)

@@ -2,0 +20,0 @@

4

package.json
{
"name": "@codemirror/view",
"version": "6.16.0",
"version": "6.17.0",
"description": "DOM view component for the CodeMirror code editor",

@@ -30,3 +30,3 @@ "scripts": {

"@codemirror/state": "^6.1.4",
"style-mod": "^4.0.0",
"style-mod": "^4.1.0",
"w3c-keyname": "^2.2.4"

@@ -33,0 +33,0 @@ },

Sorry, the diff of this file is not supported yet

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc