Skip to content

v0.2.3

Compare
Choose a tag to compare
@DRoet DRoet released this 29 Jul 13:19
· 242 commits to master since this release

Changes

  • Adds new command mjml-import:change that triggers when mjml gets imported, you can listen for this event using the following code:
editor.on('run:mjml-import:change', (mjml) => {
  console.log(mjml);
})