Added
- Fullscreen toggle with dynamic icon (enter/exit states)
- Multi-editor support using Alpine
$dispatchevents - Fullscreen state persistence across Livewire re-renders
- Test suite (PHP + JS) and CI workflow for Filament v4/v5 compatibility
- Filament v5 / Laravel 11+ support in dev dependencies
Fixed
- Memory leak: cleanup MutationObserver and event listeners on editor destroy
- Duplicate asset registration in
getAssets() - Missing semicolons in CSS
- Initial button label now set from data attributes on editor create
Removed
- Unused
RichEditorFullscreenfacade (referenced non-existent class) - Unused boilerplate methods and their call sites
- Unused migration and config publish steps from install command