Radium v0.16.2 Release Notes

Release Date: 2016-01-08 // over 8 years ago
  • ๐Ÿ› Bug Fixes

    • ๐Ÿ’… <StyleSheet/> Component:
      • Bind the private method _onChange to the class instance
      • Wrap setState in setTimeout and keep track of isMounted, #500
      • Remove duplicate declaration of componentWillUnmount and move this._isMounted = true inside componentDidMount
    • ๐Ÿ’… Clear up docs around StyleRoot props, clear up issues in #496
    • ๐Ÿ’… Properly prefix keyframes: Use inline-style-prefixerโ€™s prefixedKeyframes, #488
    • Ensure unique classname is generated for media query rules (hash on query and ruleCSS string)