The dependency style-loader was updated from 0.23.1 to 1.0.0.
This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
The dependency style-loader was updated from
0.23.1
to1.0.0
.This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Publisher: evilebottnawi License: MIT
Release Notes for v1.0.0
1.0.0 (2019-08-06)
Bug Fixes
Features
injectType
option (e2664e9)text/css
from style and link element (#399) (b0187d6)BREAKING CHANGES
8.9.0
wepback
version is4.0.0
convertToAbsoluteUrls
option was removed, you don't need this anymoreattrs
option was renamed to theattributes
optiontransform
option was removed without replacementhmr
option was removed,webpack
automatically inject HMR code when it is required (when theHotModuleReplacementPlugin
plugin was used)sourceMap
option was removed. The loader automatically inject source maps if the previous loader emit themref
/unref
api methods were removed foruseable
loader, please use theuse
/unuse
api methodsstyle-loader/url
loader was removed in favorinjectType
option (look the documentation about theinjectType
option)style-loader/useable
loader was removed in favorinjectType
option (look the documentation about theinjectType
option)singleton
option was removed (look documentation about theinjectType
option)insertAt
option was removed in favor theinsert
option (look the documentation about theinsert
option and examples)insertInto
options was removed in favor theinsert
option (look the documentation about theinsert
option and examples)Commits
The new version differs by 45 commits.
2c41858
chore(release): 1.0.0
157f08f
docs: fix typo
attirbutes
→attributes
(#421)2098767
docs: clarify linkTag (#420)
f026429
fix: restore original hot reloading behaviour for locals (#419)
f4cf0d2
refactor: restore hmr for lazy styles after refactor (#418)
3824f83
docs: improve (#417)
1a410df
test: lazy css modules (#416)
8695682
docs: note about source maps in singleton mode (#415)
911b10b
docs: note about source maps in singleton mode (#414)
0bb8ded
refactor:
insert
option (#413)b7ed255
refactor: runtime code (#412)
ad82d5b
docs: fix typo (#411)
c9beb0f
docs: example for
nonce
usage (#410)b6d39f5
refactor: removed
ref
andunref
api for useable loader (#409)7c693d6
refactor: code (#408)
There are 45 commits in total.
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: