Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Update changelog in preparation for v5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
castdin committed Jul 10, 2018
1 parent 88e50fc commit 6dc8c7a
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@

<!-- ## [Unreleased] -->

## [5.1.1] - 2018-07-09
- Rename `plugin/content-no-strings` rule to `shopify/content-no-strings`.
- Disable `shopify/content-no-strings` by default.
## [5.1.1] - 2018-07-10

## [5.1.0] - 2018-07-05

- Added a new custom rule `plugin/content-no-strings` that disallows hard-coded strings as values for the `content` property. This prevents internationalization issues. Keywords are still allowed.
- Added a new custom rule `shopify/content-no-strings` that disallows hard-coded strings as values for the `content` property. This prevents internationalization issues. Keywords are still allowed. The rule is not enabled by default.

The following patterns are considered violations:

Expand All @@ -30,6 +26,10 @@ The following patterns are _not_ considered violations:
.foo::before { content: open-quote counter(section_counter) close-quote; }
```

## [5.1.0] - 2018-07-05 [YANKED]

- Use 5.1.1 instead.

## [5.0.1] - 2018-04-06

- Updated dependency: stylelint-css (no breaking changes, only fixes)
Expand Down Expand Up @@ -172,7 +172,8 @@ property: <top> <right> <bottom> <left>
* Initial release


[Unreleased]: https://github.com/Shopify/stylelint-config-shopify/compare/v5.1.0...HEAD
[Unreleased]: https://github.com/Shopify/stylelint-config-shopify/compare/v5.1.1...HEAD
[5.1.1]: https://github.com/Shopify/stylelint-config-shopify/compare/v5.1.0...v5.1.1
[5.1.0]: https://github.com/Shopify/stylelint-config-shopify/compare/v5.0.1...v5.1.0
[5.0.1]: https://github.com/Shopify/stylelint-config-shopify/compare/v5.0.0...v5.0.1
[5.0.0]: https://github.com/Shopify/stylelint-config-shopify/compare/v4.0.0...v5.0.0
Expand Down

0 comments on commit 6dc8c7a

Please sign in to comment.