Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-scrollbar-size

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-scrollbar-size - npm Package Versions

2

5.0.0

Diff

Changelog

Source

[5.0.0] - 2022-05-07

Breaking changes

  • Browser targets have been changed to the default targets of browserslist (> 0.5%, last 2 versions, Firefox ESR, not dead) plus not ie 11. Browsers outside of that range may be supported, but are not guaranteed. (#705)

Added

  • Disable dependabot (#655) and enable renovate (#656)
  • Add support for React 18 (#693)
  • Improved CHANGELOG format (#704)

Fixed

  • Fix use of act in test scripts (#598)
  • Bypass babel for example launches to eliminate warnings emitted by parcel (#705)
  • Fix launch configuration for vscode debugging (#705)
shawnmcknight
published 4.0.0 •

Changelog

Source

[4.0.0] - 2021-05-15

Breaking changes

  • Deprecated the legacy component syntax in favor of the custom hook syntax introduced in #263. The custom hook is now the default export from the library. See the README for information on how to use the custom hook syntax. (#309)
shawnmcknight
published 4.0.0-rc.0 •

Changelog

Source

[4.0.0-rc.0] - 2021-04-04

Breaking changes

  • Deprecated the legacy component syntax in favor of the custom hook syntax introduced in #263. The custom hook is now the default export from the library. See the README for information on how to use the custom hook syntax. (#309)
shawnmcknight
published 3.2.0 •

Changelog

Source

[3.2.0] - 2021-03-11

Added

  • Updated library to export a custom hook to provide the same functionality as the component syntax. This is much easier to use as a consumer. (#263)
    • The component syntax is now considered legacy and will be deprecated in a future major release.
shawnmcknight
published 3.1.1 •

Changelog

Source

[3.1.1] - 2021-03-06

Added

  • Update links to reference new repository location and main branch (#260)
  • Change from master branch to main branch
shawnmcknight
published 3.1.0 •

Changelog

Source

[3.1.0] - 2020-11-07

Added

  • Update dependency ranges to support react ^17.0.1 (#140)
shawnmcknight
published 3.0.1 •

Changelog

Source

[3.0.1] - 2020-07-25

Added

  • Internalized debounce function (#30)
    • Repo now has zero production dependencies!
shawnmcknight
published 3.0.0 •

Changelog

Source

[3.0.0] - 2020-07-18

Breaking changes

  • Library has been completely rewritten in TypeScript, complies with React >=16.8, and all tooling has been updated (#11)
    • 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.
shawnmcknight
published 3.0.0-rc.0 •

Changelog

Source

[3.0.0-rc.0] - 2020-07-18

Breaking changes

  • Library has been completely rewritten in TypeScript, complies with React >=16.8, and all tooling has been updated (#11)
    • 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.
shawnmcknight
published 2.1.0 •

Changelog

Source

[2.1.0] - 2018-01-31

Fixed

  • Lodash as a peerDependency was causing missing peerDependency errors. Lodash peerDep replaced with stifle dep (#7)

Added

  • Bump several dependency versions
  • Configure npm to not generate package-lock file
2
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc