Skip to content

Releases: leo6104/ngx-slick-carousel

20.0.0

01 Oct 08:47

Choose a tag to compare

release: 20.0.0

19.0.0

16 Dec 11:20

Choose a tag to compare

  • use latest angular 19

17.0.0

15 Nov 12:04

Choose a tag to compare

  • Use Angular 17.0.0 & drop supports for <= 16 angular

15.0.0

07 Jan 04:51

Choose a tag to compare

  • 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)

0.4.5

29 Jul 09:10

Choose a tag to compare

Upgrade to angular 8 #28

bug fix in unslick()

16 Oct 15:31

Choose a tag to compare

0.4.3

fix(slick): keep slides, _addedSlides, _removeSlides when manually un…

0.4.1

15 Sep 09:24

Choose a tag to compare

Related issue #7

initialize slick in ngAfterViewInit

0.4.0

15 Aug 08:59

Choose a tag to compare

Highly improvement in slick init & unslick performance

Redesign lifecycle to support lazy update slides

  1. use _addedSlides, _removedSlides in SlickCarouselComponent
  2. implement ngAfterViewChecked for lazy update

Thanks @mattleff

0.3.0

10 Jun 07:13

Choose a tag to compare

run .slick('~') call in outside of angular zone

0.2.8

02 Jun 12:47

Choose a tag to compare

Changelog: feat(slick): add currentIndex variable