Breaking Changes
- PHP 8.3 or higher is now required.
- Laravel 12 or higher is now required.
- This release targets the Filament 5 stack.
- The editor runtime has been upgraded to Quill 2. Test custom JavaScript handlers registered with
handlers(),onInit(), oronTextChange()after upgrading, especially if they import Quill internals or Parchment classes. - The frontend build has moved to Tailwind CSS 4 and CSS-first configuration. If you render saved editor content outside the editor, update your theme stylesheet to use Tailwind v4 syntax with
@source,@source inline(...), and the packagecontent.cssimport. - Published config, views, or translations should be refreshed and reviewed before upgrading in production.
What's Changed
- Feature/image resizing by @SujalRatnaTamrakar in #142
- fix: assets are not loading in editor since Filament updated async-alpine to v2.0 by @bartlomiej-przymus in #108
- V2.x by @rawilk in #143
- Added support for Quill 2 and updated the editor runtime for Quill 2 compatibility.
- Migrated the package CSS build to Tailwind CSS 4 and removed the old JavaScript Tailwind config.
- Renamed package font utilities to
font-quill-*so they do not conflict with Filament or Tailwind's default font families. - Improved dark mode colors for the editor toolbar, dropdowns, icons, editor surface, and toolbar/content divider.
- Updated frontend dependencies, including Tailwind CSS 4, Quill 2, Playwright, and related build tooling.
New Contributors
- @SujalRatnaTamrakar made their first contribution in #142
Full Changelog: v1.0.4...v2.0.0