radium v0.14.0 Release Notes

Release Date: 2015-09-15 // over 8 years ago
  • ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ“š Config.setMatchMedia has been replaced by the matchMedia field in the config passed to @Radium (see documentation)

    ๐Ÿ†• New Features

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ’… Flatten nested arrays in style, #344, thanks @almost
    • Universal/isomorphic example npm run universal, thanks @jurgob and @moret

    ๐Ÿ› Bug Fixes

    • Static properties are now copied again in IE < 10, #349, thanks @bobbyrenwick