Skip to content

Latest commit

 

History

History
113 lines (68 loc) · 2.61 KB

CHANGELOG.md

File metadata and controls

113 lines (68 loc) · 2.61 KB

10.0.0 - 2024-02-06

  • Updated stylelint-config-suitcss to v21
  • Updated stylelint-config-standard-scss to v13
  • Updated stylelint peer dependency to v16
  • Disabled declaration-block-no-redundant-longhand-properties (#407)
  • Disabled suitcss/custom-property-no-outside-root (#318)

9.0.0 - 2023-09-19

  • Updated stylelint-config-standard-scss to v11
  • Updated stylelint-config-suitcss to v20
    • This doesn't require a version change on our part, they're just fixing their stylelint peer dependency to v15, but we already had that.

8.0.0 - 2023-07-24

  • Updated stylelint peer dependency to v15
  • Updated stylelint-config-standard-scss to v10
  • Updated stylelint-config-suitcss to v19

7.0.0 - 2022-12-13

  • Major version bump due to dependencies
  • Updated stylelint-config-standard-scss to v6

6.1.0 - 2022-08-22

  • Change selector-not-notation to "simple".

6.0.0 - 2022-07-25

  • Updated stylelint-config-standard-scss to v5
  • Removed: stylelint less than 14.9.0 from peer dependencies.

5.1.0 - 2022-02-16

  • Added camelCaseSvgKeywords rule to value-case-keyword, to allow continued use of currentColor.

5.0.2 - 2021-11-18

  • Removed: no-descending-specificity rule, due to false positives (#216)

5.0.1 - 2021-11-17

  • Unset all pattern rules that stylelint-standard set to kebab. This conflicts with SUIT naming rules.

5.0.0 - 2021-11-17

  • Major version bump due to dependencies
  • Updated stylelint to v14.0.0
  • Add stylelint-config-standard-scss
  • Disallow usage of @extend and @import statements
  • Ensure variables and @include statements are declared at the top of declaration blocks.
  • Added stylelint-high-performance-animation

4.0.0 - 2021-02-22

  • Updated to v15 of stylelint-config-suitcss, which updates its peer dependency for stylelint to v13.

3.1.2 - 2020-03-06

  • Fix another typo in README. (version bump to deploy to NPM)

3.1.1 - 2020-03-06

  • Fix typo in README. (version bump to deploy to NPM)

3.1.0 - 2020-03-06

  • We no longer enforce blank lines before rules after comments.
  • We no longer enforce empty lines before at-rules.

3.0.0 - 2020-02-07

  • Major version bump due dependencies
  • Updated stylelint to v13
  • Updated jest to v25
  • Updated eslint to v6.8.0

2.0.0 - 2019-11-19

  • Major version bump due to Stylelint v12

1.0.6 - 2019-02-15

  • Updated readme and fixed typo in .travis.yml

1.0.5 - 2019-02-14

  • Pin Dependencies

1.0.4 - 2019-02-14

  • Add Renovate

1.0.3 - 2019-02-14

  • Updated readme

1.0.2 - 2019-02-14

  • Add TravisCI

1.0.1 - 2019-02-14

  • Updated readme

1.0.0 - 2019-02-12

  • Initial release