Skip to content

Commit 1a4a370

Browse files
authored
⬆️ Upgrade React to 16.8.6 (#977)
* ⬆️ Upgrade React to 16.8.6 * Update changelog
1 parent c687b81 commit 1a4a370

File tree

7 files changed

+15099
-7376
lines changed

7 files changed

+15099
-7376
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,24 @@
88

99
#### Bug Fixes
1010

11+
## 2.5.0
12+
13+
#### Breaking Changes
14+
15+
#### New Features
16+
17+
- React 16.4.2 prebundled #977
18+
- Added `assert_react_component` test helper #957
19+
- Supports Webpacker 4, Ruby 2.6 #934
20+
- Supports camelize on ActionController::Parameters #932
21+
22+
#### Deprecation
23+
24+
#### Bug Fixes
25+
26+
- Linting fix to generated JS #941
27+
- (Meta) Tests for react-rails updated #892 #894 #916
28+
1129
## 2.4.7
1230

1331
#### New Features

VERSIONS.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ You can control what version of React.js (and JSXTransformer) is used by `react-
99

1010
| Gem | React.js |
1111
|----------|----------|
12-
| master | 16.4.2 |
12+
| master | 16.8.6 |
13+
| 2.5.0 | 16.8.6 |
1314
| 2.4.7 | 16.4.2 |
1415
| 2.4.6 | 16.4.1 |
1516
| 2.4.5 | 16.3.2 |

lib/assets/react-source/development/react-server.js

+2,519-1,039
Large diffs are not rendered by default.

lib/assets/react-source/development/react.js

+11,645-6,228
Large diffs are not rendered by default.

lib/assets/react-source/production/react-server.js

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/assets/react-source/production/react.js

+17-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)