All notable changes to livewire-editorjs
will be documented in this file
- Added support for Laravel 10 and PHP 8.2
- Updated dependencies (EditorJS 2.22.3 -> 2.26.5)
Add support for Laravel 9 and PHP 8.1
Renamed init
method of alpine component to initEditor
for Alpine v3 compatibility.
Updated packaged EditorJS version to 2.22.3
- Automatically json_decode the passed in "value" prop to an assoc array when a string is passed in.
- Added option to disable the component of the package
- Added config option to rename the component of the package
- Added
placeholder
to the component - Added
style
attribute to the component - Added
logLevel
to the Editor.js config - Added make command to create Editor.js components
- Added test suite
- Added
readOnly
mode to the Editor. - Lowered required Laravel version (7 & 8 supported)
Renamed method name for image upload.
Like this it is more consistent when the attaches
plugin of Editor.Js will be added
Use editorId
in the view as container id for the Editor.js instance
Initial release of the package