radium v0.16.4 Release Notes

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

    • Add px suffix if needed before prefixing, since the list in appendPxIfNeeded does not include prefixed variants
    • ๐Ÿ’… Radium now calls toString on values itself, instead of relying on inline-style-prefixer or React to do so (they don't)

    ๐Ÿ‘Œ Improvements

    • Much lighter npm install radium by removing babel & co from dependencies before publishing
    • Radium now ignores children or props that are themselves Radium enhanced components, for a nice perf gain. Thanks @spacenick