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