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

Diff

Changelog

Source

1.27.1 (2022-08-16)

Bug fixes

Fix a bug in DecorationSet.map that could cause invalid mapping when step maps contain multiple replaced ranges.

Make sure that when the editor receives focus via tab or calling .focus() on its DOM element, the existing selection is restored.

Avoid collapsing of whitespace in Firefox when the editor doesn't have white-space set to pre-wrap.

marijn
published 1.27.0 •

Changelog

Source

1.27.0 (2022-07-20)

Bug fixes

Fix a bug that in some situations caused composition to be disrupted on Chrome due to a workaround for another browser issue activating inappropriately.

New features

EditorProps now takes an optional type parameter that indicates the type of this in prop functions.

marijn
published 1.26.5 •

Changelog

Source

1.26.5 (2022-07-07)

Bug fixes

Fix an issue where a composition happening at the same time as widget insertion/removal could corrupt the rendered DOM.

Fix a problem where coordsAtPos would look inside the DOM for atomic nodes, and sometimes return very odd positions that way.

marijn
published 1.26.4 •

Changelog

Source

1.26.4 (2022-07-04)

Bug fixes

Avoid spurious type errors on handleDOMEvents by widening the type for unknown event objects.

marijn
published 1.26.3 •

Changelog

Source

1.26.3 (2022-06-29)

Bug fixes

Work around a Safari bug where mutation records get delivered even though the observer wasn't observing when the mutations happened.

marijn
published 1.26.2 •

Changelog

Source

1.26.2 (2022-06-22)

Bug fixes

Mark prosemirror.css as having side effects in package.json.

marijn
published 1.26.1 •

Changelog

Source

1.26.1 (2022-06-13)

Bug fixes

Fix incorrect types for handleDrop and decorations. Document open properties on widget specs

marijn
published 1.26.0 •

Changelog

Source

1.26.0 (2022-06-07)

New features

Export the NodeViewConstructor and MarkViewConstructor types. Include Node/MarkViewConstructor in doc template

marijn
published 1.25.0 •

Changelog

Source

1.25.0 (2022-06-01)

New features

Mark views can now be specified with a separate editor prop, markViews, to make it easier to get the types right.

marijn
published 1.24.1 •

Changelog

Source

1.24.1 (2022-05-30)

Bug fixes

Fix a regression that caused the key handler to crash.

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