File tree 5 files changed +108
-92
lines changed
5 files changed +108
-92
lines changed Original file line number Diff line number Diff line change 8
8
9
9
#### Bug Fixes
10
10
11
+ ## 2.2.1
12
+
13
+ #### New Features
14
+
15
+ - Support ` config.react.server_renderer_directories ` in initializers #729
16
+
17
+ #### Bug Fixes
18
+
19
+ - Fix Railtie watcher to update its timestamp when files change #722
20
+ - Don't use ` yarn ` binstub because webpacker doesn't provide it anymore #717
21
+
11
22
## 2.2.0
12
23
13
24
#### New Features
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 | 15.4.2 |
13
+ | 2.2.1 | 15.4.2 |
13
14
| 2.2.0 | 15.4.2 |
14
15
| 2.1.0 | 15.4.2 |
15
16
| 2.0.2 | 15.4.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.2.0 "
5
+ VERSION = "2.2.1 "
6
6
end
7
7
end
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react_ujs" ,
3
- "version" : " 2.2.0 " ,
3
+ "version" : " 2.2.1 " ,
4
4
"description" : " Rails UJS for the react-rails gem" ,
5
5
"main" : " index.js" ,
6
6
"repository" : " reactjs/react-rails" ,
You can’t perform that action at this time.
0 commit comments