Skip to content

Releases: webpack-contrib/style-loader

v1.0.1

28 Nov 12:10
Compare
Choose a tag to compare

1.0.1 (2019-11-28)

Bug Fixes

  • compatibility linkTag with ES module syntax (#429) (2cdb9c3)

v1.0.0

06 Aug 09:51
Compare
Choose a tag to compare

1.0.0 (2019-08-06)

Bug Fixes

Features

  • new injectType option (e2664e9)
  • remove type text/css from style and link element (#399) (b0187d6)

BREAKING CHANGES

  • minimum required Node.js version is 8.9.0
  • minimum require wepback version is 4.0.0
  • the convertToAbsoluteUrls option was removed, you don't need this anymore
  • the attrs option was renamed to the attributes option
  • the transform option was removed without replacement
  • the hmr option was removed, webpack automatically inject HMR code when it is required (when the HotModuleReplacementPlugin plugin was used)
  • the sourceMap option was removed. The loader automatically inject source maps if the previous loader emit them
  • the ref/unref api methods were removed for useable loader, please use the use/unuse api methods
  • the style-loader/url loader was removed in favor injectType option (look the documentation about the injectType option)
  • the style-loader/useable loader was removed in favor injectType option (look the documentation about the injectType option)
  • the singleton option was removed (look documentation about the injectType option)
  • the insertAt option was removed in favor the insert option (look the documentation about the insert option and examples)
  • the insertInto options was removed in favor the insert option (look the documentation about the insert option and examples)

v0.23.1

08 Oct 13:43
Compare
Choose a tag to compare

2018-10-08

Bug Fixes

  • addStyles: support exports of transpiled transforms (options.transform) (#333) (33aebed)

v0.23.0

27 Aug 17:26
Compare
Choose a tag to compare

2018-08-27

Features

  • useable: add insertInto support (options.insertInto) (#341) (2588aca)

v0.22.1

08 Aug 15:01
Compare
Choose a tag to compare

2018-08-08

Bug Fixes

  • addStyles: use var instead of const (IE fix) (#338) (1ca12ab)

v0.22.0

07 Aug 13:22
Compare
Choose a tag to compare

2018-08-07

Bug Fixes

  • insertInto and insertAt collaboration (#325) (c7d8fec)

Features

v0.21.0

18 Apr 17:12
Compare
Choose a tag to compare

2018-04-18

Features

v0.20.3

09 Mar 11:41
Compare
Choose a tag to compare

2018-03-09

Bug Fixes

  • package: update schema-utils v0.4.3...0.4.5 (dependencies) (#308) (9455888)

v0.20.2

15 Feb 20:46
Compare
Choose a tag to compare

2018-02-15

Bug Fixes

v0.20.1

26 Jan 21:23
Compare
Choose a tag to compare

2018-01-26

Bug Fixes