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

Diff

Changelog

Source

1.6.6 (2018-11-15)

Bug fixes

Work around a Chrome bug where programmatic changes near the cursor sometimes cause the visible and reported selection to disagree.

Changing the nodeView prop will no longer leave outdated node views in the DOM.

Work around an issue where Chrome unfocuses the editor or scrolls way down when pressing down arrow with the cursor between the start of a textblock and an uneditable element.

Fix a bug where mapping decoration sets through changes that changed the structure of decorated subtrees sometimes produced corrupted output.

marijn
published 1.6.5 •

Changelog

Source

1.6.5 (2018-10-29)

Bug fixes

Work around Safari issue where deleting the last bit of text in a table cell creates weird HTML with a BR in a table row.

marijn
published 1.6.4 •

Changelog

Source

1.6.4 (2018-10-19)

Bug fixes

Fix pasting when both text and files are present on the clipboard.

marijn
published 1.6.3 •

Changelog

Source

1.6.3 (2018-10-12)

Bug fixes

The editor will no longer try to handle file paste events with the old-browser compatibility kludge (which might cause scrolling and focus flickering).

marijn
published 1.6.2 •

Changelog

Source

1.6.2 (2018-10-08)

Bug fixes

Fixes an issue where event handlers were leaked when destroying an editor

marijn
published 1.6.1 •

Changelog

Source

1.6.1 (2018-10-01)

Bug fixes

Fixes situation where a vertical endOfTextblock query could get confused by nearby widgets or complex parent node representation.

marijn
published 1.6.0 •

Changelog

Source

1.6.0 (2018-09-27)

Bug fixes

Fixes a corner case in which DecorationSet.map would map decorations to incorrect new positions.

When the editor contains scrollable elements, scrolling the cursor into view also scrolls those.

New features

The scrollMargin and scrollThreshold props may now hold {left, right, top, bottom} objects to set different margins and thresholds for different sides. Make scrolling from a given start node more robust

marijn
published 1.5.3 •

Changelog

Source

1.5.3 (2018-09-24)

Bug fixes

The cursor is now scrolled into view after keyboard driven selection changes even when they were handled by the browser.

marijn
published 1.5.2 •

Changelog

Source

1.5.2 (2018-09-07)

Bug fixes

Improves selection management around widgets with no actual HTML content (possibly drawn using CSS pseudo elements).

Fix extra whitespace in pasted HTML caused by previously-collapsed spacing.

Slow triple-clicks are no longer treated as two double-clicks in a row.

marijn
published 1.5.1 •

Changelog

Source

1.5.1 (2018-08-24)

Bug fixes

Fix issue where some DOM selections would cause a non-editable view to crash when reading the selection.

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