Skip to content
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
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,24 @@

#### Bug Fixes

## 2.5.0

#### Breaking Changes

#### New Features

- React 16.4.2 prebundled #977
- Added `assert_react_component` test helper #957
- Supports Webpacker 4, Ruby 2.6 #934
- Supports camelize on ActionController::Parameters #932

#### Deprecation

#### Bug Fixes

- Linting fix to generated JS #941
- (Meta) Tests for react-rails updated #892 #894 #916

## 2.4.7

#### New Features
Expand Down
3 changes: 2 additions & 1 deletion VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ You can control what version of React.js (and JSXTransformer) is used by `react-

| Gem | React.js |
|----------|----------|
| master | 16.4.2 |
| master | 16.8.6 |
| 2.5.0 | 16.8.6 |
| 2.4.7 | 16.4.2 |
| 2.4.6 | 16.4.1 |
| 2.4.5 | 16.3.2 |
Expand Down
3,558 changes: 2,519 additions & 1,039 deletions lib/assets/react-source/development/react-server.js

Large diffs are not rendered by default.

17,873 changes: 11,645 additions & 6,228 deletions lib/assets/react-source/development/react.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions lib/assets/react-source/production/react-server.js

Large diffs are not rendered by default.

25 changes: 17 additions & 8 deletions lib/assets/react-source/production/react.js

Large diffs are not rendered by default.

Loading