File tree 3 files changed +17
-2
lines changed
3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 8
8
9
9
#### Bug Fixes
10
10
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
+
11
25
## 2.4.0
12
26
13
27
#### Breaking Changes
14
28
15
29
- (Sprockets) Prebundled React upgraded to 16 #792
16
- - (Sprockets) Addons removed # 792
30
+ - (Sprockets) Addons removed #792
17
31
18
32
#### New Features
19
33
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-
10
10
| Gem | React.js |
11
11
| ----------| ----------|
12
12
| master | 16.0.0 |
13
+ | 2.4.1 | 16.0.0 |
13
14
| 2.4.0 | 16.0.0 |
14
15
| 2.3.1 | 15.6.2 | Updated Addons
15
16
| 2.3.0 | 15.6.2 |
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ module React
2
2
module Rails
3
3
# If you change this, make sure to update VERSIONS.md
4
4
# and republish the UJS by updating package.json and `bundle exec rake ujs:publish`
5
- VERSION = '2.4.0 '
5
+ VERSION = '2.4.1 '
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments