Releases: GrapesJS/mjml
Releases · GrapesJS/mjml
v0.5.5
v0.5.4
v0.5.3
v0.5.2
v0.5.1
- refactor: use grapesjs-cli to serve and build the project (#229)
- internal: upgrade nodejs and github actions
FEATURE:
It's now possible to import i18n languages from a single entrypoint:
// before:
import nl from 'grapesjs-mjml/locale/nl'
import fr from 'grapesjs-mjml/locale/fr'
// after:
import { nl, fr } from 'grapesjs-mjml/locale'
BREAKING CHANGE:
The unminified build grapesjs-mjml/dist/grapesjs-mjml.js
is no longer included in the build.
v0.4.2
v0.4.1
v0.4.0
- feat: upgrade to the
mjml-browser
build and v4.8.0 of mjml, more info: https://github.com/mjmlio/mjml/releases/tag/v4.8.0