[JavaScript] Release 0.20.0
·
4 commits
to master
since this release
Added
applyWidthAttributesandapplyHeightAttributesoptions to add dimension HTML attributes from CSS properties on supported elements (table,td,th,img). #652
Performance
- Skip selectors that reference non-existent classes, IDs, or tags.
- Faster HTML serialization for styles containing double quotes.