Skip to content

Releases: webpack-contrib/style-loader

v2.0.0

09 Oct 11:14
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 10.13.0
  • the esModule option is true by default, you need to change const locals = require('./styles.css')/require('./styles.css') on import locals from './styles.css'/import './styles.css'' (#489) (727a24d)
  • removed support for loaders returning String instead of Array (#491) (7a0ce4c)

⚠ NOTICE

To avoid problems between style-loader and mini-css-extract-plugin because of changing the esModule option to true by default we strongly recommend upgrading mini-css-extract-plugin to 1.0.0 version.

v1.3.0

03 Oct 15:51
Compare
Choose a tag to compare

1.3.0 (2020-10-03)

Features

Bug Fixes

v1.2.1

28 Apr 13:33
Compare
Choose a tag to compare

1.2.1 (2020-04-28)

Bug Fixes

  • hot module replacement logic for lazy type (#468) (88a5c2b)

v1.2.0

24 Apr 12:29
Compare
Choose a tag to compare

1.2.0 (2020-04-24)

Features

  • hot module replacement for css modules (6d14e0a)

v1.1.4

15 Apr 16:38
Compare
Choose a tag to compare

1.1.4 (2020-04-15)

Chore

  • update deps

v1.1.3

17 Jan 15:17
Compare
Choose a tag to compare

1.1.3 (2020-01-17)

Bug Fixes

v1.1.2

25 Dec 12:59
Compare
Choose a tag to compare

1.1.2 (2019-12-25)

Bug Fixes

  • algorithm for importing modules (#449) (91ceaf2)
  • checking that the list of modules is an array (#448) (1138ed7)

v1.1.1

20 Dec 14:28
Compare
Choose a tag to compare

1.1.1 (2019-12-20)

Bug Fixes

  • add empty default export for linkTag value (7ee8b04)

v1.1.0

20 Dec 13:27
Compare
Choose a tag to compare

Features

Bug Fixes

v1.0.2

17 Dec 12:39
Compare
Choose a tag to compare

1.0.2 (2019-12-17)

Bug Fixes