New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

prosemirror-view

Package Overview
Dependencies
Maintainers
1
Versions
287
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prosemirror-view - npm Package Versions

1
29

1.20.3

Diff

Changelog

Source

1.20.3 (2021-10-13)

Bug fixes

Stop removing leading/trailing whitespace from pasted plain text.

Fix an issue that could cause invalid content to be produced when pasting HTML with isolating nodes in it.

marijn
published 1.20.2 •

Changelog

Source

1.20.2 (2021-10-07)

Bug fixes

Fix a crash when pasting whitespace-only content as text.

marijn
published 1.20.1 •

Changelog

Source

1.20.1 (2021-09-09)

Bug fixes

The library accidentally allowed node decorations on text nodes. It no longer does.

Fix an issue on Chrome and Safari where coordinates for positions between uneditable nodes and the end of a textblock would return zero-height rectangles.

Fix a bug where vertical endOfTextblock queries could inappropriately return true when a small line height is used.

marijn
published 1.20.0 •

Changelog

Source

1.20.0 (2021-09-03)

New features

It is now possible to pass plugins directly to the view with the plugins direct prop.

marijn
published 1.19.3 •

Changelog

Source

1.19.3 (2021-08-20)

Bug fixes

Fix an issue where generic styles for elements could cause separator nodes created by the editor to impact layout.

Fix an issue where moving to another tab and back could clear a node selection.

marijn
published 1.19.2 •

Changelog

Source

1.19.2 (2021-08-19)

Bug fixes

Avoid some bugs around drag-selecting by delaying synchronization between the DOM and the state selection until the end of the drag.

marijn
published 1.19.1 •

Changelog

Source

1.19.1 (2021-08-16)

Bug fixes

Fix another issue around copy-pasting table structure, causing inappropriate opening of copied cell selections.

marijn
published 1.19.0 •

Changelog

Source

1.19.0 (2021-08-13)

Bug fixes

Add a DOM attribute to the content element to avoid automatic translation services from messing with the editable text.

Fix a bug where copy-pasting table content sometimes carried along superfluous table markup.

Fix issue where end-of-textblock detection didn't use the correct selection when in a shadow root.

New features

The DecorationSource interface now exposes a map method. Add a translate=no attribute to the editor element by default

marijn
published 1.18.11 •

Changelog

Source

1.18.11 (2021-07-22)

Bug fixes

Work around an issue where Chrome and Safari will replace some spaces with non-breaking spaces when putting HTML on the clipboard.

When pasting as plain text (shift-mod-v) apply the marks at the selection to the inserted content.

Fix flaky behavior when starting a composition with a selection that spans multiple blocks.

marijn
published 1.18.10 •

Changelog

Source

1.18.10 (2021-07-15)

Bug fixes

Fix an issue where dragging from just outside a draggable node on Chrome would cause odd dragging behavior.

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