Skip to content

Commit 1647845

Browse files
committed
1.11.0
1 parent d9d7cb8 commit 1647845

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

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 the version hint in README.md, if needed
5-
VERSION = "1.10.0"
5+
VERSION = "1.11.0"
66
end
77
end

0 commit comments

Comments
 (0)