Socket
Socket
Sign inDemoInstall

prosemirror-view

Package Overview
Dependencies
Maintainers
1
Versions
280
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prosemirror-view - npm Package Versions

23
28

1.34.3

Diff

Changelog

Source

1.34.3 (2024-09-19)

Bug fixes

Fix an issue that would, during some types of document updates, leave the document DOM in an improper form.

Handle the case where drag-selecting in Firefox creates a selection with multiple distinct ranges.

marijn
published 1.34.2 •

Changelog

Source

1.34.2 (2024-09-03)

Bug fixes

Fix pasting in Chrome with the require-trusted-types-for CSP enabled.

Fix an issue where, for some kinds of IME on Windows, pressing Enter while in a composition would execute the resulting command on the wrong selection, erasing some typed content.

marijn
published 1.34.1 •

Changelog

Source

1.34.1 (2024-08-26)

Bug fixes

Fix null dereferences caused by the behavior of Chrome's newly supported caretPositionFromPoint method.

Fix an issue where on Android, with GBoard, enter presses in code blocks while a spell correction was selected didn't insert a new line.

marijn
published 1.34.0 •

Changelog

Source

1.34.0 (2024-08-23)

New features

The DecorationGroup interface now has a forEachSet method to iterate though the contained decoration sets.

marijn
published 1.33.11 •

Changelog

Source

1.33.11 (2024-08-19)

Bug fixes

Delete the selection on composition start when on a mark boundary to force Chrome to apply the correct style to the composition.

When the browser starts a composition and the selection spans across blocks, start by clearing it to make sure the composed text node lands in a valid position.

marijn
published 1.33.10 •

Changelog

Source

1.33.10 (2024-08-13)

Bug fixes

Prevent triple clicks and clicks on atom nodes from dispatching a selection update when the new selection is equal to the current selection.

Don't crash when window.getSelection() returns null.

Create a cursor wrapper when starting a composition with a selection that spans mark boundaries, to avoid odd DOM forms created by Chrome in such a situation.

marijn
published 1.33.9 •

Changelog

Source

1.33.9 (2024-07-18)

Bug fixes

Fix an issue where dragging an image on Chrome versions before 121 failed to put the image file in the clipboard data.

Enable cross-site scripting protection hack when rendering nodes and marks inside the editor.

marijn
published 1.33.8 •

Changelog

Source

1.33.8 (2024-06-11)

Bug fixes

When composition happens with the cursor between two text nodes, use the last mutated one to guess which one is being changed.

marijn
published 1.33.7 •

Changelog

Source

1.33.7 (2024-05-31)

Bug fixes

Ignore stray <br> nodes added to parent list elements when backspacing near uneditable content in Firefox.

Fix a crash where the editor tried to call removeAttribute on a text node.

Fix an issue where coordinates near nested blocks could inappropriately be assigned to be inside those blocks.

marijn
published 1.33.6 •

Changelog

Source

1.33.6 (2024-04-30)

Bug fixes

Make sure the content slice stored for an in-editor drag is the one that was transformed by transformCopied.

23
28
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