Skip to content

Releases: webpack-contrib/css-loader

v6.7.3

14 Dec 15:04
Compare
Choose a tag to compare

6.7.3 (2022-12-14)

Bug Fixes

v6.7.2

13 Nov 16:03
Compare
Choose a tag to compare

6.7.2 (2022-11-13)

Bug Fixes

  • css modules generation with inline syntax (#1480) (2f4c273)

v6.7.1

08 Mar 12:27
Compare
Choose a tag to compare

6.7.1 (2022-03-08)

Bug Fixes

v6.7.0

04 Mar 10:56
Compare
Choose a tag to compare

6.7.0 (2022-03-04)

Features

v6.6.0

02 Feb 10:47
Compare
Choose a tag to compare

6.6.0 (2022-02-02)

Features

  • added the hashStrategy option (ca4abce)

v6.5.1

03 Nov 19:31
Compare
Choose a tag to compare

6.5.1 (2021-11-03)

Bug Fixes

  • regression with unicode characters in locals (b7a8441)
  • runtime path generation (#1393) (feafea8)

v6.5.0

26 Oct 16:07
Compare
Choose a tag to compare

6.5.0 (2021-10-26)

Features

  • support absolute URL in url() when experiments.buildHttp enabled (#1389) (8946be4)

Bug Fixes

  • respect nosources in the devtool option (c60eff2)

v6.4.0

09 Oct 12:41
Compare
Choose a tag to compare

6.4.0 (2021-10-09)

Features

  • generate more collision resistant for locals (c7db752)

Bug Fixes

  • classes generation for client and server bundling (303a3a1)

v6.3.0

18 Sep 19:01
Compare
Choose a tag to compare

6.3.0 (2021-09-18)

Features

  • added [folder] placeholder (a0dee4f)
  • added the exportType option with 'array', 'string' and 'css-style-sheet' values (c6d2066)
    • 'array' - the default export is Array with API for style-loader and other
    • 'string' - the default export is String you don't need to-string-loader loader anymore
    • 'css-style-sheet' - the default export is a constructable stylesheet, you can use import sheet from './styles.css' assert { type: 'css' }; like in a browser, more information you can find here
  • supported supports() and layer() functions in @import at-rules (#1377) (bce2c17)
  • fix multiple merging multiple @media at-rules (#1377) (bce2c17)

Bug Fixes

v6.2.0

19 Jul 20:14
Compare
Choose a tag to compare

6.2.0 (2021-07-19)

Features

  • allow the exportLocalsConvention option can be a function useful for named export (#1351) (3c4b357)