Skip to content

Releases: Stranger6667/css-inline

[Python] Release 0.20.1

26 Mar 09:34
python-v0.20.1
ae58025

Choose a tag to compare

Changed

  • Update html5ever to 0.39.
  • Update selectors to 0.36.

Fixed

  • !important lost when inlining styles onto elements with existing inline style attributes. #682
  • !important lost when minify_css is enabled due to separator mismatch during property lookup. #682

[PHP] Release 0.20.1

26 Mar 11:07
php-v0.20.1
f0d8770

Choose a tag to compare

Changed

  • Update html5ever to 0.39.
  • Update selectors to 0.36.

Fixed

  • !important lost when inlining styles onto elements with existing inline style attributes. #682
  • !important lost when minify_css is enabled due to separator mismatch during property lookup. #682

[JavaScript] Release 0.20.1

26 Mar 10:44
javascript-v0.20.1
24f8ee9

Choose a tag to compare

Changed

  • Update html5ever to 0.39.
  • Update selectors to 0.36.

Fixed

  • !important lost when inlining styles onto elements with existing inline style attributes. #682
  • !important lost when minify_css is enabled due to separator mismatch during property lookup. #682

[Java] Release 0.20.1

26 Mar 09:47
java-v0.20.1
77f5076

Choose a tag to compare

Changed

  • Update html5ever to 0.39.
  • Update selectors to 0.36.

Fixed

  • !important lost when inlining styles onto elements with existing inline style attributes. #682
  • !important lost when minify_css is enabled due to separator mismatch during property lookup. #682

[C] Release 0.20.1

26 Mar 09:35
c-v0.20.1
7d68478

Choose a tag to compare

Changed

  • Update html5ever to 0.39.
  • Update selectors to 0.36.

Fixed

  • !important lost when inlining styles onto elements with existing inline style attributes. #682
  • !important lost when minify_css is enabled due to separator mismatch during property lookup. #682

[Rust] Release 0.20.0

07 Feb 09:20
rust-v0.20.0
392c0d2

Choose a tag to compare

Added

  • InlineOptions::apply_width_attributes and InlineOptions::apply_height_attributes options 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

07 Feb 13:07
ruby-v0.20.0
1dace80

Choose a tag to compare

Added

  • apply_width_attributes and apply_height_attributes options 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

07 Feb 12:16
python-v0.20.0
044f555

Choose a tag to compare

Added

  • apply_width_attributes and apply_height_attributes options to add dimension HTML attributes from CSS properties on supported elements (table, td, th, img). #652

Changed

  • Update PyO3 to 0.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

07 Feb 13:35
php-v0.20.0
606294d

Choose a tag to compare

Added

  • applyWidthAttributes and applyHeightAttributes options 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

07 Feb 12:54
javascript-v0.20.0
b41f335

Choose a tag to compare

Added

  • applyWidthAttributes and applyHeightAttributes options 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.