File tree 3 files changed +17
-1
lines changed
3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
#### Bug Fixes
10
10
11
+ ## 2.6.0
12
+
13
+ #### Breaking Changes
14
+
15
+ #### New Features
16
+
17
+ - Typescript component generator #990
18
+
19
+ #### Deprecation
20
+
21
+ #### Bug Fixes
22
+
23
+ - assert_react_component will not pass tests where the case was different #979
24
+ - action_controller/test_case was accidentally ` required ` in dev #996
25
+
11
26
## 2.5.0
12
27
13
28
#### Breaking Changes
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.8.6 |
13
+ | 2.6.0 | 16.8.6 |
13
14
| 2.5.0 | 16.8.6 |
14
15
| 2.4.7 | 16.4.2 |
15
16
| 2.4.6 | 16.4.1 |
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.5 .0'
5
+ VERSION = '2.6 .0'
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments