All Versions
14
Latest Version
Avg Release Cycle
26 days
Latest Release
1821 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.12.7
June 03, 2017 -
v0.12.6
May 09, 2017 -
v0.12.5
March 28, 2017 -
v0.12.4
March 24, 2017 -
v0.12.3
March 21, 2017 -
v0.12.2
March 14, 2017 -
v0.12.1
March 14, 2017 -
v0.12.0
March 13, 2017 -
v0.11.0 Changes
December 13, 2016๐ Changed
- 0๏ธโฃ The whole opal-activesuppport is not loaded by default now. This gave us about 18% size reduction on the built file. If your code rely on any of the module which is not required by hyper-react, you need to require it yourself. (#135)
๐ Deprecated
- Current
React.render
behavior is deprecated. Require"react/top_level_render"
to get the updated behavior. (#187) React.is_valid_element
is deprecated in favor ofReact.is_valid_element?
.expect(component).to render('<div />')
is now deprecated in favor ofexpect(component).to render_static_html('<div />')
, which is much clearer.
๐ Fixed
- ๐
ReferenceError: window is not defined
error in prerender context with react-rails v1.10.0. (#196) - โก๏ธ State might not be updated using
React::Observable
from a param. (#175) - Arity checking failed for
_react_param_conversion
&React::Element#initialize
(#167)
-
v0.10.0 Changes
October 30, 2016๐ Changed
- โฌ๏ธ This gem is now renamed to
hyper-react
, see [UPGRADING](UPGRADING.md) for details.
๐ Fixed
- ๐ ReactJS functional stateless component could not be imported from
NativeLibrary
. Note that functional component is only supported in React v14+. (#162) - ๐ฒ Prerender log got accumulated between reqeusts. (#176)
- โฌ๏ธ This gem is now renamed to