3.4.0 (2020-02-14)
v3.4.0 is a minor release that adds new features, including support for SSL and setting PUBLIC_URL
in development. It also includes a fix for Hot Module Reloading with CSS Modules as well as other bug fixes.
🐛 Bug Fix
-
react-scripts
-
create-react-app
,react-dev-utils
,react-error-overlay
- #8439 Downgrade chalk for ie 11 support (@ianschmitz)
-
react-dev-utils
- #8292 Fixes unchecked access to 'deploy' script on build (@renato-bohler)
-
cra-template-typescript
,cra-template
- #8272 Handle service worker error in Firefox (@rosinghal)
-
cra-template-typescript
💅 Enhancement
-
react-dev-utils
,react-scripts
- #8442 fix(react-scripts): do not redirect served path if request may proxy (@iamandrewluca)
- #7259 feat(react-scripts): allow PUBLIC_URL in develoment mode (@iamandrewluca)
- #7750 Enable custom sockjs pathname for hot reloading server. (@heygrady)
-
cra-template-typescript
-
cra-template-typescript
,cra-template
- #8272 Handle service worker error in Firefox (@rosinghal)
-
react-scripts
- #5845 Add option to provide custom ssl certificates during development (@alexbrazier)
📝 Documentation
-
cra-template-typescript
,cra-template
,react-dev-utils
,react-error-overlay
,react-scripts
- Other
🔨 Underlying Tools
-
react-dev-utils
- #8459 update open to v7.0.2 (@vince1995)
- #7948 Support JetBrains Rider IDE as an editor (@djpowell)
- #8367 Wider Chromium support for openBrowser (@handeyeco)
-
react-scripts
- #8282 Run git init before template dependencies are installed (@lukaszfiszer)
- Other
- #8402 fix(test): force install npm in e2e-behaviour (@iamandrewluca)
Committers: 18
- Alex Brazier (@alexbrazier)
- Andrew Luca (@iamandrewluca)
- Cassidy Williams (@cassidoo)
- Christopher Button (@devgeist)
- David Powell (@djpowell)
- Eugene Chybisov (@chybisov)
- Eugene Sviridov (@esvyridov)
- Grady Kuhnline (@heygrady)
- Ian Schmitz (@ianschmitz)
- Kevin Pham (@keevan)
- Lewis Llobera (@lewislbr)
- Martin Litvaj (@Kamahl19)
- Matthew Curtis (@handeyeco)
- Renato Böhler (@renato-bohler)
- Rohit Singhal (@rosinghal)
- Vincent Semrau (@vince1995)
- Łukasz Fiszer (@lukaszfiszer)
- 吕立青 (@JimmyLv)
Migrating from 3.3.1 to 3.4.0
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@3.4.0
or
yarn add --exact react-scripts@3.4.0