-
Notifications
You must be signed in to change notification settings - Fork 38
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
3.4.1 version update #28 #30
Open
Jagatmachines
wants to merge
121
commits into
react-workspaces:master
Choose a base branch
from
Jagatmachines:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Ian Schmitz <[email protected]>
Co-authored-by: Ian Schmitz <[email protected]>
The http-proxy-middleware package has made a major version upgraded and introduced a breaking change. This fixes the "Configuring the Proxy Manually" documentation to match the latest version.
Co-authored-by: Dan Abramov <[email protected]>
Co-authored-by: Ian Schmitz <[email protected]>
Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](acornjs/acorn@6.4.0...6.4.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Passing an array with a single entry is not equivalent. This causes Webpack to generate another wrapper module around the entry. This is just unnecessary overhead and bytes.
See #7790 for a previous similar PR.
This reverts commit c03bb36.
Co-authored-by: Ian Schmitz <[email protected]> Co-authored-by: Ian Sutherland <[email protected]>
Co-authored-by: Ian Schmitz <[email protected]>
* Added React logo in README.md * Added React logo in README file that makes looks nicer now. * Added CRA Logo in README.md that looks nicer * Replacing React Logo with CRA Logo instead Co-authored-by: Eddie Monge Jr <[email protected]> * Update README.md Co-authored-by: Eddie Monge Jr <[email protected]> Co-authored-by: Dan Abramov <[email protected]>
Co-authored-by: Ian Schmitz <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The version update has been taken from https://github.com/facebook/create-react-app with the release tag 3.4.1
v3.4.1
@iansu iansu released this on Mar 21 · 56 commits to master since this release
3.4.1 (2020-03-20)
v3.4.1 is a maintenance release that includes minor bug fixes and documentation updates including upgrading Babel to fix a bug in the 7.8 release line. This release also brings support for TypeScript 3.8.
bug Bug Fix
react-scripts
#8276 Use native ESLint behaviour when extending (@mrmckeb)
#7203 Closes webpack dev server and exits process on "end" stdin (@kelseyleftwich)
babel-preset-react-app
#8526 Fix optional chaining and nullish coalescing support (@ianschmitz)
cra-template, eslint-config-react-app, react-scripts
#7790 Widen eslint-config-react-app peer dependency versions (@lukyth)
nail_care Enhancement
cra-template-typescript, cra-template
#8558 Add React.StrictMode to default templates (@connkat)
react-scripts
#8539 allow specification of package.main in template.json (@EvanBoyle)
memo Documentation
Other
#8515 Fix proxying API request docs (@hjr3)
#8561 Indicate that the file structure is the template's (@Vinnl)
react-scripts
#8276 Use native ESLint behaviour when extending (@mrmckeb)
hammer Underlying Tools
babel-preset-react-app, create-react-app, react-dev-utils, react-error-overlay, react-scripts
#8681 Update to Babel 7.9 (@ianschmitz)
#8620 Bump dependencies (@ianschmitz)
react-scripts
#8509 Bumps pnp-webpack-plugin (@arcanis)
Committers: 9
Brody McKee (@mrmckeb)
Evan Boyle (@EvanBoyle)
Herman J. Radtke III (@hjr3)
Ian Schmitz (@ianschmitz)
Kanitkorn Sujautra (@lukyth)
KatCon (@connkat)
Kelsey Leftwich (@kelseyleftwich)
Maël Nison (@arcanis)
Vincent (@Vinnl)
Migrating from 3.4.0 to 3.4.1
Inside any created project that has not been ejected, run:
npm install --save --save-exact [email protected]
or
yarn add --exact [email protected]