Releases: premail/mjml-signoff
v1.2.3
v1.2.2
This is a minor but critical documentation update. While in the past you could use MJML custom components by simply including them in .mjmlconfig
, newer versions require you to import the npm package itself. Add to your build script:
const mjmlSignoff = require('mjml-signoff')
or
import mjmlSignoff from mjml-signoff
See https://github.com/premail/mjml-signoff#adding-this-to-your-emails
There are no functional changes in this update, but the usage change was critical enough that it warranted pushing a patch to npm so that the updated documentation would be present there.
v1.2.1
v1.2.0
v1.1.5
Minor release that moves from using an .npmignore
file to the files
attribute in package.json
, for consistency with https://github.com/premail/mjml-bullet-list - commit 2a2dc70
v1.1.4
Highlights
- License change from GPL to AGPL. But remember this license only covers the component's code, not any content you generate using it.
- Added standard open-source documentation.
- Added some standard GitHub workflows to help with issue/PR maintenance.
All changes
- update test to reflect new structure 5cfb637
- updating agpl license badge 67adba8
- Adding .github to npmignore 107f180
- Adding Alex action dd0bc29
- Correcting links 41170f0
- Adding docs and updating readme 0886b1a
- Typo d84a06f
- Updating readme 19dddaa
- Updating issue templates 0491d24
- Correct syntax a0971d6
- Whitelist Premail security page 30b49bf
- Update GH-related config, actions, etc. 19bc535
- Updating package with license 3ca3d8d
- Updating license 7bff969
- Adding note to readme for consistency 7e6bd87
- Removing auto-TOC action since it fails on every version bump b6264d5
v1.1.3
Adding componentName to MjSignoff def
v1.1.2
Updating usage with simpler package path.
v1.1.1
Besides some minor documentation updates, this is really just about adding a proper index.js
file.
v1.1.0
As the initial commit was marked in the package and on npm as v1.0.0 and this contains some important fixes, I'm tagging this as a minor release here and on npm.
- Corrected valid
<mj-signoff>
dependencies - Added
mj-class
attributes to components that should have had them - Added
css-class
attributes to components that should have had them - Docs: General updates and clarifications
- Docs: Added screenshot and example output code #1
- Dev: Added sheerun/modern-node for development
- Dev: Formatted and linted project
- Dev: Added some basic tests
- Dev: Added a couple of simple GitHub Actions