Releases: TeamWertarbyte/material-auto-rotating-carousel
Releases · TeamWertarbyte/material-auto-rotating-carousel
v1.5.0
Changed
- Use
onClick
instead of onTouchTap
internally #19
In [email protected], the peer dependency to react-tap-event-plugin was dropped, so this makes the component compatible with the latest versions of material-ui.
v1.4.2
Changed
- Hide the button if no label is specified #7 #17 #18
v1.4.0
Added
- Navigate through the slides by clicking on pagination dots #15
v1.3.2
Changed
- Update Material-UI peer dependency to
< 1.0.0
#14
Any incompatibility with a version below 1.0.0 (the next rewrite) is now considered a bug.
v1.3.1
Changed
- Update dependencies (especially update React to
^15.5.0
)
v1.3.0
Added
- Animate the pagination dots almost as in the specs
(It's actually a mix from the specs and Android 7.1's quick settings…)
- Add a
contentStyle
prop for controlling the slider content container's style
v1.2.0
Added
- Fade transition for desktop
Changed
- Update react-swipeable-views peer dependency to ^0.10.7
Deployed as new minor version so that people who used this as ~1.1.0 and don't want to update their version of react-swipeable-views aren't affected.
v1.0.1
Changed
- Update material-ui peer dependency to ^0.16.1