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.23.7

Diff

Changelog

Source

1.23.7 (2022-02-25)

Bug fixes

Fix a crash when a view was being destroyed during input reading.

Fix a crash on Firefox when replacing text in some specific types of document structure.

marijn
published 1.23.6 •

Changelog

Source

1.23.6 (2022-01-13)

Bug fixes

Fix an issue that could cause pieces of DOM to not be synchronized with the document after some kind of changes around marks.

Fix a bug where marks rendered with nested elements would in some situations suppress new input.

Disable Chrome-specific drag-selection workaround in non-Chrome browsers because it affected table cell selection in Safari.

marijn
published 1.23.5 •

Changelog

Source

1.23.5 (2021-12-27)

Bug fixes

Use the whitespace node prop where appropriate.

marijn
published 1.23.4 •

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

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