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
284
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.23.4

Diff

Changelog

Source

1.23.4 (2021-12-22)

Bug fixes

Improve the way the editor handles the mess of events produced when pressing Enter before a word that was just typed on Chrome + GBoard.

Fix an issue where compositions right before another instance of the composed text could cause the editor to crash.

Fix an issue where, if decorations changed during a pointer drag selection, the selection anchor might move around inappropriately.

marijn
published 1.23.3 •

Changelog

Source

1.23.3 (2021-11-26)

Bug fixes

The clipboard parser will no longer drop trailing <br> nodes that appear in an inline parent element.

marijn
published 1.23.2 •

Changelog

Source

1.23.2 (2021-11-19)

Bug fixes

Avoid some unnecessary node redraws when marks are present in sibling nodes.

marijn
published 1.23.1 •

Changelog

Source

1.23.1 (2021-11-15)

Bug fixes

Restore accidentally reduced lookahead distance in view updating algorithm.

marijn
published 1.23.0 •

Changelog

Source

1.23.0 (2021-11-11)

Bug fixes

When parsing clipboard content, ignore trailing BR nodes that look like they might be there as a contenteditable kludge.

New features

EditorView now exposes an isDestroyed property that can be used to test if the view has been destroyed.

marijn
published 1.22.0 •

Changelog

Source

1.22.0 (2021-11-08)

Bug fixes

Fix an issue where some types of node decoration changes could cause an unnecessary cascade of node redraws.

New features

Widget decorations now accept a destroy option, which will be called when the widget is removed from the view.

marijn
published 1.21.0 •

Changelog

Source

1.21.0 (2021-10-29)

Bug fixes

Fix issue where recent Mobile Safari versions weren't treated as Mac platforms.

New features

Multiple style properties provided through the attributes prop are now merged. Adjust mac detection for recent changes to navigator.platform on iOS

marijn
published 1.20.3 •

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.

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