Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

Play Nice!

Latest
Compare
Choose a tag to compare
@tptee tptee released this 08 Apr 20:36
· 17 commits to master since this release

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 and react in your dependencies, though you likely already are.
  • You'll need to include radium as a script tag in your browser builds.