Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Releases: ZeeCoder/react-resize-observer

v2.0.0

22 Dec 07:40
Compare
Choose a tag to compare
  • [BREAKING] ResizeObserver now always expects a function as a child, to which
    it passes in a reference as an argument that can be added to the element to be
    observed.
  • [BREAKING] Returning width and height as the second and third parameters
    instead of as part of an object
  • [BREAKING] Now reports 1x1 size on before the observer is triggered instead of
    0x0
  • Added tests using Karma

v1.0.0

20 Dec 18:54
Compare
Choose a tag to compare
  • Initial release