Release Summary
This release introduces support for the latest CSS properties based on W3C and MDN standards, enhancing compatibility and accuracy in linting. Additionally, the tool now supports PHP 8.4, ensuring forward compatibility with the upcoming PHP version.
Breaking changes
- The linter now strictly aligns with CSS properties defined by W3C and MDN. This may result in previous custom or non-standard property usages being flagged as invalid. More details in #119
- The internal code has been refactored, it can result to breaking change for code extending this
CssLint
library
What's Changed
- feat!: supports CSS properties from W3C and MDN by @neilime in #119
- feat: add support for PHP 8.4 by @yt-topicus in #105
Full Changelog: v4.1.2...v5.0.0