Changelog
0.13.6 (August 5, 2015)
printStyles
property to add print styles to your components, #299, thanks @bobbyrenwickChangelog
0.13.5 (July 29, 2015)
float
property, #277, thanks @bencaotransform
properties, #272, thanks @MattHauglustainetest-dev
command for faster test feedback during developmentChangelog
0.13.4 (July 14, 2015)
Changelog
0.13.3 (July 13, 2015)
Changelog
0.13.2 (June 25, 2015)
console.warn
instead of console.warning
(duh)Changelog
0.13.1 (June 24, 2015)
style
prop of custom components, e.g. <MyComponent style={...} />
, #202 (thanks @azazdeaz)Changelog
0.13.0 (June 7, 2015)
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#fff
for rgba(...)
)string
and number
children are no longer wrapped in an extraneous <span>
Changelog
0.12.2 (May 22, 2015)
None
CSSPropertyOperations.createMarkupForStyles
, which further reduces the build sizeChangelog
0.12.1 (May 22, 2015)
Changelog
0.12.0 (May 16, 2015)