Releases: Automattic/juice
Releases · Automattic/juice
Bump web-resource-inliner version to include multiline fix
Prevent EJS mangling
Merge pull request #141 from jrit/cheerio-node-12 special purpose encode/decode for EJS
fix undefined options error
Merge pull request #138 from jrit/cheerio-node-12 fix undefined options
fix readme typo
Version published here to be in sync with npm update
add preserveImportant option, use_strict compliant
- add
preserveImportant
option, which keeps!important
in style when set totrue
- now
use_strict
compliant, also linted a bunch of crud
Proper XML support
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.