Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Merge requests
  • !3357

Changelog for 1.0.15

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge gaearon-patch-15 into master Oct 30, 2017
  • Overview 1
  • Commits 3
  • Pipelines 0
  • Changes 1

Created by: gaearon

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

    • #3230 Fix watching for changes in src/node_modules. (@xjlim)

💅 Enhancement

  • react-scripts

    • #3239 Allow importing .mjs files. (@Timer)
    • #3340 Polyfill requestAnimationFrame in test environment. (@gaearon)
  • babel-preset-react-app, react-dev-utils, react-error-overlay, react-scripts

    • #3342 Bump dependencies. (@gaearon)
  • react-dev-utils, react-error-overlay

    • #3100 Add click-to-open support for build errors. (@tharakawj)
  • create-react-app

    • #3355 Add preflight CWD check for npm to detect bad Windows setups. (@gaearon)

📝 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)
  • README

    • #3227 Fix package management link in README for issue #3218 (closed). (@nishina555)
    • #3211 Improve grammar in README. (@Mohamed3on)

🏠 Internal

  • Other

    • #3345 Stop using npm link in tests. (@Timer)
  • react-error-overlay

    • #3122 Fix for add .gitattributes file #3080 (closed). (@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)

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
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: gaearon-patch-15