github GrapesJS/grapesjs v0.21.12

3 days ago

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

Full Changelog: 0.21.11...v0.21.12

Don't miss a new grapesjs release

NewReleases is sending notifications on new releases.