source: trip-planner-front/node_modules/postcss-modules-scope/CHANGELOG.md@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.6 KB
Line 
1# Change Log
2
3All notable changes to this project will be documented in this file.
4This 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.2...v3.0.0) - 2020-10-13
7
8### Fixes
9
10- compatibility with plugins other plugins
11- handle animation short name
12- perf
13
14## [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
15
16### BREAKING CHANGE
17
18- minimum supported `postcss` version is `^8.1.0`
19
20### Fixes
21
22- minimum supported `Node.js` version is `^10 || ^12 || >= 14`
23- compatibility with PostCSS 8
24
25## [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
26
27### BREAKING CHANGE
28
29- do not handle invalid syntax
30
31## [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
32
33### BREAKING CHANGE
34
35- minimum supported `Node.js` version is `>= 10.13.0 || >= 12.13.0 || >= 14`
36- minimum supported `postcss` version is `^8.0.3`
37- `postcss` was moved to `peerDependencies`, you need to install `postcss` in your project before use the plugin
38
39## 2.2.0 - 2020-03-19
40
41- added the `exportGlobals` option to export global classes and ids
42
43## 2.1.1 - 2019-03-05
44
45### Fixed
46
47- add additional space after the escape sequence (#17)
48
49## [2.1.0] - 2019-03-05
50
51### Fixed
52
53- handles properly selector with escaping characters (like: `.\31 a2b3c { color: red }`)
54
55### Feature
56
57- `generateExportEntry` option (allow to setup key and value for `:export {}` rule)
Note: See TracBrowser for help on using the repository browser.