Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

prosemirror-commands

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prosemirror-commands - npm Package Versions

1
6

1.1.5

Diff

Changelog

Source

1.1.5 (2021-01-14)

Bug fixes

joinBackward and joinForward will now, when the textblock after the cut can't be moved into the structure before the cut, try to just join the inline content onto the last child in the structure before the cut.

toggleMark will now skip whitespace at the start and end of the selection when adding a mark.

marijn
published 1.1.4 •

Changelog

Source

1.1.4 (2020-04-15)

Bug fixes

selectNodeForward and selectNodeBackward will now also select nodes next to a gap cursor (or other custom empty selection type).

marijn
published 1.1.3 •

Changelog

Source

1.1.3 (2020-01-03)

Bug fixes

Fix an issue where, since version 1.7.4 of prosemirror-model, splitBlock fails to create the expected new textblock in some schemas.

marijn
published 1.1.2 •

Changelog

Source

1.1.2 (2019-11-20)

Bug fixes

Rename ES module files to use a .js extension, since Webpack gets confused by .mjs

marijn
published 1.1.1 •

Changelog

Source

1.1.1 (2019-11-19)

Bug fixes

The file referred to in the package's module field now is compiled down to ES5.

marijn
published 1.1.0 •

Changelog

Source

1.1.0 (2019-11-08)

New features

Add a module field to package json file.

marijn
published 1.0.8 •

Changelog

Source

1.0.8 (2019-05-14)

Bug fixes

Fix a crash caused by using a position potentially outside the document in splitBlock.

marijn
published 1.0.7 •

Changelog

Source

1.0.7 (2018-04-09)

Bug fixes

Fixes an issue where joinBackward might create a selection pointing into the old document.

marijn
published 1.0.6 •

Changelog

Source

1.0.6 (2018-04-04)

Bug fixes

The setBlockType command command is now considered applicable when any of the selected textblocks can be changed (it used to only look at the first one).

Fix crash when calling splitBlock when the selection isn't in a block node (by disabling the command in that case).

Fixes an issue where joinForward might create a selection pointing into the old document.

marijn
published 1.0.5 •

Changelog

Source

1.0.5 (2018-01-30)

Bug fixes

Fix crash in splitBlock when defaultContentType returns null.

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