Skip to content

react-bnb-gallery@2.1.2

Choose a tag to compare

@github-actions github-actions released this 26 Feb 19:19
· 30 commits to master since this release
5edf72c

Patch Changes

  • Fix wrap boundary navigation semantics so:

    • wrap={false} stops at the first/last photo.
    • wrap={true} loops across boundaries as documented.

    Also adds behavior tests for keyboard navigation at boundaries and control visibility in both wrap modes.