Skip to content

Commit 094983d

Browse files
committed
Prepare 3.1.1 release
1 parent cbaed7f commit 094983d

File tree

2 files changed

+298
-351
lines changed

2 files changed

+298
-351
lines changed

CHANGELOG.md

+41-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,46 @@
1+
## 3.1.1 (2019-08-13)
2+
3+
v3.1.1 is a maintenance release that includes minor bug fixes and documentation updates.
4+
5+
#### :bug: Bug Fix
6+
7+
- `react-scripts`
8+
- [#7513](https://github.com/facebook/create-react-app/pull/7513) Fix ESLint 6 support ([@ianschmitz](https://github.com/ianschmitz))
9+
- [#7508](https://github.com/facebook/create-react-app/pull/7508) Don't block static files in robots.txt ([@iansu](https://github.com/iansu))
10+
11+
#### :nail_care: Enhancement
12+
13+
- `eslint-config-react-app`
14+
- [#7393](https://github.com/facebook/create-react-app/pull/7393) Ignore "jsx-a11y/aria-role" for React components ([@deftomat](https://github.com/deftomat))
15+
16+
#### :memo: Documentation
17+
18+
- [#7527](https://github.com/facebook/create-react-app/pull/7527) Update Netlify config ([@iansu](https://github.com/iansu))
19+
- [#7500](https://github.com/facebook/create-react-app/pull/7500) Add links to Spectrum in README and docs ([@iansu](https://github.com/iansu))
20+
21+
#### Committers: 3
22+
23+
- Ian Schmitz ([@ianschmitz](https://github.com/ianschmitz))
24+
- Ian Sutherland ([@iansu](https://github.com/iansu))
25+
- Tomáš Szabo ([@deftomat](https://github.com/deftomat))
26+
27+
### Migrating from 3.1.0 to 3.1.1
28+
29+
Inside any created project that has not been ejected, run:
30+
31+
```sh
32+
npm install --save --save-exact [email protected]
33+
```
34+
35+
or
36+
37+
```sh
38+
yarn add --exact [email protected]
39+
```
40+
141
## 3.1.0 (2019-08-09)
242

3-
v3.1.0 is a minor release that adds ESLint 6 support as well as experimental support for extended and customizing the ESLint config along with other minor bug fixes and documentation updates.
43+
v3.1.0 is a minor release that adds ESLint 6 support as well as experimental support for extended and customizing the ESLint config along with other minor bug fixes and documentation updates. The upgrade to ESLint 6 is a breaking change _only_ if you're using `eslint-config-react-app` or `react-error-overlay` outside of Create React App.
444

545
# Highlights
646

@@ -23,9 +63,6 @@ v3.1.0 is a minor release that adds ESLint 6 support as well as experimental sup
2363

2464
#### :boom: Breaking Change
2565

26-
- `react-scripts`
27-
- [#7176](https://github.com/facebook/create-react-app/pull/7176) Fix RegExp from navigateFallbackBlacklist (workbox) ([@nuragic](https://github.com/nuragic))
28-
- [#7378](https://github.com/facebook/create-react-app/pull/7378) Update url-loader to 2.0.1 ([@heyimalex](https://github.com/heyimalex))
2966
- `eslint-config-react-app`, `react-error-overlay`, `react-scripts`
3067
- [#7415](https://github.com/facebook/create-react-app/pull/7415) Add ESLint 6 support ([@mrmckeb](https://github.com/mrmckeb))
3168

0 commit comments

Comments
 (0)