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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,10 @@ Whitespace conventions:
24
24
25
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
26
27
+
### Deprecated
28
+
29
+
-`expect(component).to render('<div />')` is now deprecated in favor of `expect(component).to render_static_html('<div />')`, which is much clearer.
30
+
27
31
### Fixed
28
32
29
33
- Arity checking failed for `_react_param_conversion` & `React::Element#initialize` (#167)
0 commit comments