1.0.15 (October 30, 2017)
🐛 Bug Fix
-
react-scripts
- #3287 Fix favicon sizes value in the project manifest. (@ryansully)
-
react-dev-utils
,react-scripts
💅 Enhancement
-
react-scripts
-
babel-preset-react-app
,react-dev-utils
,react-error-overlay
,react-scripts
-
react-dev-utils
,react-error-overlay
- #3100 Add click-to-open support for build errors. (@tharakawj)
-
create-react-app
📝 Documentation
-
User Guide
-
#2957 Use
npm-run-all
to build Sass and JS. (@shime) - #3108 Update the Service Worker opt-out documentation. (@captDaylight)
- #3286 Add documentation for Enzyme 3 integration. (@ryansully)
- #3328 Recommend react-snap as an alternative to react-snapshot. (@aaronshaf)
- #3279 Add jest coverage configuration docs. (@mattphillips)
- #3303 Update link to Jest Expect docs. (@jbranchaud)
- #3289 Fix dead link to Jest "expect" docs. (@alexkrolick)
- #3265 Add external links to deployment services. (@aericson)
- #3075 Minor docs change to highlight dev proxy behaviour. (@davidjb)
- #3185 Correct manual proxy documentation. (@robertpanzer)
-
#2957 Use
-
README
- #3227 Fix package management link in README for issue #3218. (@nishina555)
- #3211 Improve grammar in README. (@Mohamed3on)
🏠 Internal
-
Other
-
react-error-overlay
- #3122 Fix for add .gitattributes file #3080. (@ijajmulani)
- #3267 Use production React version for bundled overlay. (@Timer)
-
#3264 Add warning when using
react-error-overlay
in production. (@Timer) -
#3263
react-error-overlay
has no dependencies now (it's bundled). (@Timer) - #3142 Make error overlay run in the context of the iframe. (@tharakawj)
-
react-scripts
-
#3150 Remove an useless negation in
registerServiceWorker.js
. (@dunglas) -
#3158 Remove
output.path
from dev webpack config. (@nikolas) - #3281 Add a workaround for Uglify incompatiblity with Safari 10.0 in the future. (@satyavh)
-
#3146 Fix
reason-react
support. (@lpalmes) -
#3236 Update
style-loader
and disable inclusion of its HMR code in builds. (@insin) -
#3246 Update
url-loader
to 0.6.2 for mime ReDoS vulnerability. (@d3viant0ne) -
#2914
<!doctype html>
-><!DOCTYPE html>
. (@Hurtak)
-
#3150 Remove an useless negation in
Committers: 24
- Aaron Shafovaloff (aaronshaf)
- Alex (alexkrolick)
- André Ericson (aericson)
- Dan Abramov (gaearon)
- David Beitey (davidjb)
- Hrvoje Šimić (shime)
- IJAJ MULANI (ijajmulani)
- Joe Haddad (Timer)
- Joe Lim (xjlim)
- Jonny Buchanan (insin)
- Josh Branchaud (jbranchaud)
- Joshua Wiens (d3viant0ne)
- Kévin Dunglas (dunglas)
- Lorenzo Palmes (lpalmes)
- Matt Phillips (mattphillips)
- Mohamed Oun (Mohamed3on)
- Nik Nyby (nikolas)
- Petr Huřťák (Hurtak)
- Robert Panzer (robertpanzer)
- Ryan Sullivan (ryansully)
- Satya van Heummen (satyavh)
- Tharaka Wijebandara (tharakawj)
- Toshiharu Nishina (nishina555)
- captDaylight
Migrating from 1.0.14 to 1.0.15
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@1.0.15
or
yarn add --exact react-scripts@1.0.15