Skip to content

Latest commit

 

History

History
293 lines (137 loc) · 11.8 KB

CHANGELOG.md

File metadata and controls

293 lines (137 loc) · 11.8 KB

2.0.1 (2023-08-08)

Bug Fixes

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

1.10.2 (2022-08-14)

Bug Fixes

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

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.

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)

1.10.0 (2022-02-10)

Features

  • expose prevent ghost click directive (0cc0112)

1.9.1 (2021-12-03)

Bug Fixes

  • use partial library compilation (5d93115)

1.9.0 (2021-12-03)

Features

  • allow to disable keyboard navigation (4bfa6ee)

1.8.2 (2021-12-02)

Bug Fixes

  • fix ghost click not working (c97e3f7)

1.8.1 (2021-12-01)

Bug Fixes

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

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)

1.7.0 (2021-04-29)

Features

  • allow to modify autorecalculate debounce time (2e9cf12)

1.6.1 (2021-04-28)

Bug Fixes

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)

1.5.1 (2020-09-03)

Bug Fixes

  • fix empty carousel initialization (46a6808)

1.5.0 (2020-08-24)

Features

1.4.1 (2020-02-06)

Bug Fixes

  • postpone setIndex when no slides available (25fd910)

1.4.0 (2020-02-05)

Bug Fixes

Features

  • export item index to slide template (ada075c)

1.3.12 (2019-10-09)

Bug Fixes

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

1.3.11 (2019-10-09)

Bug Fixes

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

1.3.10 (2019-09-26)

Bug Fixes

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

1.3.9 (2019-09-26)

Bug Fixes

  • also listen for pancancel event (51a0632)
  • pancancel for ghost click prevention (0547be2)

1.3.8 (2019-09-26)

Bug Fixes

  • apply different scroll blocking technique (57a1508)

1.3.7 (2019-09-26)

Bug Fixes

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

Bug Fixes

  • infinite loop on server rendering (402b951)
  • missing browser checks (a385ddb)

1.3.5 (2019-09-09)

Bug Fixes

  • don't listen browser events on server (4efe117)

1.3.4 (2019-09-06)

Bug Fixes

1.3.3 (2019-09-06)

Bug Fixes

  • hidden overflow on carousel engine (6a3c42e)

1.3.2 (2019-09-06)

Bug Fixes

  • stop ghost click propagation (0692153)

1.3.1 (2019-09-06)

Bug Fixes

1.3.0 (2019-09-05)

Features

  • implement ghost click prevention (b2bcd0a)

1.2.4 (2019-09-05)

Bug Fixes

  • fix incorrect carousel height (c5779d6)

1.2.3 (2019-09-05)

Bug Fixes

  • allow empty slides initializer (1faadbf)

1.2.2 (2019-09-05)

Bug Fixes

  • remove redundant animations module (ff5a78e)

1.2.1 (2019-09-05)

Bug Fixes

  • specify whitelisted dependency (efd5eb8)

1.2.0 (2019-09-04)

Features

1.1.0 (2019-08-05)

Features

  • trigger initial release (dc674c2)

1.0.0 (2019-08-04)

Features