1
1
mirror of https://github.com/primer/css.git synced 2024-12-24 06:32:00 +03:00
css/CHANGELOG.md
2017-07-14 15:46:50 -07:00

1.3 KiB

HEAD

2.0.0

💥 The following updates are breaking changes, since code that disables the deprecated rule will now produce linting errors. Please update your stylelint-disable statements accordingly.

  • Replaced selector-no-id: true with selector-max-id: 0
  • Replaced selector-no-type: true with selector-max-type: 0

The rest of the changes should not introduce new linting errors:

  • Updated: moved browserslist spec to package.json
  • Updated: using the no-unsupported-browser-features plugin instead of the deprecated no-unsupported-browser-features rule
  • Removed: media-feature-no-missing-punctuation
  • Updated: replaced rule-nested-empty-line-before and rule-non-nested-empty-line-before with rule-empty-line-before

1.4.0

1.3.0

  • Added: length-zero-no-unit to disallow zero values with units eg 0px

1.2.0

  • Removed: We don't need scss/at-extend-no-missing-placeholder anymore taken care of by at-rule-blacklist
  • Added: Adding selector-no-type to the rules

1.0.0

  • Creating a sharable config object