-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ddd828e
commit 4be7f5d
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,13 @@ | |
All notable changes to this project will be documented in this file. | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## 0.7.0 | ||
|
||
* Specified `stylelint` in `peerDependencies` rather in `dependencies`. Following [stylelint's plugin guide](https://github.com/stylelint/stylelint/blob/master/docs/developer-guide/plugins.md#peer-dependencies). | ||
|
||
## 0.6.0 | ||
|
||
* Migrate to `[email protected]`. | ||
* Migrated to `[email protected]`. | ||
|
||
## 0.5.0 | ||
* Added autofixing for every rule! Please read docs before using this feature, because each rule has some caveats. stylelint 7.11+ is required for this feature. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4be7f5d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this seems to break with stylelint 8.2.0, got the message
npm WARN [email protected] requires a peer of stylelint@^8.0.0 but none was installed
while stylelint-order 0.6.0 works fine. Do you know about it?
4be7f5d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@toh82 can't reproduce it. Looks like there no [email protected] at the same place where stylelint-order installed. Create separate issue, please, if you didn't find a problem.
4be7f5d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have the [email protected] installed with -g same as stylelint-order and also tried it without -g both but the issue stays. If you can't reproduce it, it might be something local which I currently cannot think of