Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Latest commit

 

History

History
315 lines (156 loc) · 13.8 KB

CHANGELOG.md

File metadata and controls

315 lines (156 loc) · 13.8 KB

10.0.1 (2021-12-02)

Bug Fixes

  • turn off selector-max-universal rule (810b95a)

10.0.0 (2021-12-02)

⚠ BREAKING CHANGES

  • The configs css and scss are now combined into a single config.

Features

  • combine css and scss configs (354ffa2)

9.0.3 (2021-12-02)

Bug Fixes

  • add missing package.json#main field (e22c176)

9.0.2 (2021-12-01)

Bug Fixes

  • change option for scss/no-duplicate-dollar-variables rule (058b9f2)

9.0.1 (2021-12-01)

Bug Fixes

  • change option for at-rule-empty-line-before rule (c2dc32f)

9.0.0 (2021-12-01)

⚠ BREAKING CHANGES

  • The prettier sharable config, which was removed in v6.0.0, has been readded because the at-rule-empty-line-before rule actually has a different format from Prettier.

Bug Fixes

  • add prettier shareable config and extend it (4c49357)

8.1.6 (2021-11-28)

Bug Fixes

  • disable scss/comment-no-empty rule (again) (fc0dded)

8.1.5 (2021-11-28)

Bug Fixes

  • change option for at-mixin-argumentless-call-parentheses rule (74541d7)
  • disable scss/comment-no-empty rule (370fbc2)

8.1.4 (2021-11-28)

Bug Fixes

  • deps: add missing dependency stylelint-config-standard-scss (2886fa6)

8.1.3 (2021-11-25)

Bug Fixes

  • add missing entry 'base/index.js' to package.json#files field (b97ab34)

8.1.2 (2021-11-21)

Bug Fixes

  • scss: change option for scss/no-duplicate-dollar-variables rule (141f20c)

8.1.1 (2021-11-21)

⚠ This release has been unpublished due to an accident during the release process. Therefore, the installation will fail with an ETARGET error.

Bug Fixes

  • scss: change option for scss/dollar-variable-empty-line-before rule (b5a6812)

8.1.0 (2021-11-21)

Features

  • scss: change option for scss/dollar-variable-colon-space-after rule (3154663)

8.0.0 (2021-11-21)

⚠ BREAKING CHANGES

  • scss: The stylelint-config-standard-scss shareable configs has been added.

The dependencies postcss-scss and stylelint-scss has been removed accordingly.

Added rules:

  • scss/at-else-closing-brace-newline-after (from stylelint-config-standard-scss)
  • scss/at-else-closing-brace-space-after (from stylelint-config-standard-scss)
  • scss/at-else-empty-line-before (from stylelint-config-standard-scss)
  • scss/at-else-if-parentheses-space-before (from stylelint-config-standard-scss)
  • scss/at-extend-no-missing-placeholder (from stylelint-config-recommended-scss)
  • scss/at-function-pattern (from stylelint-config-standard-scss)
  • scss/at-if-closing-brace-newline-after (from stylelint-config-standard-scss)
  • scss/at-if-closing-brace-space-after (from stylelint-config-standard-scss)
  • scss/at-mixin-pattern (from stylelint-config-standard-scss)
  • scss/comment-no-empty (from stylelint-config-recommended-scss)
  • scss/declaration-nested-properties-no-divided-groups (from stylelint-config-recommended-scss)
  • scss/dollar-variable-pattern (from stylelint-config-standard-scss)
  • scss/double-slash-comment-empty-line-before (from stylelint-config-standard-scss)
  • scss/percent-placeholder-pattern (from stylelint-config-standard-scss)

Features

  • scss: add stylelint-config-standard-scss shareable config (6b76658)

7.0.1 (2021-11-21)

Bug Fixes

  • scss: add customSyntax option for SCSS config (e95d3e8)

7.0.0 (2021-11-21)

⚠ BREAKING CHANGES

  • deps: All major production dependencies have been updated.

Updated dependencies:

  • stylelint-config-recess-order to v3
  • stylelint-config-standard to v24
  • stylelint-scss to v4

The peer dependency stylelint has also been updated to >=14.0.0 accordingly.

Added rules:

  • color-function-notation (from stylelint-config-standard)
  • custom-media-pattern (from stylelint-config-standard)
  • custom-property-no-missing-var-function (from stylelint-config-recommended)
  • custom-property-pattern (from stylelint-config-standard)
  • keyframes-name-pattern (from stylelint-config-standard)
  • no-irregular-whitespace (from stylelint-config-standard)
  • selector-attribute-quotes (from stylelint-config-standard)
  • selector-id-pattern (from stylelint-config-standard)

Bug Fixes

  • deps: update all major dependencies (4d5727f)

6.0.1 (2021-11-21)

Bug Fixes

  • stop extending @chalkygames123/stylelint-config/prettier (5d2febb)

6.0.0 (2021-11-21)

⚠ BREAKING CHANGES

  • The @chalkygames123/stylelint-config/prettier shared config has been removed. It was intended to include only rules that are disabled by stylelint-config-prettier and have a different format from Prettier. However, since the at-rule-empty-line-before rule has the same format as Prettier, and the rule-empty-line-before rule is not disabled as of stylelint-config-prettier v9.0.0, the config is no longer required.

Bug Fixes

  • remove @chalkygames123/stylelint-config/prettier shareable config (43e2038)

5.0.1 (2021-10-12)

Bug Fixes

5.0.0 (2021-07-11)

⚠ BREAKING CHANGES

  • Properties for which the order is unspecified are now expected to be after any other properties in alphabetical order.

Features

  • change unspecified option of order/properties-order rule to bottomAlphabetical (b9a27ab)

4.0.1 (2021-05-31)

Bug Fixes

  • scss: disable no-descending-specificity rule that was unintentionally enabled (b16df36)

4.0.0 (2021-04-26)

⚠ BREAKING CHANGES

  • deps: update peer dependency stylelint to >=13.13.0

Bug Fixes

  • deps: update dependency stylelint-config-standard to v22 (104ab0f)
  • deps: update peer dependency stylelint to >=13.13.0 (8042eed)

3.0.2 (2021-04-06)

Bug Fixes

  • disable no-descending-specificity rule due to its limitation (01dd69f)

3.0.1 (2021-03-26)

Reverts

  • chore: tweak .husky/.gitignore (06c6a22)

3.0.0 (2021-03-20)

⚠ BREAKING CHANGES

  • deps: update peer dependency stylelint to >=13.12.0

Bug Fixes

  • deps: update peer dependency stylelint to >=13.12.0 (bf2b2cd)
  • remove declaration-block-no-duplicate-custom-properties rule (0ffe455)
  • deps: update dependency stylelint-config-standard to v21 (89f4a29)

2.2.0 (2021-02-14)

Features

  • enable declaration-block-no-duplicate-custom-properties rule (e1c4a40)
  • enable reportInvalidScopeDisables and reportNeedlessDisables options (da250ff)

Bug Fixes

  • remove unnecessary dependency stylelint-order (9219012)

2.1.1 (2020-11-26)

Bug Fixes

  • scss: disable the no-empty-source rule that was unintentionally enabled (d3c7559)

2.1.0 (2020-11-26)

Features

  • move the rules that are conflict with Prettier into a separate config (ff7f1b1)

Bug Fixes

  • disable the no-empty-source rule that was unintentionally enabled (dfa337a)
  • remove the declaration-empty-line-before rule (cf8464e)

2.0.1 (2020-11-26)

Bug Fixes

  • scss: disable the at-rule-no-unknown rule that was unintentionally enabled (5223898)

2.0.0 (2020-11-26)

⚠ BREAKING CHANGES

  • The stylelint-config-prettier is no longer extended to make it optional and allow users to extend additional configs.

Bug Fixes

  • stop extending the stylelint-config-prettier (395fb05)

1.0.1 (2020-11-24)

Bug Fixes

  • remove unnecessary package.json#engines field (128b747)

1.0.0 (2020-11-24)

Features