Automattic / juice

Juice inlines CSS stylesheets into your HTML source.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version bump cheerio

niftylettuce opened this issue · comments

The current version of cheerio in this package is v0.22.0 while the latest published version is 1.0.0-rc.2. There are dozens of optimizations, bug fixes, and more from a glance at https://github.com/cheeriojs/cheerio/blob/master/History.md.

As far as I remember, one of the issues with that latest version is that it’s adding tbody tags if you don’t have any in your HTML.

Those are totally unnecessary, but will increase your HTML size (Gmail clipping), and can also cause trouble with existing CSS selectors. I think there’s a reason why its version wasn’t bumped in such a long time.