Releases: sheikalthaf/ngx-carousel
Fixed the point click event
MoveToSlide bug fixed
hideOnSingleSlide option is added in point
Feature Added
Based on user request option hideOnSingleSlide
is added to the point #39
point: {
visible: true,
hideOnSingleSlide: true
}
`NgxCarouselStore` and more added
Features
-
moveToSlide
is anInput
which accepts point numbers. Numbers represents no of slide to be done. You can change it dynamically and slider will based on the number. -
onMove
is anOutput
which triggered on every slide before start and it will emit$event
asNgxCarouselStore
object.
Issues fixed
-
Added feature to move slider to specific point number[ #21
-
Fixed the swipe issue on iphone 6 #22
-
Fixed the point issue #24
-
Added to
onMove
to customize your carousel #25 -
Fixed the back button issue when remaining slide is one #28
-
Point now shows the correct numbers when resizing #29
-
button will gets hidden when no more slides #33
-
This feature is available through
onMove
output. checkvisibleItems
#34 -
point click event is now added. if you click any point in move to curresponding slide #17
This is the offical build for production
Check CHANGELOG.md about this release
This release with touch support
this release contains touch support and performance improvement and also carousel is rewritten with component instead of directive. it is also a beta release. need your support for improving the carousel