Releases: mooore-digital/stylelint-config
Releases · mooore-digital/stylelint-config
v2.2.0
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
- SCSS
Full Changelog: 2.1.0...2.2.0
v2.1.0
Added
- Lint Order support to the CSS and SCSS rules, not the M2 related rules
New Contributors
- @kriskuiper made their first contribution in #22
Full Changelog: 2.0.1...2.1.0
v2.0.1
v2.0.0
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
Added
- tests
Fixed
function-calc-no-invalid
rule by removing it- Missing dependencies
Full Changelog: 1.7.0...1.7.1
v1.7.0
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