0.2.2 (August 22, 2016)
react-scripts
)
Build Dependency (- When the bundle size changes, we now display the difference after build. (@elijahmanor in #340)
-
npm install
ing a missing dependency now forces a rebuild. (@gaearon in #349) - Autoprefixer config now includes more commonly supported browsers. (@kripod in #345)
- All the configuration is now documented inline so ejecting doesn’t leave you in the dark. (@gaearon in #362)
-
Object.assign()
polyfill is now bundled by default. (@gaearon in #399) - React Native Web now works out of the box. (@grigio in #407)
- Same asset filenames in different folders don’t confuse the server now. (@arunoda in #446)
- The
otf
font format is now supported. (@A-gambit in #434) - The
new-cap
linting rule has been disabled thanks to feedback from Immutable.js users. (@rricard in #470)
Migrating from 0.2.1 to 0.2.2
Update react-scripts
to point to 0.2.2
in your package.json
and run npm install
. You shouldn’t need to do anything else.
Newly created projects will use 0.2.2
automatically. You don’t need to update the global create-react-app
CLI itself. It stays at 0.2.0
for now because it doesn’t have any changes.