Skip to content

Releases: mjmlio/mjml-app

3.1.0-beta

18 Feb 14:06
Compare
Choose a tag to compare

Features

  • Templating system : Supports erb and handlebars engines

3.0.4

18 Feb 13:59
Compare
Choose a tag to compare

Features

  • Allow to export all files in a project to html (#332)
  • Allow to change editor font-size in the settings
  • Allow to import/export snippets as JSON files, and filter the snippets list by name (#299)

Fixes

  • Handle project directories with special characters (#343)

3.0.3

31 Dec 15:18
Compare
Choose a tag to compare
  • Update MJML to 4.8.1
  • fix "warn for relative path" option

3.0.2

02 Apr 13:29
Compare
Choose a tag to compare
  • Fix screenshots
  • Fix delete file triggering an error even if file was successfully deleted

3.0.1

18 Mar 17:47
Compare
Choose a tag to compare
  • Fix Export to HTML file

3.0.0

17 Mar 17:20
Compare
Choose a tag to compare
  • Update MJML to 4.6.2
  • Update all dependencies
  • Perf improve, less ram consumed (mostly comes from improve in Electron, nothing done on our side yet)

2.12.0

09 Aug 11:27
Compare
Choose a tag to compare

Features

  • Reproduce ctrl+D (or cmd+D) and ctrl+shift+D (or cmd+shift+D) from our favorite editors (#273). Note that ctrl+D doesn't support multi-line selections
  • Add option in the settings to prevent auto-save, add save button in UI if the option is selected (#263)
  • Add option in the settings to choose whether to keep comments or not (thanks @ironprogrammer )
  • Save window size and position on close (#278). (only size on windows and linux)
  • MJML v4.4.1 (see changelog here)

Fixes

  • Render correctly Base64 images in the iframe (thanks @gubarez)
  • Allow higher files panel width (#261)
  • Close app when close window on mac (#267)
  • If no index.mjml, look for another mjml in project for preview in project list (#270)
  • Fix exporting a project multiple times (#268)
  • Fix exporting project as images

v2.11.0

13 Mar 14:58
Compare
Choose a tag to compare

Features

  • MJML v4.3.1 (#275)
  • New setting to activate the use of custom components using mjmlconfig
  • A path can be set for .mjmlconfig file. If unset it will default to the project root

Fixes

  • The migrate button will properly show up when mjml3 syntax is detected
  • Use the same beautify config as in mjml

2.10.0

11 Sep 08:40
9dcb3e1
Compare
Choose a tag to compare

Features

  • MJML 4.1.2
  • Allow to use custom v4 engine again (#255)

Fixes

  • Change path of tmp file for screenshots to respect relative paths (#246)
  • Change default path of html export (#245)
  • Stop displaying migrate button after migrating (44c8137)
  • Allow attributes in mjml tag (5defeae)

2.9.0

06 Apr 20:25
6e1977f
Compare
Choose a tag to compare

Features

  • Search projects by name (#220)
  • Save, edit and use snippets (#193)

Improvements

  • Associate .mjml files with MJML app (#144)
  • Mobile/Desktop preview buttons don't prevent to click links anymore (#191)
  • Use MJML v4.0.3