Releases: Shopify/position-observer
Releases · Shopify/position-observer
Release list
v1.0.3
v1.0.2
Patch Changes
- a9315f9: Fixed a bug where
intersectionRectinPositionObserverEntrycould sometimes be an object instead of an instance ofDOMRect.
v1.0.1
Patch Changes
- 7c2459a: Fixed a bug where observing an element that had previously been observed and unobserved would not trigger the
PositionObserverCallbackwhen if the position of the element had not changed after it being unobserved.