This repository was 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
radiumandreactin yourdependencies, though you likely already are. - You'll need to include
radiumas a script tag in your browser builds.