Skip to content

Latest commit

 

History

History
94 lines (57 loc) · 2.71 KB

CHANGELOG.md

File metadata and controls

94 lines (57 loc) · 2.71 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.5.0] - 2021-12-17

  • Upgrade dependencies and fix types.

1.4.4 - 2019-10-25

  • New logic for handling offset when server side rendering.

1.4.3 - 2019-10-17

  • Fix bug that didn't allow you to swipe the carousel when amount of slides changed

1.4.2 - 2019-09-18

  • Use onClickCapture handler for click prevention when swiping
  • Add linting rules for React hooks
  • Add VerticalCarousel
  • Expose goToStep on ref
  • Fix bug in totalSteps logic for non-infinite carousels

1.3.3 - 2019-07-11

  • Upgrade dependencies due to security vulnerability.

1.3.2 - 2019-07-11

  • Further improvements to scroll prevention

1.3.1 - 2019-07-10

Fixed

  • Problems with pinch-to-zoom interactions
  • Decrease amount of re-renders triggered by useTouch hook

1.3.0 - 2019-07-10

Added

  • Use touch prevention instead of applying overflow: hidden to prevent vertical scrolling
  • Add offset to swiping to make it easier to switch slides

Fixed

  • No longer prevents pinch-to-zoom interactions

1.2.0 - 2019-06-25

Fixed

  • Don't change index when drag stops and you haven't moved if total slides is less than slides to show.
  • Make sure dots work as expected in non-infinite mode.

1.1.0 - 2019-06-12

Added

  • Remove transition when item width is updated to prevent initial sliding transition on mount.

1.0.1 - 2019-05-25

Added

  • Prevent vertical scrolling when scrolling in the carousel.

Fixed

  • ES module build was not importing React correctly.

1.0.0 - 2019-05-25

  • Initial release