Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

prosemirror-view

Package Overview
Dependencies
Maintainers
1
Versions
282
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prosemirror-view - npm Package Versions

13
29

1.33.7

Diff

Changelog

Source

1.33.7 (2024-05-31)

Bug fixes

Ignore stray <br> nodes added to parent list elements when backspacing near uneditable content in Firefox.

Fix a crash where the editor tried to call removeAttribute on a text node.

Fix an issue where coordinates near nested blocks could inappropriately be assigned to be inside those blocks.

marijn
published 1.33.6 •

Changelog

Source

1.33.6 (2024-04-30)

Bug fixes

Make sure the content slice stored for an in-editor drag is the one that was transformed by transformCopied.

marijn
published 1.33.5 •

Changelog

Source

1.33.5 (2024-04-22)

Bug fixes

Fix a regression in composition handling in 1.33.3 that occurs for some IMEs when starting composition on an empty line.

marijn
published 1.33.4 •

Changelog

Source

1.33.4 (2024-04-08)

Bug fixes

When available, use Selection.getComposedRanges on Safari to find the selection inside a shadow DOM.

marijn
published 1.33.3 •

Changelog

Source

1.33.3 (2024-03-22)

Bug fixes

Further improve preserving of compositions for IME systems that keep the cursor before the composed text.

marijn
published 1.33.2 •

Changelog

Source

1.33.2 (2024-03-21)

Bug fixes

Improve Android backspace detection when the native effect is to delete an entire block element.

Fix a bug where reconfiguring node views caused the editor to lose focus.

Fix an issue where some commands didn't properly scroll the cursor into view on Mobile Safari.

Fix a bug where starting a composition with stored marks or after a noninclusive mark, with an IME that keeps the cursor at the start of the composed text (like many Chinese IMEs) disrupted composition on Chrome.

Fix a memory leak where a (single) destroyed editor could be kept alive through a reused Range object.

marijn
published 1.33.1 •

Changelog

Source

1.33.1 (2024-02-15)

Bug fixes

Fix a type error in the published type declarations in 1.33.0.

marijn
published 1.33.0 •

Changelog

Source

1.33.0 (2024-02-15)

New features

The DecorationSource.forChild method is now public.

marijn
published 1.32.7 •

Changelog

Source

1.32.7 (2023-12-18)

Bug fixes

Fix a regression that caused widget decorations directly after a node to not get drawn in some situations.

marijn
published 1.32.6 •

Changelog

Source

1.32.6 (2023-12-08)

Bug fixes

Fix a bug that could cause view updates to crash in rare situations where inline nodes were added around decorations.

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