2.0.1 (2023-08-08)
1.10.2 (2022-08-14)
- fix index change on pointer up event (21a9421)
2.0.0 (2023-05-20)
- support Angular v16 (ca049f5)
- index change output will now always emit in NgZone. Some events weren't in zone before this change.
1.10.1 (2022-10-25)
- allow config to be nullable (9abed90)
- bump deps (4bb1103)
- prefer native Web Animations API instead of @angular/animations package (03a0035)
1.10.0 (2022-02-10)
- expose prevent ghost click directive (0cc0112)
1.9.1 (2021-12-03)
- use partial library compilation (5d93115)
1.9.0 (2021-12-03)
- allow to disable keyboard navigation (4bfa6ee)
1.8.2 (2021-12-02)
- fix ghost click not working (c97e3f7)
1.8.1 (2021-12-01)
- allow ghost click directive to be used outside carousel (acd3e39)
1.8.0 (2021-07-19)
- allow to pass nullish values to carousel config input (563e988)
- remove peer dependency of hammerjs in favor of pointer events (5d03ec4)
1.7.0 (2021-04-29)
- allow to modify autorecalculate debounce time (2e9cf12)
1.6.1 (2021-04-28)
- allow partial config (734c396)
1.6.0 (2021-04-28)
- 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)
- 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)
1.5.1 (2020-09-03)
- fix empty carousel initialization (46a6808)
1.5.0 (2020-08-24)
1.4.1 (2020-02-06)
- postpone setIndex when no slides available (25fd910)
1.4.0 (2020-02-05)
- end drag on pancancel (765f2ea)
- export item index to slide template (ada075c)
1.3.12 (2019-10-09)
- fix next and prev commands for non-loop carousels (234c889)
1.3.11 (2019-10-09)
- check whether node is a text node before blocking (8361aac)
1.3.10 (2019-09-26)
- reupload to npm due to npm publish error (3f00777)
1.3.9 (2019-09-26)
1.3.8 (2019-09-26)
- apply different scroll blocking technique (57a1508)
1.3.7 (2019-09-26)
- block scroll when panning carousel horizontally (6b94b0d)
- fix library 3rd party imports (b83c36d)
- fix next/prev transitioning to wrong side (69062c5)
1.3.6 (2019-09-10)
1.3.5 (2019-09-09)
- don't listen browser events on server (4efe117)
1.3.4 (2019-09-06)
- fix server side code (f320c0f)
1.3.3 (2019-09-06)
- hidden overflow on carousel engine (6a3c42e)
1.3.2 (2019-09-06)
- stop ghost click propagation (0692153)
1.3.1 (2019-09-06)
- fix missing provider (c46e05d)
1.3.0 (2019-09-05)
- implement ghost click prevention (b2bcd0a)
1.2.4 (2019-09-05)
- fix incorrect carousel height (c5779d6)
1.2.3 (2019-09-05)
- allow empty slides initializer (1faadbf)
1.2.2 (2019-09-05)
- remove redundant animations module (ff5a78e)
1.2.1 (2019-09-05)
- specify whitelisted dependency (efd5eb8)
1.2.0 (2019-09-04)
- specify repository (913ba30)
1.1.0 (2019-08-05)
- trigger initial release (dc674c2)