Grapesjs Mjml Versions Save

Newsletter Builder with MJML components in GrapesJS

v0.5.4

2 years ago
  • fix(wrapper): fix to render children when changing styles. (#247) (thanks @josfh2005)

v0.5.3

3 years ago
  • feat: add option to use custom image source (#244) thanks @IceCrystal0k

v0.5.2

3 years ago
  • fix: don't patch the npm version when running the build

Same release as 0.5.0/0.5.1 but now tagged correctly.

v0.5.1

3 years ago
  • 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

3 years ago
  • feat: add vertical-align support to several components (#230). Thanks @ThomasPof

v0.4.1

3 years ago

feat: add support for the mj-raw component (#224) thanks @MichaelPetrinolis!

v0.4.0

3 years ago

v0.3.4

3 years ago
  • fix: moved stylable from model attributes to defaults (#220)

v0.3.3

3 years ago
  • fix: default icon-size styling for Social / SocialElement (#219)
  • fix: allow icon-size to be stylable in mj-social-element
  • chore: update (dev)dependencies

v0.3.2

3 years ago
  • feat: add pt translation (#212)