Releases: mjawad096/laravel-grapesjs
Releases · mjawad096/laravel-grapesjs
3.4.1
What's Changed
- Bug fixed that the code editor resets the styles by @jd-dotlogics in #74
Full Changelog: 3.4.0...3.4.1
3.4.0
Added
Added the routes.middleware key in the config.
Fixed Security bug
Restricted the public routes auth with middleware.
2.2.0
Added
Added the routes.middleware key in the config.
Fixed Security bug
Restricted the public routes auth with middleware.
3.3.0
Added
- Style editor to update CSS in real-time
- Feature to make image clickable (By wrapping image into an anchor tag)
Removed
- Removed CSS from the code editor
3.2.6
Added 'laravel-assets' tag to Public publishable. and Updated Readme
3.2.4
Changed
- Hided the style manager by default via config
Added
- Config for hiding the style Manger
- Added a new toolbar button to all components (except the image) for changes in background settings.
3.2.3
What's Changed
- Added option to add template icons by @jd-dotlogics
Use templateIcon directive anywhere in your template/block and pass the path/URL to your image e.g.
@templateIcon('images/templates/custom-template.svg')
3.2.2
Added
- Undo, Redo, and Clear Canvas buttons
- an option to disable custom plugins
- "grapesjs-custom-code" plugin in the config
- config file documentation
- "plugin-CKEditor" in the config, which will be disabled by default.
Updated
- set the "grapesjs-plugin-forms" plugin disabled by default
2.The devises panel from the dropdown to buttons
- ReadMe file