Skip to content

v0.0.2-alpha

Pre-release
Pre-release

Choose a tag to compare

@rahul-vashishtha rahul-vashishtha released this 30 Mar 06:08
· 39 commits to main since this release
v0.0.2-alpha
397ec96

v0.0.2-alpha

This alpha focuses on overlay behavior improvements for Menu and Popover.

Highlights

  • Improved Popover positioning behavior
  • Fixed Popover alignment issues, especially on first open with align="center"
  • Updated default popover behavior so it scrolls out with the page instead of sticking to the viewport
  • Improved Menu open-state behavior by locking page scroll while the menu is open

Fixes

  • Resolved popover centering drift caused by measuring animated dimensions
  • Stabilized first-render popover placement with delayed positioning and resize observation
  • Corrected popover scroll behavior for non-teleported usage
  • Added menu body scroll locking while open and restored scrolling on close

Notes

  • Popover now defaults to teleport=false
  • This is still an alpha release and the overlay APIs may continue to evolve based on usage feedback