Releases: mjmlio/mjml-app
Releases · mjmlio/mjml-app
3.1.0-beta
Features
- Templating system : Supports erb and handlebars engines
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.12.0
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
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