Skip to content

Releases: Stranger6667/css-inline

[Rust] Release 0.20.2

02 Apr 15:46
rust-v0.20.2
fd9493b

Choose a tag to compare

Fixed

  • inline_fragment silently returning only whitespace when the input starts with whitespace or contains structural HTML tags (<html>, <head>, <body>, <style>). #692 #693

[Ruby] Release 0.20.3

02 Apr 18:07
ruby-v0.20.3
15c7240

Choose a tag to compare

Changed

  • Pin ICU crates to Rust 1.85-compatible versions in the shipped lock file to prevent MSRV breakage for source builds.

[Ruby] Release 0.20.2

02 Apr 17:43
ruby-v0.20.2
c36703f

Choose a tag to compare

Fixed

  • inline_fragment silently returning only whitespace when the input starts with whitespace or contains structural HTML tags (<html>, <head>, <body>, <style>). #692 #693

[Python] Release 0.20.2

02 Apr 16:15
python-v0.20.2
ad7c8da

Choose a tag to compare

Fixed

  • inline_fragment silently returning only whitespace when the input starts with whitespace or contains structural HTML tags (<html>, <head>, <body>, <style>). #692 #693

[PHP] Release 0.20.2

02 Apr 18:44
php-v0.20.2
ea843dd

Choose a tag to compare

Fixed

  • inline_fragment silently returning only whitespace when the input starts with whitespace or contains structural HTML tags (<html>, <head>, <body>, <style>). #692 #693

[JavaScript] Release 0.20.2

02 Apr 17:06
javascript-v0.20.2
1ba4d46

Choose a tag to compare

Fixed

  • inlineFragment silently returning only whitespace when the input starts with whitespace or contains structural HTML tags (<html>, <head>, <body>, <style>). #692 #693

[Java] Release 0.20.2

02 Apr 16:39
java-v0.20.2
5e0a61c

Choose a tag to compare

Added

  • CssInline.inline(String html, String css) convenience overload for applying a CSS string to a full HTML document. #693

Fixed

  • inlineFragment silently returning only whitespace when the input starts with whitespace or contains structural HTML tags (<html>, <head>, <body>, <style>). #692 #693

[C] Release 0.20.2

02 Apr 16:28
c-v0.20.2
2179596

Choose a tag to compare

Fixed

  • inline_fragment silently returning only whitespace when the input starts with whitespace or contains structural HTML tags (<html>, <head>, <body>, <style>). #692 #693

[Rust] Release 0.20.1

26 Mar 09:34
rust-v0.20.1
309e657

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

[Ruby] Release 0.20.1

26 Mar 10:57
ruby-v0.20.1
2a243ae

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