Before Upgrading once read the Readme.md file
afterCarouselViewed
is anOutput
which triggered after carousel viewed and it will emit$event
asNgxCarouselStore
object #47
-
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.
-
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 is no show the correct numbers when resize #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
-
In inputs
point
is now changed with more options (point: {visible: boolean, pointStyles: string}
). -
In point
visible
is used to visible point in the carousel. -
In point
pointStyles
is 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
inputsLength
Input anddynamicLength
is removed. -
Added a new directive for the items
NgxCarouselItem
and it is mandatory. Check getstarted in readme. -
Added a new directive for buttons
NgxCarouselNext
andNgxCarouselPrev
. it is mandatory. Check getstarted in readme. -
Removed buttons css for user customization. From this build
NgxCarouselNext
act as a rightRs andNgxCarouselPrev
act 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
-
ExpressionChangedAfterItHasBeenCheckedError
issue is fixed.#11 -
classList of undefined is fixed#10
-
touch slideing issue is fixed#4
CarouselModule
is renamed toNgxCarouselModule
to match the name of the caroussel. Please change the name.Carousel
interface is renamed toNgxCarousel
to match the name of the caroussel. Please change the name.
-
loop: boolean
is added. By default it is false. It is used to control the looping of an item. If you needinterval: boolean
then make sure to to addloop: true
. #5 -
ngx-item
component is added for the replacement of the.item
class. check readme. -
ngx-tile
component is added for the replacement of the.item
and.tile
class. check readme. -
easing: string
is 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
all
feature is enabled. It will appear ingrid
. if you need to make your carousel items to befixed in width
use 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
items
toinputs
with more option based on the feedback#1 inputLenght
Inputs() added only for dynamicLenght is true- Added
point
option 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
Carousel
is added to theinput
method 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
point
option to control carouselpoint - Update your projects with below stucture when updatinng to this build