prosemirror-example-setup
Version:
An example for how to set up a ProseMirror editor
52 lines (26 loc) • 935 B
Markdown
# 1.2.3 (2024-08-16)
## Bug fixes
Make the type of the `fullMenu` option `MenuElement[][]` instead of `MenuItem[][]`.
# 1.2.2 (2023-05-17)
## Bug fixes
Include CommonJS type declarations in the package to please new TypeScript resolution settings.
# 1.2.1 (2022-06-22)
## Bug fixes
Export CSS file from package.json.
# 1.2.0 (2022-05-30)
## New features
Include TypeScript type declarations.
# 1.1.2 (2019-11-20)
## Bug fixes
Rename ES module files to use a .js extension, since Webpack gets confused by .mjs
# 1.1.1 (2019-11-19)
## Bug fixes
The file referred to in the package's `module` field now is compiled down to ES5.
# 1.1.0 (2019-11-08)
## New features
Add a `module` field to package json file.
# 1.0.1 (2017-11-24)
## Bug fixes
The example menu now allows you to enter relative links without automatically adding http:// in front of them.
# 1.0.0 (2017-10-13)
First stable release.