All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
5.0.0 — 2024–10–30
- The minimum required
stylelint
version has been increased to16.10.0
. - The minimum required
node.js
version has been increased to20.12.0
, except for version21
.
4.0.0 — 2024–08–14
- The minimum required version of
stylelint
has been increased to16.8.1
.
- Restrictions on the maximum precision of numbers have been removed.
- False positives of
declaration-property-value-no-unknown
rule foroklch()
.
3.0.0 — 2024–06–07
- The legacy single-value syntax for the
display
property is now disallowed. - Physical properties, values and units are now disallowed. Use logical ones instead.
- Out of gamut colors should now be wrapped in the proper media query.
2.0.0 — 2024–05–17
- The custom media queries should now be defined within the same source.
- The grid area names in the
grid-template-areas
property values should now be aligned.
- Zero length value no longer requires no units in all cases.
1.0.0 — 2024–05–07
- Base config for
stylelint
.