Skip to content

Releases: Stranger6667/css-inline

[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.

[Java] Release 0.20.0

07 Feb 12:32
java-v0.20.0
8eb262a

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.

[C] Release 0.20.0

07 Feb 12:21
c-v0.20.0
f1187da

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.

[Rust] Release 0.19.1

23 Jan 14:36
rust-v0.19.1
d60b8a3

Choose a tag to compare

Changed

  • Update html5ever to 0.38.
  • Update selectors to 0.35.

Fixed

  • Inline !important styles being overwritten by stylesheet !important styles. #637

[Ruby] Release 0.19.1

23 Jan 16:27
ruby-v0.19.1
518dcfb

Choose a tag to compare

Changed

  • Update html5ever to 0.38.
  • Update selectors to 0.35.

Fixed

  • Inline !important styles being overwritten by stylesheet !important styles. #637

[Python] Release 0.19.1

23 Jan 15:16
python-v0.19.1
32d2a8e

Choose a tag to compare

Changed

  • Update html5ever to 0.38.
  • Update selectors to 0.35.

Fixed

  • Inline !important styles being overwritten by stylesheet !important styles. #637