Skip to content

Releases: VagrantAI-c/ng-carousel-cdk

v1.10.2

14 Aug 19:28
Compare
Choose a tag to compare

1.10.2 (2023-08-14)

Bug Fixes

  • fix index change on pointer up event (21a9421)

v2.0.1

08 Aug 12:37
Compare
Choose a tag to compare

2.0.1 (2023-08-08)

Bug Fixes

  • fix index change on pointer up event (f5a5f5d), closes #163

v2.0.0

20 May 19:40
Compare
Choose a tag to compare

2.0.0 (2023-05-20)

Features

BREAKING CHANGES

  • index change output will now always emit in NgZone. Some events weren't in zone before this change.

v1.10.1

25 Oct 12:23
Compare
Choose a tag to compare

1.10.1 (2022-10-25)

Bug Fixes

  • allow config to be nullable (9abed90)
  • bump deps (4bb1103)
  • prefer native Web Animations API instead of @angular/animations package (03a0035)

v1.10.0

10 Feb 13:23
Compare
Choose a tag to compare

1.10.0 (2022-02-10)

Features

  • expose prevent ghost click directive (0cc0112)

v1.9.1

03 Dec 09:00
Compare
Choose a tag to compare

1.9.1 (2021-12-03)

Bug Fixes

  • use partial library compilation (5d93115)

v1.8.2

02 Dec 22:56
Compare
Choose a tag to compare

1.8.2 (2021-12-02)

Bug Fixes

  • fix ghost click not working (c97e3f7)

v1.8.1

01 Dec 11:51
Compare
Choose a tag to compare

1.8.1 (2021-12-01)

Bug Fixes

  • allow ghost click directive to be used outside carousel (acd3e39)

v1.8.0

19 Jul 12:28
Compare
Choose a tag to compare

1.8.0 (2021-07-19)

Features

  • allow to pass nullish values to carousel config input (563e988)
  • remove peer dependency of hammerjs in favor of pointer events (5d03ec4)

v1.7.0

29 Apr 09:09
Compare
Choose a tag to compare

1.7.0 (2021-04-29)

Features

  • allow to modify autorecalculate debounce time (2e9cf12)