v0.21.12
What's Changed
- Added the possibility to add blocks via
Components.addType
editor.Components.addType('hero-section', {
model: { ... },
block: { label: 'Hero section' },
});
- Added
component.setName
method to simplify component name update. - docs: local setup notes by @danstarns in #5974
- Fixed Symbols with text components by @artf in #5983
- Prevent component selection during text editing and drag #5517
New Contributors
- @danstarns made their first contribution in #5974
Full Changelog: 0.21.11...v0.21.12