Socket
Socket
Sign inDemoInstall

ngx-tiptap

Package Overview
Dependencies
48
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
234Next

10.1.0

Diff

Changelog

Source

v10.1.0 (2024-03-06)

Breaking Changes
  • add support for updateDelay prop in bubble menu (0680e39)
sibiraj-s
published 10.0.0 •

Changelog

Source

v10.0.0 (2024-03-05)

Breaking Changes
sibiraj-s
published 9.1.1 •

Changelog

Source

v9.1.1 (2023-12-11)

Bug Fixes
  • fix view not updated on selection with ChangeDetectionStrategy#OnPush (681dc85)
sibiraj-s
published 9.1.0 •

Changelog

Source

v9.1.0 (2023-11-03)

Features
  • enable hierarchical injectors in AngularRenderer (93ec574)
sibiraj-s
published 9.0.2 •

Changelog

Source

v9.0.2 (2023-07-24)

Bug Fixes
  • update selected input in nodeview with text selection (0ec762d)
sibiraj-s
published 9.0.1 •

Changelog

Source

v9.0.1 (2023-07-17)

Bug Fixes
  • fix trigger ChangeDetection in custom Nodeviews using updateProps (4213560)
sibiraj-s
published 9.0.0 •

Changelog

Source

v9.0.0 (2023-07-01)

Breaking Changes
sibiraj-s
published 8.0.0 •

Changelog

Source

v8.0.0 (2023-04-26)

Features
  • update to tiptap v2 stable (432f4d2)
sibiraj-s
published 7.0.0 •

Changelog

Source

v7.0.0 (2022-12-22)

Bug Fixes
  • fixes ngModelChange is invoked during render without any changes to the model value (1fcc867)
Dependency Updates
  • update prosemirror-* peerDependencies (733aa55)
  • update @tiptap/* peerDependencies (03d738f)
  • update devDependencies (b8b1733)
Breaking Changes
  • requires angular 15 or greater (ea34042)
  • titap commands like setContent, clearContent requires emitUpdate flag to be passed (1fcc867)

For Example,

Before

editor.commands.setContent('Hello World!');

After

editor.commands.setContent('Hello World!', true);
sibiraj-s
published 6.0.0 •

Changelog

Source

v6.0.0 (2022-06-27)

Breaking Changes
  • requires angular 14 or greater (e7f43bf)
234Next
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