Releases: sibiraj-s/ngx-editor
Releases · sibiraj-s/ngx-editor
v8.0.0
v8.0.0-beta.8
v8.0.0-beta.7
v8.0.0-beta.6
v8.0.0-beta.5
v8.0.0-beta.4
v8.0.0-beta.3
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
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
Bug Fixes
- add
@angualr/elements
as a peerDependency (a147ee7)
v8.0.0-beta.0
Bug Fixes
valueChanges
andupdate
are now observables and not subjects (04ba120)
Features
- new floating menu (102ce62)
Enhancements
- image plugin is included by default (a3ab60c)
Breaking Changes
Refer docs for migration https://sibiraj-s.github.io/ngx-editor