-
-
Notifications
You must be signed in to change notification settings - Fork 65
Update react-scripts to the latest version 🚀 #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- The
dependencyreact-scripts was updated from2.1.0to2.1.2.
Update to this version instead 🚀
Release Notes for v2.1.2
2.1.2 (December 23, 2018)
v2.1.2 is a maintenance release including various bug fixes.
🚀 New Feature
🐛 Bug Fix
create-react-app- #5905 Disable copy to clipboard in
create-react-app --info(@heyimalex) - #5685 Update envinfo to
5.11.1(@tabrindle)
- #5905 Disable copy to clipboard in
babel-preset-react-app- #5783 Fix TypeScript decorator support (@ianschmitz)
babel-plugin-named-asset-importreact-app-polyfillreact-scripts- #5721 Version bump
postcss-preset-envto latest (@BPScott) - #5701 Fix
tsconfig.jsonlib suggested value (@ianschmitz)
- #5721 Version bump
💅 Enhancement
react-scripts- #5698 Add support for
setupTests.ts(@ianschmitz)
- #5698 Add support for
📝 Documentation
- Other
- #6009 Correct markdown to avoid comment. (@souzasmatheus)
- #6015 Add example command to create typed project. (@mbelsky)
- #6000 Make links to docs consistent in README. (@iansu)
- #5900 Add production build section to docs. (@ianschmitz)
- #5985 Use https for linked images to fix mixed content warnings. (@iansu)
- #5919 Docs: update localStorage mock in "Running Tests". (@phacks)
- #5917 Add SASS_PATH instructions to Sass stylesheet docs. (@jayantbh)
- #5823 Add default values to
file_extnote. (@alaycock) - #5907 Update README.md with updated link about PWAs. (@wuweiweiwu)
- #5858 Some Grammar fixes. (@nikhilknoldus)
- #5883 Fix link to page about running tests. (@wsmoak)
- #5849 React native repository updated in
README.md. (@pavinthan) - #5806 Rename 'getting started' link to 'docs'. (@kulek1)
- #5788 docs: Simplify installing Storybook with
npx(@sagirk) - #5779 docs: Change story book command to
sb init(@andys8) - #5759 Add PR welcoming badge (@open-source-explorer)
- #5730 Suggest Encore when not building a SPA with Symfony (@dunglas)
- #5710 Updated the link to firebase hosting (@githubsaturn)
- #5704 Fixed link to manifest.json file (@m4jing)
- #5670 Fix public folder documentation link (@makovkastar)
eslint-config-react-app- #5990 Updated docs for
.eslintrc(@ManoelLobo)
- #5990 Updated docs for
babel-preset-react-app,create-react-app,eslint-config-react-app,react-dev-utils,react-scriptsreact-scriptsreact-app-polyfillbabel-preset-react-app,eslint-config-react-app,react-error-overlay,react-scripts
🏠 Internal
react-scripts- Other
- #5988 Added extension to
.eslintrc(@ManoelLobo) - #5546 Add the latest stable node version. (@noelyoo)
- #5988 Added extension to
react-dev-utilsreact-error-overlaybabel-preset-react-appcreate-react-app- #4605 ignore intellij module files when generating an app. (@denofevil)
Committers: 36
- <Explorer /> (open-source-explorer)
- Adam Laycock (alaycock)
- Adam Wanninger (ajwann)
- Alex Guerra (heyimalex)
- Andy (andys8)
- Ben Scott (BPScott)
- Dennis Ushakov (denofevil)
- Dugagjin Lashi (dugagjin)
- Gregory Shilin (gshilin)
- Ian Schmitz (ianschmitz)
- Ian Sutherland (iansu)
- Jayant Bhawal (jayantbh)
- Jing Ma (m4jing)
- Joe Haddad (Timer)
- Kasra Bigdeli (githubsaturn)
- Kévin Dunglas (dunglas)
- Manoel (ManoelLobo)
- Matheus Souza (souzasmatheus)
- Max Belsky (mbelsky)
- Michael Jackson (mjackson)
- Nicolas Goutay (phacks)
- Nikhil (nikhilknoldus)
- Nima Shahri (NShahri)
- Noel Yoo (noelyoo)
- Oleksandr Melnykov (makovkastar)
- Pavinthan (pavinthan)
- Rasmus Eneman (Pajn)
- Sagir Khan (sagirk)
- Sibiraj (sibiraj-s)
- Simen Bekkhus (SimenB)
- Stephen Algeo (sjalgeo)
- Trevor Brindle (tabrindle)
- Wei-Wei Wu (wuweiweiwu)
- Wendy Smoak (wsmoak)
- kulek1
- swyx (sw-yx)
Migrating from 2.1.1 to 2.1.2
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@2.1.2
or
yarn add --exact react-scripts@2.1.2
- The
dependencyreact-scripts was updated from2.1.0to2.1.4.
- The
dependencyreact-scripts was updated from2.1.0to2.1.5.
- The
dependencyreact-scripts was updated from2.1.0to2.1.6.
Update to this version instead 🚀
Release Notes for v2.1.6
2.1.6 (March 6, 2019)
v2.1.6 is a maintenance release that brings a few new improvements, most notably:
- 🚀 Reduced TypeScript rebuild times while running the development server. This was previously introduced in v2.1.4 but had to be reverted. Thanks to @ianschmitz for getting this ready.
🐛 Bug Fix
react-dev-utils- #6511 Fix deploy instructions to make link clickable. (@sbimochan)
react-scripts- #6472 Revert CSS sourcemaps in development. (@bugzpodder)
- #6444 Revert "Switch to eval-source-map (#5060)". (@ianschmitz)
💅 Enhancement
react-dev-utils,react-scripts- #6406 Speed up TypeScript rebuild times in development. (@ianschmitz)
create-react-app- #6253 Only use
yarn.lock.cachedif using the default Yarn registry. (@hangryCat)
- #6253 Only use
react-scripts- #5457 Add forward ref to React SVG Component. (@GasimGasimzada)
📝 Documentation
babel-preset-react-app- #6254 Improve Flow and TypeScript usage docs. (@saranshkataria)
babel-preset-react-app,confusing-browser-globals,react-app-polyfill- #6419 Improve language used in markdown code blocks. (@cherouvim)
create-react-appreact-dev-utils- #6482 Fix typo. (@mattfwood)
- Other
- #6438 Update
source-map-explorerdocs to analyze all chunks. (@Kamahl19) - #6454 Fix typo. (@DenrizSusam)
- #5767 Add information about using custom registries in e2e testing #4488. (@juanpicado)
- #6438 Update
react-dev-utils,react-scripts- #6239 Convert all bit.ly links from http to https. (@leighhalliday)
🏠 Internal
- #6493 Remove AppVeyor config files. (@iansu)
- #6474 Remove latest Node version from Travis config. (@iansu)
🔨 Underlying Tools
react-scripts- #6387 Use contenthash instead of chunkhash for better long-term caching. (@ianschmitz)
- Other
Committers: 15
- Abdelhadi Dyouri (adyouri)
- Bimochan Shrestha (sbimochan)
- Deniz Susman (DenrizSusam)
- Gasim Gasimzada (GasimGasimzada)
- Ian Schmitz (ianschmitz)
- Ian Sutherland (iansu)
- Ioannis Cherouvim (cherouvim)
- Jack Zhao (bugzpodder)
- Juan Picado @jotadeveloper (juanpicado)
- Leigh Halliday (leighhalliday)
- Martin Litvaj (Kamahl19)
- Matt Wood (mattfwood)
- Meo H. (hangryCat)
- Saransh Kataria (saranshkataria)
- Yangshun Tay (yangshun)
Migrating from 2.1.5 to 2.1.6
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@2.1.6
or
yarn add --exact react-scripts@2.1.6
- The
dependencyreact-scripts was updated from2.1.0to2.1.8.
Update to this version instead 🚀
Release Notes for v2.1.7
2.1.7 (March 7, 2019)
v2.1.7 is a maintenance release that temporarily reverts the TypeScript speed improvements (#6406) to fix a dependency issue in react-dev-utils.
Migrating from 2.1.6 to 2.1.7
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@2.1.7
or
yarn add --exact react-scripts@2.1.7
- The
dependencyreact-scripts was updated from2.1.0to2.1.8.
Update to this version instead 🚀
Release Notes for v2.1.8
2.1.8 (March 7, 2019)
v2.1.8 is a maintenance release that reapplies the TypeScript speed improvements (#6406) in a new major version of react-dev-utils.
Migrating from 2.1.7 to 2.1.8
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@2.1.8
or
yarn add --exact react-scripts@2.1.8
The dependency react-scripts was updated from
2.1.0to2.1.1.This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Find out more about this release.
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴