Releases: gebruederheitz/wp-block-slideshow
Releases · gebruederheitz/wp-block-slideshow
3.0.1: Bugfix release
- fix: wrong import declaration (b2408d9)
3.0.0: Swiper, Coverflow, Controls
- feat: Swiper, coverflow, controls (56660fc) including:
- add Swiper as library option
- sliderType & preset for coverflow mode (Swiper only)
- more control(s) for Gutenberg
- resolve Gutenberg deprecations (except for withState/useState; composition vs. hooks)
- factory callback parameter to modify library options after parsing
2.2.1: Splide resize
- fix: Refresh splide instances on resize events (16a12bf)
2.2.0: Option for fallback library
- [feat] Option to define fallback slider lib in factory (4f5c9eb)
2.1.1: Revert v2.1.0
- Revert "[feat] Allow usage of custom slider library" (4a44d8a)
2.1.0: Custom slideshow libraries
- [feat] Allow usage of custom slider library (202bc21)
You can now pass your own instance of the respective slideshow library to the SlideshowFactory as options.customSliderLib.