Releases: facebook/create-react-app
v1.0.14
1.0.14 (September 26, 2017)
π Bug Fix
-
react-dev-utils
-
react-error-overlay
π Enhancement
-
react-dev-utils
π Documentation
-
Other
- #3163 Add link to active CSS modules discussion. (@NeekSandhu)
-
react-scripts
-
#2908 Note that class fields have progressed to stage 3. (@rickbeerendonk)
-
#3160 Update unclear wording in webpack configuration (file loader section). (@kristiehoward)
-
-
eslint-config-react-app
π Internal
-
react-scripts
-
#2989 Update install template to match accessibility guidelines. (@davidleger95)
-
react-error-overlay
-
create-react-app
,react-dev-utils
,react-error-overlay
,react-scripts
-
#3058 Re-run prettier for all files and pin the version. (@viankakrisna)
-
#3107 Run CI on
npm@^4
. (@viankakrisna)
-
Committers: 12
- Ade Viankakrisna Fadlil (viankakrisna)
- David Leger (davidleger95)
- Joe Haddad (Timer)
- Jon Crenshaw (jdcrensh)
- Kristie Howard (kristiehoward)
- Luca (duvet86)
- Neek Sandhu (NeekSandhu)
- Nik Nyby (nikolas)
- Rasmus Eneman (Pajn)
- Rick Beerendonk (rickbeerendonk)
- Sophie Alpert (sophiebits)
- gulderov
Migrating from 1.0.13 to 1.0.14
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@1.0.14
or
yarn add --exact react-scripts@1.0.14
v1.0.13
1.0.13 (September 2, 2017)
π Bug Fix
-
react-error-overlay
- #3051 Fix case-sensitivity issue with upgrading the package version. (@tharakawj)
-
react-dev-utils
-
react-scripts
- #3046 Fix crash in development mode on IE11. (@tharakawj)
π Enhancement
-
react-scripts
- #3033 Add an empty mock for
child_process
to let some libraries compile. (@McFlurriez)
- #3033 Add an empty mock for
π Internal
-
react-dev-utils
,react-error-overlay
- #3028 Make error overlay filename configurable. (@jaredpalmer)
Committers: 4
- Anthony (McFlurriez)
- Erik J. Sturcke (esturcke)
- Jared Palmer (jaredpalmer)
- Tharaka Wijebandara (tharakawj)
Migrating from 1.0.12 to 1.0.13
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@1.0.13
or
yarn add --exact react-scripts@1.0.13
v1.0.12
1.0.12 (August 28, 2017)
π Bug Fix
-
react-error-overlay
-
react-dev-utils
π Enhancement
-
react-scripts
- #2917 Optimize the size of default favicon. (@sylvainbaronnet)
π Documentation
-
react-scripts
-
react-dev-utils
π Internal
-
react-error-overlay
,react-scripts
- #2991 Update
babel-runtime
dependency (@christophehurpeau)
- #2991 Update
-
react-dev-utils
,react-error-overlay
,react-scripts
- #2515 Convert
react-error-overlay
to React (@tharakawj)
- #2515 Convert
Committers: 9
- Christophe Hurpeau (christophehurpeau)
- Dan Abramov (gaearon)
- Ekaterina Prigara (prigara)
- Joe Haddad (Timer)
- Pier-Luc Gendreau (Zertz)
- Sylvain Baronnet (sylvainbaronnet)
- Tharaka Wijebandara (tharakawj)
- Thomas Bassetto (tbassetto)
- Yann Pringault (Kerumen)
Migrating from 1.0.11 to 1.0.12
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@1.0.12
or
yarn add --exact react-scripts@1.0.12
v1.0.11
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
v1.0.10
1.0.10 (June 29, 2017)
π Bug Fix
-
react-dev-utils
-
create-react-app
- #2683 Fix a typo. (@BenBrostoff)
π Documentation
-
README
- #2402 Added
gluestick
to the alternatives section. (@JoeCortopassi)
- #2402 Added
Committers: 5
- Ben Brostoff (BenBrostoff)
- Forbes Lindesay (ForbesLindesay)
- Joe Haddad (Timer)
- Patrick Hooper (pdhoopr)
- JoeCortopassi
Migrating from 1.0.9 to 1.0.10
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@1.0.10
or
yarn add --exact react-scripts@1.0.10
v1.0.9
1.0.9 (June 29, 2017)
π Bug Fix
π Documentation
-
react-scripts
- #2679 Fix minor typo. (@dbanck)
- #2666 Add more info about Apache client side routing. (@viankakrisna)
- #2671 Add JSON and CSS to Prettier instructions. (@jbovenschen)
π Internal
Committers: 5
- Ade Viankakrisna Fadlil (viankakrisna)
- Dan Abramov (gaearon)
- Daniel Banck (dbanck)
- Jaco Bovenschen (jbovenschen)
- Joe Haddad (Timer)
Migrating from 1.0.8 to 1.0.9
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@1.0.9
or
yarn add --exact react-scripts@1.0.9
v1.0.8
1.0.8 (June 28, 2017)
π Bug Fix
-
react-scripts
- #2550 Fix Node 8 compatibility. (@josephfrazier)
- #2610 Fix sourcemap directory organization on Windows. (@plusCubed)
- #2596 Fix an issue with minifying emojis. (@viankakrisna)
- #2501 Fix incorrect check if
CI
variable is set to true. (@varnav) - #2432 In new projects, don't register service worker for projects using
PUBLIC_URL
for CDN. (@jeffposnick) - #2470 In new projects, prioritize
index.css
overApp.css
. (@bryankang)
-
react-dev-utils
- #2405 Fix detection of parent directory in
ModuleScopePlugin
. (@diligiant) - #2562 Fix eject command output. (@paweljedrzejczyk)
- #2405 Fix detection of parent directory in
π Enhancement
-
react-scripts
- #2648 Warn about large bundle sizes. (@gaearon)
- #2511 Support
.web.js
extension for React Native Web. (@mini-eggs) - #2645 Hide confusing "Skipping static resource" message. (@gaearon)
- #2389 Silence unnecessary warning from Babel. (@gaearon)
- #2429 Update
sw-precache-webpack-plugin
to lastest version. (@goldhand) - #2600 Add empty mock for
dgram
Node module. (@micopiira) - #2458 Add names to module factories in development. (@Zaccc123)
- #2551 In new projects, unregister service worker and force reload if
service-worker.js
is not found. (@ro-savage)
-
babel-preset-react-app
,react-dev-utils
,react-scripts
-
create-react-app
,react-scripts
-
react-dev-utils
- #2637 Auto-detect Brackets editor from error overlay. (@petetnt)
- #2552 Auto-detect running editor on Windows for error overlay. (@levrik)
- #2622 Support opening PhpStorm for error overlay. (@miraage)
- #2414 Support opening WebStorm 2017+ from error overlay. (@wirmar)
- #2518 Warn when trying to run on port below 1024 without admin permissions under Linux/macOS. (@levrik)
- #2385 Suggest just
yarn build
in output. (@gaearon)
-
create-react-app
- #1945 Fix grammar in CLI output. (@ColinEberhardt)
π Documentation
-
User Guide
- #2662 Local testing docker links. (@EnoahNetzach)
- #2660 Minor code style edits to user guide. (@gaearon)
- #2656 Don't ask to install webpack for using Styleguidist. (@gaearon)
- #1641 Add instructions to use
source-map-explorer
. (@gr33nfury) - #2044 Add React Styleguidist. (@sapegin)
- #2006 Added instruction on how to install Prettier. (@MrHus)
- #1813 Fix grammar. (@iheng)
- #2060 Add more info about OOM build failiure [docs]. (@GAumala)
- #2305 Update docs with WebSocket proxy information. (@jamesblight)
- #2445 Document
REACT_EDITOR
environment variable. (@wirmar) - #2362 Add yarn example under "Installing a Dependency". (@BrianDGLS)
- #2423 Add docs for setting up CircleCI for CRA. (@knowbody)
- #2427 Added link to tutorial on code splitting. (@jayair)
- #2447 Fix wrong comment on Proxy guide. (@hellowin)
- #2538 Fix broken link to a tutorial. (@romanyanke)
- #2522 Flow init to run as command not flag. (@khanglu)
- #2521 Fix broken link to Storybook docs. (@shilman)
- #2500 Fix minor typo. (@AlexxNica)
- #2331 Re-add storybook && update the documentation and links. (@ndelangen)
- #2454 Update Travis CI Node versions in User Guide. (@ryansully)
- #2420 Fix typo. (@ruskakimov)
- #2392 Update
jest-enzyme
section. (@luftywiranda13)
-
README
π Internal
-
Other
- #2465 Update Prettier to v1. (@ianschmitz)
- #2489 chore(templates): Move GitHub templates to hidden .github folder. (@glennreyes)
- #2400 Added cache clear to e2e scripts. (@ro-savage)
- #2397 Fix command in e2e-kitchensink.sh cleanup. (@ro-savage)
- #2388 Fix wrong path expansion in end-to-end test. (@gaearon)
- #2387 Catch "No tests found" during CI. (@EnoahNetzach)
-
react-scripts
- #2408 E2E testing enhancements. (@EnoahNetzach)
- [#2430](https...
v1.0.7
1.0.7 (May 27, 2017)
π Bug Fix
-
react-scripts
- #2382 Consistently set environment variables. (@gaearon)
- #2379 Temporarily disable
comparisons
feature in uglify compression. (@davidascher)
π Enhancement
-
react-scripts
-
react-dev-utils
,react-scripts
- #2361 Print file sizes with correct build folder path. (@fezhengjin)
π Documentation
-
react-scripts
- #2372 Update README.md for
now
deployments. (@purplecones) - #2350 Fix broken links. (@gaearon)
- #2372 Update README.md for
Committers: 6
- Dan Abramov (gaearon)
- David Ascher (davidascher)
- Emanuele Ingrosso (ingro)
- Jin Zheng (fezhengjin)
- Mirza Joldic (purplecones)
- Zac Kwan (Zaccc123)
Migrating from 1.0.6 to 1.0.7
Inside any created project that has not been ejected, run:
npm install --save-dev --save-exact react-scripts@1.0.7
or
yarn add --dev --exact react-scripts@1.0.7
v1.0.6
1.0.6 (May 24, 2017)
π Bug Fix
-
eslint-config-react-app
,react-error-overlay
,react-scripts
- #2346 Resolve Flow errors in an ESLint plugin. (@iainbeeston)
-
react-dev-utils
π Enhancement
-
react-scripts
- #2347 Don't precache
/__*
URLs to fix Firebase hosting. (@ryansully)
- #2347 Don't precache
π Documentation
-
README
- #2334 Add missing files to the list. (@jesselpalmer)
Committers: 4
- Iain Beeston (iainbeeston)
- Jesse Palmer (jesselpalmer)
- Joe Haddad (Timer)
- Ryan Sullivan (ryansully)
Migrating from 1.0.5 to 1.0.6
Inside any created project that has not been ejected, run:
npm install --save-dev --save-exact react-scripts@1.0.6
or
yarn add --dev --exact react-scripts@1.0.6
v1.0.5
1.0.5 (May 22, 2017)
π Bug Fix
-
react-dev-utils
,react-scripts
π Enhancement
-
react-dev-utils
-
eslint-config-react-app
π Internal
Committers: 2
Migrating from 1.0.4 to 1.0.5
Inside any created project that has not been ejected, run:
npm install --save-dev --save-exact react-scripts@1.0.5
or
yarn add --dev --exact react-scripts@1.0.5