Skip to content

Releases: atolye15/stylelint-config

v3.0.1

10 Feb 12:37
8e1c446

Choose a tag to compare

3.0.1 (2023-02-10)

Refactors

  • removed the rule function-no-unknown because it causes many problems in scss (71b7829)
  • removed the rule scss/comment-no-empty because it does not work as expected (e89a3e3)

v3.0.0

09 Feb 13:05
1c80d68

Choose a tag to compare

3.0.0 (2023-02-09)

⚠ BREAKING CHANGES

  • remove the rule stylelint-declaration-block-no-ignored-properties if you are using it
  • remove the rule meowtec/no-px if you are using it
  • remove the rule scale-unlimited/declaration-strict-value if you are using it

Features

  • add new up-to-date rules (479271b)
  • add/update some of the rules (f1131a8)

Refactors

  • allow defining private variable, mixin, function and placeholder (afd3687)
  • remove stylelint-declaration-strict-value (3a38eab)
  • remove stylelint-no-px (ddecf36)
  • stylelint-declaration-block-no-ignored-properties removed because it is not very much needed (92b0c2f)
  • update gitignore to ignore some files (210d866)

v2.0.2

07 Jun 12:56

Choose a tag to compare

What's Changed

  • Upgrade npm packages

v2.0.1

01 Nov 12:27
2a9a033

Choose a tag to compare

What's Changed

  • Upgrade npm packages
  • Support only stylelint@14 drop oldest versions
  • Remove the rules which removed from stylelint

Migrating to v2.0.1

  • Visit here for more info

Full Changelog: v1.4.0...v2.0.1

v1.4.0

10 Feb 10:43
3ece0a4

Choose a tag to compare

  • Upgrade npm packages
  • Update deprecated rules with the new ones

v1.3.1

17 Aug 08:39
f443a2d

Choose a tag to compare

  • Upgrade Packages
  • Update stylelint peerDependencies version

v1.3.0

14 Oct 13:10
ca67773

Choose a tag to compare

  • Remove stylelint-high-performance-animation plugin
  • Allow z-index: 0
  • Upgrade packages
  • Update stylelint peer dependency requirement

v1.2.0...v1.3.0

v1.2.0

19 Jul 12:42

Choose a tag to compare

  • Ignore color and background-color properties for "plugin/no-low-performance-animation-properties"
  • Upgrade packages

v1.1.0...v1.2.0

v1.1.0

27 Jun 11:49

Choose a tag to compare

  • Added new rules inspired by suitcss [91225c9]

v1.0.0

26 Jun 10:40

Choose a tag to compare

Initial Release