Skip to content

Releases: webpack-contrib/css-loader

v3.5.0

06 Apr 16:56
Compare
Choose a tag to compare

3.5.0 (2020-04-06)

Features

  • accept semver compatible postcss AST (#1049) (14c4faa)
  • allow to determinate css modules using the modules.auto option, please look at an example of how you can simplify the configuration. (#1067) (c673cf4)
  • the modules.exportGlobals option for export global classes and ids (#1069) (519e5f4)
  • the modules.mode option may be a function (#1065) (0d8ac3b)

v3.4.2

10 Jan 17:07
Compare
Choose a tag to compare

3.4.2 (2020-01-10)

Bug Fixes

v3.4.1

03 Jan 15:38
Compare
Choose a tag to compare

3.4.1 (2020-01-03)

Bug Fixes

  • do not output undefined when sourceRoot is unavailable (#1036) (ded2a79)
  • don't output invalid es5 code when locals do not exists (#1035) (b60e62a)

v3.4.0

17 Dec 14:05
Compare
Choose a tag to compare

3.4.0 (2019-12-17)

Features

Bug Fixes

  • logic for order and media queries for imports (#1018) (65450d9)

v3.3.2

12 Dec 16:49
Compare
Choose a tag to compare

3.3.2 (2019-12-12)

Bug Fixes

  • logic for order and media queries for imports (1fb5134)

v3.3.1

12 Dec 14:40
Compare
Choose a tag to compare

3.3.1 (2019-12-12)

Bug Fixes

  • better handling url functions and an url in @import at-rules
  • reduce count of require (#1014) (e091d27)

v3.3.0

09 Dec 16:15
Compare
Choose a tag to compare

3.3.0 (2019-12-09)

Features

Bug Fixes

v3.2.1

03 Dec 15:11
Compare
Choose a tag to compare

3.2.1 (2019-12-02)

Bug Fixes

  • add an additional space after the escape sequence (#998) (0961304)
  • compatibility with ES modules syntax and hash in url function (#1001) (8f4d6f5)

v3.2.0

06 Aug 13:04
Compare
Choose a tag to compare

Bug Fixes

  • replace . characters in localIndent to - character (regression) (#982) (967fb66)

Features

  • support es modules for assets loader (#984) (9c5126c)

v3.1.0

18 Jul 10:27
Compare
Choose a tag to compare

3.1.0 (2019-07-18)

Bug Fixes

  • converting all (including reserved and control) filesystem characters to - (it was regression in 3.0.0 version) (#972) (f51859b)
  • default context should be undefined instead of null (#965) (9c32885)

Features

  • allow modules.getLocalIdent to return a falsy value (#963) (9c3571c)
  • improved validation error messages (65e4fc0)