Skip to content

Latest commit

 

History

History
118 lines (75 loc) · 4.03 KB

CHANGELOG.md

File metadata and controls

118 lines (75 loc) · 4.03 KB

15.0.0 - 2024-01-04

  • Removed stylelint-a11y This plugin is no longer maintained, and I found I was disabling one of the three rules it added most of the time. @see YozhikM/stylelint-a11y#65
  • Updated stylelint-config-standard-scss to v13
  • Updated stylelint peer dependency to v16

14.0.0 - 2023-09-19

  • Updated stylelint-config-standard-scss to v11

13.0.1 - 2023-07-24

  • Updated stylelint peer dependency to ^15.5.0

13.0.0 - 2023-07-24

  • Updated stylelint peer dependency to v15
  • Updated stylelint-config-standard-scss to v10
  • Updated stylelint-order to v6

12.0.0 - 2022-12-13

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

11.0.0. - 2022-07-25

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

10.0.0 - 2022-02-28

  • Updated stylelint-config-standard-scss to v3

9.0.1 - 2021-10-26

  • Unintentionally listed some dependencies as devdependencies

9.0.0 - 2021-10-26

  • Major version bump due to new rules
  • Removed many rules already declared in shared configs
  • Added stylelint-a11y
  • Added stylelint-high-performance-animation

8.0.0 - 2021-10-22

  • Major version bump due to dependencies
  • Updated stylelint to v14.0.0
  • Replace stylelint-config-standard and stylelint-scss with stylelint-config-standard-scss
  • Updated stylelint-order to v5.0.0
  • Updated stylelint-declaration-block-no-ignored-properties to v2.4.0

7.0.0 - 2020-02-11

  • Major version bump due to dependencies
  • Updated stylelint-config-standard to v20
  • Updated stylelint to v13.1.0

6.0.0 - 2020-02-07

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

5.0.0 - 2019-11-19

  • Major version bump due to Stylelint v12

4.0.0 - 2018-11-07

  • Removed indentation in favor of stylelint-config-standard's setting

3.0.0 - 2018-10-18

2.4.0 - 2018-04-25

2.3.0 - 2018-02-23

2.2.0 - 2017-11-29

  • Removed: except: ["first-nested"] option from scss/double-slash-comment-empty-line-before rule, because it's not what we actually wanted.

2.1.0 - 2017-11-28

  • Removed: no-descending-specificity rule, due to false positives, pending #2489

2.0.0 - 2017-11-28

1.1.0 - 2017-11-17

  • Changed at-mixin-argumentless-call-parentheses to "always"

1.0.0 - 2017-10-20

  • Initial release