|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
1.7 KB
|
| Line | |
|---|
| 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 | ## [4.0.0](https://github.com/postcss-modules-local-by-default/compare/v4.0.0-rc.5...v4.0.0) - 2020-13-08
|
|---|
| 7 |
|
|---|
| 8 | ### Fixes
|
|---|
| 9 |
|
|---|
| 10 | - compatibility with other plugins
|
|---|
| 11 |
|
|---|
| 12 | ## [4.0.0-rc.5](https://github.com/postcss-modules-local-by-default/compare/v4.0.0-rc.4...v4.0.0-rc.5) - 2020-11-08
|
|---|
| 13 |
|
|---|
| 14 | ### Fixes
|
|---|
| 15 |
|
|---|
| 16 | - compatibility with other plugins
|
|---|
| 17 |
|
|---|
| 18 | ## [4.0.0-rc.4](https://github.com/postcss-modules-local-by-default/compare/v4.0.0-rc.3...v4.0.0-rc.4) - 2020-10-08
|
|---|
| 19 |
|
|---|
| 20 | ### Fixes
|
|---|
| 21 |
|
|---|
| 22 | - perf
|
|---|
| 23 | - compatibility with empty custom properties
|
|---|
| 24 | - works with `options.createImportedName`
|
|---|
| 25 |
|
|---|
| 26 | ## [4.0.0-rc.3](https://github.com/postcss-modules-local-by-default/compare/v4.0.0-rc.2...v4.0.0-rc.3) - 2020-10-08
|
|---|
| 27 |
|
|---|
| 28 | ### BREAKING CHANGE
|
|---|
| 29 |
|
|---|
| 30 | - minimum supported `postcss` version is `^8.1.0`
|
|---|
| 31 |
|
|---|
| 32 | ### Fixes
|
|---|
| 33 |
|
|---|
| 34 | - minimum supported `Node.js` version is `^10 || ^12 || >= 14`
|
|---|
| 35 | - compatibility with PostCSS 8
|
|---|
| 36 |
|
|---|
| 37 | ## [4.0.0-rc.2](https://github.com/postcss-modules-local-by-default/compare/v4.0.0-rc.1...v4.0.0-rc.2) - 2020-09-22
|
|---|
| 38 |
|
|---|
| 39 | ### Fixes
|
|---|
| 40 |
|
|---|
| 41 | - avoid using `postcss` directly to create decls and rules
|
|---|
| 42 |
|
|---|
| 43 | ## [4.0.0-rc.1](https://github.com/postcss-modules-local-by-default/compare/v4.0.0-rc.0...v4.0.0-rc.1) - 2020-09-22
|
|---|
| 44 |
|
|---|
| 45 | ### BREAKING CHANGE
|
|---|
| 46 |
|
|---|
| 47 | - update `icss-utils` for PostCSS 8 compatibility
|
|---|
| 48 |
|
|---|
| 49 | ## [4.0.0-rc.0](https://github.com/postcss-modules-local-by-default/compare/v3.0.0...v4.0.0-rc.1) - 2020-09-18
|
|---|
| 50 |
|
|---|
| 51 | ### BREAKING CHANGE
|
|---|
| 52 |
|
|---|
| 53 | - minimum supported `Node.js` version is `>= 10.13.0 || >= 12.13.0 || >= 14`
|
|---|
| 54 | - minimum supported `postcss` version is `^8.0.3`
|
|---|
| 55 | - `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.