Skip to content

Releases: GrapesJS/components-custom-code

v1.0.2

07 Jun 09:35
Compare
Choose a tag to compare
  • Update with latest TS changes in grapesjs

Full Changelog: v1.0.1...v1.0.2

v1.0.1

09 Aug 12:10
8c7c08a
Compare
Choose a tag to compare

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

v0.1.2

01 May 20:08
Compare
Choose a tag to compare
  • Disable the command once the modal is closed. #4