1
1
mirror of https://github.com/primer/css.git synced 2024-12-24 22:53:58 +03:00
css/CHANGELOG.md

34 lines
1.3 KiB
Markdown
Raw Normal View History

# HEAD
2017-07-15 01:46:50 +03:00
# 2.0.0
:boom: **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](https://github.com/ai/browserslist) spec to `package.json`
- Updated: using the [`no-unsupported-browser-features` plugin](https://github.com/ismay/stylelint-no-unsupported-browser-features) 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`
2017-01-03 19:33:56 +03:00
# 1.4.0
- Updated: Development dependencies are any version `*`
2017-01-01 18:42:58 +03:00
- Removed: `selector-class-pattern` from config. https://github.com/primer/stylelint-config-primer/pull/11
2016-10-11 03:41:57 +03:00
# 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`
2016-08-30 23:03:08 +03:00
- Added: Adding `selector-no-type` to the rules
2016-06-14 17:23:10 +03:00
# 1.0.0
- Creating a sharable config object