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.
[4.4.0] - 2025-04-11
Section titled “[4.4.0] - 2025-04-11”- Turn off
@stylistic/declaration-colon-newline-afterin Svelte-files to avoid conflicts with prettier. - Add check if package has been migrated to the
@soleil-sescope in the setup script.
[4.3.0] - 2025-02-14
Section titled “[4.3.0] - 2025-02-14”- Update setup script.
[4.2.0] - 2024-08-21
Section titled “[4.2.0] - 2024-08-21”- Disable rule
scss/load-partial-extension.
[4.1.0] - 2024-06-03
Section titled “[4.1.0] - 2024-06-03”- New setup command for easier installation,
npx @soleil-se/stylelint-config --setup.
[4.0.0] - 2023-12-27
Section titled “[4.0.0] - 2023-12-27”- Update Stylelint peer dependency to version 16.
- Update plugins and configs to latest versions.
- Remove
stylelint-stylistic(Deprecated) and use@stylistic/stylelint-pluginfor removed stylistic rules. - Add settings to ignore if and else in Sass for
@stylistic/block-closing-brace-newline-after.
[3.1.1] - 2023-08-09
Section titled “[3.1.1] - 2023-08-09”- Fix rule name for
string-quotes.
[3.1.0] - 2023-08-09
Section titled “[3.1.0] - 2023-08-09”- Add
stylelint-stylisticplugin and extend config for deprecated stylistic rules.
[3.0.0] - 2023-05-26
Section titled “[3.0.0] - 2023-05-26”- Update stylelint peer dependency to version 15.
- Update plugins and configs to latest versions.
[2.3.0] - 2023-02-03
Section titled “[2.3.0] - 2023-02-03”- Update dependencies to latest versions.
- Lock dependencies.
[2.2.0] - 2022-04-13
Section titled “[2.2.0] - 2022-04-13”- Turn off
custom-property-patternsince we don’t have control over all custom properties (Envision).
[2.1.0] - 2022-01-13
Section titled “[2.1.0] - 2022-01-13”- Replaced
stylelint-config-rational-orderwithstylelint-config-recess-ordersince it seems to be abandoned and was causing errors with Stylelint 14. - Replaced
customSyntaxsettings withstylelint-config-html.
[2.0.3] - 2021-11-26
Section titled “[2.0.3] - 2021-11-26”- Added
postcssas dependency sice we’ll need this 99% of the time.
[2.0.2] - 2021-11-02
Section titled “[2.0.2] - 2021-11-02”- Set
scss/dollar-variable-colon-space-afterto'at-least-one-space'for the possibility to make more readable variable declarations when alot of variables are involved. - Turn off
scss/dollar-variable-empty-line-beforeto be able to group variables without comments.
[2.0.1] - 2021-10-28
Section titled “[2.0.1] - 2021-10-28”- Set
custom-property-empty-line-beforeto'never'for consistency with SCSS variables.
[2.0.0] - 2021-10-28
Section titled “[2.0.0] - 2021-10-28”- Updated for stylelint 14 major release.
- Now extending
stylelint-config-standard-scss.
[1.1.0] - 2020-09-08
Section titled “[1.1.0] - 2020-09-08”- Disallow
!importantwithin declarations.
[1.0.1] - 2020-09-08
Section titled “[1.0.1] - 2020-09-08”- Move exception for
v-deeppsuedo selector to correct rule.
[1.0.0] - 2020-08-27
Section titled “[1.0.0] - 2020-08-27”Inital release.