This repository has been archived by the owner on Feb 18, 2022. It is now read-only.
This release moves both radium
and react
to peerDependencies
to be a better npm
citizen. It also removes radium
from dist
/browser builds to lighten the bundle size.
Breaking Changes
- You'll now need to include
radium
andreact
in yourdependencies
, though you likely already are. - You'll need to include
radium
as a script tag in your browser builds.