UNPKG

24.2 kBMarkdownView Raw
1## [3.5.3](https://github.com/Anidetrix/rollup-plugin-styles/compare/v3.5.2...v3.5.3) (2020-05-20)
2
3
4### Bug Fixes
5
6* small misc fixes and changes ([7cbb05a](https://github.com/Anidetrix/rollup-plugin-styles/commit/7cbb05a6269c40b22e03acc84b45fedb82277aeb))
7
8## [3.5.2](https://github.com/Anidetrix/rollup-plugin-styles/compare/v3.5.1...v3.5.2) (2020-05-20)
9
10
11### Bug Fixes
12
13* better typedoc ([fb31286](https://github.com/Anidetrix/rollup-plugin-styles/commit/fb31286eff12eca938c9ce30b7422e01fb9e0fea))
14
15## [3.5.1](https://github.com/Anidetrix/rollup-plugin-styles/compare/v3.5.0...v3.5.1) (2020-05-20)
16
17
18### Bug Fixes
19
20* typenames too long for typedoc ([13e2d49](https://github.com/Anidetrix/rollup-plugin-styles/commit/13e2d496582e026a1efb3bf9c2d75e296d6c1108))
21
22# [3.5.0](https://github.com/Anidetrix/rollup-plugin-styles/compare/v3.4.3...v3.5.0) (2020-05-20)
23
24
25### Bug Fixes
26
27* **sass:** properly call custom resolvers ([002366f](https://github.com/Anidetrix/rollup-plugin-styles/commit/002366f03348f87ece42a5a0a271a568c9c2369e))
28* **sourcemap:** broken single line URL comments extraction ([fd8ebf9](https://github.com/Anidetrix/rollup-plugin-styles/commit/fd8ebf99a788935d88ac407b98733315e27da791))
29
30
31### Features
32
33* **importer:** extensions override ([74fcd39](https://github.com/Anidetrix/rollup-plugin-styles/commit/74fcd395720c447ed56a6145bbaa410b802619d0))
34* **url:** automatically inline assets in inject mode ([db7dc9a](https://github.com/Anidetrix/rollup-plugin-styles/commit/db7dc9a870199ecacbedb79720f78dead8164819))
35
36
37### Performance Improvements
38
39* overall improvements and optimizations ([a460dd0](https://github.com/Anidetrix/rollup-plugin-styles/commit/a460dd0233de61717039e5365cfcca858dcb1673))
40* **types:** trimmed down vendor types ([6a52be8](https://github.com/Anidetrix/rollup-plugin-styles/commit/6a52be8c10ab067df6c1f1b3b63a67ce5485572f))
41
42## [3.4.3](https://github.com/Anidetrix/rollup-plugin-styles/compare/v3.4.2...v3.4.3) (2020-05-17)
43
44
45### Bug Fixes
46
47* **code splitting:** potential over-extraction ([0b94909](https://github.com/Anidetrix/rollup-plugin-styles/commit/0b94909b4d20639ae3f9a5b2f7fcd9649d0ec2fc))
48
49## [3.4.2](https://github.com/Anidetrix/rollup-plugin-styles/compare/v3.4.1...v3.4.2) (2020-05-17)
50
51
52### Bug Fixes
53
54* correct filename for single file /w `preserveModules` ([837f9ed](https://github.com/Anidetrix/rollup-plugin-styles/commit/837f9ed8f00565c5fb8a3920004fe06e1155e503))
55
56## [3.4.1](https://github.com/Anidetrix/rollup-plugin-styles/compare/v3.4.0...v3.4.1) (2020-05-17)
57
58
59### Bug Fixes
60
61* correct multi-file detection ([d92d6da](https://github.com/Anidetrix/rollup-plugin-styles/commit/d92d6da45a9af8aa959b3693f7ef4a1418b6db57))
62
63# [3.4.0](https://github.com/Anidetrix/rollup-plugin-styles/compare/v3.3.4...v3.4.0) (2020-05-16)
64
65
66### Features
67
68* code splitting rework /w `preserveModules` support ([8f44a7a](https://github.com/Anidetrix/rollup-plugin-styles/commit/8f44a7ab30d98438d2c60dde888b63f67a7f2ad1))
69
70## [3.3.4](https://github.com/Anidetrix/rollup-plugin-styles/compare/v3.3.3...v3.3.4) (2020-05-15)
71
72
73### Bug Fixes
74
75* **stylus:** proper sourcesContent ([f9b4774](https://github.com/Anidetrix/rollup-plugin-styles/commit/f9b4774977d54e034b2f9cb02097ef0154046507))
76* **stylus:** respect local node_modules ([eebbbed](https://github.com/Anidetrix/rollup-plugin-styles/commit/eebbbedc11909594f51faefb7373127106ed139d))
77
78
79### Performance Improvements
80
81* **less:** less code ([2717427](https://github.com/Anidetrix/rollup-plugin-styles/commit/27174273901813108c271906fbdc2d1aef4d1f7e))
82
83## [3.3.3](https://github.com/Anidetrix/rollup-plugin-styles/compare/v3.3.2...v3.3.3) (2020-05-14)
84
85
86### Bug Fixes
87
88* **multi-entry:** correct and consistent order of single extracted file ([553ca85](https://github.com/Anidetrix/rollup-plugin-styles/commit/553ca85c8efe27007a1be22771bb8719fd54da40))
89* do not depend on directory structure for hashing ([18c3022](https://github.com/Anidetrix/rollup-plugin-styles/commit/18c30225ccce6a0cdcd491d4933ca199132eda41))
90* uniform sass error message ([49655a4](https://github.com/Anidetrix/rollup-plugin-styles/commit/49655a40479ff3e1a89f43cde8a88483c0209b90))
91
92## [3.3.2](https://github.com/Anidetrix/rollup-plugin-styles/compare/v3.3.1...v3.3.2) (2020-05-13)
93
94
95### Bug Fixes
96
97* `onExtract` func check and desc ([4bfaac5](https://github.com/Anidetrix/rollup-plugin-styles/commit/4bfaac54917fe3f54520042996017553d6ac939f))
98
99## [3.3.1](https://github.com/Anidetrix/rollup-plugin-styles/compare/v3.3.0...v3.3.1) (2020-05-13)
100
101
102### Bug Fixes
103
104* `onExtract` option fix ([65d74cf](https://github.com/Anidetrix/rollup-plugin-styles/commit/65d74cfb48086ca9dd9923fa942e56de17856292))
105
106# [3.3.0](https://github.com/Anidetrix/rollup-plugin-styles/compare/v3.2.5...v3.3.0) (2020-05-12)
107
108
109### Bug Fixes
110
111* minimize exports in extract mode as well ([ab919d7](https://github.com/Anidetrix/rollup-plugin-styles/commit/ab919d7c815b8eaf543d0eec525db6b5323e4ec9))
112
113
114### Features
115
116* multi entry support ([840996c](https://github.com/Anidetrix/rollup-plugin-styles/commit/840996cbf8deb4b7928e90ff7ee346905a07fade))
117
118## [3.2.5](https://github.com/Anidetrix/rollup-plugin-styles/compare/v3.2.4...v3.2.5) (2020-05-11)
119
120
121### Bug Fixes
122
123* **loaders:** run `sourcemap` loader first ([b651be3](https://github.com/Anidetrix/rollup-plugin-styles/commit/b651be35fe27b02670547fb639706feab68d5ab9))
124
125
126### Performance Improvements
127
128* simpler error handling ([438d5b1](https://github.com/Anidetrix/rollup-plugin-styles/commit/438d5b1d678854d4ad3cc18ebfdf5d0d0bcf1472))
129
130## [3.2.4](https://github.com/Anidetrix/rollup-plugin-styles/compare/v3.2.3...v3.2.4) (2020-05-10)
131
132
133### Bug Fixes
134
135* **sourcemaps:** hashing and fixes for inlining in `extract` mode ([c2bb12d](https://github.com/Anidetrix/rollup-plugin-styles/commit/c2bb12d225d3b86909eeb5b32c85cd9ba8a9a0b0))
136* better match Rollup's hashing method ([1825045](https://github.com/Anidetrix/rollup-plugin-styles/commit/18250456a568aab90c11bbbaa00ed1eef7bf7c7e))
137
138## [3.2.3](https://github.com/Anidetrix/rollup-plugin-styles/compare/v3.2.2...v3.2.3) (2020-05-09)
139
140## [3.2.2](https://github.com/Anidetrix/rollup-plugin-styles/compare/v3.2.1...v3.2.2) (2020-05-09)
141
142
143### Bug Fixes
144
145* **sass:** do not modify non-module url ([fd022c6](https://github.com/Anidetrix/rollup-plugin-styles/commit/fd022c644f6d9523d2db513952f98ed399b4b435))
146
147## [3.2.1](https://github.com/Anidetrix/rollup-plugin-styles/compare/v3.2.0...v3.2.1) (2020-05-09)
148
149
150### Bug Fixes
151
152* respect `output.file` for main CSS chunk ([19eb9d7](https://github.com/Anidetrix/rollup-plugin-styles/commit/19eb9d71cbe1069f03ea4a2fce7340714a6be751))
153
154# [3.2.0](https://github.com/Anidetrix/rollup-plugin-styles/compare/v3.1.0...v3.2.0) (2020-05-08)
155
156
157### Features
158
159* **import:** resolve extensions ([9005ab8](https://github.com/Anidetrix/rollup-plugin-styles/commit/9005ab8c4124f18cefcf94064abe191e60d1cca0))
160
161# [3.1.0](https://github.com/Anidetrix/rollup-plugin-styles/compare/v3.0.6...v3.1.0) (2020-05-07)
162
163
164### Bug Fixes
165
166* **injector:** external @babel/runtime ([129aff5](https://github.com/Anidetrix/rollup-plugin-styles/commit/129aff515d5883809a7223f2a63e8aea5c45cd3a))
167
168
169### Features
170
171* **modules:** customizable `autoModules` ([c3298de](https://github.com/Anidetrix/rollup-plugin-styles/commit/c3298de27a7f983b4e013ce16dffbf8178d5d331))
172
173## [3.0.6](https://github.com/Anidetrix/rollup-plugin-styles/compare/v3.0.5...v3.0.6) (2020-05-07)
174
175
176### Bug Fixes
177
178* **sourcemap:** more reliable detection ([a419361](https://github.com/Anidetrix/rollup-plugin-styles/commit/a419361e7db77255e0cb2a0343f27b145f6169b6))
179
180## [3.0.5](https://github.com/Anidetrix/rollup-plugin-styles/compare/v3.0.4...v3.0.5) (2020-05-06)
181
182
183### Bug Fixes
184
185* misc fixes ([a4d3924](https://github.com/Anidetrix/rollup-plugin-styles/commit/a4d39247f10a7b3801b6ebbda60bf35a0dcd4e49))
186
187## [3.0.4](https://github.com/Anidetrix/rollup-plugin-styles/compare/v3.0.3...v3.0.4) (2020-05-05)
188
189
190### Bug Fixes
191
192* **readme:** clarification ([6f5b995](https://github.com/Anidetrix/rollup-plugin-styles/commit/6f5b99500c291db3e37a82954e02ba4ffe019dbd))
193
194## [3.0.3](https://github.com/Anidetrix/rollup-plugin-styles/compare/v3.0.2...v3.0.3) (2020-05-05)
195
196
197### Bug Fixes
198
199* **url handler:** working default `assetDir` ([7187a27](https://github.com/Anidetrix/rollup-plugin-styles/commit/7187a271e3235183dd0e78790faeb482a0d0e775))
200
201## [3.0.2](https://github.com/Anidetrix/rollup-plugin-styles/compare/v3.0.1...v3.0.2) (2020-05-05)
202
203
204### Bug Fixes
205
206* hashed url handling ([5735a01](https://github.com/Anidetrix/rollup-plugin-styles/commit/5735a01c6c3035aaa4089e41437ea5a2cd6b6fed))
207
208## [3.0.1](https://github.com/Anidetrix/rollup-plugin-styles/compare/v3.0.0...v3.0.1) (2020-05-05)
209
210
211### Bug Fixes
212
213* normalize assetFileNames dir ([f551a76](https://github.com/Anidetrix/rollup-plugin-styles/commit/f551a76a4d89eaeaceb2a134e32bf318402e215a))
214
215# [3.0.0](https://github.com/Anidetrix/rollup-plugin-styles/compare/v2.2.4...v3.0.0) (2020-05-05)
216
217
218### Features
219
220* v3 ([c0a7daa](https://github.com/Anidetrix/rollup-plugin-styles/commit/c0a7daa767ccb94e06ea1509e3cc012fca4ae2d9))
221
222
223### BREAKING CHANGES
224
225* Some breaking changes occured:
226* output.assetFileNames is now respected for both CSS files and assets from CSS
227* `extract`'s path now should be relative to output dir/output file's basedir, but not outside of it
228* `extract`'s path no longer passed to PostCSS as `to`, added dedicated `to` option instead
229* Removed `hash` option from url handler (now handled by Rollup's assetFileName)
230* `assetDir` option for url handler no longer affects resulting URL
231* signature changes for `onExtract`
232As always, please consult documentation and API Reference for details
233
234## [2.2.4](https://github.com/Anidetrix/rollup-plugin-styles/compare/v2.2.3...v2.2.4) (2020-05-04)
235
236
237### Bug Fixes
238
239* missing fs-extra ([4173a2a](https://github.com/Anidetrix/rollup-plugin-styles/commit/4173a2aa0c07cca518e1bf54091a32003177d915))
240
241## [2.2.3](https://github.com/Anidetrix/rollup-plugin-styles/compare/v2.2.2...v2.2.3) (2020-05-04)
242
243
244### Bug Fixes
245
246* do not bundle mime-types ([e444f04](https://github.com/Anidetrix/rollup-plugin-styles/commit/e444f049f71a138702d1b1a439205263cf80c299))
247
248## [2.2.2](https://github.com/Anidetrix/rollup-plugin-styles/compare/v2.2.1...v2.2.2) (2020-05-04)
249
250
251### Bug Fixes
252
253* **styles-url:** clarify which url is unresolved ([aefc263](https://github.com/Anidetrix/rollup-plugin-styles/commit/aefc26359607954832c06d6ca72c97829cb2ee3c))
254
255## [2.2.1](https://github.com/Anidetrix/rollup-plugin-styles/compare/v2.2.0...v2.2.1) (2020-05-04)
256
257
258### Bug Fixes
259
260* skip parsing of invalid sourcemaps ([a96d01f](https://github.com/Anidetrix/rollup-plugin-styles/commit/a96d01f6e0ff7253c6f2477147ef241dde19fe75))
261
262# [2.2.0](https://github.com/Anidetrix/rollup-plugin-styles/compare/v2.1.1...v2.2.0) (2020-05-03)
263
264
265### Features
266
267* **injector:** one less polyfill needed for ie8 ([97796d8](https://github.com/Anidetrix/rollup-plugin-styles/commit/97796d8a7b8e5029f14681ac3062895133491c14))
268
269## [2.1.1](https://github.com/Anidetrix/rollup-plugin-styles/compare/v2.1.0...v2.1.1) (2020-05-03)
270
271
272### Bug Fixes
273
274* **injector:** pass selector instead of element as container ([63bc959](https://github.com/Anidetrix/rollup-plugin-styles/commit/63bc959bdabcdea5b3855232bce4fe78be6da26f))
275
276# [2.1.0](https://github.com/Anidetrix/rollup-plugin-styles/compare/v2.0.5...v2.1.0) (2020-05-02)
277
278
279### Features
280
281* extended browser support (>=ie9, or >=ie8 with polyfills) ([d849278](https://github.com/Anidetrix/rollup-plugin-styles/commit/d849278b10d544b7d7e31cc03ff8042e287138c6))
282
283## [2.0.5](https://github.com/Anidetrix/rollup-plugin-styles/compare/v2.0.4...v2.0.5) (2020-05-02)
284
285
286### Bug Fixes
287
288* revert <no source> removal ([8def44e](https://github.com/Anidetrix/rollup-plugin-styles/commit/8def44e13581dc6ddcee1e71893fcba1cf6a2094))
289
290## [2.0.4](https://github.com/Anidetrix/rollup-plugin-styles/compare/v2.0.3...v2.0.4) (2020-05-02)
291
292
293### Bug Fixes
294
295* remove <no source> from sourcemap ([b1c32e8](https://github.com/Anidetrix/rollup-plugin-styles/commit/b1c32e8c4c31d506df01d87669bcfbe8e2daab4c))
296
297## [2.0.3](https://github.com/Anidetrix/rollup-plugin-styles/compare/v2.0.2...v2.0.3) (2020-05-01)
298
299## [2.0.2](https://github.com/Anidetrix/rollup-plugin-styles/compare/v2.0.1...v2.0.2) (2020-05-01)
300
301
302### Bug Fixes
303
304* avoid postcss warning about no plugins ([dbd72b7](https://github.com/Anidetrix/rollup-plugin-styles/commit/dbd72b7792ec109c1efbf052af88149e45fda204))
305
306
307
308## [2.0.1](https://github.com/Anidetrix/rollup-plugin-styles/compare/v2.0.0...v2.0.1) (2020-05-01)
309
310
311### Bug Fixes
312
313* remove puppeteer ([13bf4e8](https://github.com/Anidetrix/rollup-plugin-styles/commit/13bf4e845d3bc8f9ef67803259371808b95871ef))
314
315
316
317# [2.0.0](https://github.com/Anidetrix/rollup-plugin-styles/compare/v1.5.2...v2.0.0) (2020-05-01)
318
319
320### Features
321
322* **styles:** v2 ([21d2c9d](https://github.com/Anidetrix/rollup-plugin-styles/commit/21d2c9da95afa0ff34bddf57e4aa0a54d5878490))
323
324
325### BREAKING CHANGES
326
327* **styles:** A lot of API and behavior changes, please consult README and API Reference
328
329
330
331## [1.5.2](https://github.com/Anidetrix/rollup-plugin-styles/compare/v1.5.1...v1.5.2) (2020-04-06)
332
333
334### Bug Fixes
335
336* better lf placement for output ([663c184](https://github.com/Anidetrix/rollup-plugin-styles/commit/663c1844670a5dcd2f0d6a5b1152ea8d2d2a5784))
337
338
339
340## [1.5.1](https://github.com/Anidetrix/rollup-plugin-styles/compare/v1.5.0...v1.5.1) (2020-04-06)
341
342
343### Bug Fixes
344
345* test and warning for already processed files ([19fd942](https://github.com/Anidetrix/rollup-plugin-styles/commit/19fd94283c231d69eb2de7628d1da69a7ce70f1f))
346
347
348
349# [1.5.0](https://github.com/Anidetrix/rollup-plugin-styles/compare/v1.4.0...v1.5.0) (2020-04-06)
350
351
352### Features
353
354* allow multiple instances of the plugin ([aa0d4d1](https://github.com/Anidetrix/rollup-plugin-styles/commit/aa0d4d1788e726794c8f21857b2c65d0818241b9))
355
356
357
358# [1.4.0](https://github.com/Anidetrix/rollup-plugin-styles/compare/v1.3.15...v1.4.0) (2020-04-04)
359
360
361### Features
362
363* dir in css modules class names ([94d10b2](https://github.com/Anidetrix/rollup-plugin-styles/commit/94d10b2c69258f96a85b58a3f6a895a077d7ea9c))
364
365
366
367## [1.3.15](https://github.com/Anidetrix/rollup-plugin-styles/compare/v1.3.14...v1.3.15) (2020-03-30)
368
369
370### Bug Fixes
371
372* **p-queue:** proper default size ([156ebff](https://github.com/Anidetrix/rollup-plugin-styles/commit/156ebff051819737507b671ce5fa2e19b1f0814d))
373
374
375
376## [1.3.14](https://github.com/Anidetrix/rollup-plugin-styles/compare/v1.3.13...v1.3.14) (2020-03-30)
377
378
379### Performance Improvements
380
381* global p-queue for all loaders ([ccac951](https://github.com/Anidetrix/rollup-plugin-styles/commit/ccac95125b60b7c2914ffa642afd815d0307544d))
382
383
384
385## [1.3.13](https://github.com/Anidetrix/rollup-plugin-styles/compare/v1.3.12...v1.3.13) (2020-03-29)
386
387
388### Bug Fixes
389
390* fix production build, also speed up builds ([b5b2e4f](https://github.com/Anidetrix/rollup-plugin-styles/commit/b5b2e4f276aa004827b9509cab97321b00405573))
391
392
393
394## [1.3.12](https://github.com/Anidetrix/rollup-plugin-styles/compare/v1.3.11...v1.3.12) (2020-03-29)
395
396
397### Bug Fixes
398
399* respect NODE_ENV ([7a600c3](https://github.com/Anidetrix/rollup-plugin-styles/commit/7a600c3b67b8d31f8ca6ad69180c3d62566cecf2))
400
401
402
403## [1.3.11](https://github.com/Anidetrix/rollup-plugin-styles/compare/v1.3.10...v1.3.11) (2020-03-29)
404
405
406### Performance Improvements
407
408* bundle minification ([369279a](https://github.com/Anidetrix/rollup-plugin-styles/commit/369279a54ba5395d1937bb3027902f1351ab15d9))
409
410
411
412## [1.3.10](https://github.com/Anidetrix/rollup-plugin-styles/compare/v1.3.9...v1.3.10) (2020-03-27)
413
414
415### Bug Fixes
416
417* proper declaration file ([0b5502b](https://github.com/Anidetrix/rollup-plugin-styles/commit/0b5502bc9760905c9c33c08e43567797cc24ed84))
418
419
420
421## [1.3.9](https://github.com/Anidetrix/rollup-plugin-styles/compare/v1.3.8...v1.3.9) (2020-03-24)
422
423
424### Bug Fixes
425
426* **less:** add plugins to less loader options type ([8b502ef](https://github.com/Anidetrix/rollup-plugin-styles/commit/8b502efdd6dca8191a1a5cc1014f2351b05b7ce7))
427
428
429
430## [1.3.8](https://github.com/Anidetrix/rollup-plugin-styles/compare/v1.3.7...v1.3.8) (2020-03-24)
431
432
433### Performance Improvements
434
435* **runtime:** less operations ([7375fe7](https://github.com/Anidetrix/rollup-plugin-styles/commit/7375fe76541364431eab741eff77970a201d97da))
436
437
438
439## [1.3.7](https://github.com/Anidetrix/rollup-plugin-styles/compare/v1.3.6...v1.3.7) (2020-03-21)
440
441
442### Performance Improvements
443
444* **postcss:** less allocations ([c9ac3f5](https://github.com/Anidetrix/rollup-plugin-styles/commit/c9ac3f5b6672f917fdc7cff55042d58dd26264d8))
445
446
447
448## [1.3.6](https://github.com/Anidetrix/rollup-plugin-styles/compare/v1.3.5...v1.3.6) (2020-03-20)
449
450
451### Bug Fixes
452
453* **less:** use provided less in importer ([66f0fce](https://github.com/Anidetrix/rollup-plugin-styles/commit/66f0fcec291316887f0b6a892f49a3064e467607))
454
455
456
457## [1.3.5](https://github.com/Anidetrix/rollup-plugin-styles/compare/v1.3.4...v1.3.5) (2020-03-20)
458
459
460### Bug Fixes
461
462* **types:** fix less typings ([c129dec](https://github.com/Anidetrix/rollup-plugin-styles/commit/c129decfd12d98db5944dcae9a4ae8cbdf569e1c))
463
464
465
466## [1.3.4](https://github.com/Anidetrix/rollup-plugin-styles/compare/v1.3.3...v1.3.4) (2020-03-20)
467
468
469### Performance Improvements
470
471* **less:** less allocations in importer ([bf3710a](https://github.com/Anidetrix/rollup-plugin-styles/commit/bf3710a3b41f79a437548abdb0d80f319acaa430))
472
473
474
475## [1.3.3](https://github.com/Anidetrix/rollup-plugin-styles/compare/v1.3.2...v1.3.3) (2020-03-20)
476
477
478### Bug Fixes
479
480* **less:** remove less from bundle ([9dafe0a](https://github.com/Anidetrix/rollup-plugin-styles/commit/9dafe0a2e998cd7b311e8b0165b7a53e7111ec6c))
481
482
483
484## [1.3.2](https://github.com/Anidetrix/rollup-plugin-styles/compare/v1.3.1...v1.3.2) (2020-03-20)
485
486
487### Bug Fixes
488
489* **less:** fileManager inheritance ([aba12a4](https://github.com/Anidetrix/rollup-plugin-styles/commit/aba12a46968ce3882ede37cb7115c29893865850))
490
491
492
493## [1.3.1](https://github.com/Anidetrix/rollup-plugin-styles/compare/v1.2.6...v1.3.1) (2020-03-20)
494
495
496### Bug Fixes
497
498* **less:** fix importer ([7900186](https://github.com/Anidetrix/rollup-plugin-styles/commit/79001867cec230c900db2a1288016748a849b4f4))
499
500
501### Features
502
503* support partials and ~ in Less [@import](https://github.com/import) statements ([b4fbda5](https://github.com/Anidetrix/rollup-plugin-styles/commit/b4fbda5c0f93b0f23c3226c58fcb7dd21b26802f))
504
505
506
507## [1.2.6](https://github.com/Anidetrix/rollup-plugin-styles/compare/v1.2.5...v1.2.6) (2020-03-19)
508
509
510### Performance Improvements
511
512* relace import-cwd with resolve ([dd4310e](https://github.com/Anidetrix/rollup-plugin-styles/commit/dd4310e34f8bac1f1f6c471cc116a7a73b3ac2fb))
513
514
515
516## [1.2.5](https://github.com/Anidetrix/rollup-plugin-styles/compare/v1.2.4...v1.2.5) (2020-03-18)
517
518
519### Bug Fixes
520
521* respect rollup's sourcemap ([cc6ad34](https://github.com/Anidetrix/rollup-plugin-styles/commit/cc6ad3430caf42681a9f5030beb1b0566e4cce34))
522
523
524
525## [1.2.4](https://github.com/Anidetrix/rollup-plugin-styles/compare/v1.2.3...v1.2.4) (2020-03-18)
526
527
528### Bug Fixes
529
530* **deps:** more precise pkg versions ([403158c](https://github.com/Anidetrix/rollup-plugin-styles/commit/403158c4ba89428d002f07abc060fffbe7ffa95b))
531
532
533
534## [1.2.3](https://github.com/Anidetrix/rollup-plugin-styles/compare/v1.2.2...v1.2.3) (2020-03-18)
535
536
537### Bug Fixes
538
539* **path-utils:** fix relativePath ([e22ca71](https://github.com/Anidetrix/rollup-plugin-styles/commit/e22ca71b351b9a1232be66c80f4f8546ed7e9fce))
540
541
542
543## [1.2.2](https://github.com/Anidetrix/rollup-plugin-styles/compare/v1.2.1...v1.2.2) (2020-03-18)
544
545
546### Bug Fixes
547
548* **extract:** allow paths relative to cwd ([bdfc266](https://github.com/Anidetrix/rollup-plugin-styles/commit/bdfc266bd5c792fe01b93473747a44c03835c2ac))
549
550
551### Performance Improvements
552
553* **path:** unneded normalization ([df03c59](https://github.com/Anidetrix/rollup-plugin-styles/commit/df03c5969365390a8ac93b62e770ebee926f3de9))
554
555
556
557## [1.2.1](https://github.com/Anidetrix/rollup-plugin-styles/compare/v1.2.0...v1.2.1) (2020-03-17)
558
559
560### Bug Fixes
561
562* **options:** `use` type ([41884fb](https://github.com/Anidetrix/rollup-plugin-styles/commit/41884fb9674c06651003a0931ffd9aec7ce8b021))
563
564
565
566# [1.2.0](https://github.com/Anidetrix/rollup-plugin-styles/compare/v1.1.11...v1.2.0) (2020-03-17)
567
568
569### Features
570
571* **styles:** postcss plugins without require ([7db718f](https://github.com/Anidetrix/rollup-plugin-styles/commit/7db718f7e432b40e2c9965345e97e66fd4149a53))
572
573
574
575## [1.1.11](https://github.com/Anidetrix/rollup-plugin-styles/compare/v1.1.10...v1.1.11) (2020-03-16)
576
577
578### Bug Fixes
579
580* **readme:** tagline wording ([0a55020](https://github.com/Anidetrix/rollup-plugin-styles/commit/0a550205a2dd1e559aa1eda5ad42d4648e220ba5))
581
582
583
584## [1.1.10](https://github.com/Anidetrix/rollup-plugin-styles/compare/v1.1.9...v1.1.10) (2020-03-16)
585
586
587### Bug Fixes
588
589* **readme:** fix more links ([c4e6690](https://github.com/Anidetrix/rollup-plugin-styles/commit/c4e6690ccdcc3c3bd1e8b5874737f97fe12f1049))
590
591
592
593## [1.1.9](https://github.com/Anidetrix/rollup-plugin-styles/compare/v1.1.8...v1.1.9) (2020-03-16)
594
595
596### Bug Fixes
597
598* **readme:** fix links ([208c254](https://github.com/Anidetrix/rollup-plugin-styles/commit/208c25454f4762c908d9eb3a0d2a2d14b17eac81))
599
600
601
602## [1.1.8](https://github.com/Anidetrix/rollup-plugin-styles/compare/v1.1.7...v1.1.8) (2020-03-15)
603
604
605### Performance Improvements
606
607* **postcss:** less type checking ([5611655](https://github.com/Anidetrix/rollup-plugin-styles/commit/56116555c2bb67734b684fed3f91a272ab98aa50))
608* **sourcemap:** less operations ([178e2d4](https://github.com/Anidetrix/rollup-plugin-styles/commit/178e2d4c9f7662afc928d288ef43dd03fb704f1b))
609
610
611
612## [1.1.7](https://github.com/Anidetrix/rollup-plugin-styles/compare/v1.1.6...v1.1.7) (2020-03-15)
613
614
615### Performance Improvements
616
617* **project:** refactoring and optimizations ([d3405aa](https://github.com/Anidetrix/rollup-plugin-styles/commit/d3405aa7a445264a664d2246acc13b79c4ed68b5))
618
619
620
621## [1.1.6](https://github.com/Anidetrix/rollup-plugin-styles/compare/v1.1.5...v1.1.6) (2020-03-15)
622
623
624### Bug Fixes
625
626* **build:** add dependabot and dependency badge ([761e3ed](https://github.com/Anidetrix/rollup-plugin-styles/commit/761e3edabf842df7a91698a925b9df3c18ae0dd0))
627
628
629
630## [1.1.5](https://github.com/Anidetrix/rollup-plugin-styles/compare/v1.1.4...v1.1.5) (2020-03-14)
631
632
633### Bug Fixes
634
635* **ci:** do not release twice ([fc719f2](https://github.com/Anidetrix/rollup-plugin-styles/commit/fc719f2bc78b18896050f938e06dd1ad84011150))
636
637
638
639## [1.1.4](https://github.com/Anidetrix/rollup-plugin-styles/compare/v1.1.3...v1.1.4) (2020-03-14)
640
641
642### Bug Fixes
643
644* **node:** wrong supported version of Node.js ([3fb9f80](https://github.com/Anidetrix/rollup-plugin-styles/commit/3fb9f802d4d2acea67bb68b8e875142daab6ba80))
645
646
647
648## [1.1.3](https://github.com/Anidetrix/rollup-plugin-styles/compare/v1.1.2...v1.1.3) (2020-03-14)
649
650
651### Bug Fixes
652
653* **runtime:** working singleTag option ([5d6a5c8](https://github.com/Anidetrix/rollup-plugin-styles/commit/5d6a5c8d3f6e88130150b721d2ec9ef8adfb687b))
654
655
656
657## [1.1.2](https://github.com/Anidetrix/rollup-plugin-styles/compare/v1.1.1...v1.1.2) (2020-03-13)
658
659
660### Performance Improvements
661
662* **styles:** do not call path.join twice ([272bb8b](https://github.com/Anidetrix/rollup-plugin-styles/commit/272bb8b61154f804c20f20d5854d836d3359721c))
663
664
665
666## [1.1.1](https://github.com/Anidetrix/rollup-plugin-styles/compare/v1.1.0...v1.1.1) (2020-03-13)
667
668
669### Bug Fixes
670
671* **styles:** clean dist ([511ea8d](https://github.com/Anidetrix/rollup-plugin-styles/commit/511ea8deda62bc9c3e75657292b293ab7bf24f5e))
672
673
674
675# [1.1.0](https://github.com/Anidetrix/rollup-plugin-styles/compare/v1.0.5...v1.1.0) (2020-03-13)
676
677
678### Bug Fixes
679
680* **styles:** fix CSS injector ([f4ccef4](https://github.com/Anidetrix/rollup-plugin-styles/commit/f4ccef46cf309c2e2af05dbeedbe1474fd561503))
681
682
683### Features
684
685* **styles:** add singleTag option for CSS injection ([b7e4ca8](https://github.com/Anidetrix/rollup-plugin-styles/commit/b7e4ca8d5f85d62b5fbe6ecf0029646392509228))
686
687
688### Performance Improvements
689
690* **styles:** small CSS injector optimization ([fbdd413](https://github.com/Anidetrix/rollup-plugin-styles/commit/fbdd413fb408f9a90557c524639bda135de0742b))
691
692
693
694## 1.0.5 (2020-03-13)