Update dependency babel-plugin-named-asset-import to ^0.3.0 #50
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.
This PR contains the following updates:
^0.2.2
->^0.3.0
Release Notes
facebook/create-react-app (babel-plugin-named-asset-import)
v0.3.8
Compare Source
v0.3.7
Compare Source
v0.3.6
Compare Source
v0.3.5
Compare Source
v0.3.4
Compare Source
v0.3.3
Compare Source
v0.3.2
Compare Source
v0.3.1
Compare Source
0.3.1 (September 2, 2016)
Build Dependency (
react-scripts
)Migrating from 0.3.0 to 0.3.1
Inside any created project that has not been ejected, run:
v0.3.0
Compare Source
0.3.0 (September 1, 2016)
Build Dependency (
react-scripts
)src
directory. (@fson in #504)<link href>
inindex.html
will now be correctly resolved, so deletingfavicon.ico
is not an error anymore. (@andreypopp in #428)<div ref={node => this.node = node}>
. (@mrscobbler in #529)react-constant-elements
Babel transform because of its bugs. (@gaearon in #534)Global CLI (
create-react-app
).idea
folder, which is necessary for future WebStorm integration. (@denofevil in #522)Migrating from 0.2.3 to 0.3.0
You may optionally update the global command (it’s not required):
Inside any created project that has not been ejected, run:
Breaking Change
Now
favicon.ico
is not treated specially anymore.If you use it, move it to
src
and add the following line to<head>
in your HTML:New Feature
Since 0.3.0 added a test runner, we recommend that you add it to the
scripts
section of yourpackage.json
like this:Then read the testing guide to learn more about using it!
v0.2.3
Compare Source
0.2.3 (August 25, 2016)
Build Dependency (
react-scripts
)async
andawait
syntax. (@gaearon in #327, @fson in #332).webp
extension are now supported. (@gafemoyano in #458)package.json
. (@wdhorton in #477)Migrating from 0.2.2 to 0.2.3
Update
react-scripts
to point to0.2.3
in yourpackage.json
and runnpm install
. You shouldn’t need to do anything else.Newly created projects will use
0.2.3
automatically. You don’t need to update the globalcreate-react-app
CLI itself. It stays at0.2.0
for now because it doesn’t have any changes.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.