Skip to content
This repository has been archived by the owner on Oct 20, 2018. It is now read-only.

Releases: sheikalthaf/ngx-carousel

Fixed the point click event

28 Nov 12:06
Compare
Choose a tag to compare
  • Fixed the point click event issue #57 #59

MoveToSlide bug fixed

26 Nov 07:43
Compare
Choose a tag to compare
  • MoveToSlide issue is fixed in this build #58 #55

hideOnSingleSlide option is added in point

17 Nov 07:10
0bf9ec8
Compare
Choose a tag to compare

Feature Added

Based on user request option hideOnSingleSlide is added to the point #39

point: {
        visible: true,
        hideOnSingleSlide: true
}

`NgxCarouselStore` and more added

02 Nov 13:39
Compare
Choose a tag to compare

Features

  • moveToSlide is an Input 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 an Output which triggered on every slide before start and it will emit $event as NgxCarouselStore 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. check visibleItems #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

11 Sep 16:23
Compare
Choose a tag to compare

Check CHANGELOG.md about this release

This release with touch support

26 Aug 06:24
Compare
Choose a tag to compare

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