Features
- add support for prosemirror plugins (fcdc39b)
Breaking Changes
- placeholder and config property is replaced with plugins
import { menu, placeholder } from "ngx-editor";
NgxEditorModule.forRoot({
plugins: [menu(), placholder("Type something here...")],
});
- shortcuts needs to be configured manually using plugins
- removed peerDependencies
prosemirror-history
andprosemirror-keymap