Skip to content

Releases: visionappscz/stylelint-config

v4.0.0

22 Aug 10:15
Compare
Choose a tag to compare

⚠️ Breaking Changes

  • Require Node 18 or later by @adamkudrna in #54
  • Upgrade to Stylelint v16, stylelint-config-standard v36, and stylelint-config-standard-scss v13 by @adamkudrna in #57
  • Specify the order of content within declaration blocks by @adamkudrna in #60, #64
  • Add more properties to check their order by @adamkudrna in #61

🔧 Maintenance

  • Drop the scss/dollar-variable-colon-space-after rule already present in stylelint-config-standard-scss by @adamkudrna in #59
  • Update development dependencies except Stylelint and ESlint by @adamkudrna in #56
  • Use the latest available versions of GitHub actions by @adamkudrna in #55
  • Replace the unmaintaned auto-assign GitHub action by @adamkudrna in #58

Full Changelog: v3.0.0...v4.0.0

v4.0.0-beta1

29 Jul 10:46
Compare
Choose a tag to compare
v4.0.0-beta1 Pre-release
Pre-release

⚠️ Breaking Changes

  • Require Node 18 or later by @adamkudrna in #54
  • Upgrade to Stylelint v16, stylelint-config-standard v36, and stylelint-config-standard-scss v13 by @adamkudrna in #57
  • Specify the order of content within declaration blocks by @adamkudrna in #60
  • Add more properties to check their order by @adamkudrna in #61

🔧 Maintenance

  • Drop the scss/dollar-variable-colon-space-after rule already present in stylelint-config-standard-scss by @adamkudrna in #59
  • Update development dependencies except Stylelint and ESlint by @adamkudrna in #56
  • Use the latest available versions of GitHub actions by @adamkudrna in #55
  • Replace the unmaintaned auto-assign GitHub action by @adamkudrna in #58

Full Changelog: v3.0.0...v4.0.0-beta1

v3.0.0

02 Feb 10:35
Compare
Choose a tag to compare

⚠️ Breaking Changes

  • Rename package to @visionappscz/stylelint-config (PR #48)
  • Upgrade to Stylelint 14 and stylelint-config-standard 24 (PR #45)
  • Remove duplicate and conflicting rules: function-url-quotes, selector-nested-pattern, string-quotes (PR #45)
  • Allow border[[-*]-style]: none since border: 0 (originally required) should be handled by a minifying plugin instead (PR #43)

🌟 Features

  • Import stylelint-order config from @visionappscz/stylelint-config-visionapps-order (PR #46)
  • Add config for SCSS syntax that extends stylelint-config-standard-scss (PR #46)
  • Add config for CSS Modules (PR #46)

📖 Documentation

  • Improve README (PR #46)

🔧 Maintenance

  • Update dependencies (PR #45, #46, #52)
  • Automatically add labels and assignee to pull requests (PR #47)

v3.0.0-rc1

22 Dec 22:52
Compare
Choose a tag to compare
v3.0.0-rc1 Pre-release
Pre-release

⚠️ Breaking Changes

  • Rename package to @visionappscz/stylelint-config (PR #48)
  • Upgrade to Stylelint 14 and stylelint-config-standard 24 (PR #45)
  • Remove duplicate and conflicting rules: function-url-quotes, selector-nested-pattern, string-quotes (PR #45)
  • Allow border[[-*]-style]: none since border: 0 (originally required) should be handled by a minifying plugin instead (PR #43)

🌟 Features

  • Import stylelint-order config from @visionappscz/stylelint-config-visionapps-order (PR #46)
  • Add config for SCSS syntax that extends stylelint-config-standard-scss (PR #46)
  • Add config for CSS Modules (PR #46)

📖 Documentation

  • Improve README (PR #46)

🔧 Maintenance

  • Update dependencies (PR #45, #46)
  • Automatically add labels and assignee to pull requests (PR #47)

v2.0.1

16 Jun 19:08
Compare
Choose a tag to compare
  • Change deprecated rule to its newer equivalent
  • Fix badges in README

v2.0.0

16 Jun 14:17
Compare
Choose a tag to compare
  • Upgrade stylelint-config-standard and other npm dependencies
  • Migrate from Travis to GitHub Actions
  • Improve README

v1.1.0

14 Sep 09:29
4cbe693
Compare
Choose a tag to compare

What changes:

  • Update all dependencies

v1.0.0

31 Jan 13:05
Compare
Choose a tag to compare

Rules are stable and we like them.

v0.5.0

13 Apr 11:05
Compare
Choose a tag to compare

Update dependencies

v0.4.0

22 Oct 20:30
Compare
Choose a tag to compare

Update dependencies