Skip to content

Releases: FezVrasta/react-resize-aware

v4.0.0

22 Mar 12:03
Compare
Choose a tag to compare
  • 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

02 Sep 07:09
Compare
Choose a tag to compare
  • Added React 17 to allowed peer dependencies

v3.1.0

14 Nov 13:37
Compare
Choose a tag to compare

Typescript definitions

v3.0.1

03 Jun 17:01
Compare
Choose a tag to compare
  • fix: Remove unusable, non-legible aria-label #42

v2.7.2

16 Jan 09:30
Compare
Choose a tag to compare

Fixed a bug that prevented proper resize detection on newer versions of Firefox

v2.7.1

31 May 18:17
Compare
Choose a tag to compare
  • fix: handle case where resizeTarget is not an event listener (#14)

v2.7.0

24 Aug 18:31
Compare
Choose a tag to compare
  • feat: Added child function support

v2.6.0

24 Aug 15:49
Compare
Choose a tag to compare
  • feat: Added ability to provide custom height and width property names

v2.5.0

01 Aug 17:50
Compare
Choose a tag to compare
  • fix(accessibility): apply aria-hidden and tabIndex to (#6)

v2.4.1

01 May 13:09
Compare
Choose a tag to compare
  • Allow multiple children

v2.4.0

  • Added makeResizeAware decorator