1.0.11 (2017-08-09)
🐛 Bug Fix
-
create-react-app
-
#2884 Improve offline heuristic for proxied environments. (@bsyk)
When a Yarn proxy is set, we will check its connectivity if we cannot reach Yarn's registry. This is often the case when DNS lookups must be made through the proxy.
-
#2853 Allow use of scoped packages with a pinned version. (@wileybenet)
-
-
react-dev-utils
-
react-dev-utils
,react-scripts
-
react-scripts
- #2806 Fix SockJS version compatibility. (@christianbundy)
-
#2738 Fix Jest
node
file resolution. (@mostafah)
💅 Enhancement
-
react-scripts
-
#2818 Allow sourcemaps to be disabled. (@viankakrisna)
As applications grow more complex, it is possible webpack may run out of memory while generating source maps. They may now be disabled by setting
GENERATE_SOURCEMAP=false
. -
#2913 Allow flags to be passed to node when running
react-scripts
. (@koistya) -
#2747 Simplify webpack configuration using
Rule.oneOf
. (@Furizaa)
-
-
react-dev-utils
,react-scripts
-
#2468 Allow importing
package.json
. (@iamdoron) - #2650 Make UglifyJS error friendlier. (@viankakrisna)
-
#2468 Allow importing
-
create-react-app
- #2785 Change error wording and list conflicting files when initializing app. (@OwenFlood)
-
react-dev-utils
-
eslint-config-react-app
,react-scripts
-
#2735 Upgrade to
eslint@4
. (@trungdq88)
-
#2735 Upgrade to
-
eslint-config-react-app
-
#2701 Set
allowTaggedTemplates
to true (eslint). (@denkristoffer)
-
#2701 Set
📝 Documentation
- Other
- #2728 Add Electrode to alternatives. (@animesh10)
- #2788 Update link for motion. (@viankakrisna)
- #2697 Fix env list ordering. (@alexeyraspopov)
-
react-dev-utils
-
#2798 Update note about
webpackHotDevClient
support. (@ForbesLindesay)
-
#2798 Update note about
-
react-scripts
-
babel-preset-react-app
- #2732 Update link to issue blocking JSX hoisting. (@ForbesLindesay)
🏠 Internal
-
create-react-app
,eslint-config-react-app
,react-dev-utils
,react-error-overlay
,react-scripts
-
eslint-config-react-app
- #2718 Re-enable flowtype warning. (@oskarkook)
- Other
-
react-scripts
- #2873 Use template strings. (@monkindey)
Committers: 26
- 864907600cc (ccloli)
- Ade Viankakrisna Fadlil (viankakrisna)
- Alexey Raspopov (alexeyraspopov)
- Andreas Hoffmann (Furizaa)
- Animesh Dutta (animesh10)
- Ben Sykes (bsyk)
- Christian Bundy (christianbundy)
- Dan Abramov (gaearon)
- Dan Ristea (danrr)
- Danny Ho (hodanny)
- Forbes Lindesay (ForbesLindesay)
- Joe Haddad (Timer)
- Jon Crenshaw (jdcrensh)
- Kiho · Cham (monkindey)
- Konstantin Tarkus (koistya)
- Kristoffer (denkristoffer)
- Mostafa Hajizadeh (mostafah)
- Oskar Köök (oskarkook)
- Owen Flood (OwenFlood)
- Stéphane Goetz (onigoetz)
- Trygve Aaberge (trygveaa)
- Wiley Bennett (wileybenet)
- iamdoron
- themre
- zeel (zeel)
- Đinh Quang Trung (trungdq88)
Migrating from 1.0.10 to 1.0.11
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@1.0.11
or
yarn add --exact react-scripts@1.0.11