Releases: igordanchenko/yet-another-react-lightbox
Releases · igordanchenko/yet-another-react-lightbox
v2.0.0-rc.3
Bug Fixes
- prevent navigation on swipe overscroll (cc90bdd)
v2.0.0-rc.2
Bug Fixes
- fix inline plugin container relative position (d9ea3bf)
- fix padding percentage calculation (51d3dd7)
v2.0.0-rc.1
Features
- overhaul carousel implementation, migrate to FLIP animations (5fca554)
- update type declarations (ad311c1)
BREAKING CHANGES
- slide.aspectRatio is no longer supported
- slide.src is now required for image slides
- slide.srcSet.height is now required if srcSet is specified
- slide.sources property is now required for video slides
- (core): useEvents callback signature changed
- (core): ControllerContext no longer provides latestProps, currentIndex and globalIndex
v1.13.4
1.13.4 (2022-08-05)
Bug Fixes
- fix clickable backdrop area around the image (ede4065)
v1.13.3
1.13.3 (2022-08-02)
Bug Fixes
- fix occasional thumbnails shrinking (06f9b59)
v1.13.2
1.13.2 (2022-08-02)
Reverts
- fix: fix occasional thumbnails shrinking (89fa190)
v1.13.1
1.13.1 (2022-08-02)
Bug Fixes
- fix occasional thumbnails shrinking (f588832)
v1.13.0
1.13.0 (2022-08-01)
Features
- add closeOnBackdropClick option (fix #12) (17292eb)
- introduce customization slots and css variables (fix #6) (924bbc0)
v1.12.0
1.12.0 (2022-07-30)
Features
- simplify Captions plugin CSS styles (fix #13) (f37d4bd)
v1.11.1
1.11.1 (2022-07-29)
Bug Fixes
- adjust max zoom on window resize (1edbf2f)
- prevent default browser action on zoom hotkeys (a59b1b6)