Automattic / juice

Juice inlines CSS stylesheets into your HTML source.
MIT License
3.12k stars 221 forks source link

Version bump cheerio #329

Open niftylettuce opened 5 years ago

niftylettuce commented 5 years ago

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.

cossssmin commented 5 years ago

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.