Skip to content

Releases: premail/mjml-signoff

v1.2.3

04 Mar 02:53
Compare
Choose a tag to compare

This release removes all unnecessary files from the npm release -- it's now just 22% the size of the previous release! 🎉

v1.2.2

03 Mar 03:28
Compare
Choose a tag to compare

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

03 Mar 03:26
Compare
Choose a tag to compare

Superseded by a release just a few moments later: v1.2.2

v1.2.0

03 Mar 02:22
Compare
Choose a tag to compare

This version modernizes some of the syntax to prevent breakage in newer versions of MJML, bumps various dependencies, and fixes an Alex warning I've been meaning to correct for some time.

Full list of changes: v1.1.5...v1.2.0

v1.1.5

15 Nov 21:46
Compare
Choose a tag to compare

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...v1.1.5

v1.1.4

15 Nov 21:29
Compare
Choose a tag to compare

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...v1.1.4

v1.1.3

05 Oct 00:46
Compare
Choose a tag to compare

Adding componentName to MjSignoff def

v1.1.2...v1.1.3

v1.1.2

04 Oct 23:19
Compare
Choose a tag to compare

Updating usage with simpler package path.

v1.1.1...v1.1.2

v1.1.1

04 Oct 23:09
Compare
Choose a tag to compare

Besides some minor documentation updates, this is really just about adding a proper index.js file.

v1.1.0...v1.1.1

v1.1.0

02 Oct 01:08
Compare
Choose a tag to compare

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

c9f4473...v1.1.0