Releases: GrapesJS/components-custom-code
Releases · GrapesJS/components-custom-code
v1.0.2
v1.0.1
Breaking changes
- Removed
blockLabel
option,blockCustomCode
option can be used to update the block label, eg.blockCustomCode: { label: 'Custom Code' }
- Removed
placeholderContent
option,propsCustomCode
option can be used to update the default content, eg.{ propsCustomCode: { components: '<span>My content</span>' } }
What's Changed
- Fix bug by @oleksander-kurilchik in #17
- Update README.md by @deiga in #13
- Move to grapesjs-cli and refactor to TS by @artf in #20
Full Changelog: v0.1.3...v1.0.1