Releases: leo6104/ngx-slick-carousel
Releases · leo6104/ngx-slick-carousel
17.0.0
- Use Angular 17.0.0 & drop supports for <= 16 angular
15.0.0
- Update to Angular 15.0.0
- Change Server side rendering behavior to show first slide only for ssr. (for Core Web Vital - CLS Score, hiding all slides except first)
bug fix in unslick()
0.4.3
fix(slick): keep slides, _addedSlides, _removeSlides when manually un…
0.4.1
Related issue #7
initialize slick in ngAfterViewInit
0.4.0
Highly improvement in slick init & unslick performance
Redesign lifecycle to support lazy update slides
- use
_addedSlides
, _removedSlides
in SlickCarouselComponent
- implement
ngAfterViewChecked
for lazy update
Thanks @mattleff
0.3.0
run .slick('~') call in outside of angular zone
0.2.8
Changelog: feat(slick): add currentIndex variable