File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 88
99#### Bug Fixes
1010
11+ ## 1.11.0 (April 4, 2017)
12+
13+ #### New Features
14+
15+ - Support ` prerender: false ` when rendering in a controller #680
16+ - Update React to ` 15.4.2 ` #681
17+
18+ #### Bug Fixes
19+
20+ - Fix joining asset path in YamlManifestContainer #679
21+ - Remove ` coffee-script-source ` from dependencies. #667 If you have a version conflict, you should specify the proper version yourself.
22+
1123## 1.10.0 (October 6, 2016)
1224
1325#### Breaking Changes
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 the version hint in README.md, if needed
5- VERSION = "1.10 .0"
5+ VERSION = "1.11 .0"
66 end
77end
You can’t perform that action at this time.
0 commit comments