Release 3.0.0
BREAKING CHANGE
- Library has been completely rewritten in TypeScript, complies with React >=16.8, and all tooling has been updated (#11) @shawnmcknight
- The API has been changed significantly; there are no longer separate
onLoad
andonChange
props in favor of a singleonChange
prop. The callback foronChange
returnsheight
andwidth
instead ofscrollbarHeight
andscrollbarWidth
.
- The API has been changed significantly; there are no longer separate