Skip to content

Releases: Automattic/juice

Bump web-resource-inliner version to include multiline fix

23 Jul 14:41
Compare
Choose a tag to compare

Prevent EJS mangling

14 Jul 17:26
Compare
Choose a tag to compare
Merge pull request #141 from jrit/cheerio-node-12

special purpose encode/decode for EJS

fix undefined options error

03 Jul 19:39
Compare
Choose a tag to compare
Merge pull request #138 from jrit/cheerio-node-12

fix undefined options

fix readme typo

03 Jul 00:59
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

See history.md for notes