7.9 KiB
7.9 KiB
Change Log
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.0.1 (2018-10-29)
Bug Fixes
1.0.0 (2018-07-06)
BREAKING CHANGES
- remove
minimize
option, usepostcss-loader
withcssnano
or useoptimize-cssnano-plugin
plugin - remove
module
option, usemodules
option instead - remove
camelcase
option, usecamelCase
option instead - remove
root
option, usepostcss-loader
withpostcss-url
plugin - remove
alias
option, useresolve.alias
feature or usepostcss-loader
withpostcss-url
plugin - update
postcss
to6
version - minimum require
nodejs
version is6.9
- minimum require
webpack
version is4
0.28.11 (2018-03-16)
Bug Fixes
0.28.10 (2018-02-22)
Bug Fixes
0.28.9 (2018-01-17)
Bug Fixes
0.28.8 (2018-01-05)
Bug Fixes
- loader: correctly check if source map is
undefined
(#641) (0dccfa9) - proper URL escaping and wrapping (
url()
) (#627) (8897d44)
0.28.7 (2017-08-30)
Bug Fixes
0.28.6 (2017-08-30)
Bug Fixes
0.28.5 (2017-08-17)
Bug Fixes
- match mutliple dashes (
options.camelCase
) (#556) (1fee601) - stricter
[@import](https://github.com/import)
tolerance (#593) (2e4ec09)
0.28.4 (2017-05-30)
Bug Fixes
0.28.3 (2017-05-25)
Bug Fixes
0.28.2 (2017-05-22)
Bug Fixes
0.28.1 (2017-05-02)
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
insteadBuffer
(#501) (fbb0714)
Performance Improvements
0.28.0 (2017-03-30)
Features
0.27.3 (2017-03-13)
0.27.2 (2017-03-12)
0.27.1 (2017-03-10)
0.27.0 (2017-03-10)
Bug Fixes
- sourcemaps: use abs paths & remove sourceRoot (c769ac3)
minimizeOptions
should bequery.minimize
! (16c0858)- do not export duplicate keys (#420) (a2b85d7)