File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 |
Original file line number Diff line number Diff 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
77end
You can’t perform that action at this time.
0 commit comments