Skip to content

Release 3.2.0

Compare
Choose a tag to compare
@shawnmcknight shawnmcknight released this 12 Mar 01:13
· 694 commits to main since this release
e71484a

This release introduces the useScrollbarSize custom hook to provide the same functionality to detect scrollbar size changes as the existing component based syntax. This syntax is significantly easier to utilize as a consumer and should be considered the default way to utilize this library. All documentation has been updated to reference this approach and the component syntax should be considered legacy at this point.

The component syntax will be deprecated in a future major release.