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

Diff

Changelog

Source

1.18.9 (2021-07-11)

Bug fixes

Fix a bug in the previous release where handleClickOn wasn't fired anymore for clicks with the middle or right mouse button.

marijn
published 1.18.8 •

Changelog

Source

1.18.8 (2021-06-23)

Bug fixes

Work around a Safari bug where it draws the cursor at the start of the line when it is after an uneditable node at the end of the line.

Fix an issue where the DOM could get out of sync when editing decorated text.

Work around an issue where Firefox draws the cursor on the wrong line when after a newline.

Fix a bug where double-clicking with the left mouse button and then pressing another mouse button was treated as a triple click.

marijn
published 1.18.7 •

Changelog

Source

1.18.7 (2021-05-20)

Bug fixes

Fix a bug where clicking on a textblock that had a node-selected parent didn't set a cursor selection.

Fix a bug that caused a workaround for a Chrome Android issue to not work correctly, leading to bad cursor placement after some types of text input.

marijn
published 1.18.6 •

Changelog

Source

1.18.6 (2021-05-17)

Bug fixes

Fix a crash in mouse click handling introduced in the previous version.

marijn
published 1.18.5 •

Changelog

Source

1.18.5 (2021-05-17)

Bug fixes

Work around a Firefox bug where backspace sometimes deletes the node after the cursor.

Fix a bug that prevented transformPasted hooks from being called on content dragged within the editor.

Fixes an issue where clicking near a node or other special selection on Chrome would in some cases do nothing.

marijn
published 1.18.4 •

Changelog

Source

1.18.4 (2021-04-27)

Bug fixes

Fix incorrect drag cursor in Chrome on some platforms.

Fix an issue where a race condition could leave a node uneditable when clicked.

Fix scroll handling when the editor is placed through a DOM component slot.

Fix a typo in the Chrome backspace workaround.

Fixes an issue where, when mouseup events weren't being delivered, the editor could leak event handlers.

marijn
published 1.18.3 •

Changelog

Source

1.18.3 (2021-04-13)

Bug fixes

Fix an issue where, when pressing enter or space at the start of a composition, the cursor would jump to the end of the composition on Chrome Android.

Fix an issue that would cause Enter presses to be dropped on Android when in a node whose DOM representation nested more than one element.

Fix a bug where pasting specific types of HTML could cause a crash.

marijn
published 1.18.2 •

Changelog

Source

1.18.2 (2021-03-25)

Bug fixes

Properly handle CSS class name strings with extra spaces in decorations.

Fix a performance bug when updating nodes with thousands of children.

marijn
published 1.18.1 •

Changelog

Source

1.18.1 (2021-03-15)

Bug fixes

Fix the scrolling-into-view logic in the case where a scale transformation is applied to the editor. Strip carriage return chars from text pasted as code

Remove carriage return characters when pasting text into code blocks.

marijn
published 1.18.0 •

Changelog

Source

1.18.0 (2021-03-04)

Bug fixes

Fix a crash in posAtDOM.

New features

Node view constructors and update methods are now passed the inner decorations of the node.

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