Skip to content

Releases: TeamWertarbyte/material-auto-rotating-carousel

v1.5.0

09 Sep 10:53
Compare
Choose a tag to compare

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

20 Jul 20:58
Compare
Choose a tag to compare

Changed

  • Hide the button if no label is specified #7 #17 #18

v1.4.1

14 Jun 12:56
Compare
Choose a tag to compare

Changed

v1.4.0

13 May 08:57
Compare
Choose a tag to compare

Added

  • Navigate through the slides by clicking on pagination dots #15

v1.3.2

12 May 22:48
Compare
Choose a tag to compare

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

15 Apr 13:50
Compare
Choose a tag to compare

Changed

  • Update dependencies (especially update React to ^15.5.0)

v1.3.0

15 Feb 17:39
Compare
Choose a tag to compare

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

11 Feb 16:34
Compare
Choose a tag to compare

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.1.0

11 Feb 16:45
Compare
Choose a tag to compare

Added

  • Callback for onChange

v1.0.1

11 Feb 16:43
Compare
Choose a tag to compare

Changed

  • Update material-ui peer dependency to ^0.16.1