Socket
Socket
Sign inDemoInstall

prosemirror-history

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prosemirror-history - npm Package Versions

234

1.4.1

Diff

Changelog

Source

1.4.1 (2024-07-10)

Bug fixes

Fix an issue where mark steps could cause the history to treat otherwise adjacent changes as non-adjacent, and start superfluous new undo events.

marijn
published 1.4.0 •

Changelog

Source

1.4.0 (2024-03-21)

New features

Add undoNoScroll/redoNoScroll commands.

marijn
published 1.3.2 •

Changelog

Source

1.3.2 (2023-05-17)

Bug fixes

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

marijn
published 1.3.1 •

Changelog

Source

1.3.1 (2023-04-26)

Bug fixes

Fix an issue where, if a composition moved the selection, it might get split across multiple undo events.

marijn
published 1.3.0 •

Changelog

Source

1.3.0 (2022-05-30)

Bug fixes

Fix an issue where the default behavior of history beforeInput events could still go through when the undo history is empty.

New features

Include TypeScript type declarations.

marijn
published 1.3.0-beta.1 •

marijn
published 1.2.0 •

Changelog

Source

1.2.0 (2021-08-18)

Bug fixes

Fix a bug that caused the beforeInput handler to not actually invoke the history commands properly.

New features

The history plugin now listens for beforeInput events with historyUndo or historyRedo type, and applies the undo/redo commands when they occur.

marijn
published 1.1.3 •

Changelog

Source

1.1.3 (2019-12-10)

Bug fixes

Fixes a regression where appeneded transactions were combined into the previous history event even if that had been explicitly closed.

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.

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