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

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

Bug Fixes

  • update schema to support target _blank (400c636)
  • use href as title instead of text (400c636)

Breaking Changes

  • link plugin is no longer required (63b6aa6)

Before

import { link } from 'ngx-editor/plugins';

NgxEditorModule.forRoot({
  plugins: [
    link(), // remove this
  ],
});

Don't miss a new ngx-editor release

NewReleases is sending notifications on new releases.