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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,17 @@ Whitespace conventions:
18
18
- 1 spaces before normal text
19
19
-->
20
20
21
+
## [0.11.0] - Unreleased
22
+
23
+
### Changed
24
+
25
+
- The whole opal-activesuppport is not loaded by default now. If your code rely on any of the module which is not required by hyper-react, you need to require it yourself. (#135)
26
+
27
+
### Fixed
28
+
29
+
- Arity checking failed for `_react_param_conversion` & `React::Element#initialize` (#167)
0 commit comments