-
Notifications
You must be signed in to change notification settings - Fork 15
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
73000e3
commit b39a596
Showing
2 changed files
with
14 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## [5.0.0-rc.0] - 2020-09-21 | ||
|
||
### BREAKING CHANGE | ||
|
||
- minimum supported `Node.js` version is `>= 10.13.0 || >= 12.13.0 || >= 14` | ||
- minimum supported `postcss` version is `^8.0.0` | ||
- `postcss` was moved to `peerDependencies`, you need to install `postcss` in your project before use the plugin | ||
- you need to pass `postcss` API to using `createICSSRules` (third argument) |
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