Skip to content

Latest commit

 

History

History
61 lines (36 loc) · 1.9 KB

CHANGELOG.md

File metadata and controls

61 lines (36 loc) · 1.9 KB

Changelog

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

Changed

  • The minimum required stylelint version has been increased to 16.10.0.
  • The minimum required node.js version has been increased to 20.12.0, except for version 21.

4.0.0 — 2024–08–14

Changed

  • The minimum required version of stylelint has been increased to 16.8.1.

Added

  • Restrictions on the maximum precision of numbers have been removed.

Fixed

  • False positives of declaration-property-value-no-unknown rule for oklch().

3.0.0 — 2024–06–07

Changed

  • 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

Changed

  • 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.

Fixed

  • Zero length value no longer requires no units in all cases.

1.0.0 — 2024–05–07

Added

  • Base config for stylelint.