Skip to content

Commit

Permalink
chore(release): 2.0.0-rc.1 [skip ci]
Browse files Browse the repository at this point in the history
# [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
semantic-release-bot committed Jul 24, 2020
1 parent 8da7413 commit c57d7c5
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# [2.0.0-rc.1](https://github.com/brainhubeu/react-carousel/compare/v1.0.1...v2.0.0-rc.1) (2020-07-24)


### Bug Fixes

* Adding 'rtl' to breakpoints prop-type shape ([6de56a9](https://github.com/brainhubeu/react-carousel/commit/6de56a90d7101f222c8c90bd2835b12b12f05832))
* carousel breaks when one of the carousel children is an array of nodes ([88a6e0f](https://github.com/brainhubeu/react-carousel/commit/88a6e0f8d61f25c61f5a43c2fe8ac22124e11817))
* creating npm package ([76e6e51](https://github.com/brainhubeu/react-carousel/commit/76e6e516b89380373649cba23b9466b61c210011))
* pass null instead of boolean to drag event listener if disabled ([2a884bf](https://github.com/brainhubeu/react-carousel/commit/2a884bf1b7165ad53e8a1f678e1931982c44482f))
* pkgRoot path ([1ce7ffd](https://github.com/brainhubeu/react-carousel/commit/1ce7ffd0360a942e98ed6a57532b777dadfe808f))
* Setting offset breaks "centered" ([#394](https://github.com/brainhubeu/react-carousel/issues/394)) ([5f69446](https://github.com/brainhubeu/react-carousel/commit/5f694466442587eb09ca1e17ba61406bb77e8960))
* **active thumbnail:** Active index fixed for thumbnails. Only the active element has the active style applied ([8c9a050](https://github.com/brainhubeu/react-carousel/commit/8c9a0501456dc3ead3a7a96bae71384fde170555))
* **arrow left right:** code review changes for calculating lastIndex in renderArrowRight function ([2223ae8](https://github.com/brainhubeu/react-carousel/commit/2223ae87957a26a516f9983288e2b0c14f785cb5))
* **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](https://github.com/brainhubeu/react-carousel/commit/7ab5693719f329acffe64da6aa0abaeb729ba2f0))
* **carousel arrows:** left arrow isnt shown at 0 index and right arrow isnt shown on the last index ([f33a35c](https://github.com/brainhubeu/react-carousel/commit/f33a35c3bc515b4fa6925c1175f7056f13a35a1b))
* **carousel-arrows:** right arrow disabled on rendering last slide ([a2f6e80](https://github.com/brainhubeu/react-carousel/commit/a2f6e80a329f4179e31c83fd2e4d6bf2e4f49493))
* **dragging:** Pooled events to reuse inside setState. ([60729c6](https://github.com/brainhubeu/react-carousel/commit/60729c6d0a772a33897cbb2ea8f5c14e3639bcf2))
* disable scroll on carousel swipe ([6a1505b](https://github.com/brainhubeu/react-carousel/commit/6a1505bcdb543497bebc1b92f461e14f350861cd))
* Dots component does not account for large values in case of infinite carousel ([ae2ece4](https://github.com/brainhubeu/react-carousel/commit/ae2ece4f75d1f5299ae0a197260c823387de4573))


### Reverts

* Revert "Revert "fix: only add drag event listeners when dragging is enabled"" ([45e3d57](https://github.com/brainhubeu/react-carousel/commit/45e3d577cd1f21d764660a7b60e47e74b3e3f7fb))


### BREAKING CHANGES

* Introduce a new way of releasing react-carousel
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-v2-beta.1",
"version": "2.0.0-rc.1",
"description": "Carousel component for React",
"engines": {
"npm": ">=6.14.3"
Expand Down

0 comments on commit c57d7c5

Please sign in to comment.