You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- #140 "'Failed to obtain root' error on Windows" fixed by Pierre LeMoine (@DrInfiniteExplorer) https://github.com/madyankin/postcss-modules/pull/144
30
31
31
-
## Improved
32
-
- `icss-replace-symbols` replaced with with `icss-utils` by Jason Quense (@jquense). The updated replacer works better and will replace values in selectors, which didn't work until now. https://github.com/madyankin/postcss-modules/pull/145
32
+
- #140 "'Failed to obtain root' error on Windows" fixed by Pierre LeMoine (@DrInfiniteExplorer) https://github.com/madyankin/postcss-modules/pull/144
33
+
34
+
### Improved
33
35
36
+
- `icss-replace-symbols` replaced with with `icss-utils` by Jason Quense (@jquense). The updated replacer works better and will replace values in selectors, which didn't work until now. https://github.com/madyankin/postcss-modules/pull/145
34
37
35
38
## 5.0.0
36
39
37
-
- Fixed `composes` on Windows by @sapphi-red https://github.com/madyankin/postcss-modules/pull/135
38
-
- Updated Babel to v7 by @sapphi-red. Minimal supported version of Node.js is 10 from now https://github.com/madyankin/postcss-modules/pull/134
40
+
- Fixed `composes` on Windows by @sapphi-red https://github.com/madyankin/postcss-modules/pull/135
41
+
- Updated Babel to v7 by @sapphi-red. Minimal supported version of Node.js is 10 from now https://github.com/madyankin/postcss-modules/pull/134
39
42
40
43
## 4.3.1
41
44
42
-
- Fixed errors when using shorthand selectors by Felix Bruns (@fxb) https://github.com/madyankin/postcss-modules/pull/130
45
+
- Fixed errors when using shorthand selectors by Felix Bruns (@fxb) https://github.com/madyankin/postcss-modules/pull/130
43
46
44
47
## 4.3.0
45
48
46
-
- Updated the `generic-names` dependency to reduce packages size by Bogdan Chadkin (@TrySound) https://github.com/madyankin/postcss-modules/pull/129
49
+
- Updated the `generic-names` dependency to reduce packages size by Bogdan Chadkin (@TrySound) https://github.com/madyankin/postcss-modules/pull/129
47
50
48
51
## 4.2.2
49
52
50
-
- Fix the build
53
+
- Fix the build
51
54
52
55
## 4.2.1
53
56
54
-
- Fixed the `resolve` option behaviour by @kamilic https://github.com/madyankin/postcss-modules/pull/127
57
+
- Fixed the `resolve` option behaviour by @kamilic https://github.com/madyankin/postcss-modules/pull/127
55
58
56
59
## 4.2.0
57
60
58
-
- Added the `resolve` option to configure lookup paths for composes/from by @kamilic https://github.com/madyankin/postcss-modules/pull/126
61
+
- Added the `resolve` option to configure lookup paths for composes/from by @kamilic https://github.com/madyankin/postcss-modules/pull/126
59
62
60
63
## 4.1.3
61
64
62
-
- Fixed package contents
65
+
- Fixed package contents
63
66
64
67
## 4.1.1
65
68
66
-
- Fixed TypeScript typings by Shuman Lim (@origin-master) https://github.com/madyankin/postcss-modules/pull/124
69
+
- Fixed TypeScript typings by Shuman Lim (@origin-master) https://github.com/madyankin/postcss-modules/pull/124
67
70
68
71
## 4.1.0
69
72
70
-
- Added TypeScript typings by Shuman Lim (@origin-master) https://github.com/madyankin/postcss-modules/pull/123
73
+
- Added TypeScript typings by Shuman Lim (@origin-master) https://github.com/madyankin/postcss-modules/pull/123
71
74
72
75
## 4.0.0
73
76
74
-
- Upgraded to PostCSS 8 by Evan You (@yyx990803) https://github.com/css-modules/postcss-modules/pull/114
77
+
- Upgraded to PostCSS 8 by Evan You (@yyx990803) https://github.com/css-modules/postcss-modules/pull/114
75
78
76
79
## 3.2.2
77
80
78
81
### Fixed
79
82
80
-
- Fixed user plugins order by Tom Jenkinson (@tjenkinson) https://github.com/css-modules/postcss-modules/pull/112
83
+
- Fixed user plugins order by Tom Jenkinson (@tjenkinson) https://github.com/css-modules/postcss-modules/pull/112
81
84
82
85
## 3.2.1
83
86
84
87
### Fixed
85
88
86
-
- Fixed an issue when some plugins were running multiple times by Tom Jenkinson (@tjenkinson) https://github.com/css-modules/postcss-modules/pull/111
89
+
- Fixed an issue when some plugins were running multiple times by Tom Jenkinson (@tjenkinson) https://github.com/css-modules/postcss-modules/pull/111
87
90
88
91
## 3.2.0
89
92
90
93
### Changed
91
94
92
-
- [`localsConvention` option] now supports a custom function `(originalClassName:string, generatedClassName:string, inputFile:string) => className: string` by Gregory Waxman (@Akkuma) https://github.com/css-modules/postcss-modules/pull/109
95
+
- [`localsConvention` option] now supports a custom function `(originalClassName:string, generatedClassName:string, inputFile:string) => className: string` by Gregory Waxman (@Akkuma) https://github.com/css-modules/postcss-modules/pull/109
93
96
94
97
## 3.1.0
95
98
96
99
### Added
97
100
98
-
- Added `exportGlobals` option
101
+
- Added `exportGlobals` option
99
102
100
103
## 3.0.0
101
104
102
105
### Changed
103
106
104
-
- Dropped `css-modules-loader-core` dependency
105
-
- [Upgraded all the dependencies](https://github.com/css-modules/postcss-modules/pull/108)
107
+
- Dropped `css-modules-loader-core` dependency
108
+
- [Upgraded all the dependencies](https://github.com/css-modules/postcss-modules/pull/108)
106
109
107
110
### Breaking changes
108
111
109
-
- Dropped support for unsupported Node versions. Supported versions are 10, 12 and 14+ https://nodejs.org/en/about/releases/
112
+
- Dropped support for unsupported Node versions. Supported versions are 10, 12 and 14+ https://nodejs.org/en/about/releases/
110
113
111
114
## 2.0.0
112
115
113
116
### Added
114
117
115
-
- [`localsConvention` option](https://github.com/css-modules/postcss-modules#localsconvention) by Hamza Mihai Daniel (@allocenx) <https://github.com/css-modules/postcss-modules/pull/103>, <https://github.com/css-modules/postcss-modules/issues/93>
118
+
- [`localsConvention` option](https://github.com/css-modules/postcss-modules#localsconvention) by Hamza Mihai Daniel (@allocenx) <https://github.com/css-modules/postcss-modules/pull/103>, <https://github.com/css-modules/postcss-modules/issues/93>
116
119
117
120
### Breaking changes
118
121
119
-
- `camelCase` camelCase removed, use the [`localsConvention` option](https://github.com/css-modules/postcss-modules#localsconvention) instead.
122
+
- `camelCase` camelCase removed, use the [`localsConvention` option](https://github.com/css-modules/postcss-modules#localsconvention) instead.
120
123
121
124
## 1.5.0
122
125
123
-
- Added `hashPrefix` option by Jesse Thomson (@jessethomson) <https://github.com/css-modules/postcss-modules/pull/98>
126
+
- Added `hashPrefix` option by Jesse Thomson (@jessethomson) <https://github.com/css-modules/postcss-modules/pull/98>
124
127
125
128
## 1.4.1
126
129
127
-
- Rebublished the previous release. Sorry :(
130
+
- Rebublished the previous release. Sorry :(
128
131
129
132
## 1.4.0
130
133
131
-
- Added export for other plugins by Evilebot Tnawi (@evilebottnawi) <https://github.com/css-modules/postcss-modules/pull/88>, <https://github.com/css-modules/postcss-modules/issues/29>
134
+
- Added export for other plugins by Evilebot Tnawi (@evilebottnawi) <https://github.com/css-modules/postcss-modules/pull/88>, <https://github.com/css-modules/postcss-modules/issues/29>
132
135
133
136
## 1.3.1
134
137
135
-
- Move dev tools to devDependecies by Anton Khlynovskiy (@ubzey) <https://github.com/css-modules/postcss-modules/pull/85>
138
+
- Move dev tools to devDependecies by Anton Khlynovskiy (@ubzey) <https://github.com/css-modules/postcss-modules/pull/85>
136
139
137
140
## 1.3.0
138
141
139
-
- Updated dependecies
140
-
- Added prettier to format code
142
+
- Updated dependecies
143
+
- Added prettier to format code
141
144
142
145
## 1.2.0
143
146
144
-
- Added option to transform classes to camelCase by Igor Ribeiro (@igor-ribeiro) <https://github.com/css-modules/postcss-modules/pull/82>
147
+
- Added option to transform classes to camelCase by Igor Ribeiro (@igor-ribeiro) <https://github.com/css-modules/postcss-modules/pull/82>
145
148
146
149
## 1.1.0
147
150
148
-
- Added ability to transmit outputFileName into getJSON by @lutien <https://github.com/css-modules/postcss-modules/pull/72>
151
+
- Added ability to transmit outputFileName into getJSON by @lutien <https://github.com/css-modules/postcss-modules/pull/72>
149
152
150
153
## 1.0.0
151
154
152
-
- Dropped support for Node < 6
153
-
- Updated dependencies
155
+
- Dropped support for Node < 6
156
+
- Updated dependencies
154
157
155
158
## 0.8.0
156
159
157
-
- Updated PostCSS to 6 by Alexey Litvinov (@sullenor) <https://github.com/css-modules/postcss-modules/pull/65>
160
+
- Updated PostCSS to 6 by Alexey Litvinov (@sullenor) <https://github.com/css-modules/postcss-modules/pull/65>
158
161
159
162
## 0.7.1
160
163
161
-
- Allowed empty string as opts.root by Sharon Rolel (@Mosho1) <https://github.com/css-modules/postcss-modules/pull/56>
164
+
- Allowed empty string as opts.root by Sharon Rolel (@Mosho1) <https://github.com/css-modules/postcss-modules/pull/56>
162
165
163
166
## 0.7.0
164
167
165
-
- Allow async getJSON by Philipp A. (@flying-sheep) <https://github.com/css-modules/postcss-modules/pull/59>
168
+
- Allow async getJSON by Philipp A. (@flying-sheep) <https://github.com/css-modules/postcss-modules/pull/59>
166
169
167
170
## 0.6.4
168
171
169
-
- Added the `root` option to pass the root path by Sharon Rolel (@Mosho1) (<https://github.com/css-modules/postcss-modules/pull/55>)
172
+
- Added the `root` option to pass the root path by Sharon Rolel (@Mosho1) (<https://github.com/css-modules/postcss-modules/pull/55>)
170
173
171
174
## 0.6.3
172
175
173
-
- Fixed regression in `isValidBehaviour` function (<https://github.com/css-modules/postcss-modules/issues/53>)
176
+
- Fixed regression in `isValidBehaviour` function (<https://github.com/css-modules/postcss-modules/issues/53>)
174
177
175
178
## 0.6.2
176
179
177
-
- Refactored `getDefaultPluginsList` function
180
+
- Refactored `getDefaultPluginsList` function
178
181
179
182
## 0.6.1
180
183
181
-
- Fixed `generateScopedName` bug with multiple postcss-modules instances (<https://github.com/css-modules/postcss-modules/issues/37>)
184
+
- Fixed `generateScopedName` bug with multiple postcss-modules instances (<https://github.com/css-modules/postcss-modules/issues/37>)
182
185
183
186
## 0.6.0
184
187
185
-
- Added `globalModulePaths` option (Thanks to @pospi).
186
-
- Refactored all the things.
188
+
- Added `globalModulePaths` option (Thanks to @pospi).
189
+
- Refactored all the things.
187
190
188
191
## 0.5.2
189
192
190
-
- Updated dependencies
193
+
- Updated dependencies
191
194
192
195
## 0.5.1
193
196
194
-
- Fixed sorting for composed dependencies by Josh Johnston (@joshwnj) (<https://github.com/css-modules/postcss-modules/issues/38>)
197
+
- Fixed sorting for composed dependencies by Josh Johnston (@joshwnj) (<https://github.com/css-modules/postcss-modules/issues/38>)
0 commit comments