Skip to content

Releases: Stranger6667/css-inline

[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

[PHP] Release 0.19.1

23 Jan 16:46
php-v0.19.1
e44132e

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

[JavaScript] Release 0.19.2

23 Jan 16:06
javascript-v0.19.2
a10f811

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

[Java] Release 0.19.1

23 Jan 15:28
java-v0.19.1
204f9c3

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

[C] Release 0.19.1

23 Jan 15:20
c-v0.19.1
309edc0

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

[Rust] Release 0.19.0

29 Dec 13:58
rust-v0.19.0
6c3a0c9

Choose a tag to compare

Added

  • InlineOptions::remove_inlined_selectors option to remove selectors that were successfully inlined from <style> blocks.

Changed

  • Update cssparser to 0.36.
  • Update html5ever to 0.36.
  • Update selectors to 0.33.

Fixed

  • CLI tests compatibility with future Cargo versions. #602

Performance

  • Use element indexes for faster selector lookups on large documents.
  • Use more efficient data structures for storing element styles.

[Ruby] Release 0.19.0

29 Dec 16:54
ruby-v0.19.0
fa14ee7

Choose a tag to compare

Added

  • remove_inlined_selectors option to remove selectors that were successfully inlined from <style> blocks.

Changed

  • Update cssparser to 0.36.
  • Update html5ever to 0.36.
  • Update selectors to 0.33.

Performance

  • Use element indexes for faster selector lookups on large documents.
  • Use more efficient data structures for storing element styles.

[Python] Release 0.19.0

29 Dec 16:26
python-v0.19.0
dfe11f7

Choose a tag to compare

Added

  • remove_inlined_selectors option to remove selectors that were successfully inlined from <style> blocks.

Changed

  • Update cssparser to 0.36.
  • Update html5ever to 0.36.
  • Update selectors to 0.33.

Performance

  • Use element indexes for faster selector lookups on large documents.
  • Use more efficient data structures for storing element styles.