Hoppa till innehåll

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.

  • Turn off @stylistic/declaration-colon-newline-after in Svelte-files to avoid conflicts with prettier.
  • Add check if package has been migrated to the @soleil-se scope in the setup script.
  • Update setup script.
  • Disable rule scss/load-partial-extension.
  • New setup command for easier installation, npx @soleil-se/stylelint-config --setup.
  • Update Stylelint peer dependency to version 16.
  • Update plugins and configs to latest versions.
  • Remove stylelint-stylistic (Deprecated) and use @stylistic/stylelint-plugin for removed stylistic rules.
  • Add settings to ignore if and else in Sass for @stylistic/block-closing-brace-newline-after.
  • Fix rule name for string-quotes.
  • Add stylelint-stylistic plugin and extend config for deprecated stylistic rules.
  • Update stylelint peer dependency to version 15.
  • Update plugins and configs to latest versions.
  • Update dependencies to latest versions.
  • Lock dependencies.
  • Turn off custom-property-pattern since we don’t have control over all custom properties (Envision).
  • Replaced stylelint-config-rational-order with stylelint-config-recess-order since it seems to be abandoned and was causing errors with Stylelint 14.
  • Replaced customSyntax settings with stylelint-config-html.
  • Added postcss as dependency sice we’ll need this 99% of the time.
  • Set scss/dollar-variable-colon-space-after to '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-before to be able to group variables without comments.
  • Set custom-property-empty-line-before to 'never' for consistency with SCSS variables.
  • Updated for stylelint 14 major release.
  • Now extending stylelint-config-standard-scss.
  • Disallow !important within declarations.
  • Move exception for v-deep psuedo selector to correct rule.

Inital release.