Skip to content

Commit

Permalink
chore(release): 2.0.0-v2-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0-v2-beta.1](v1.0.1...v2.0.0-v2-beta.1) (2020-07-22)

### 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))
* 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
semantic-release-bot committed Jul 22, 2020
1 parent 1ce7ffd commit 22f5909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-carousel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brainhubeu/react-carousel",
"version": "2.0.0-beta.5",
"version": "2.0.0-v2-beta.1",
"description": "Carousel component for React",
"engines": {
"npm": ">=6.14.3"
Expand Down

0 comments on commit 22f5909

Please sign in to comment.