Skip to content

Releases: TeamWertarbyte/material-auto-rotating-carousel

v3.0.2

21 Aug 16:08
Compare
Choose a tag to compare

Thanks to the 1 contributor who made this release possible. 🎉

Changed

  • Update react-swipeable-views peer dependency to fix an issue with slides fast-forwarding when the browser tab was hidden #51
  • Fix transitionDuration warning when using Material-UI v4 #66 #67 @OliverJEvans

ℹ️ This version is compatible with Material-UI v3 and Material-UI v4.

v3.0.1

02 Jan 22:16
Compare
Choose a tag to compare

Changed

  • Fix mobile carousel having rounded borders
  • Fix swiping not working properly if autoplay is disabled #48

v3.0.0

22 Dec 17:16
Compare
Choose a tag to compare

Thanks to the 1 contributor who made this release possible. 🎉

Breaking changes

This version only supports Material-UI 3.6.0 or later due to the updated variant names.

Changed

v2.1.0

21 Oct 14:42
Compare
Choose a tag to compare

Thanks to the 1 contributor who made this release possible. 🎉

Changed

  • Fix component not working with only one slide #44 #45 @PorterK
    You can now use the carousel with just one slide, the arrows and dots are hidden.

Added

  • Add ModalProps and ButtonProps props to allow passing custom props to the Button and Modal elements
  • Add containerStyle to allow overriding the previously hard-coded styles of the react-swipeable-views container

v1.8.1

12 Aug 17:35
Compare
Choose a tag to compare

Changed

  • Fix layout when no label is set

v2.0.0

18 May 21:47
Compare
Choose a tag to compare

Thanks to the 1 contributor who made this release possible. 🎉

Breaking Changes

Added

  • Support for the classes prop to allow customizing almost everything #32

v1.8.0

29 Apr 12:19
Compare
Choose a tag to compare

Thanks to the one contributor who made this release possible. 🎉

Added

v2.0.0-beta.1

28 Apr 20:33
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

Thanks to the one contributor who made this release possible and motivated me to finish the port. 🎉

Changed

v1.7.0

30 Nov 14:19
Compare
Choose a tag to compare

Thanks to the one contributor who made this release possible. 🎉

Added

v1.6.0

22 Oct 15:01
Compare
Choose a tag to compare

Thanks to the one contributor who made this release possible. 🎉

Changed

  • Add a hideArrows prop to hide the arrows in the desktop version #22 #23 @mirocody
  • Add a styleguide (we've already been using it on mui.wertarbyte.com for some time)