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

Diff

Changelog

Source

1.0.9 (2018-01-17)

Bug fixes

Work around a Chrome cursor motion bug by making sure <br> nodes don't get a contenteditable=false attribute.

marijn
published 1.0.8 •

Changelog

Source

1.0.8 (2018-01-09)

Bug fixes

Fix issue where Decoration.map would in some situations with nested nodes incorrectly map decoration positions.

marijn
published 1.0.7 •

Changelog

Source

1.0.7 (2018-01-05)

Bug fixes

Pasting from an external source no longer opens isolating nodes like table cells.

marijn
published 1.0.6 •

Changelog

Source

1.0.6 (2017-12-26)

Bug fixes

DecorationSet.remove now uses a proper deep compare to determine if widgets are the same (it used to compare by identity).

marijn
published 1.0.5 •

Changelog

Source

1.0.5 (2017-12-05)

Bug fixes

Fix an issue where deeply nested decorations were mapped incorrectly in corner cases.

marijn
published 1.0.4 •

Changelog

Source

1.0.4 (2017-11-27)

Bug fixes

Fix a corner-case crash during drop.

marijn
published 1.0.3 •

Changelog

Source

1.0.3 (2017-11-23)

Bug fixes

Pressing backspace between two identical characters will no longer generate a transaction that deletes the second one.

marijn
published 1.0.2 •

Changelog

Source

1.0.2 (2017-11-20)

Bug fixes

Fix test for whether a node can be selected when arrowing onto it from the right.

Calling posAtCoords while a read from the DOM is pending will no longer return a malformed result.

marijn
published 1.0.1 •

Changelog

Source

1.0.1 (2017-11-10)

Bug fixes

Deleting the last character in a list item no longer results in a spurious hard_break node on Safari.

Fixes a crash on IE11 when starting to drag.

marijn
published 1.0.0 •

Changelog

Source

1.0.0 (2017-10-13)

Bug fixes

Dragging nodes with a node view that handles its own mouse events should work better now.

List item DOM nodes are no longer assigned pointer-events: none in the default style. Ctrl-clicking list markers now properly selects the list item again.

Arrow-down through an empty textblock no longer causes the browser to forget the cursor's horizontal position.

Copy-dragging on OS X is now done by holding option, rather than control, following the convention on that system.

Fixes a crash related to decoration management.

Fixes a problem where using cut on IE11 wouldn't actually remove the selected text.

Copy/paste on Edge 15 and up now uses the clipboard API, fixing a problem that made them fail entirely.

New features

The dragging property of a view, which contains information about editor content being dragged, is now part of the public interface.

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