Skip to content

Releases: Stranger6667/css-inline

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

[PHP] Release 0.19.0

29 Dec 19:12
php-v0.19.0
c55e6ca

Choose a tag to compare

Initial public release

[JavaScript] Release 0.19.1

29 Dec 19:12
javascript-v0.19.1
dcb8da0

Choose a tag to compare

Fixed

  • Missing darwin-x64 package due to incorrect build target on ARM runners.

[JavaScript] Release 0.19.0

29 Dec 17:27
javascript-v0.19.0
30fc6de

Choose a tag to compare

Added

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

Changed

  • Update napi to 3.
  • Update cssparser to 0.36.
  • Update html5ever to 0.36.
  • Update selectors to 0.33.
  • Bump MSRV to 1.88.
  • Drop Node.js 18 support.

Performance

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