Socket
Socket
Sign inDemoInstall

prosemirror-commands

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prosemirror-commands - npm Package Versions

1345

1.2.0

Diff

Changelog

Source

1.2.0 (2022-01-17)

Bug fixes

Add a workaround for a bug on macOS where Ctrl-a and Ctrl-e getting stuck at the edge of inline nodes.

New features

The new selectTextblockEnd and selectTextblockStart commands move the cursor to the start/end of the textblock, when inside one.

Ctrl-a/e on macOS and Home/End on other platforms are now bound to selectTextblockEnd and selectTextblockStart.

marijn
published 1.1.12 •

Changelog

Source

1.1.12 (2021-10-29)

Bug fixes

Fix issue where the default PC keymap was used on recent versions of iPhone or iPad operating systems.

marijn
published 1.1.11 •

Changelog

Source

1.1.11 (2021-10-06)

Bug fixes

Add a binding for Shift-Backspace to the base keymap, so that shift or caps-lock won't interfere with backspace behavior.

Fix an issue in autoJoin that made it ignore a third argument if it was passed one.

marijn
published 1.1.10 •

Changelog

Source

1.1.10 (2021-07-05)

Bug fixes

Make joinBackward capable of joining textblocks wrapped in parent nodes when the parent nodes themselves can't be joined (for example two list items which allow only a single paragraph).

marijn
published 1.1.9 •

Changelog

Source

1.1.9 (2021-06-07)

Bug fixes

Fix a regression where splitBlock could crash when splitting at the end of a non-default block.

marijn
published 1.1.8 •

Changelog

Source

1.1.8 (2021-05-22)

Bug fixes

Fix a crash in splitBlock that occurred with certain types of schemas.

marijn
published 1.1.7 •

Changelog

Source

1.1.7 (2021-02-22)

Bug fixes

Fix a regression where createParagraphNear no longer fired for gap cursor selections.

marijn
published 1.1.6 •

Changelog

Source

1.1.6 (2021-02-10)

Bug fixes

Improve behavior of enter when the entire document is selected.

marijn
published 1.1.5 •

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

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