Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.3 KB
|
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 | ## [3.0.0](https://github.com/postcss-modules-local-by-default/compare/v3.0.0-rc.3...v3.0.0) - 2020-10-13
|
---|
| 7 |
|
---|
| 8 | ### Fixes
|
---|
| 9 |
|
---|
| 10 | - compatibility with plugins other plugins
|
---|
| 11 |
|
---|
| 12 | ## [3.0.0-rc.3](https://github.com/postcss-modules-local-by-default/compare/v3.0.0-rc.2...v3.0.0-rc.3) - 2020-10-11
|
---|
| 13 |
|
---|
| 14 | ### Fixes
|
---|
| 15 |
|
---|
| 16 | - broken release
|
---|
| 17 |
|
---|
| 18 | ## [3.0.0-rc.2](https://github.com/postcss-modules-local-by-default/compare/v3.0.0-rc.1...v3.0.0-rc.2) - 2020-10-08
|
---|
| 19 |
|
---|
| 20 | ### BREAKING CHANGE
|
---|
| 21 |
|
---|
| 22 | - minimum supported `postcss` version is `^8.1.0`
|
---|
| 23 |
|
---|
| 24 | ### Fixes
|
---|
| 25 |
|
---|
| 26 | - minimum supported `Node.js` version is `^10 || ^12 || >= 14`
|
---|
| 27 | - compatibility with other plugins
|
---|
| 28 | - compatibility with PostCSS 8
|
---|
| 29 |
|
---|
| 30 | ## [3.0.0-rc.1](https://github.com/postcss-modules-local-by-default/compare/v3.0.0-rc.0...v3.0.0-rc.1) - 2020-09-18
|
---|
| 31 |
|
---|
| 32 | ### Fixes
|
---|
| 33 |
|
---|
| 34 | - avoid using `postcss` directly for new rules and decls
|
---|
| 35 |
|
---|
| 36 | ## [3.0.0-rc.0](https://github.com/postcss-modules-local-by-default/compare/2.0.0...v3.0.0-rc.0) - 2020-09-18
|
---|
| 37 |
|
---|
| 38 | ### BREAKING CHANGE
|
---|
| 39 |
|
---|
| 40 | - minimum supported `Node.js` version is `>= 10.13.0 || >= 12.13.0 || >= 14`
|
---|
| 41 | - minimum supported `postcss` version is `^8.0.3`
|
---|
| 42 | - `postcss` was moved to `peerDependencies`, you need to install `postcss` in your project before use the plugin
|
---|
Note:
See
TracBrowser
for help on using the repository browser.