prosemirror-inputrules
Advanced tools
Changelog
1.4.0 (2024-01-30)
Input rules now take an inCode
option that controls whether they should apply inside nodes marked as code.
Changelog
1.3.0 (2023-11-16)
Input rules can now be set to be non-undoable, preventing undoInputRule
from rolling them back.
Changelog
1.2.1 (2023-05-17)
Include CommonJS type declarations in the package to please new TypeScript resolution settings.
Changelog
1.1.3 (2020-09-16)
Fix crash when undoing input rules when the rule was triggered without inserting text.
Changelog
1.1.2 (2019-11-20)
Rename ES module files to use a .js extension, since Webpack gets confused by .mjs
Changelog
1.1.1 (2019-11-19)
The file referred to in the package's module
field now is compiled down to ES5.