radium v0.13.0 Release Notes

Release Date: 2015-06-07 // almost 9 years ago
  • ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ”€ Radium.wrap and Radium.Enhancer have been merged and moved to Radium(). Just wrap your component, Button = Radium(Button);, or use the decorator @Radium
    • ๐Ÿ’… Style component rules prop now takes an object instead of an array

    ๐Ÿ†• New Features

    • ๐Ÿ‘Œ Support fallback values (e.g. #fff for rgba(...))

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix react external in webpack config
    • ๐Ÿ›  Fix keyframes throwing on IE9 (now does feature detection)
    • ๐Ÿ›  Fix windows build
    • string and number children are no longer wrapped in an extraneous <span>