Skip to content

Releases: mooore-digital/stylelint-config

v2.2.0

18 Aug 10:03
677113b
Compare
Choose a tag to compare

Added

  • Support for Astro and Svelte

Changed

  • Updated to stylelint v15 and Fylgja Stylelint Config v6
    • This update droppes stylistic rules that are deprecated by stylelint
    • This considered a none breaking change, since we used to only check these rules with the status warning
  • Tests to meet new standard for stylelint v15
  • Dropped node 14 support, node 16 or higher is now required

Fixed

  • Missing extends for Order lint rules

Removed

  • The import options for
    • SCSS @mooore/stylelint-config/scss
    • Magento LESS @mooore/stylelint-config/luma
    • Magento Hyva @mooore/stylelint-config/hyva
    • You can still use the import options as fallback but are now not required

Full Changelog: 2.1.0...2.2.0

v2.1.0

18 Jan 15:25
Compare
Choose a tag to compare

Added

  • Lint Order support to the CSS and SCSS rules, not the M2 related rules

New Contributors

Full Changelog: 2.0.1...2.1.0

v2.0.1

28 Nov 13:27
Compare
Choose a tag to compare

Fixed

  • Line length rule on Tailwind by unsetting it

Full Changelog: 2.0.0...2.0.1

v2.0.0

28 Nov 11:23
7233bda
Compare
Choose a tag to compare

Added

  • Add specific syntax support for Luma
  • Add specific syntax support for Hyva
  • Add specific syntax support for SCSS (without Magento)

Changed

  • Renamed scss to snowdog for snowdog specific syntax
  • Updated Fylgja stylelint to v5.0,
    this adds support for parsing inline styles

Removed

  • Any Magento rules from index,
    Use the new specific syntax instead

Full Changelog: 1.7.1...2.0.0

v1.7.1

01 Jun 08:03
Compare
Choose a tag to compare

Added

  • tests

Fixed

  • function-calc-no-invalid rule by removing it
  • Missing dependencies

Full Changelog: 1.7.0...1.7.1

v1.7.0

01 Jun 07:06
Compare
Choose a tag to compare

Added

  • @when support in multi line rules

Changed

  • Updated Dependencies
  • Breaking Change! renamed config for magento to luma,
    to make it clear that this is for the LESS syntax
  • Cleanup SCSS syntax with new version
  • Hex values will now trow an error if the not lowercase
  • Hex values will now trow an error if used in long syntax
  • Make more rules spit warning instead of using null

Full Changelog: 1.6.1...1.7.0

v1.6.1

23 Aug 10:05
Compare
Choose a tag to compare

Changed

  • Update dependencies
  • Changelog is now using the keepachangelog syntax

v1.6.0

09 Mar 09:14
Compare
Choose a tag to compare
  • Merge branch 'main' of github.com:mooore-digital/stylelint-config into main 7b80adf
  • IMP: update dependacies 9f6ee28
  • IMP: update dependacies 5340959
  • IMP: block-closing-brace-space-before rule 2086a41
  • IMP: license dafb2bd

v1.5.0...v1.6.0

v1.5.0

02 Jan 19:05
Compare
Choose a tag to compare

v1.4.2...v1.5.0

v1.4.2

30 Oct 13:07
Compare
Choose a tag to compare
  • IMP: Formating 9e2220d
  • DEL: rule scss/media-feature-value-dollar-variable 48f08fc

v1.4.1...v1.4.2