Skip to content

Releases: webpack/css-loader

v0.28.1

02 May 07:19

Choose a tag to compare

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 instead Buffer (#501) (fbb0714)

Performance Improvements

  • generate source maps only when explicitly set (#478) (b8f5c8f)

v0.27.0

10 Mar 05:38

Choose a tag to compare

2017-03-10

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)

v0.26.4

09 Mar 16:51

Choose a tag to compare

2017-03-08

Bug Fixes

v0.26.2

24 Feb 16:48

Choose a tag to compare

2017-02-24

Bug Fixes

  • package: fix loader util deprecation warning (#428) (f8cdaca)

v0.26.1

02 Dec 16:39

Choose a tag to compare

  • Allow a custom getLocalIdent function to generate classnames based on a different schema (#357).

v0.26.0

17 Nov 14:43

Choose a tag to compare

  • Disabled automatic removal of vendor prefixes, since this caused many issues (#281).
  • Updated dependencies.