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
1113
29

1.16.5

Diff
marijn
published 1.16.5 •

Changelog

Source

1.16.5 (2020-12-11)

Bug fixes

Fix platform detection on recent iPadOS versions, restoring several workarounds for bugs that were accidentally turned off there.

marijn
published 1.16.4 •

Changelog

Source

1.16.4 (2020-12-02)

Bug fixes

Fix an issue where the cursor ended up in the wrong place when pressing enter in an empty heading on iOS.

marijn
published 1.16.3 •

Changelog

Source

1.16.3 (2020-11-23)

Bug fixes

Fix an issue where pressing enter at the start of a line in a code block would leave the visible cursor in the wrong place on Firefox.

marijn
published 1.16.2 •

Changelog

Source

1.16.2 (2020-11-18)

Bug fixes

Fix a bug where overlapping inline decorations would get drawn incorrectly (and even corrupt the drawing of unrelated content).

marijn
published 1.16.1 •

Changelog

Source

1.16.1 (2020-10-26)

Bug fixes

Fix an issue where the attributes of defining nodes were dropped when copying to the clipboard.

marijn
published 1.16.0 •

Changelog

Source

1.16.0 (2020-10-01)

Bug fixes

Fix an issue where a drag starting briefly after an aborted drag could confuse the view and break the second drag. Allow callers of coordsAtPos to specify a side

New features

EditorView.coordsAtPos now takes a side argument that determines which side of the position to look, if ambiguous.

marijn
published 1.15.7 •

Changelog

Source

1.15.7 (2020-09-11)

Bug fixes

Fix an issue where, when inserting <br> nodes, Safari would briefly show the cursor before the inserted break, though the DOM selection had already been set after it.

When dragging inside the editor, whether the operation copies or moves is now determined by the modifiers held on drop, not on drag start.

marijn
published 1.15.6 •

Changelog

Source

1.15.6 (2020-09-03)

Bug fixes

Fix issue where the DOM selection could end up in an invalid state after a keyboard cursor motion event that had no effect.

Fix an issue where some types of drop events would fail to select the dropped content.

Work around Safari issues when pressing shift-down with the cursor before an uneditable element.

marijn
published 1.15.5 •

Changelog

Source

1.15.5 (2020-08-25)

Bug fixes

Fix an issue where mapping a decoration set could corrupt the decoration positions in specific cases.

marijn
published 1.15.4 •

Changelog

Source

1.15.4 (2020-08-13)

Bug fixes

Fix a crash that occurred when inline decorations covered inline nodes that weren't leaf nodes.