Releases: Stranger6667/css-inline
Releases · Stranger6667/css-inline
[Python] Release 0.20.1
[PHP] Release 0.20.1
[JavaScript] Release 0.20.1
[Java] Release 0.20.1
[C] Release 0.20.1
[Rust] Release 0.20.0
Added
InlineOptions::apply_width_attributesandInlineOptions::apply_height_attributesoptions 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.
[Ruby] Release 0.20.0
Added
apply_width_attributesandapply_height_attributesoptions 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.
[Python] Release 0.20.0
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.
[PHP] Release 0.20.0
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.
[JavaScript] Release 0.20.0
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.