Skip to content

Releases: premail/mjml-bullet-list

v1.2.2

04 Mar 02:48
Compare
Choose a tag to compare

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

v1.2.1

03 Mar 03:11
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 mjmlBulletList = require('mjml-bullet-list')

or

import mjmlBulletList from mjml-bullet-list

See https://github.com/premail/mjml-bullet-list#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.0

03 Mar 02:43
Compare
Choose a tag to compare

This version modernizes some of the syntax to prevent breakage in newer versions of MJML and bumps dependencies.

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

v1.1.7

15 Nov 21:56
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

v1.1.6...v1.1.7

v1.1.6

05 Oct 21:49
Compare
Choose a tag to compare
  • Added mso-line-height-rule:exactly for compatibility with The Outlooks - #4
  • Removed auto-TOC GitHub Action since it was interfering with np
  • Removed index.js and reverted readme instructions to point to individual components - #3

v1.1.5...v1.1.6

v1.1.5

05 Oct 01:32
Compare
Choose a tag to compare

Trying another method for ES6 export

v1.1.4...v1.1.5

v1.1.4

05 Oct 00:55
Compare
Choose a tag to compare

Adding ES6 source index.js

v1.1.2...v1.1.4

v1.1.2

05 Oct 00:03
Compare
Choose a tag to compare

Adding ES6 source index.js
v1.1.1...v1.1.2

v1.1.1

04 Oct 23:28
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 03:19
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-list>/<mj-li> dependencies
  • Added a default padding-left value to ensure that bullet icons don't overflow their container
  • Added a default gutter value
  • Added <mj-head> code for a11y
  • Removed unimplemented custom bullet icon code #1
  • Fixed syntax in .mjmlconfig
  • Docs: General updates and clarifications
  • Docs: Added screenshot and example output code #2
  • 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

cd45ef5...v1.1.0