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.
- 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
- Problems with pinch-to-zoom interactions
- Decrease amount of re-renders triggered by useTouch hook
1.3.0 - 2019-07-10
- Use touch prevention instead of applying
overflow: hidden
to prevent vertical scrolling - Add offset to swiping to make it easier to switch slides
- No longer prevents pinch-to-zoom interactions
1.2.0 - 2019-06-25
- 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
- Remove transition when item width is updated to prevent initial sliding transition on mount.
1.0.1 - 2019-05-25
- Prevent vertical scrolling when scrolling in the carousel.
- ES module build was not importing React correctly.
1.0.0 - 2019-05-25
- Initial release