v0.9.4
0.9.4 (March 6, 2017)
π Bug Fix
-
create-react-app
-
react-scripts
-
react-dev-utils
-
#1690 Fix
openBrowser()
whenBROWSER=open
on macOS. (@bpierre) -
#1696 Improve reliability of port detection. (@chrisdrackett)
-
π Enhancement
-
eslint-config-react-app
,react-scripts
-
#1705 Add support for
ignoreRestSiblings
inno-unused-vars
. (@chrisdrackett)Linter no longer warns when using rest properties to remove variables from an object.
-
-
react-dev-utils
,react-scripts
- #1726 Extract generic build functions into
react-dev-utils
. (@viankakrisna)
- #1726 Extract generic build functions into
-
Other
π Documentation
react-scripts
π Internal
react-scripts
eslint-config-react-app
eslint-config-react-app
,react-dev-utils
,react-scripts
react-dev-utils
- Other
- #1723 Skip AppVeyor CI builds for Markdown changes. (@gaearon)
- #1707 Add double quotes to escape spaces in paths in e2e. (@viankakrisna)
- #1688 Upgrade
lerna
version. (@viankakrisna)
Committers: 11
- Ade Viankakrisna Fadlil (viankakrisna)
- Bond (bondz)
- Chris Drackett (chrisdrackett)
- Dan Abramov (gaearon)
- Joe Haddad (Timer)
- Mato Ilic (matoilic)
- Myk Klemme (mklemme)
- Pierre Bertet (bpierre)
- Ryan Platte (replaid)
- Travis Giggy (tgig)
- Valerii Sorokobatko (tuchk4)
Migrating from 0.9.3 to 0.9.4
Inside any created project that has not been ejected, run:
npm install --save-dev --save-exact [email protected]
You may also optionally update the global command-line utility for scoped package support:
npm install -g [email protected]