| 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.2.1](https://github.com/postcss-modules-local-by-default/compare/v3.2.0...v3.2.1)
|
|---|
| 7 |
|
|---|
| 8 | ### Chore
|
|---|
| 9 |
|
|---|
| 10 | - update `postcss-selector-parser`
|
|---|
| 11 |
|
|---|
| 12 | ## [3.2.0](https://github.com/postcss-modules-local-by-default/compare/v3.1.2...v3.2.0) - 2024-04-03
|
|---|
| 13 |
|
|---|
| 14 | ### Features
|
|---|
| 15 |
|
|---|
| 16 | - supports multiple composes, i.e. `.class { composes: a b, global(c), d e from "./path/file.css" }`
|
|---|
| 17 |
|
|---|
| 18 | ## [3.1.2](https://github.com/postcss-modules-local-by-default/compare/v3.1.1...v3.1.2) - 2024-04-03
|
|---|
| 19 |
|
|---|
| 20 | ### Fixes
|
|---|
| 21 |
|
|---|
| 22 | - export a root and limit from the `@scope` at-rule
|
|---|
| 23 |
|
|---|
| 24 | ## [3.1.1](https://github.com/postcss-modules-local-by-default/compare/v3.1.0...v3.1.1) - 2024-01-18
|
|---|
| 25 |
|
|---|
| 26 | ### Fixes
|
|---|
| 27 |
|
|---|
| 28 | - handle `@scope` at-rule
|
|---|
| 29 | - fix CSS nesting logic
|
|---|
| 30 |
|
|---|
| 31 | ## [3.1.0](https://github.com/postcss-modules-local-by-default/compare/v3.0.0...v3.1.0) - 2023-12-21
|
|---|
| 32 |
|
|---|
| 33 | ### Fixes
|
|---|
| 34 |
|
|---|
| 35 | - scoped class attribute
|
|---|
| 36 |
|
|---|
| 37 | ### Features
|
|---|
| 38 |
|
|---|
| 39 | - pass a node to the `generateExportEntry` option
|
|---|
| 40 |
|
|---|
| 41 | ## [3.0.0](https://github.com/postcss-modules-local-by-default/compare/v3.0.0-rc.2...v3.0.0) - 2020-10-13
|
|---|
| 42 |
|
|---|
| 43 | ### Fixes
|
|---|
| 44 |
|
|---|
| 45 | - compatibility with plugins other plugins
|
|---|
| 46 | - handle animation short name
|
|---|
| 47 | - perf
|
|---|
| 48 |
|
|---|
| 49 | ## [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-11
|
|---|
| 50 |
|
|---|
| 51 | ### BREAKING CHANGE
|
|---|
| 52 |
|
|---|
| 53 | - minimum supported `postcss` version is `^8.1.0`
|
|---|
| 54 |
|
|---|
| 55 | ### Fixes
|
|---|
| 56 |
|
|---|
| 57 | - minimum supported `Node.js` version is `^10 || ^12 || >= 14`
|
|---|
| 58 | - compatibility with PostCSS 8
|
|---|
| 59 |
|
|---|
| 60 | ## [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-22
|
|---|
| 61 |
|
|---|
| 62 | ### BREAKING CHANGE
|
|---|
| 63 |
|
|---|
| 64 | - do not handle invalid syntax
|
|---|
| 65 |
|
|---|
| 66 | ## [3.0.0-rc.0](https://github.com/postcss-modules-local-by-default/compare/v2.2.0...v3.0.0-rc.0) - 2020-09-21
|
|---|
| 67 |
|
|---|
| 68 | ### BREAKING CHANGE
|
|---|
| 69 |
|
|---|
| 70 | - minimum supported `Node.js` version is `>= 10.13.0 || >= 12.13.0 || >= 14`
|
|---|
| 71 | - minimum supported `postcss` version is `^8.0.3`
|
|---|
| 72 | - `postcss` was moved to `peerDependencies`, you need to install `postcss` in your project before use the plugin
|
|---|
| 73 |
|
|---|
| 74 | ## 2.2.0 - 2020-03-19
|
|---|
| 75 |
|
|---|
| 76 | - added the `exportGlobals` option to export global classes and ids
|
|---|
| 77 |
|
|---|
| 78 | ## 2.1.1 - 2019-03-05
|
|---|
| 79 |
|
|---|
| 80 | ### Fixed
|
|---|
| 81 |
|
|---|
| 82 | - add additional space after the escape sequence (#17)
|
|---|
| 83 |
|
|---|
| 84 | ## [2.1.0] - 2019-03-05
|
|---|
| 85 |
|
|---|
| 86 | ### Fixed
|
|---|
| 87 |
|
|---|
| 88 | - handles properly selector with escaping characters (like: `.\31 a2b3c { color: red }`)
|
|---|
| 89 |
|
|---|
| 90 | ### Feature
|
|---|
| 91 |
|
|---|
| 92 | - `generateExportEntry` option (allow to setup key and value for `:export {}` rule)
|
|---|