Releases: Stranger6667/css-inline
Releases · Stranger6667/css-inline
[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.
[Java] 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.
[C] 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.
[Rust] Release 0.19.1
Changed
- Update
html5everto0.38. - Update
selectorsto0.35.
Fixed
- Inline
!importantstyles being overwritten by stylesheet!importantstyles. #637
[Ruby] Release 0.19.1
Changed
- Update
html5everto0.38. - Update
selectorsto0.35.
Fixed
- Inline
!importantstyles being overwritten by stylesheet!importantstyles. #637
[Python] Release 0.19.1
Changed
- Update
html5everto0.38. - Update
selectorsto0.35.
Fixed
- Inline
!importantstyles being overwritten by stylesheet!importantstyles. #637