Skip to content

Releases: Shopify/position-observer

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 14 Aug 15:21
4755bac

Patch Changes

  • 74e7172: Fixed a regression with the top and left properties of the intersectionRect in PositionObserverEntry.

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 05 Aug 16:06
5173d09

Patch Changes

  • a9315f9: Fixed a bug where intersectionRect in PositionObserverEntry could sometimes be an object instead of an instance of DOMRect.

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 01 Aug 18:26
b2eb893

Patch Changes

  • 7c2459a: Fixed a bug where observing an element that had previously been observed and unobserved would not trigger the PositionObserverCallback when if the position of the element had not changed after it being unobserved.

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 06 Jun 02:17
118985b

Major Changes

Initial release