-
Hi Mailjet Developer Team,
For the past two weeks, emails created through the API using an MJML template have stopped working. Unfortunately, support has not provided any solutions, only requesting…
-
Version 3.3.21
```
Error parsing `/Calling [toString] on an [Output] is not supported.
To get the value of an Output as an Output consider either:
1: o.apply(v => `prefix${v}suffix`)
2: pul…
-
**Is your feature request related to a problem? Please describe.**
MJML API is still using version 4.6.1, it hasn't been updated in nearly two years, since #1858.
**Describe the solution you'd lik…
-
**Describe the bug**
In a web worker:
```
mjml-browser.js?v=275a58ae:25 Uncaught ReferenceError: window is not defined
at ../../../node_modules/mjml-browser/lib/index.js (mjml-browser.js?v=2…
-
The CLI and API options are convenient often but there are use cases where the CLI is not feasible and the user may not wish to use the MJML API. Perhaps we could provide our own endpoint with optiona…
-
# App installation:
- User with the Manage Apps and Manage orders permission should be able to install the app
- After the app installation, the configuration panel should be accessible
# Channel…
-
Hi, are you planning to add webpack 4 support?
Currently this error occurs with webpack 4:
```
(node:8817) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead
/no…
-
**Is your feature request related to a problem? Please describe.**
Create a new helper for EmailPlugin's Handlebars instance to use in translation.
Use this helper in the generate function
```t…
-
**Describe the bug**
Not possible to build via bun.
**To Reproduce**
1. Create a file:
```js
import mjml2html from "mjml";
/*
Compile an mjml string
*/
const htmlOutput = mjml2html(
`…
-
- [ ] split mjml and mjml-cli - my team only consume mjml2html function from mjml package and does not use cli which adds a lot of dependencies
- [ ] drop mjml-migrate
- [ ] move html-minifier and j…