2.0.0 (2022-08-12)
Bug Fixes
- fix inline plugin container relative position (d9ea3bf)
- fix padding percentage calculation (51d3dd7)
- fix responsive image scaling (f2812aa)
- improve touch swipe reliability (8fbfad0)
- improve zoom performance (560ac59)
- prevent navigation on swipe overscroll (cc90bdd)
Features
- overhaul carousel implementation, migrate to FLIP animations (5fca554)
- update type declarations (ad311c1)
BREAKING CHANGES
- (core): ControllerContext no longer provides latestProps, currentIndex and globalIndex
- 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