New
v0.22.5
What's Changed
- Fix drag and drop on NativeDnD set to false by @mohamedsalem401 in https://github.com/GrapesJS/grapesjs/pull/6346
- Add Components dynamic values ( props - attributes ) by @mohamedsalem401 in https://github.com/GrapesJS/grapesjs/pull/6351
- Added new events by @artf in https://github.com/GrapesJS/grapesjs/pull/6360 https://github.com/GrapesJS/grapesjs/pull/6364
- Added
project:loadevent which helps to identify when a new project is loaded (eg.editor.loadProjectData({...})) - Added
component:script:mountandcomponent:script:unmount. This gives more control to components with scripts (eg. cleaning up resources when a component with script is removed).
- Added
Full Changelog: https://github.com/GrapesJS/grapesjs/compare/v0.22.4...v0.22.5