Before Upgrading once read the Readme.md file
afterCarouselViewedis anOutputwhich triggered after carousel viewed and it will emit$eventasNgxCarouselStoreobject #47
-
moveToSlideis anInputwhich accepts point numbers. Numbers represents no of slide to be done. You can change it dynamically and slider will based on the number. -
onMoveis anOutputwhich triggered on every slide before start and it will emit$eventasNgxCarouselStoreobject.
-
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
onMoveto customize your carousel #25 -
Fixed the back button issue when remaining slide is one #28
-
Point is no show the correct numbers when resize #29
-
button will gets hidden when no more slides #33
-
This feature is available through
onMoveoutput. checkvisibleItems#34 -
point click event is now added. if you click any point in move to curresponding slide#17
-
In inputs
pointis now changed with more options (point: {visible: boolean, pointStyles: string}). -
In point
visibleis used to visible point in the carousel. -
In point
pointStylesis used to customize the point with own css. Check readme file for more details. -
Point click event is now added. If you click any point in move to curresponding slide
-
custom css option is added in
pointStyles#16 -
point click event is now added. if you click any point in move to curresponding slide#17
-
From this build
inputsLengthInput anddynamicLengthis removed. -
Added a new directive for the items
NgxCarouselItemand it is mandatory. Check getstarted in readme. -
Added a new directive for buttons
NgxCarouselNextandNgxCarouselPrev. it is mandatory. Check getstarted in readme. -
Removed buttons css for user customization. From this build
NgxCarouselNextact as a rightRs andNgxCarouselPrevact as a leftRs. go and apply your own button with these directives. Check getstarted in readme.
-
Example is Updated in readme#13
-
buttons issue is fixed.#12
-
ExpressionChangedAfterItHasBeenCheckedErrorissue is fixed.#11 -
classList of undefined is fixed#10
-
touch slideing issue is fixed#4
CarouselModuleis renamed toNgxCarouselModuleto match the name of the caroussel. Please change the name.Carouselinterface is renamed toNgxCarouselto match the name of the caroussel. Please change the name.
-
loop: booleanis added. By default it is false. It is used to control the looping of an item. If you needinterval: booleanthen make sure to to addloop: true. #5 -
ngx-itemcomponent is added for the replacement of the.itemclass. check readme. -
ngx-tilecomponent is added for the replacement of the.itemand.tileclass. check readme. -
easing: stringis added for custom easing style. -
Performance Improvements.
- support for Angular Universal
- Custom Animation support
- Unsubcribe to carouselLoad Eventemitter
- Buttton error fixed based on the issue#2
-
This release now
allfeature is enabled. It will appear ingrid. if you need to make your carousel items to befixed in widthuse this option and makke other option to be0. eggrid: {xs: 0, sm: 0, md: 0, lg: 0, all: 250} -
touch control option included in this version, By default touch is false.
-
Performance Improvements.
This is a Major release with breaking Changes. Please read the Readme.md before upgrading
- This release now supports angular 2 projects (previously it requires angular 4).
- Performance Improvements
This is a Major release with breaking Changes. Please read the Readme.md before upgrading
- Renamed the Input() method from
itemstoinputswith more option based on the feedback#1 inputLenghtInputs() added only for dynamicLenght is true- Added
pointoption to control carouselpoint - Update your projects with below stucture when updatinng to this build
- Touch suport is added in this release with the help of
hammerjs - type
Carouselis added to theinputmethod so that the proper data will be passed to the carousel - In this release the carousel is rewritten from directive to component so that the tags will be reduced and also some internal css chaanges
- Updated the input method with more option
- Added
pointoption to control carouselpoint - Update your projects with below stucture when updatinng to this build
