File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 88
99#### Bug Fixes
1010
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+
1126## 2.5.0
1227
1328#### 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-
1010| Gem | React.js |
1111| ----------| ----------|
1212| master | 16.8.6 |
13+ | 2.6.0 | 16.8.6 |
1314| 2.5.0 | 16.8.6 |
1415| 2.4.7 | 16.4.2 |
1516| 2.4.6 | 16.4.1 |
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.5 .0'
5+ VERSION = '2.6 .0'
66 end
77end
You can’t perform that action at this time.
0 commit comments