Skip to content

⬆️ Upgrade pre-bundled react to 16.3.2 #908

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

Merged
merged 2 commits into from
Jul 15, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@

#### New Features

- React 16.3.2 prebundled #908
- Supports Webpacker 4.x #895
- Enhanced generator to create components in subdirectories #890
- Explicitly support Rails 5.2 #893
- Enhanced documentation for Turbolinks usage #900

## 2.4.4

#### New Features

- React 16.2 prebundled #856, #874
- Use Fragments instead of Divs by default #856
- Explicitly support Ruby 2.5 #857
Expand Down
1 change: 1 addition & 0 deletions VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ You can control what version of React.js (and JSXTransformer) is used by `react-
| Gem | React.js |
|----------|----------|
| master | 16.2.0 |
| 2.4.5 | 16.3.2 |
| 2.4.4 | 16.2.0 |
| 2.4.3 | 16.1.1 |
| 2.4.2 | 16.1.1 |
Expand Down
1,677 changes: 978 additions & 699 deletions lib/assets/react-source/development/react-server.js

Large diffs are not rendered by default.

14,698 changes: 7,985 additions & 6,713 deletions lib/assets/react-source/development/react.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions lib/assets/react-source/production/react-server.js

Large diffs are not rendered by default.

13 changes: 7 additions & 6 deletions lib/assets/react-source/production/react.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions react-builds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"create-react-class": "^15.6.2",
"immutability-helper": "^2.4.0",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react": "16.3.2",
"react-dom": "16.3.2",
"react-transition-group": "1.1.1",
"webpack": "^1.12.2"
},
Expand Down
Loading