Skip to content

Releases: marshmallow-packages/nova-tiptap

6.0.0

10 Feb 15:26

Choose a tag to compare

🎉 Nova TipTap v6.0.0 - TipTap v3 Upgrade

A major update that upgrades to TipTap v3 stable, introduces a modern UI, and adds powerful new features.
editor-v6

✨ New Features

Bubble Menu
A floating toolbar appears when you select text, providing quick access to formatting options.

Tiptap::make('Content')
    ->bubbleMenuButtons(['bold', 'italic', '|', 'link', 'color'])

Dropdown Menus
New compact dropdown buttons for cleaner toolbars:

headingDropdown - H1-H6 and paragraph in one dropdown
listDropdown - Bullet and ordered lists combined
alignDropdown - All alignment options in one place

Drag & Drop Image Upload

Drop images directly into the editor
Paste images from clipboard (screenshots!)
New imageUpload button for TipTap-style drop zone

Inline Link Editor
Quick link editing with a sleek dropdown - paste URL, hit enter, done. Advanced options still available for power users.

🎨 UI Improvements

Redesigned toolbar - Clean, minimal design with gray icons
Modern modals - Updated styling for all dialogs
Better integration - Toolbar and editor seamlessly connected
Improved dark mode - Refined colors throughout

🔧 Under the Hood

Upgraded from TipTap v2 beta to v3 stable
Replaced Font Awesome with custom SVG icons (smaller bundle!)
Updated axios to v1.7
Updated lowlight to v3

📦 New Dependencies

  • @tiptap/extension-bubble-menu
  • @tiptap/extension-file-handler

⚠️ Breaking Changes

  • Font Awesome has been removed - if you were using FA icons elsewhere, you'll need to include it separately
  • The History extension is now UndoRedo (TipTap v3 change)

📖 Documentation
See the updated README.md and UPGRADE-GUIDE.md for full documentation.


Full Changelog: 5.9.0...6.0.0

5.9.0

10 Feb 12:42
db5d8dd

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.8.1...5.9.0

5.8.1

16 Sep 10:30
d391afd

Choose a tag to compare

What's Changed

Full Changelog: 5.8.0...5.8.1

5.8.0

22 Jul 19:17
4af0eff

Choose a tag to compare

What's Changed

New Contributors

  • @justindantzer made their first contribution in #27
  • @MattLoyeD made their first contribution in #30

Full Changelog: 5.7.0...5.8.0

5.7.0

19 Jul 08:35
fed42d2

Choose a tag to compare

Full Changelog: 5.6.0...5.7.0

5.6.0

15 Jul 14:54
2b0ffda

Choose a tag to compare

What's Changed

Full Changelog: 5.5.0...5.6.0

5.5.0

25 Jun 11:20
bbe493a

Choose a tag to compare

What's Changed

Full Changelog: 5.4.0...5.5.0

5.4.0

24 Jun 08:32
9b85e88

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.3.0...5.4.0

5.3.0

12 May 13:18
6dea96f

Choose a tag to compare

What's Changed

  • (ux) make it possible to store empty strings instead of

    by @stefvanesch in #13

Full Changelog: 5.2.2...5.3.0

5.2.2

29 Apr 13:27

Choose a tag to compare

What's Changed

  • fix(editor): add watcher for readonly state changes by @keroth- in #11

New Contributors

Full Changelog: 5.2.1...5.2.2