Skip to content

Releases: Automattic/juice

fix readme typo

03 Jul 00:59

Choose a tag to compare

Version published here to be in sync with npm update

add preserveImportant option, use_strict compliant

03 Jul 00:52

Choose a tag to compare

  • add preserveImportant option, which keeps !important in style when set to true
  • now use_strict compliant, also linted a bunch of crud

Proper XML support

21 May 13:54

Choose a tag to compare

The 1.0 release changed juice from converting everything to XHTML to using cheerio's HTML output. This release adds in an xmlMode option for inlining XHTML, SVG, or any other properly structured XML.

1.1.2

09 May 00:22

Choose a tag to compare

Jumped a version for publishing changed line endings to npm. Removed index.js file and pointed main at new entry.

inlinify

04 May 14:20

Choose a tag to compare

  • Fix order of inlined style properties. Now sorted by selector specificity, resulting in the same computed styles that the original CSS would have had.
  • Add option to inline pseudo elements as elements

v1.0.2

27 Apr 15:09

Choose a tag to compare

See history.md for notes