Skip to content

Releases: Stranger6667/css-inline

[Rust] Release 0.21.2

Choose a tag to compare

@github-actions github-actions released this 24 Aug 13:05
7f5d030

Fixed

  • file:// stylesheet URLs not percent-decoded and broken on Windows drive letters.

[Ruby] Release 0.21.2

Choose a tag to compare

@github-actions github-actions released this 24 Aug 17:53
dbe9b13

Fixed

  • file:// stylesheet URLs not percent-decoded and broken on Windows drive letters.

[Python] Release 0.21.2

Choose a tag to compare

@github-actions github-actions released this 24 Aug 13:05
3076d35

Fixed

  • file:// stylesheet URLs not percent-decoded and broken on Windows drive letters.

[PHP] Release 0.21.2

Choose a tag to compare

@github-actions github-actions released this 24 Aug 17:52
25f7f82

Fixed

  • file:// stylesheet URLs not percent-decoded and broken on Windows drive letters.

[JavaScript] Release 0.21.2

Choose a tag to compare

@github-actions github-actions released this 24 Aug 17:52
8b3c7b2

Fixed

  • file:// stylesheet URLs not percent-decoded and broken on Windows drive letters.

[Java] Release 0.21.2

Choose a tag to compare

@github-actions github-actions released this 24 Aug 14:42
37ae176

Fixed

  • file:// stylesheet URLs not percent-decoded and broken on Windows drive letters.

[C] Release 0.21.2

Choose a tag to compare

@github-actions github-actions released this 24 Aug 13:06
83b8a7b

Fixed

  • file:// stylesheet URLs not percent-decoded and broken on Windows drive letters.

[Rust] Release 0.21.1

Choose a tag to compare

@github-actions github-actions released this 08 Aug 20:50
39f8735

Fixed

  • With keep_at_rules enabled, at-rules without a block (e.g. @import) lost their prelude and terminator, fusing with the following rule (@import@media ...) and producing a stylesheet browsers reject entirely.

[Ruby] Release 0.21.1

Choose a tag to compare

@github-actions github-actions released this 08 Aug 21:47
edce806

Fixed

  • With keep_at_rules enabled, at-rules without a block (e.g. @import) lost their prelude and terminator, fusing with the following rule (@import@media ...) and producing a stylesheet browsers reject entirely.

[Python] Release 0.21.1

Choose a tag to compare

@github-actions github-actions released this 08 Aug 20:58
948fe99

Fixed

  • With keep_at_rules enabled, at-rules without a block (e.g. @import) lost their prelude and terminator, fusing with the following rule (@import@media ...) and producing a stylesheet browsers reject entirely.