Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Tags: brainhubeu/react-carousel

Tags

v2.0.4

Toggle v2.0.4's commit message
chore(release): 2.0.4 [skip ci]

## [2.0.4](v2.0.3...v2.0.4) (2021-05-26)

### Bug Fixes

* autoplay call onChange ([#694](#694)) ([#713](#713)) ([97ab35f](97ab35f))

v2.0.3

Toggle v2.0.3's commit message
chore(release): 2.0.3 [skip ci]

## [2.0.3](v2.0.2...v2.0.3) (2021-04-12)

### Bug Fixes

* production builds using webpack ([0cb444b](0cb444b))

v2.0.2

Toggle v2.0.2's commit message
chore(release): 2.0.2 [skip ci]

## [2.0.2](v2.0.1...v2.0.2) (2020-11-19)

### Bug Fixes

* child re render ([b427cda](b427cda))

v2.0.1

Toggle v2.0.1's commit message
chore(release): 2.0.1 [skip ci]

## [2.0.1](v2.0.0...v2.0.1) (2020-07-29)

### Bug Fixes

* temporarily disable creating custom plugins functionality ([971a5ac](971a5ac))

v2.0.0

Toggle v2.0.0's commit message
chore(release): 2.0.0 [skip ci]

# [2.0.0](v1.0.1...v2.0.0) (2020-07-27)

* Carousel 2.0 introduce plugins (#622) ([f4774f1](f4774f1)), closes [#622](#622) [#451](#451) [#584](#584) [#613](#613) [#614](#614) [#394](#394) [#394](#394) [#394](#394) [#618](#618) [#394](#394) [#618](#618)

### Bug Fixes

* Adding 'rtl' to breakpoints prop-type shape ([6de56a9](6de56a9))
* pass null instead of boolean to drag event listener if disabled ([2a884bf](2a884bf))
* 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

* chore(release): 2.0.0-v2-beta.1 [skip ci]

# [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))

v2.0.0-rc.3

Toggle v2.0.0-rc.3's commit message
chore(release): 2.0.0-rc.3 [skip ci]

# [2.0.0-rc.3](v2.0.0-rc.2...v2.0.0-rc.3) (2020-07-27)

### Bug Fixes

* publish package with CHANGELOG.md LICENSE.md and README.md ([29f2016](29f2016))

v2.0.0-rc.2

Toggle v2.0.0-rc.2's commit message
chore(release): 2.0.0-rc.2 [skip ci]

# [2.0.0-rc.2](v2.0.0-rc.1...v2.0.0-rc.2) (2020-07-24)

### Bug Fixes

* setting offset breaks "centered" plugin [#394](#394) ([#618](#618)) ([cfae59f](cfae59f))

v2.0.0-rc.1

Toggle v2.0.0-rc.1's commit message
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

v1.0.1

Toggle v1.0.1's commit message
Updated version, fixed typo, updated build