Releases: FezVrasta/react-resize-aware
Releases · FezVrasta/react-resize-aware
v4.0.0
- the package now works with Vite and other modern bundles out of the box
- the sizes object can now be either
null
, or an object with numeric width and height properties (never null)
v3.1.1
- Added React 17 to allowed peer dependencies
v3.0.1
- fix: Remove unusable, non-legible
aria-label
#42
v2.7.2
Fixed a bug that prevented proper resize detection on newer versions of Firefox
v2.7.1
- fix: handle case where resizeTarget is not an event listener (#14)
v2.7.0
- feat: Added child function support
v2.6.0
- feat: Added ability to provide custom
height
and width
property names
v2.5.0
- fix(accessibility): apply aria-hidden and tabIndex to (#6)
v2.4.1
v2.4.0
- Added makeResizeAware decorator