Last change
on this file since 571e0df was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
816 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | # Change Log
|
---|
| 2 |
|
---|
| 3 | All notable changes to this project will be documented in this file.
|
---|
| 4 | This project adheres to [Semantic Versioning](http://semver.org/).
|
---|
| 5 |
|
---|
| 6 | ## [5.1.0] - 2020-11-19
|
---|
| 7 |
|
---|
| 8 | ### Features
|
---|
| 9 |
|
---|
| 10 | - feat: support at-rule versions of `import`/`export`
|
---|
| 11 |
|
---|
| 12 | ## [5.0.0] - 2020-10-12
|
---|
| 13 |
|
---|
| 14 | ### BREAKING CHANGE
|
---|
| 15 |
|
---|
| 16 | - minimum supported `postcss` version is `^8.1.0`
|
---|
| 17 |
|
---|
| 18 | ### Fixes
|
---|
| 19 |
|
---|
| 20 | - minimum supported `Node.js` version is `^10 || ^12 || >= 14`
|
---|
| 21 | - compatibility with PostCSS 8
|
---|
| 22 |
|
---|
| 23 | ## [5.0.0-rc.0] - 2020-09-21
|
---|
| 24 |
|
---|
| 25 | ### BREAKING CHANGE
|
---|
| 26 |
|
---|
| 27 | - minimum supported `Node.js` version is `>= 10.13.0 || >= 12.13.0 || >= 14`
|
---|
| 28 | - minimum supported `postcss` version is `^8.0.0`
|
---|
| 29 | - `postcss` was moved to `peerDependencies`, you need to install `postcss` in your project before use the plugin
|
---|
| 30 | - you need to pass `postcss` API to using `createICSSRules` (third argument)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.