radium v0.13.3 Release Notes

Release Date: 2015-07-13 // almost 9 years ago
  • ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix hotloading component methods, #255, thanks @bobbyrenwick
    • โž• Add displayName to shorthand warning, #253, thanks @bobbyrenwick
    • Warn and ignore null/undefined values, #250, thanks @AnSavvides
    • โšก๏ธ Don't warn when mixing border & borderRadius, and more shorthand warning updates, #246, thanks @nathanfriemel
    • โœ‚ Remove react from peerDependencies so Radium can be used with the 0.14 beta, #242, thanks @dariocravero
    • ๐Ÿ›  Fix transfering defaultProps and friends in IE <11, #241, thanks @bobbyrenwick
    • ๐Ÿ›  Don't alias matchMedia, fixes IE <11 bug, #238
    • ๐Ÿ’… Stop mutating style state, #237

    Misc

    • โœ… Migrate tests to Karma, #240, thanks @exogen