This repository has been archived by the owner on Aug 6, 2022. It is now read-only.
Releases: zefoy/ngx-swiper-wrapper
Releases · zefoy/ngx-swiper-wrapper
Bug fix release
-
Added support for fxHide / fxShow in addition to hidden
-
Fixed indexChange event not being send from component
-
Fixed typo that prevented events being send from the directive
Bug fix release
- Fixed deprecated getIndex function for the component
Feature release
This version has BREAKING CHANGES for the component if using custom styles
-
Converted component to use the directive
-
Include all arguments in the Swiper events
-
Changed get/setIndex to work with loop option
-
Renamed events that conflict with DOM events
The following events has been renamed (prefixed with 'swiper'):
click, tap, doubleTap, touch*, transition* (e.g. tap -> swiperTap).
Feature release
- Switched to using Angular 4.0.0 version
Bug fix release
- Fixed umd bundle to use the new name
Bug fix release
- Fixed problems from the name change
Last 2.x release
- Preparing for moving to Angular 4.x