Skip to content

Releases: VagrantAI-c/ng-carousel-cdk

v1.6.1

28 Apr 14:40
Compare
Choose a tag to compare

1.6.1 (2021-04-28)

Bug Fixes

v1.6.0

28 Apr 10:38
Compare
Choose a tag to compare

1.6.0 (2021-04-28)

Bug Fixes

  • fix lint (8a83a5b)
  • fix ngPreventGhostClick not preventing routerLink navigation (f75fdfc)
  • fix programmatic next not resetting autoplay timer (b691d63)
  • listen to element resize if ResizeObserver is available (06dc294)
  • narrow check to set tabindex only on elements (69c277e)

Features

  • allow Angular version 12.0.0 (3684d9f)
  • allow to get current slide index (202e54f)
  • don't animate when page is not active (424928a)
  • introduce active slide direction (48f7ce4)
  • introduce typecheck for ng-template by providing a carousel reference to ngCarouselSlide input (6a172b1)
  • introduce typed config (9d043a6)
  • stretch carousel to take available height (9d5bc81)

v1.5.1

03 Sep 12:04
Compare
Choose a tag to compare

1.5.1 (2020-09-03)

Bug Fixes

  • fix empty carousel initialization (46a6808)

v1.5.0

24 Aug 09:48
Compare
Choose a tag to compare

1.5.0 (2020-08-24)

Features

v1.4.1

06 Feb 20:34
Compare
Choose a tag to compare

1.4.1 (2020-02-06)

Bug Fixes

  • postpone setIndex when no slides available (25fd910)

v1.4.0

05 Feb 22:50
Compare
Choose a tag to compare

1.4.0 (2020-02-05)

Bug Fixes

Features

  • export item index to slide template (ada075c)

v1.3.12

09 Oct 13:50
Compare
Choose a tag to compare

1.3.12 (2019-10-09)

Bug Fixes

  • fix next and prev commands for non-loop carousels (234c889)

v1.3.11

09 Oct 11:50
Compare
Choose a tag to compare

1.3.11 (2019-10-09)

Bug Fixes

  • check whether node is a text node before blocking (8361aac)

v1.3.10

26 Sep 15:46
Compare
Choose a tag to compare

1.3.10 (2019-09-26)

Bug Fixes

  • reupload to npm due to npm publish error (3f00777)

v1.3.8

26 Sep 13:54
Compare
Choose a tag to compare

1.3.8 (2019-09-26)

Bug Fixes

  • apply different scroll blocking technique (57a1508)