[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 | ## [4.0.0](https://github.com/postcss-modules-local-by-default/compare/v4.0.0-rc.4...v4.0.0) - 2020-10-13
|
---|
| 7 |
|
---|
| 8 | ### Fixes
|
---|
| 9 |
|
---|
| 10 | - compatibility with plugins other plugins
|
---|
| 11 |
|
---|
| 12 | ## [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-11
|
---|
| 13 |
|
---|
| 14 | ### Fixes
|
---|
| 15 |
|
---|
| 16 | - compatibility with plugins other plugins
|
---|
| 17 |
|
---|
| 18 | ## [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
|
---|
| 19 |
|
---|
| 20 | ### Fixes
|
---|
| 21 |
|
---|
| 22 | - compatibility with plugins other plugins
|
---|
| 23 |
|
---|
| 24 | ## [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-10-08
|
---|
| 25 |
|
---|
| 26 | ### BREAKING CHANGE
|
---|
| 27 |
|
---|
| 28 | - minimum supported `postcss` version is `^8.1.0`
|
---|
| 29 |
|
---|
| 30 | ### Fixes
|
---|
| 31 |
|
---|
| 32 | - minimum supported `Node.js` version is `^10 || ^12 || >= 14`
|
---|
| 33 | - compatibility with PostCSS 8
|
---|
| 34 |
|
---|
| 35 | ## [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
|
---|
| 36 |
|
---|
| 37 | ### BREAKING CHANGE
|
---|
| 38 |
|
---|
| 39 | - update `icss-utils` for PostCSS 8 compatibility
|
---|
| 40 |
|
---|
| 41 | ## [4.0.0-rc.0](https://github.com/postcss-modules-local-by-default/compare/v3.0.3...4.0.0-rc.0) - 2020-09-18
|
---|
| 42 |
|
---|
| 43 | ### BREAKING CHANGE
|
---|
| 44 |
|
---|
| 45 | - minimum supported `Node.js` version is `>= 10.13.0 || >= 12.13.0 || >= 14`
|
---|
| 46 | - minimum supported `postcss` version is `^8.0.3`
|
---|
| 47 | - `postcss` was moved to `peerDependencies`, you need to install `postcss` in your project before use the plugin
|
---|
| 48 |
|
---|
| 49 | ## [3.0.3](https://github.com/postcss-modules-local-by-default/compare/v3.0.2...v3.0.3) - 2020-07-25
|
---|
| 50 |
|
---|
| 51 | ### Fixed
|
---|
| 52 |
|
---|
| 53 | - treat `:import` and `:export` statements as pure
|
---|
| 54 |
|
---|
| 55 | ## [3.0.2](https://github.com/postcss-modules-local-by-default/compare/v3.0.1...v3.0.2) - 2019-06-05
|
---|
| 56 |
|
---|
| 57 | ### Fixed
|
---|
| 58 |
|
---|
| 59 | - better handle invalid syntax
|
---|
| 60 |
|
---|
| 61 | ## [3.0.1](https://github.com/postcss-modules-local-by-default/compare/v3.0.0...v3.0.1) - 2019-05-16
|
---|
| 62 |
|
---|
| 63 | ### Fixed
|
---|
| 64 |
|
---|
| 65 | - adds safety check before accessing "rule parent"
|
---|
| 66 |
|
---|
| 67 | ## [3.0.0](https://github.com/postcss-modules-local-by-default/compare/v2.0.6...v3.0.0) - 2019-05-07
|
---|
| 68 |
|
---|
| 69 | ### Features
|
---|
| 70 |
|
---|
| 71 | - don't localize imported values in selectors
|
---|
| 72 |
|
---|
| 73 | ### Changes
|
---|
| 74 |
|
---|
| 75 | - don't localize imported values in selectors
|
---|
| 76 |
|
---|
| 77 | ## [2.0.6](https://github.com/postcss-modules-local-by-default/compare/v2.0.5...v2.0.6) - 2019-03-05
|
---|
| 78 |
|
---|
| 79 | ### Fixed
|
---|
| 80 |
|
---|
| 81 | - handles properly selector with escaping characters (like: `.\31 a2b3c { color: red }`)
|
---|
| 82 |
|
---|
| 83 | ## [2.0.5](https://github.com/postcss-modules-local-by-default/compare/v2.0.4...v2.0.5) - 2019-02-06
|
---|
| 84 |
|
---|
| 85 | ### Fixed
|
---|
| 86 |
|
---|
| 87 | - Path to `index.js`
|
---|
| 88 |
|
---|
| 89 | ## [2.0.4](https://github.com/postcss-modules-local-by-default/compare/v2.0.3...v2.0.4) - 2019-01-04
|
---|
| 90 |
|
---|
| 91 | ### Fixed
|
---|
| 92 |
|
---|
| 93 | - Inappropriate modification of `steps` function arguments
|
---|
| 94 |
|
---|
| 95 | ## [2.0.3](https://github.com/postcss-modules-local-by-default/compare/v2.0.2...v2.0.3) - 2018-12-21
|
---|
| 96 |
|
---|
| 97 | ### Fixed
|
---|
| 98 |
|
---|
| 99 | - Don't modify inappropriate animation keywords
|
---|
| 100 |
|
---|
| 101 | ## [2.0.2](https://github.com/postcss-modules-local-by-default/compare/v2.0.1...v2.0.2) - 2018-12-05
|
---|
| 102 |
|
---|
| 103 | ### Fixed
|
---|
| 104 |
|
---|
| 105 | - Don't break unicode characters.
|
---|
| 106 |
|
---|
| 107 | ## [2.0.1](https://github.com/postcss-modules-local-by-default/compare/v2.0.0...v2.0.1) - 2018-11-23
|
---|
| 108 |
|
---|
| 109 | ### Fixed
|
---|
| 110 |
|
---|
| 111 | - Handle uppercase `keyframes` at rule.
|
---|
| 112 |
|
---|
| 113 | ## [2.0.0](https://github.com/postcss-modules-local-by-default/compare/v1.3.1...v2.0.0) - 2018-11-23
|
---|
| 114 |
|
---|
| 115 | ### Changed
|
---|
| 116 |
|
---|
| 117 | - Drop support `nodejs@4`.
|
---|
| 118 | - Update `postcss` version to `7`.
|
---|
| 119 |
|
---|
| 120 | ## [0.0.11](https://github.com/postcss-modules-local-by-default/compare/v0.0.10...v0.0.11) - 2015-07-19
|
---|
| 121 |
|
---|
| 122 | ### Fixed
|
---|
| 123 |
|
---|
| 124 | - Localisation of animation properties.
|
---|
| 125 |
|
---|
| 126 | ## [0.0.10](https://github.com/postcss-modules-local-by-default/compare/v0.0.9...v0.0.10) - 2015-06-17
|
---|
| 127 |
|
---|
| 128 | ### Added
|
---|
| 129 |
|
---|
| 130 | - Localised at-rules.
|
---|
| 131 |
|
---|
| 132 | ## [0.0.9](https://github.com/postcss-modules-local-by-default/compare/v0.0.8...v0.0.9) - 2015-06-12
|
---|
| 133 |
|
---|
| 134 | ### Changed
|
---|
| 135 |
|
---|
| 136 | - Using global selectors outside of a global context no longer triggers warnings. Instead, this functionality will be provided by a CSS Modules linter.
|
---|
| 137 |
|
---|
| 138 | ### Fixed
|
---|
| 139 |
|
---|
| 140 | - Keyframe rules.
|
---|
| 141 |
|
---|
| 142 | ## [0.0.8](https://github.com/postcss-modules-local-by-default/compare/v0.0.7...v0.0.8) - 2015-06-11
|
---|
| 143 |
|
---|
| 144 | ### Added
|
---|
| 145 |
|
---|
| 146 | - Pure mode where only local scope is allowed.
|
---|
| 147 |
|
---|
| 148 | ### Changed
|
---|
| 149 |
|
---|
| 150 | - Using global selectors outside of a global context now triggers warnings.
|
---|
| 151 |
|
---|
| 152 | ## [0.0.7](https://github.com/postcss-modules-local-by-default/compare/v0.0.6...v0.0.7) - 2015-05-30
|
---|
| 153 |
|
---|
| 154 | ### Changed
|
---|
| 155 |
|
---|
| 156 | - Migrated to `css-selector-tokenizer`.
|
---|
| 157 |
|
---|
| 158 | ## [0.0.6](https://github.com/postcss-modules-local-by-default/compare/v0.0.5...v0.0.6) - 2015-05-28
|
---|
| 159 |
|
---|
| 160 | ### Changed
|
---|
| 161 |
|
---|
| 162 | - Renamed project to `postcss-modules-local-by-default`.
|
---|
| 163 |
|
---|
| 164 | ## [0.0.5](https://github.com/postcss-modules-local-by-default/compare/v0.0.4...v0.0.5) - 2015-05-22
|
---|
| 165 |
|
---|
| 166 | ### Added
|
---|
| 167 |
|
---|
| 168 | - Support for css-loader [inheritance](https://github.com/webpack/css-loader#inheriting) and [local imports](https://github.com/webpack/css-loader#importing-local-class-names).
|
---|
| 169 |
|
---|
| 170 | ## [0.0.4](https://github.com/postcss-modules-local-by-default/compare/v0.0.3...v0.0.4) - 2015-05-22
|
---|
| 171 |
|
---|
| 172 | ### Changed
|
---|
| 173 |
|
---|
| 174 | - Hide global leak detection behind undocumented `lint` option until it's more robust.
|
---|
| 175 |
|
---|
| 176 | ## [0.0.3](https://github.com/postcss-modules-local-by-default/compare/v0.0.2...v0.0.3) - 2015-05-22
|
---|
| 177 |
|
---|
| 178 | ### Changed
|
---|
| 179 |
|
---|
| 180 | - Transformer output now uses the new `:local(.identifier)` syntax.
|
---|
| 181 |
|
---|
| 182 | ### Added
|
---|
| 183 |
|
---|
| 184 | - Simple global leak detection. Non-local selectors like `input{}` and `[data-foobar]` now throw when not marked as global.
|
---|
| 185 |
|
---|
| 186 | ## [0.0.2](https://github.com/postcss-modules-local-by-default/compare/v0.0.1...v0.0.2) - 2015-05-14
|
---|
| 187 |
|
---|
| 188 | ### Added
|
---|
| 189 |
|
---|
| 190 | - Support for global selectors appended directly to locals, e.g. `.foo:global(.bar)`
|
---|
| 191 |
|
---|
| 192 | ## 0.0.1 - 2015-05-12
|
---|
| 193 |
|
---|
| 194 | ### Added
|
---|
| 195 |
|
---|
| 196 | - Automatic local classes
|
---|
| 197 | - Explicit global selectors with `:global`
|
---|