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

1
28

1.32.3

Diff

Changelog

Source

1.32.3 (2023-11-01)

Bug fixes

Fix a bug where, in some situations, pasting plain text pasted HTML markup.

marijn
published 1.32.2 •

Changelog

Source

1.32.2 (2023-10-27)

Bug fixes

Check for text/uri-list data on the clipboard or in the drop event when pasting or dropping content, since some types of copying on Apple devices use this format.

marijn
published 1.32.1 •

Changelog

Source

1.32.1 (2023-10-13)

Bug fixes

Work around a Chrome issue where it didn't draw a selection for inline leaf nodes when selecting across them.

Override the native behavior when shift-selecting horizontally across non-text inline nodes, since most browsers behave poorly here.

marijn
published 1.32.0 •

Changelog

Source

1.32.0 (2023-09-27)

Bug fixes

Work around an issue on Chrome where, when clicking above the right side of an uneditable node, the cursor would be put after the node.

Fix a bug that could corrupt the composition when it occurs next to text identical to the composed characters.

New features

The new EditorView.updateRoot method can be used to make the editor update its DOM root when it is moved to a new document or shadow tree.

marijn
published 1.31.8 •

Changelog

Source

1.31.8 (2023-09-12)

Bug fixes

Fix a bug that broke arrow motion near uneditable nodes on Chrome in some situations.

Fix an issue that broke backspace at the end of a textblock that ended in a newline on Chrome.

Fix a crash in the way inline decorations that ended right after a node end position were drawn.

marijn
published 1.31.7 •

Changelog

Source

1.31.7 (2023-07-28)

Bug fixes

Fix a bug where, when a compositionend event was received before the composition's final changes were processed, the resulting transaction didn't have its composition metadata set.

Fix an issue that caused cursor motion to stop at uneditable nodes that aren't widget decorations.

When scrolling an element higher than the viewport into view, make sure its top is visible.

marijn
published 1.31.6 •

Changelog

Source

1.31.6 (2023-07-14)

Bug fixes

Fix a bug that caused posAtCoords to return incorrect results for coordinates over inline-decorated text.

Don't try to scroll fixed-positioned elements into view by scrolling their parent elements.

marijn
published 1.31.5 •

Changelog

Source

1.31.5 (2023-06-19)

Bug fixes

Fix a bug where the editor accidentally blocked shift-delete when the whole document is selected.

Bring back workaround for an issue where Firefox draws the cursor in the wrong place in a code block.

Fix an issue where Shift-Insert pastes pasted plain text (because Shift was being held).

Fix an issue where selecting across paragraph and starting a composition would update the state as if Enter was pressed and disrupt the composition.

marijn
published 1.31.4 •

Changelog

Source

1.31.4 (2023-05-31)

Bug fixes

Make sure destroy is called on node views that are replaced by changing a node's markup.

marijn
published 1.31.3 •

Changelog

Source

1.31.3 (2023-05-17)

Bug fixes

Fix an issue that could cause the clipboard parser to create invalid slices when parsing content containing isolating nodes.

Include CommonJS type declarations in the package to please new TypeScript resolution settings.

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