Skip to content

Release 3.0.0-rc.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@shawnmcknight shawnmcknight released this 18 Jul 18:00
2f53528

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 and onChange props in favor of a single onChange prop. The callback for onChange returns height and width instead of scrollbarHeight and scrollbarWidth.