Skip to content

Release 3.0.0

Compare
Choose a tag to compare
@shawnmcknight shawnmcknight released this 18 Jul 22:52
cadf047

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.