Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 43b97a5

Browse files
Prep for 2.6 (#1006)
1 parent a03a404 commit 43b97a5

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

‎CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@
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

‎VERSIONS.md

Lines changed: 1 addition & 0 deletions
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.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 |

‎lib/react/rails/version.rb

Lines changed: 1 addition & 1 deletion
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.5.0'
5+
VERSION = '2.6.0'
66
end
77
end

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /