prosemirror-schema-basic
Advanced tools
Changelog
1.2.3 (2024-07-14)
Add attribute type validation for headings, images, and link marks.
Changelog
1.2.2 (2023-05-17)
Include CommonJS type declarations in the package to please new TypeScript resolution settings.
Changelog
1.2.1 (2023-01-18)
Add parse rules to clear em
and strong
marks for styles that reset font style/weight.
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.
Changelog
1.0.1 (2019-04-18)
Make sure images and links don't render whatever happens to be in node.attrs
to the DOM.