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