-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update style-loader to the latest version 🚀 #66
Open
greenkeeper
wants to merge
2
commits into
master
Choose a base branch
from
greenkeeper/style-loader-1.0.0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
|
|
|
|
|
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The devDependency 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. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴