Skip to content
This repository has been archived by the owner on Aug 6, 2022. It is now read-only.

Releases: zefoy/ngx-swiper-wrapper

Bug fix release

01 Aug 08:32
Compare
Choose a tag to compare
  • 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

01 Aug 07:30
Compare
Choose a tag to compare
  • Fixed deprecated getIndex function for the component

Feature release

01 Aug 07:12
Compare
Choose a tag to compare

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

29 Jul 08:42
Compare
Choose a tag to compare
  • Switched to using Angular 4.0.0 version

Bug fix release

29 Jul 08:41
Compare
Choose a tag to compare
  • Fixed umd bundle to use the new name

Bug fix release

29 Jul 08:41
Compare
Choose a tag to compare
  • Fixed problems from the name change

Last 2.x release

29 Jul 08:41
Compare
Choose a tag to compare
  • Preparing for moving to Angular 4.x