Skip to content

v2.3.0

Choose a tag to compare

@github-actions github-actions released this 03 Sep 22:28
· 3 commits to master since this release

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.