React Resize Detector Versions Save

A Cross-Browser, Event-based, Element Resize Detection for React

v10.0.0

4 months ago

⚠️ Breaking Changes

v10.0.0-beta.1

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/maslianok/react-resize-detector/compare/v9.1.1...v10.0.0-beta.1

v9.1.2-beta.0

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/maslianok/react-resize-detector/compare/v9.1.1...v9.1.2

v10.0.0-beta.0

4 months ago

We've streamlined the library by eliminating all methods except hooks. Starting from this version the useResizeObserver hook is the only way to attach the observer.

v9.1.1

4 months ago
  • fix useResizeDetector in React StrictMode #247

v9.1.0

1 year ago

useResizeDetector performance optimization and refactoring. No API changes.

v9.0.0

1 year ago

This version introduces a new logic for the useResizeDetector hook. The hook now stores the ref in the internal state, allowing us to handle ref changes.

There should be no breaking changes. Now it's safe to delete refreshMode="debounce" refreshRate={0} props that many of you used as a workaround.

v8.0.4

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/maslianok/react-resize-detector/compare/v8.0.3...v8.0.4

v8.0.3

1 year ago

Remove console.log 🤷‍♂️