Releases: tijsverkoyen/CssToInlineStyles
Releases · tijsverkoyen/CssToInlineStyles
2.2.7
What's Changed
- Ensure file name matches class name by @DavidPrevot in #242
- Allow Symfony 7 by @nicolas-grekas in #243
- Add a CI job on PHP 8.3 by @stof in #245
New Contributors
- @DavidPrevot made their first contribution in #242
Full Changelog: 2.2.6...v2.2.7
2.2.6
2.2.5
2.2.4
2.2.3: Merge pull request #197 from driesvints/patch-1
- Added support for PHP 8
- Typo's fixed
Thx to @driesvints
2.2.2
2.2.1
- Ignored styles that are inside html comments
- Added support for Symfony 4
2.2.0
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