We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66bb929 commit 5cf0431Copy full SHA for 5cf0431
2 files changed
CHANGELOG.md
@@ -18,7 +18,7 @@ Whitespace conventions:
18
- 1 spaces before normal text
19
-->
20
21
-## [0.11.0] - Unreleased
+## [0.11.0] - 2016-12-13
22
23
### Changed
24
@@ -32,6 +32,7 @@ Whitespace conventions:
32
33
### Fixed
34
35
+- `ReferenceError: window is not defined` error in prerender context with react-rails v1.10.0. (#196)
36
- State might not be updated using `React::Observable` from a param. (#175)
37
- Arity checking failed for `_react_param_conversion` & `React::Element#initialize` (#167)
38
lib/reactive-ruby/version.rb
@@ -1,3 +1,3 @@
1
module React
2
- VERSION = "0.10.0"
+ VERSION = "0.11.0"
3
end
0 commit comments