Skip to content

0.9.0

Choose a tag to compare

@JakeLin JakeLin released this 10 Nov 09:23
· 63 commits to main since this release

[0.9.0] - 2025-11-10

Fixed

  • Carousel: Fixed horizontal page overflow in width-constrained containers (Issue #17)
    • Replaced negative margin gap implementation with CSS gap property
    • Carousel now properly contains itself without requiring parent containers to use overflow-x: hidden
    • Self-contained component handles its own overflow correctly