Skip to content

Releases: Stranger6667/css-inline

[Rust] Release 0.21.0

16 Jun 12:37
2362791

Choose a tag to compare

Changed

  • Bump MSRV to 1.85.
  • Update selectors to 0.38.
  • Update cssparser to 0.37.

Fixed

  • width/height HTML attributes not derived from an element's own inline style attribute. #725

[Ruby] Release 0.21.0

16 Jun 14:40
47963f8

Choose a tag to compare

Changed

  • Update selectors to 0.38.
  • Update cssparser to 0.37.

Fixed

  • width/height HTML attributes not derived from an element's own inline style attribute. #725

[Python] Release 0.21.0

16 Jun 13:10
b7a9cfc

Choose a tag to compare

Removed

  • Support for Python 3.9.

Changed

  • Update selectors to 0.38.
  • Update cssparser to 0.37.
  • Update PyO3 to 0.29.0.

Fixed

  • width/height HTML attributes not derived from an element's own inline style attribute. #725

[PHP] Release 0.21.0

16 Jun 13:54
ae26ba5

Choose a tag to compare

Changed

  • Update selectors to 0.38.
  • Update cssparser to 0.37.

Fixed

  • width/height HTML attributes not derived from an element's own inline style attribute. #725

[JavaScript] Release 0.21.0

16 Jun 13:42
38efc05

Choose a tag to compare

Changed

  • Update selectors to 0.38.
  • Update cssparser to 0.37.

Fixed

  • width/height HTML attributes not derived from an element's own inline style attribute. #725

[Java] Release 0.21.0

16 Jun 13:26
1e8f420

Choose a tag to compare

Changed

  • Update selectors to 0.38.
  • Update cssparser to 0.37.

Fixed

  • width/height HTML attributes not derived from an element's own inline style attribute. #725

[C] Release 0.21.0

16 Jun 13:10
70d5298

Choose a tag to compare

Changed

  • Update selectors to 0.38.
  • Update cssparser to 0.37.

Fixed

  • width/height HTML attributes not derived from an element's own inline style attribute. #725

[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