Changelog
0.15.3 (November 16, 2015)
"files"
section in package.json
, should fix npm install issues
Changelog
0.15.2 (November 15, 2015)
Changelog
0.15.1 (November 11, 2015)
Changelog
0.15.0 (November 11, 2015)
inline-style-prefixer
relies on the userAgent (similar to autoprefixer), it produces the same prefixes on both the client and the server. This is a huge step in making Radium truly universal (see example). Thanks much to @rofrischmann for putting up with my API suggestions and requests!radiumConfig
. This was mainly required for passing the userAgent
during a server-side render.prefix
prop. It automatically gets the correct userAgent to pass to the prefixer from radiumConfig
contextstyle
propType, if defined, with array or object, fixing #396defualtProps
, propTypes
, etc)modules
to src
Changelog
0.14.3 (October 19, 2015)
Changelog
0.14.2 (October 17, 2015)
:active
styles now triggered by space or enterref
s are now ignored, fixing #346Radium.keyframes
and <Style>
Changelog
0.14.1 (September 15, 2015)
Changelog
0.14.0 (September 15, 2015)
Config.setMatchMedia
has been replaced by the matchMedia
field in the config passed to @Radium
(see documentation)@Radium
(see docs for config.plugins
and the plugin API)style
, #344, thanks @almostnpm run universal
, thanks @jurgob and @moretChangelog
0.13.8 (August 24, 2015)
Changelog
0.13.7 (August 5, 2015)