File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
#### Bug Fixes
10
10
11
+ ## 1.7.2 (Jun3 19, 2016)
12
+
13
+ #### New Features
14
+
15
+ - Improved error messages for missing components #538
16
+
17
+ #### Bug Fixes
18
+
19
+ - Fix ` view_helper_implementation ` config #551
20
+ - Fallback to ` EnvironmentContainer ` for server rendering when manifest isn't available #545
21
+
11
22
## 1.7.1 (May 10, 2016)
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.0.2 |
13
+ | 1.7.2 | 15.0.2 |
13
14
| 1.7.1 | 15.0.2 |
14
15
| 1.7.0 | 15.0.1 |
15
16
| 1.6.2 | 0.14.6 |
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 the version hint in README.md, if needed
5
- VERSION = '1.7.1 '
5
+ VERSION = '1.7.2 '
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments