You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ngx-tiptap

Package Overview
Dependencies
Maintainers
0
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-tiptap - npm Package Versions

124

3.0.4

Diff
s
sibiraj-s
published 3.0.4 •

Changelog

Source

v3.0.4 (2021-09-28)

Bug Fixes

  • destory component when nodeview is removed (8ed4db8)

Dependency Updates

  • update peerDependencies (bdc9db7)
s
sibiraj-s
published 3.0.3 •

Changelog

Source

v3.0.3 (2021-08-13)

Dependency Updates

  • update tiptap dependencies (19366aa)
  • update angular dependencies (a1832b4)
s
sibiraj-s
published 3.0.2 •

Changelog

Source

v3.0.2 (2021-07-31)

Dependency Updates

  • update tiptap dependencies (94f02da)
s
sibiraj-s
published 3.0.1 •

Changelog

Source

v3.0.1 (2021-07-18)

Bug Fixes

  • make AngularRenderer more generic (34d5c70)
s
sibiraj-s
published 3.0.0 •

Changelog

Source

v3.0.0 (2021-07-17)

Breaking Changes

  • update Input decorators for AngularNodeViewComponent component (8b9bed1)

Before

this.props.selected;
this.props.updatedAttributes;

After

this.selected;
this.updateAttributes;
s
sibiraj-s
published 2.1.2 •

Changelog

Source

v2.1.2 (2021-07-14)

Bug Fixes

  • set correct styles for editable component (2b53819)
s
sibiraj-s
published 2.1.1 •

Changelog

Source

v2.1.1 (2021-07-13)

Bug Fixes

  • use correct peerDependencies (e48cf70)
s
sibiraj-s
published 2.1.0 •

Changelog

Source

v2.1.0 (2021-05-30)

Features

  • add deleteNode method to component prop (7a170a0)

Bug Fixes

  • set correct semver for tiptap packages (5b08331)
  • move contentDOM on editor update (c5f71d9)
  • move all child nodes within EditorContent (883798e)
  • add missing @angular/forms peerDependency (467619e)

Dependency Updates

  • update peerDependencies (52307d4)
s
sibiraj-s
published 2.0.0 •

Changelog

Source

v2.0.0 (2021-05-17)

Breaking Changes

s
sibiraj-s
published 1.4.1 •

Changelog

Source

v1.4.1 (2021-05-16)

Bug Fixes

  • detectChanges after mounting contentDOMElement (cc1f8da)

Dependency Updates

  • update tiptap dependencies (54ef857)