Skip to content

Commit 123b0aa

Browse files
committed
Prepare for 2.4.0
1 parent 1b9ca33 commit 123b0aa

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

Diff for: CHANGELOG.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,27 @@
88

99
#### Bug Fixes
1010

11+
## 2.4.0
12+
13+
#### Breaking Changes
14+
15+
- (Sprockets) Prebundled React upgraded to 16 #792
16+
- (Sprockets) Addons removed # 792
17+
18+
#### New Features
19+
20+
#### Deprecation
21+
22+
#### Bug Fixes
23+
24+
- Coffeescript generator exports correctly #799, #800
25+
- Running detector manually no longer breaks if Turbolinks is not preset #802
26+
1127
## 2.3.1
1228

1329
#### Breaking Changes
1430

15-
- React Deprecations for 15.4, 15.5, 15.6 in preparation for 16 handled in prebundled version
31+
- React Deprecations for 15.4, 15.5, 15.6 in preparation for 16 handled in prebundled version #789, #798
1632

1733
#### New Features
1834

Diff for: 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.0 | 16.0.0 |
1314
| 2.3.1 | 15.6.2 | Updated Addons
1415
| 2.3.0 | 15.6.2 |
1516
| 2.2.1 | 15.4.2 |

Diff for: 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.3.1'
5+
VERSION = '2.4.0'
66
end
77
end

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react_ujs",
3-
"version": "2.3.1",
3+
"version": "2.4.0",
44
"description": "Rails UJS for the react-rails gem",
55
"main": "react_ujs/index.js",
66
"files": [

0 commit comments

Comments
 (0)