Socket
Socket
Sign inDemoInstall

prosemirror-state

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prosemirror-state - npm Package Versions

134

1.3.0

Diff

Changelog

Source

1.3.0 (2019-11-08)

New features

Add a module field to package json file.

marijn
published 1.2.4 •

Changelog

Source

1.2.4 (2019-08-12)

Bug fixes

Transaction.setSelection now immediately checks whether the given selection points into the proper document, rather than silently accepting an invalid selection.

marijn
published 1.2.3 •

Changelog

Source

1.2.3 (2019-05-08)

Bug fixes

The insertText method now collapses the selection to the end of the inserted text, even when given explicit start/end positions.

marijn
published 1.2.2 •

Changelog

Source

1.2.2 (2018-07-23)

Bug fixes

The "appendedTransaction" meta property on appended transactions now points to the root transaction instead of at the transaction itself, which it accidentally did before.

marijn
published 1.2.1 •

Changelog

Source

1.2.1 (2018-07-02)

Bug fixes

Fixes a bug in the default implementation of Selection.getBookmark.

marijn
published 1.2.0 •

Changelog

Source

1.2.0 (2018-04-05)

New features

EditorState.create now accepts a storedMark option to set the state's stored marks.

EditorState.toJSON and fromJSON persist the set of stored marks, when available.

marijn
published 1.1.1 •

Changelog

Source

1.1.1 (2018-03-15)

Bug fixes

Throw errors, rather than constructing invalid objects, when deserializing from invalid JSON data.

marijn
published 1.1.0 •

Changelog

Source

1.1.0 (2018-01-22)

New features

EditorState.toJSON now accepts a string or number as argument to support the way JSON.stringify can call it.

marijn
published 1.0.2 •

Changelog

Source

1.0.2 (2017-12-13)

Bug fixes

Fix issue where a character might be selected after overwriting across block nodes.

Make sure replaceSelectionWith doesn't needlessly copy unmarked nodes.

marijn
published 1.0.1 •

Changelog

Source

1.0.1 (2017-11-01)

Bug fixes

Typing over marked text now properly makes the new text inherit the old text's marks.

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