Skip to content

Releases: firefoxic/stylelint-config

Release v5.0.0

30 Oct 03:25
Compare
Choose a tag to compare

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.

Release v4.0.0

14 Aug 07:30
Compare
Choose a tag to compare

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().

Release v3.0.0

07 Jun 14:05
Compare
Choose a tag to compare

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.

Release v2.0.0

17 May 20:19
Compare
Choose a tag to compare

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.

Release v1.0.0

07 May 15:26
Compare
Choose a tag to compare

Added

  • Base config for stylelint.