v2.3.0
2.3.0 (2024-09-03)
Features
popup: exposed function to set the background element (f9a493e)
This is helpful in some complex cases to constrain the position to be inside
some element.
Bug Fixes
popup: fix popup not recomputing on internal element scrolls (26d17b3)
Adds the recompute listener with capture: true on the scroll so we can catch the
non-bubbling scroll events.