Skip to content

Releases: GrapesJS/mjml

v0.5.5

22 Jun 12:56
Compare
Choose a tag to compare
  • fix: add mj-body tag to resolve mj-style tag error (#249) (thanks @realdali )

v0.5.4

03 Jun 09:06
Compare
Choose a tag to compare
  • fix(wrapper): fix to render children when changing styles. (#247) (thanks @josfh2005)

v0.5.3

04 May 14:58
Compare
Choose a tag to compare

v0.5.2

17 Feb 09:46
Compare
Choose a tag to compare
  • 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

17 Feb 09:16
Compare
Choose a tag to compare
  • 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

16 Feb 18:51
Compare
Choose a tag to compare
  • feat: add vertical-align support to several components (#230). Thanks @ThomasPof

v0.4.1

05 Jan 20:44
Compare
Choose a tag to compare

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

v0.4.0

29 Dec 15:33
Compare
Choose a tag to compare

v0.3.4

16 Dec 13:00
Compare
Choose a tag to compare
  • fix: moved stylable from model attributes to defaults (#220)

v0.3.3

16 Dec 08:21
Compare
Choose a tag to compare
  • fix: default icon-size styling for Social / SocialElement (#219)
  • fix: allow icon-size to be stylable in mj-social-element
  • chore: update (dev)dependencies