Skip to content

Releases: sibiraj-s/ngx-editor

v8.0.0

17 Feb 05:13
Compare
Choose a tag to compare

Migration Guide

Features

Dependency Updates

  • update prosemirror-{view/commands} (292e21d)

v8.0.0-beta.8

09 Feb 15:16
Compare
Choose a tag to compare
v8.0.0-beta.8 Pre-release
Pre-release

Features

Bug Fixes

  • sync image view's cached node on update (3859006)
  • prevent floating menu from closing while clicking on disabled items (83fc998)
  • show title for floating menu items (53eb29c)

Dependency Updates

  • update angular dependencies (0d71d63)
  • regenerate package-lock.json file (7696230)

Internal

v8.0.0-beta.7

08 Feb 02:57
Compare
Choose a tag to compare
v8.0.0-beta.7 Pre-release
Pre-release

Bug Fixes

  • remove use of ecma private methods (41df4bf)
  • throw error if editor is not provided to floating bubble (bae942d)
  • fix styles for image view (6fd4a8b)

Dependency Updates

v8.0.0-beta.6

07 Feb 10:49
Compare
Choose a tag to compare
v8.0.0-beta.6 Pre-release
Pre-release

Bug Fixes

  • set correct image size after resizing while history undo (0a2d547)
  • fix injector destroyed issue with HMR (f12a5c8)
  • set correct style for active item in floating menu (2806b07)

Breaking Changes

@angualr/elements is no longer a dependency (f12a5c8)

v8.0.0-beta.5

07 Feb 05:02
Compare
Choose a tag to compare
v8.0.0-beta.5 Pre-release
Pre-release

Bug Fixes

  • update prosemirror-transform (5d87c20)
  • update prosemirror-view (8325556)
  • cleanup floating menu show/hide logic (93afcdc)

v8.0.0-beta.4

06 Feb 14:15
Compare
Choose a tag to compare
v8.0.0-beta.4 Pre-release
Pre-release

v8.0.0-beta.4 (2021-02-06)

Bug Fixes

  • fix floating menu component selector (dfb9603)

v8.0.0-beta.3

06 Feb 14:01
Compare
Choose a tag to compare
v8.0.0-beta.3 Pre-release
Pre-release

Bug Fixes

  • prevent floating menu flicker on while selection (4617294)
  • fix slowness caused by floating menu (9e6f705)

Breaking Changes

Floating menu is now exposed as a component

Before

<ngx-editor [editor]="editor" [floatingMenu]="true"></ngx-editor>

After

<ngx-editor [editor]="editor">
  <ngx-editor-floating-menu [editor]="editor"></ngx-editor-floating-meu>
</ngx-editor>

v8.0.0-beta.2

05 Feb 14:11
Compare
Choose a tag to compare
v8.0.0-beta.2 Pre-release
Pre-release

Bug Fixes

  • fixes styling issues with box-sizing:border-box (6c26440)
  • update floating menu styles (9568769)
  • prevent incorrect updates to toolbar with multiple instances (908c9cb)

Features

  • add alignment options to floating menu (3c0ed54)

Dependency Updates

  • update prosemirror-view, prosemirror-model (a8ecb22)

Enhancements

  • use DOM created by ProseMirror (8c8b738)

v8.0.0-beta.1

04 Feb 15:41
Compare
Choose a tag to compare
v8.0.0-beta.1 Pre-release
Pre-release

Bug Fixes

  • add @angualr/elements as a peerDependency (a147ee7)

v8.0.0-beta.0

04 Feb 15:25
Compare
Choose a tag to compare
v8.0.0-beta.0 Pre-release
Pre-release

Bug Fixes

  • valueChanges and update are now observables and not subjects (04ba120)

Features

Enhancements

  • image plugin is included by default (a3ab60c)

Breaking Changes

Refer docs for migration https://sibiraj-s.github.io/ngx-editor

  • image plugin is included by default (a3ab60c)
  • editor.focus and editor.blur method no longer exposed (3804990)
  • Editor.onContentChange is now Editor.valueChanges (84da2cf)
  • Editor.onUpdate is now Editor.update (84da2cf)
  • Editor.destroy has to be manually called when component is destroyed (d4db760)