wix-incubator / mjml-react

React component library to generate the HTML emails on the fly
MIT License
989 stars 50 forks source link

add mjml-attributes, mjml-selector and mjml-html-attribute #72

Closed philipwindeyer closed 2 years ago

philipwindeyer commented 2 years ago

Introduces support for mjml-attributes, mjml-selector and mjml-html-attribute MJML head components. I.e. https://documentation.mjml.io/#mj-html-attributes

mjml peerDependency also updated as these components were introduced in MJML version 4.7.0.

Fixes https://github.com/wix-incubator/mjml-react/issues/71

philipwindeyer commented 2 years ago

FYI: PR for accompanying typedefs, for the TypeScripters https://github.com/DefinitelyTyped/DefinitelyTyped/pull/59026