Releases: zefoy/ngx-swiper-wrapper
Bug fix release
- Removed unfinished / unnecessary SwiperBreakpointInterface interface
If you were using SwiperBreakpointInterface then just switch to using SwiperConfigInterface
Bug fix release
- Fixed potential maximum call stack error
Bug fix release
- Fixed slide next / prev api to match the Swiper 4.x API
Feature release
BREAKING CHANGES WHEN UPGRADING FROM 4.x
-
New release for Angular 5 (requires Angular 5)
-
Updated to using Swiper 4.x (has many API changes)
-
Switched to using flat module format and Rollup for bundling the library
Feature release
This is the last pre-release before the 5.0.0 release.
BREAKING CHANGES
-
Building and the example app now uses Angular 5
-
This version is not compatible with Angular 4, for Angular 4 use the 4.x releases
-
Directive wont anymore automatically apply the swiper-comtainer class so if you need it then add it to the elements classes
The public swiper attribute has been changed to a function, so to get the reference to the Swiper instance call swiper() instead of accessing the swiper attribute.
Feature release
BREAKING CHANGES
-
Removed forRoot / forChild functions
-
Updated to using latest Swiper (4.0.2)
The Swiper API has changed a lot for version 4.x so check the Swiper documentation for the new configuration format / methods etc.
Bug fix release
- Fixed setIndex to work properly with slidesPerView configuration
Bug fix release
- Fixed setIndex to work properly with slidesPerView configuration
Bug fix release
- Fixed slide class adding for static children
Bug fix release
- Fixed the automatic swiper-slide class adding in the component