Releases: VagrantAI-c/ng-carousel-cdk
Releases · VagrantAI-c/ng-carousel-cdk
v1.10.2
1.10.2 (2023-08-14)
Bug Fixes
- fix index change on pointer up event (21a9421)
v2.0.1
2.0.1 (2023-08-08)
Bug Fixes
- fix index change on pointer up event (f5a5f5d), closes #163
v2.0.0
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
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
1.10.0 (2022-02-10)
Features
- expose prevent ghost click directive (0cc0112)
v1.9.1
1.9.1 (2021-12-03)
Bug Fixes
- use partial library compilation (5d93115)
v1.8.2
1.8.2 (2021-12-02)
Bug Fixes
- fix ghost click not working (c97e3f7)
v1.8.1
1.8.1 (2021-12-01)
Bug Fixes
- allow ghost click directive to be used outside carousel (acd3e39)
v1.8.0
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
1.7.0 (2021-04-29)
Features
- allow to modify autorecalculate debounce time (2e9cf12)