Skip to content

Releases: webpack-contrib/style-loader

v0.20.0

26 Jan 20:37
Compare
Choose a tag to compare

2018-01-26

Bug Fixes

  • addStyles: check if HTMLIFrameElement exist (#296) (9b46128)
  • index: enable HMR in case locals (css-modules) are unchanged (#298) (3a4cb53)
  • options: add transform option validation ({String}) (23c3567)
  • options: support passing a {Function} (options.insertInto) (e0c4b19)

Features

  • support passing a {Function} (options.insertInto) (#279) (0eb8fe7)

v0.19.1

14 Dec 09:30
Compare
Choose a tag to compare

2017-12-14

Bug Fixes

  • addStyles: correctly check singleton behavior when {Boolean} (options.singleton) (#285) (2bfc93e)

v0.19.0

03 Oct 11:41
Compare
Choose a tag to compare

2017-10-03

Features

  • add option to enable/disable HMR (options.hmr) (#264) (378e906)
  • add support for iframes (options.insertInto) (#248) (25e8e89)
  • support 'before' insertions (options.insertAt) (#253) (67120f8)

v0.18.2

05 Jun 08:07
Compare
Choose a tag to compare

2017-06-05

Bug Fixes

  • url: use loaderUtils.stringifyRequest to avoid invalidating hashes due to absolute paths (#242) (97508ec)
  • Add null check to removeStyleElement (#245) (0a4845c)

v0.18.1

23 May 13:50
Compare
Choose a tag to compare

2017-05-23

Bug Fixes

v0.18.0

22 May 06:45
Compare
Choose a tag to compare

2017-05-22

Bug Fixes

  • stringify the options.transform request (#230) (5888095)

Features

v0.17.0

01 May 18:52
Compare
Choose a tag to compare

2017-05-01

Features

v0.16.1

28 Mar 13:29
Compare
Choose a tag to compare

2017-03-28

Bug Fixes

v0.16.0

22 Mar 13:45
Compare
Choose a tag to compare

2017-03-22

Bug Fixes

  • addStyles: update for test for old IE versions (#196) (1f68495)

Features

  • Set custom attributes for tag in url mode (#198) (2c4f427)

v0.15.0

21 Mar 02:23
Compare
Choose a tag to compare

2017-03-21

Bug Fixes

  • match parens recursively on URLs to not fix embeded calls (#192) (71e0908)

Features