You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 19, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,16 @@ Whitespace conventions:
18
18
- 1 spaces before normal text
19
19
-->
20
20
21
-
## [0.9.1] - Unreleased
21
+
## [0.10.0] - 2016-10-30
22
+
23
+
### Changed
24
+
25
+
- This gem is now renamed to `hyper-react`, see [UPGRADING](UPGRADING.md) for details.
22
26
23
27
### Fixed
24
28
25
29
- ReactJS functional stateless component could not be imported from `NativeLibrary`. Note that functional component is only supported in React v14+. (#162)
30
+
- Prerender log got accumulated between reqeusts. (#176)
0 commit comments