Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 2.0.0-rc.1 [skip ci]
# [2.0.0-rc.1](v1.0.1...v2.0.0-rc.1) (2020-07-24) ### Bug Fixes * Adding 'rtl' to breakpoints prop-type shape ([6de56a9](6de56a9)) * carousel breaks when one of the carousel children is an array of nodes ([88a6e0f](88a6e0f)) * creating npm package ([76e6e51](76e6e51)) * pass null instead of boolean to drag event listener if disabled ([2a884bf](2a884bf)) * pkgRoot path ([1ce7ffd](1ce7ffd)) * Setting offset breaks "centered" ([#394](#394)) ([5f69446](5f69446)) * **active thumbnail:** Active index fixed for thumbnails. Only the active element has the active style applied ([8c9a050](8c9a050)) * **arrow left right:** code review changes for calculating lastIndex in renderArrowRight function ([2223ae8](2223ae8)) * **arrow-left-right:** left and right arrows are disabled instead of being hidden. left arrow is disabled in the 0th index and right arrow is disabled in the nth - 1 index ([7ab5693](7ab5693)) * **carousel arrows:** left arrow isnt shown at 0 index and right arrow isnt shown on the last index ([f33a35c](f33a35c)) * **carousel-arrows:** right arrow disabled on rendering last slide ([a2f6e80](a2f6e80)) * **dragging:** Pooled events to reuse inside setState. ([60729c6](60729c6)) * disable scroll on carousel swipe ([6a1505b](6a1505b)) * Dots component does not account for large values in case of infinite carousel ([ae2ece4](ae2ece4)) ### Reverts * Revert "Revert "fix: only add drag event listeners when dragging is enabled"" ([45e3d57](45e3d57)) ### BREAKING CHANGES * Introduce a new way of releasing react-carousel
- Loading branch information