radium v0.13.6 Release Notes

Release Date: 2015-08-05 // over 8 years ago
  • 🆕 New Features

    • 💅 Resolve styles on elements found in props and children as function, #298
    • 💅 <PrintStyleSheet> component and printStyles property to add print styles to your components, #299, thanks @bobbyrenwick

    👌 Improvements

    • ⚠ Show component name when warning in prefixer, #302, thanks @AnSavvides

    🐛 Bug Fixes

    • 🛠 Fix bug with _radiumDidResolveStyles that was breaking in React 0.14.0-beta2
    • Un-prefix values before checking isUnitlessNumber, #305, thanks @AnSavvides
    • Prevent errors from getters that do not have setters as static props of React components, #306, thanks @rolandpoulter