Skip to content

V7.3.0: Add support for PHP 8.4 and CSS custom properties

Latest
Compare
Choose a tag to compare
@oliverklee oliverklee released this 28 Oct 18:13
· 3 commits to main since this release
v7.3.0
6e00d9d

Added

  • Add support for PHP 8.4 (#1278)
  • Support CSS custom properties (variables) (#1336)
  • Support :root pseudo-class (#1306)
  • Add CSS selectors exclusion feature (#1236)

Changed

  • Require sabberworm/php-css-parser:^8.7.0 (#1355)

Fixed

  • Preserve case of CSS custom property (variable) names (#1332)

Documentation

  • Add an API and deprecation policy (#1323)