Releases: webpack/css-loader
Releases · webpack/css-loader
v0.28.9
17 Jan 13:27
Compare
Sorry, something went wrong.
No results found
v0.28.8
05 Jan 06:27
Compare
Sorry, something went wrong.
No results found
Bug Fixes
loader: correctly check if source map is undefined
(#641 ) (0dccfa9 )
proper URL escaping and wrapping (url()
) (#627 ) (8897d44 )
v0.28.7
30 Aug 21:19
Compare
Sorry, something went wrong.
No results found
Bug Fixes
pass resolver to localsLoader
(options.alias
) (#601 ) (8f1b57c )
v0.28.6
30 Aug 17:21
Compare
Sorry, something went wrong.
No results found
Bug Fixes
add support for aliases starting with /
(options.alias
) (#597 ) (63567f2 )
v0.28.5
17 Aug 08:17
Compare
Sorry, something went wrong.
No results found
v0.28.4
30 May 01:14
Compare
Sorry, something went wrong.
No results found
Bug Fixes
preserve leading underscore in class names (#543 ) (f6673c8 )
v0.28.3
25 May 20:37
Compare
Sorry, something went wrong.
No results found
v0.28.2
22 May 06:47
Compare
Sorry, something went wrong.
No results found
v0.28.1
02 May 07:19
Compare
Sorry, something went wrong.
No results found
Bug Fixes
allow to specify a full hostname as a root URL (#521 ) (06d27a1 )
case insensitivity of @import
(#514 ) (de4356b )
don't handle empty @import
and url()
(#513 ) (868fc94 )
imported variables are replaced in exports if followed by a comma (#504 ) (956bad7 )
loader now correctly handles url
with space(s) (#495 ) (534ea55 )
url with a trailing space is now handled correctly (#494 ) (e1ec4f2 )
use btoa
instead Buffer
(#501 ) (fbb0714 )
Performance Improvements
generate source maps only when explicitly set (#478 ) (b8f5c8f )
v0.27.0
10 Mar 05:38
Compare
Sorry, something went wrong.
No results found
Bug Fixes
sourcemaps: use abs paths & remove sourceRoot (c769ac3 )
minimizeOptions
should be query.minimize
! (16c0858 )
do not export duplicate keys (#420 ) (a2b85d7 )
Features
allow removal of original class name (#445 ) (3f78361 )
Include the sourceMappingURL & sourceURL when toString() (6da7e90 )