Socket
Socket
Sign inDemoInstall

ngx-editor

Package Overview
Dependencies
25
Maintainers
1
Versions
145
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
57
15Next

8.0.0-beta.7

Diff

Changelog

Source

v8.0.0-beta.7 (2021-02-08)

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
sibiraj-s
published 8.0.0-beta.6 •

Changelog

Source

v8.0.0-beta.6 (2021-02-07)

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)

sibiraj-s
published 8.0.0-beta.5 •

Changelog

Source

v8.0.0-beta.5 (2021-02-07)

Bug Fixes
  • update prosemirror-transform (5d87c20)
  • update prosemirror-view (8325556)
  • cleanup floating menu show/hide logic (93afcdc)
sibiraj-s
published 8.0.0-beta.4 •

Changelog

Source

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

Bug Fixes
  • fix floating menu component selector (dfb9603)
sibiraj-s
published 8.0.0-beta.3 •

Changelog

Source

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

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-menu>
</ngx-editor>
sibiraj-s
published 8.0.0-beta.2 •

Changelog

Source

v8.0.0-beta.2 (2021-02-05)

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)
sibiraj-s
published 8.0.0-beta.1 •

Changelog

Source

v8.0.0-beta.1 (2021-02-04)

Bug Fixes
  • add @angualr/elements as a peerDependency (a147ee7)
sibiraj-s
published 8.0.0-beta.0 •

Changelog

Source

v8.0.0-beta.0 (2021-02-04)

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)
sibiraj-s
published 7.0.5 •

Changelog

Source

v7.0.5 (2021-01-26)

Bug Fixes
Internal
sibiraj-s
published 7.0.4 •

Changelog

Source

v7.0.4 (2021-01-24)

Bug Fixes
  • set empty document with at-least one node (8939b80)
Features
  • schema as a secondary endpoint (9dc6a98)
import { schema, marks, nodes } from 'ngx-editor/schema';
Enhancements
Documentation
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc