Releases: TeamWertarbyte/material-auto-rotating-carousel
Releases · TeamWertarbyte/material-auto-rotating-carousel
v1.0.0
Changed
- Update react-swipeable-views peer dependency to ^0.7.7
- Update material-ui peer dependency to ^0.16.0
v0.5.1
Changed
- Update react-swipable-views
- Fixed HOC order
v0.5.0
Added
- Keyboard navigation support
Changed
- Improve desktop carousel appearance in small window sizes
v0.4.1
Changed
- Improve carousel animation (no jumps).
v0.4.0
Added
- Landscape prop for mobile mode. Will adjust the content for wide screens.
v0.3.0
Added
- Mobile prop to switch to fullscreen
- Desktop view with buttons for changing the index
Breaked
- Desktop mode is now default behaviour. Set mobile prop if you want it to be fullscreen
v0.2.0
Added
- AutoRotatingCarousel autoplay prop
- AutoRotatingCarousel interval prop
- Slide mediaStyle prop
- Slide subtitleStyle prop
- Slide textStyle prop
- Slide titleStyle prop
Breaking
- Slide rename header prop to media
- Slide rename headerStyle prop to mediaBackgroundStyle
- Slide rename backgroundColor prop to contentStyle and accept whole style object
- Slide rename headline prop to title
- Slide rename subhead prop to subtitle
v0.1.0
Added
- Dot component for displaying current index
- Slide component for representing the content
- AutoPlaySwipeableViews for the swipe and auto rotate magic