Releases: igordanchenko/yet-another-react-lightbox
Releases · igordanchenko/yet-another-react-lightbox
v3.20.0
3.20.0 (2024-06-13)
Features
- captions: add option to hide captions by default (fix #280) (eefed6a)
- thumbnails: add option to hide thumbnails by default (fix #280) (e5eab15)
v3.19.0
3.19.0 (2024-05-22)
Bug Fixes
- fullscreen: improve Fullscreen plugin compatibility with ownerDocument (fix #270) (42b4f65)
- fullscreen: improve Fullscreen plugin compatibility with shadow DOM (fix #271) (8202b62)
- improve Controller module compatibility with ownerDocument (d8b73ee)
- improve NoScroll module compatibility with ownerDocument (1d9764a)
- thumbnails: improve Thumbnails plugin compatibility with ownerDocument (36e1118)
- zoom: improve Zoom plugin compatibility with ownerDocument (a4d5fc3)
Features
- add LightboxRoot and DocumentContext (b7768ef)
- thumbnails: add standalone thumbnail prop (fix #274) (cebf880)
v3.18.0
3.18.0 (2024-05-08)
Features
- video: add video source media attribute (3f18c23)
v3.17.4
3.17.4 (2024-04-22)
Bug Fixes
- thumbnails: add imageFit support for video thumbnails (fix #263) (e4e0d4e)
v3.17.3
3.17.3 (2024-04-15)
Bug Fixes
- thumbnails: fix custom thumbnail dimensions (fix #262) (6629fc1)
v3.17.2
3.17.2 (2024-03-29)
Bug Fixes
- inline: fix mouse wheel page scrolling in Safari (fix #256) (98559dc)
v3.17.1
3.17.1 (2024-03-11)
Bug Fixes
- prevent vertical scroll in inline mode with
scrollToZoom
(fix #248) (9567623)
v3.17.0
3.17.0 (2024-02-05)
Features
- fullscreen: add
enterFullscreen
and exitFullscreen
callbacks (4293be3)
v3.16.0
3.16.0 (2024-01-19)
Features
- add
closeOnPullUp
controller option (98e095a)