npm ngx-editor 5.0.0-alpha.5
v5.0.0-alpha.5

latest releases: 18.0.0, 17.5.4, 17.5.3...
4 years ago

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 and prosemirror-keymap

Don't miss a new ngx-editor release

NewReleases is sending notifications on new releases.