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 Versions

13
19

6.28.4

Diff

Changelog

Source

6.28.4 (2024-07-03)

Bug fixes

Fix a bug where EditContext-based editing could corrupt the document in some situations.

marijn
published 6.28.3 •

Changelog

Source

6.28.3 (2024-07-01)

Bug fixes

Fix an issue causing the IME interface to appear in the wrong spot on Chrome Windows.

marijn
published 6.28.2 •

Changelog

Source

6.28.2 (2024-06-21)

Bug fixes

Only use EditContext on Chrome versions that support passing it an inverted selection range.

Fix an issue that prevented non-inclusive block widgets from having their updateDOM method called when changed.

Re-enable EditContext use on Chrome 126 and up.

marijn
published 6.28.1 •

Changelog

Source

6.28.1 (2024-06-12)

Bug fixes

Disable EditContext by default again, to work around a regression where Chrome's implementation doesn't support inverted selections.

Make sure EditorView.editable is respected when EditContext is used.

marijn
published 6.28.0 •

Changelog

Source

6.28.0 (2024-06-10)

Bug fixes

Fix an issue where long lines broken up by block widgets were sometimes only partially rendered.

New features

The editor will now, when available (which is only on Chrome for the foreseeable future) use the EditContext API to capture text input.

marijn
published 6.27.0 •

Changelog

Source

6.27.0 (2024-06-04)

New features

The new setTabFocusMode method can be used to control whether the editor disables key bindings for Tab and Shift-Tab.

marijn
published 6.26.4 •

Changelog

Source

6.26.4 (2024-06-04)

Bug fixes

Fix an issue where commands with an optional second argument would get the keyboard event in that argument when called from a keymap.

Fix an issue that could cause the cursor to be rendered on the wrong side of a zero-length block widget.

Fix an issue where drawSelection got confused by block widgets in line-wrapped editors in some situations.

Don't hide the native selection in widgets that have focus.

Make sure that clicking an unfocusable editor still remove focus from any other focused elements.

Fix a crash when loading the package in a non-browser environment.

Stop mouse selection when the user types.

marijn
published 6.26.4-edit-context.1 •

marijn
published 6.26.4-edit-context •

marijn
published 6.26.3 •

Changelog

Source

6.26.3 (2024-04-12)

Bug fixes

Fix an issue where dispatching an update to an editor before it measured itself for the first time could cause the scroll position to incorrectly move.

Fix a crash when multiple tooltips with arrows are shown.

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