- Updated this component to no longer use internal state for retaining value, this is prop driven now.
- The version number
1.0.0-rc1
is an unforunate coincidence, We're only bumping this as it introduces breaking changes. - Other outstanding PRs may be merged in to the the final release so we can break several things at once (now that we have tests of course)
- Added unit tests (thanks @ryanalane)
- Updated README.md
- 5306a64 [fixed] npm main entry
- 34b185b [fixed] incorrect style merging
- fd23644 [fixed] left-over console.log :|