Create React App - v2.0.5
2.0.5 (October 14, 2018)
:bug: Bug Fix
react-dev-utils
- #5431 Fix click-to-open on Windows. (@gaearon)
-
#5335 Fix file size report after build. (@OskarPersson)
-
create-react-app
-
react-scripts
- #5301 Fix TypeError when registering service workers without config. (@peterbe)
:nail_care: Enhancement
babel-preset-react-app
-
#4984 Use the correct dependency for
babel-plugin-dynamic-import-node
. (@vikr01) -
react-scripts
- #5354 Add environment variable to optionaly disable inlining of chunks. (@0xdeafcafe)
- #5330 Update
eslint-plugin-jsx-a11y
version. (@AlmeroSteyn)
:memo: Documentation
react-scripts
- #5321 Added note on update to
.flowconfig
for .scss imports. (@rlueder) - #5394 Correct instructions for HTTPS and PowerShell. (@gavinbarron)
- #5410 Updates to clarify the "waiting" SW behavior. (@jeffposnick)
- #5302 Update README.md. (@simonCordovaByte9)
- #5334 Update README due to deprecation of react-testing-library's toBeInTheDOM. (@rrebase)
- #5326 README link fixes. (@davidgilbertson)
- #5327 Updated the URL in index.html. (@behzod)
- #5296 Adding documentation about git init. (@ryancogswell)
- #5290 Add react-testing-library documentation/examples (#4679). (@gnapse)
- #5286 Fix broken links to src/serviceWorker.js. (@adambowles)
- Other
- #5374 Add the new SVGs feature from the template README to the root README. (@neo)
- #5371 Update path to serviceWorker.js in graphical folder structure. (@jonscottclark)
-
eslint-config-react-app
- #5416 Fix eslint config docs. (@ludovicofischer)
:house: Internal
- Other
-
create-react-app
- #5362 Fix CI: non-semver compliant Yarn versions. (@Timer)
react-scripts
- #5317 Remove unused require for getCacheIdentifier after ejecting. (@benbrandt)
Committers: 23
- Adam Bowles (adambowles)
- Alex Forbes-Reed (0xdeafcafe)
- Almero Steyn (AlmeroSteyn)
- Behzod Saidov (behzod)
- Ben Brandt (benbrandt)
- Dan Abramov (gaearon)
- David Gilbertson (davidgilbertson)
- Ernesto García (gnapse)
- Gavin Barron (gavinbarron)
- Jeffrey Posnick (jeffposnick)
- Joe Haddad (Timer)
- Jon Clark (jonscottclark)
- Kristofer Selbekk (selbekk)
- Ludovico Fischer (ludovicofischer)
- Mikhail Vasin (mvasin)
- Oskar Persson (OskarPersson)
- Peter Bengtsson (peterbe)
- Rafael Lüder (rlueder)
- Ragnar Rebase (rrebase)
- Ryan Cogswell (ryancogswell)
- Vikram Rangaraj (vikr01)
- Wenchen Li (neo)
- simonCordovaByte9
Migrating from 2.0.4 to 2.0.5
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@2.0.5
or
yarn add --exact react-scripts@2.0.5
Details
date
Oct. 14, 2018, 7:08 p.m.
name
v2.0.5
type
Patch
👇
Register or login to:
- 🔍View and search all Create React App releases.
- 🛠️Create and share lists to track your tools.
- 🚨Setup notifications for major, security, feature or patch updates.
- 🚀Much more coming soon!