Skip to content

v1.11.0

Choose a tag to compare

@github-actions github-actions released this 12 Feb 02:11
a3dff2d

1.11.0 (2026-02-12)

Bug Fixes

  • add fallback timeout for exit animation transitionend event (eb0ff09)
  • add prefers-reduced-motion support for portal animation (df33461)
  • avoid direct mutation of exitHooks array (0d2811b)
  • avoid mutating srcSet array during render (5b09e27)
  • guard close() against double invocation (fa61eeb)
  • prevent swipe gestures browser navigation during slide transitions (557bc6e)
  • remove redundant nested CSS custom properties (e253a4c)
  • use the correct yarll__fixed CSS class name (c752859)
  • use undefined instead of -1 when closing lightbox (e2817d4)

Features

  • support function form for carousel imageProps (d1dadff)

Performance Improvements

  • avoid forced layout reflow on every zoom/offset change (17f58a5)
  • stabilize addExitHook with useCallback to prevent effect churn (9ac60cb)
  • stabilize changeZoom and changeOffsets with useEventCallback (3931937)