Socket
Socket
Sign inDemoInstall

@codemirror/view

Package Overview
Dependencies
Maintainers
2
Versions
187
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.22.3 to 6.23.0

22

CHANGELOG.md

@@ -0,1 +1,23 @@

## 6.23.0 (2023-12-28)
### Bug fixes
Work around odd iOS Safari behavior when doing select all.
Fix a composition interruption when an widget is inserted next to the cursor.
Fix a crash in bidirectional cursor motion.
Simplify visual motion through bidirectional text, fix several corner cases where it would work badly.
Fix a bug that broke some bidi isolates not on the first line of the document.
### New features
`EditorView.bidiIsolatedRanges` now supports automatically determining the direction of the range if not provided by the decoration.
`EditorView.visualLineSide` can be used to find the visual end or start of a line with bidirectional text.
The new `EditorView.outerDecorations` facet can be used to provide decorations that should always be at the bottom of the precedence stack.
## 6.22.3 (2023-12-13)

@@ -2,0 +24,0 @@

4

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

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

"dependencies": {
"@codemirror/state": "^6.1.4",
"@codemirror/state": "^6.4.0",
"style-mod": "^4.1.0",

@@ -32,0 +32,0 @@ "w3c-keyname": "^2.2.4"

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