All notable changes to dropblockeditor
will be documented in this file.
- add support for laravel 11 (thanks @abr4xas)
- added types (
⚠️ potential breaking change) (thanks @abr4xas)
- hide blocks sidebar with x-show to prevent dom changes (related to #30)
- added tablet preview (thanks @JesusChrist69)
- categories for blocks (thanks @JesusChrist69)
- upgrade to Livewire v3
- requires php 8.1 or higher
php artisan dropblockeditor:make
puts Livewire component inApp\Livewire
namespace unless otherwise configuredphp artisan dropblockeditor:make
now assumes you want an edit component by default
- added
preview_css
config option (thanks @TechTomaz) - fix path make block command (lowercase
app
) (thanks @Carnicero90)
- allow html parser base template to be a string
- fix not passing update properties to buttons on initial load
- first pre release