prosemirror-test-builder
Advanced tools
Changelog
1.1.1 (2023-05-17)
Make the return type of `builders` include properties for schema node/mark names.
Include CommonJS type declarations in the package to please new TypeScript resolution settings.
Changelog
1.0.6 (2022-03-29)
Make it possible to specify multiple marks of the same type for a given piece of content.
Changelog
1.0.5 (2021-10-14)
Go back to regular dependencies, so that the package works on NPM <7.
Changelog
1.0.4 (2021-04-27)
Treat ProseMirror libraries as peer dependencies, to avoid duplicate libraries when using this.
Changelog
1.0.3 (2020-01-28)
Rename ES module files to use a .js extension, since Webpack gets confused by .mjs
Changelog
1.0.2 (2019-11-19)
The file referred to in the package's module
field now is compiled down to ES5.