3
3
All notable changes to this project will be documented in this file.
4
4
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
- ## [ 4.0.0-rc.1] - 2020-09-22
6
+ ## [ 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
7
7
8
8
### BREAKING CHANGE
9
9
10
10
- update ` icss-utils ` for PostCSS 8 compatibility
11
11
12
- ## [ 4.0.0-rc.0] - 2020-09-18
12
+ ## [ 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
13
13
14
14
### BREAKING CHANGE
15
15
16
16
- minimum supported ` Node.js ` version is ` >= 10.13.0 || >= 12.13.0 || >= 14 `
17
17
- minimum supported ` postcss ` version is ` ^8.0.3 `
18
18
- ` postcss ` was moved to ` peerDependencies ` , you need to install ` postcss ` in your project before use the plugin
19
19
20
- ## [ 3.0.3] - 2020-07-25
20
+ ## [ 3.0.3] ( https://github.com/postcss-modules-local-by-default/compare/v3.0.2...v3.0.3 ) - 2020-07-25
21
21
22
22
### Fixed
23
23
24
24
- treat ` :import ` and ` :export ` statements as pure
25
25
26
- ## [ 3.0.2] - 2019-06-05
26
+ ## [ 3.0.2] ( https://github.com/postcss-modules-local-by-default/compare/v3.0.1...v3.0.2 ) - 2019-06-05
27
27
28
28
### Fixed
29
29
30
30
- better handle invalid syntax
31
31
32
- ## [ 3.0.1] - 2019-05-16
32
+ ## [ 3.0.1] ( https://github.com/postcss-modules-local-by-default/compare/v3.0.0...v3.0.1 ) - 2019-05-16
33
33
34
34
### Fixed
35
35
36
36
- adds safety check before accessing "rule parent"
37
37
38
- ## [ 3.0.0] - 2019-05-07
38
+ ## [ 3.0.0] ( https://github.com/postcss-modules-local-by-default/compare/v2.0.6...v3.0.0 ) - 2019-05-07
39
39
40
40
### Features
41
41
@@ -45,62 +45,62 @@ This project adheres to [Semantic Versioning](http://semver.org/).
45
45
46
46
- don't localize imported values in selectors
47
47
48
- ## [ 2.0.6] - 2019-03-05
48
+ ## [ 2.0.6] ( https://github.com/postcss-modules-local-by-default/compare/v2.0.5...v2.0.6 ) - 2019-03-05
49
49
50
50
### Fixed
51
51
52
52
- handles properly selector with escaping characters (like: ` .\31 a2b3c { color: red } ` )
53
53
54
- ## [ 2.0.5] - 2019-02-06
54
+ ## [ 2.0.5] ( https://github.com/postcss-modules-local-by-default/compare/v2.0.4...v2.0.5 ) - 2019-02-06
55
55
56
56
### Fixed
57
57
58
58
- Path to ` index.js `
59
59
60
- ## [ 2.0.4] - 2019-01-04
60
+ ## [ 2.0.4] ( https://github.com/postcss-modules-local-by-default/compare/v2.0.3...v2.0.4 ) - 2019-01-04
61
61
62
62
### Fixed
63
63
64
64
- Inappropriate modification of ` steps ` function arguments
65
65
66
- ## [ 2.0.3] - 2018-12-21
66
+ ## [ 2.0.3] ( https://github.com/postcss-modules-local-by-default/compare/v2.0.2...v2.0.3 ) - 2018-12-21
67
67
68
68
### Fixed
69
69
70
70
- Don't modify inappropriate animation keywords
71
71
72
- ## [ 2.0.2] - 2018-12-05
72
+ ## [ 2.0.2] ( https://github.com/postcss-modules-local-by-default/compare/v2.0.1...v2.0.2 ) - 2018-12-05
73
73
74
74
### Fixed
75
75
76
76
- Don't break unicode characters.
77
77
78
- ## [ 2.0.1] - 2018-11-23
78
+ ## [ 2.0.1] ( https://github.com/postcss-modules-local-by-default/compare/v2.0.0...v2.0.1 ) - 2018-11-23
79
79
80
80
### Fixed
81
81
82
82
- Handle uppercase ` keyframes ` at rule.
83
83
84
- ## [ 2.0.0] - 2018-11-23
84
+ ## [ 2.0.0] ( https://github.com/postcss-modules-local-by-default/compare/v1.3.1...v2.0.0 ) - 2018-11-23
85
85
86
86
### Changed
87
87
88
88
- Drop support ` nodejs@4 ` .
89
89
- Update ` postcss ` version to ` 7 ` .
90
90
91
- ## [ 0.0.11] - 2015-07-19
91
+ ## [ 0.0.11] ( https://github.com/postcss-modules-local-by-default/compare/v0.0.10...v0.0.11 ) - 2015-07-19
92
92
93
93
### Fixed
94
94
95
95
- Localisation of animation properties.
96
96
97
- ## [ 0.0.10] - 2015-06-17
97
+ ## [ 0.0.10] ( https://github.com/postcss-modules-local-by-default/compare/v0.0.9...v0.0.10 ) - 2015-06-17
98
98
99
99
### Added
100
100
101
101
- Localised at-rules.
102
102
103
- ## [ 0.0.9] - 2015-06-12
103
+ ## [ 0.0.9] ( https://github.com/postcss-modules-local-by-default/compare/v0.0.8...v0.0.9 ) - 2015-06-12
104
104
105
105
### Changed
106
106
@@ -110,7 +110,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
110
110
111
111
- Keyframe rules.
112
112
113
- ## [ 0.0.8] - 2015-06-11
113
+ ## [ 0.0.8] ( https://github.com/postcss-modules-local-by-default/compare/v0.0.7...v0.0.8 ) - 2015-06-11
114
114
115
115
### Added
116
116
@@ -120,31 +120,31 @@ This project adheres to [Semantic Versioning](http://semver.org/).
120
120
121
121
- Using global selectors outside of a global context now triggers warnings.
122
122
123
- ## [ 0.0.7] - 2015-05-30
123
+ ## [ 0.0.7] ( https://github.com/postcss-modules-local-by-default/compare/v0.0.6...v0.0.7 ) - 2015-05-30
124
124
125
125
### Changed
126
126
127
127
- Migrated to ` css-selector-tokenizer ` .
128
128
129
- ## [ 0.0.6] - 2015-05-28
129
+ ## [ 0.0.6] ( https://github.com/postcss-modules-local-by-default/compare/v0.0.5...v0.0.6 ) - 2015-05-28
130
130
131
131
### Changed
132
132
133
133
- Renamed project to ` postcss-modules-local-by-default ` .
134
134
135
- ## [ 0.0.5] - 2015-05-22
135
+ ## [ 0.0.5] ( https://github.com/postcss-modules-local-by-default/compare/v0.0.4...v0.0.5 ) - 2015-05-22
136
136
137
137
### Added
138
138
139
139
- 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 ) .
140
140
141
- ## [ 0.0.4] - 2015-05-22
141
+ ## [ 0.0.4] ( https://github.com/postcss-modules-local-by-default/compare/v0.0.3...v0.0.4 ) - 2015-05-22
142
142
143
143
### Changed
144
144
145
145
- Hide global leak detection behind undocumented ` lint ` option until it's more robust.
146
146
147
- ## [ 0.0.3] - 2015-05-22
147
+ ## [ 0.0.3] ( https://github.com/postcss-modules-local-by-default/compare/v0.0.2...v0.0.3 ) - 2015-05-22
148
148
149
149
### Changed
150
150
@@ -154,7 +154,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
154
154
155
155
- Simple global leak detection. Non-local selectors like ` input{} ` and ` [data-foobar] ` now throw when not marked as global.
156
156
157
- ## [ 0.0.2] - 2015-05-14
157
+ ## [ 0.0.2] ( https://github.com/postcss-modules-local-by-default/compare/v0.0.1...v0.0.2 ) - 2015-05-14
158
158
159
159
### Added
160
160
@@ -166,17 +166,3 @@ This project adheres to [Semantic Versioning](http://semver.org/).
166
166
167
167
- Automatic local classes
168
168
- Explicit global selectors with ` :global `
169
-
170
- [ unreleased ] : https://github.com/postcss-modules-local-by-default/compare/v0.0.10...HEAD
171
- [ 0.0.2 ] : https://github.com/postcss-modules-local-by-default/compare/v0.0.1...v0.0.2
172
- [ 0.0.3 ] : https://github.com/postcss-modules-local-by-default/compare/v0.0.2...v0.0.3
173
- [ 0.0.4 ] : https://github.com/postcss-modules-local-by-default/compare/v0.0.3...v0.0.4
174
- [ 0.0.5 ] : https://github.com/postcss-modules-local-by-default/compare/v0.0.4...v0.0.5
175
- [ 0.0.6 ] : https://github.com/postcss-modules-local-by-default/compare/v0.0.5...v0.0.6
176
- [ 0.0.7 ] : https://github.com/postcss-modules-local-by-default/compare/v0.0.6...v0.0.7
177
- [ 0.0.8 ] : https://github.com/postcss-modules-local-by-default/compare/v0.0.7...v0.0.8
178
- [ 0.0.9 ] : https://github.com/postcss-modules-local-by-default/compare/v0.0.8...v0.0.9
179
- [ 0.0.10 ] : https://github.com/postcss-modules-local-by-default/compare/v0.0.9...v0.0.10
180
- [ 0.0.11 ] : https://github.com/postcss-modules-local-by-default/compare/v0.0.10...v0.0.11
181
- [ 2.0.0 ] : https://github.com/postcss-modules-local-by-default/compare/v1.3.1...v2.0.0
182
- [ 2.0.1 ] : https://github.com/postcss-modules-local-by-default/compare/v2.0.0...v2.0.1
0 commit comments