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

30 Nov 18:01
Compare
Choose a tag to compare
  • Removed unfinished / unnecessary SwiperBreakpointInterface interface

If you were using SwiperBreakpointInterface then just switch to using SwiperConfigInterface

Bug fix release

21 Nov 18:15
Compare
Choose a tag to compare
  • Fixed potential maximum call stack error

Bug fix release

21 Nov 13:35
Compare
Choose a tag to compare
  • Fixed slide next / prev api to match the Swiper 4.x API

Feature release

09 Nov 20:09
Compare
Choose a tag to compare

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

08 Nov 09:02
Compare
Choose a tag to compare
Feature release Pre-release
Pre-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

25 Oct 10:04
Compare
Choose a tag to compare
Feature release Pre-release
Pre-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

02 Oct 21:46
Compare
Choose a tag to compare
Bug fix release Pre-release
Pre-release
  • Fixed setIndex to work properly with slidesPerView configuration

Bug fix release

02 Oct 21:43
Compare
Choose a tag to compare
  • Fixed setIndex to work properly with slidesPerView configuration

Bug fix release

28 Sep 19:19
Compare
Choose a tag to compare
Bug fix release Pre-release
Pre-release
  • Fixed slide class adding for static children

Bug fix release

28 Sep 12:53
Compare
Choose a tag to compare
Bug fix release Pre-release
Pre-release
  • Fixed the automatic swiper-slide class adding in the component