Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Releases: Ember-Swiper/ember-cli-swiper

Added forceUpdate

20 Apr 08:57
Compare
Choose a tag to compare

Swiper as shown to be a little bit touchy when it comes to situations where you show it via css / manipulate the container after initialization. For those scenarios you can force a refresh of the component via your controller.

See the demo for the usage

Updateable Slides

07 Apr 15:47
Compare
Choose a tag to compare

You can now update your slides via an observer updateFor

Bugfix-Release: Correct SlideIndex

07 Apr 15:49
Compare
Choose a tag to compare

Swiper handles looped and non-looped instances differently, which caused looped swipes to return a wrong slide-index.

This release fixes that by always returning / referencing the slide-index of the order you placed your slides.