Skip to content

v1.0.1

Compare
Choose a tag to compare
@artf artf released this 09 Aug 12:10
· 9 commits to master since this release
8c7c08a

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