Skip to content

Releases: tijsverkoyen/CssToInlineStyles

2.2.7

08 Dec 13:07
v2.2.7
83ee6f3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.6...v2.2.7

2.2.6

03 Jan 16:35
2.2.6
c42125b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.5...2.2.6

2.2.5

12 Sep 14:03
2.2.5
4348a3a
Compare
Choose a tag to compare
  • Remove usage of an API deprecated in PHP 8.2

2.2.4

08 Dec 09:17
2.2.4
da444ca
Compare
Choose a tag to compare
  • Add support for Symfony 6
  • Add support for PHP 8.1

2.2.3: Merge pull request #197 from driesvints/patch-1

13 Jul 06:16
b43b05c
Compare
Choose a tag to compare
  • Added support for PHP 8
  • Typo's fixed

Thx to @driesvints

2.2.2

24 Oct 09:00
2.2.2
dda2ee4
Compare
Choose a tag to compare
  • Added support for Symfony 5
  • Fixed the phpdoc

2.2.1

12 Jan 07:09
0ed4a2e
Compare
Choose a tag to compare
  • Ignored styles that are inside html comments
  • Added support for Symfony 4

2.2.0

20 Sep 12:51
Compare
Choose a tag to compare

Changelog since 2.1.0

  • Better ordering of style rules and properties, thx to Hikariii,
    for more information see the Pull Request
  • Some Travis improvements, thx to barryvdh,
    for more information see the Pull Request
  • Refactor the storage of the computed properties, thx to stof,
    for more information see the Pull Request
  • Use possessive quantifiers to avoid reaching PCRE limits, thx to stof,
    for more information see the Pull Request
  • Reuse the same CssSelectorConverter, thx to stof,
    for more information see the Pull Request
  • Add a test for the removal of comments, thx to stof,
    for more information see the Pull Request
  • Add the PHP requirement in the composer.json, thx to stof,
    for more information see the Pull Request
  • Fix the detection of style tags, thx to stof,
    for more information see the Pull Request
  • Remove the useless Selector class, thx to stof,
    for more information see the Pull Request

2.1.0

05 Sep 07:12
Compare
Choose a tag to compare

Changelog since 2.0.0

  • Remove the charset in css-files before processing, thx to mdio
  • Several fixes related to UTF8-encoding, thx to techi602,
    josh18
  • php-syntax-hilighting in the examples, thx to Big-Shark