Skip to content

Commit 873fbfe

Browse files
authored
Merge pull request #835 from reactjs/prepare-for-2-4-1
Prepare 2.4.1
2 parents 6a9f567 + 0cf3c50 commit 873fbfe

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,26 @@
88

99
#### Bug Fixes
1010

11+
## 2.4.1
12+
13+
#### Breaking Changes
14+
15+
#### New Features
16+
- Webpacker gets ES6 components by default #822
17+
- ReactDOM.hydrate() #828
18+
- Documentation updates #830
19+
20+
#### Deprecation
21+
22+
#### Bug Fixes
23+
- Webpacker local manifest sometimes had double asset_hosts if the dev server was running #834 thanks @joeyparis
24+
1125
## 2.4.0
1226

1327
#### Breaking Changes
1428

1529
- (Sprockets) Prebundled React upgraded to 16 #792
16-
- (Sprockets) Addons removed # 792
30+
- (Sprockets) Addons removed #792
1731

1832
#### New Features
1933

VERSIONS.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ You can control what version of React.js (and JSXTransformer) is used by `react-
1010
| Gem | React.js |
1111
|----------|----------|
1212
| master | 16.0.0 |
13+
| 2.4.1 | 16.0.0 |
1314
| 2.4.0 | 16.0.0 |
1415
| 2.3.1 | 15.6.2 | Updated Addons
1516
| 2.3.0 | 15.6.2 |

lib/react/rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module React
22
module Rails
33
# If you change this, make sure to update VERSIONS.md
44
# and republish the UJS by updating package.json and `bundle exec rake ujs:publish`
5-
VERSION = '2.4.0'
5+
VERSION = '2.4.1'
66
end
77
end

0 commit comments

Comments
 (0)