Skip to content

Releases: TeamWertarbyte/material-ui-dots

v3.0.0

13 Sep 11:55
Compare
Choose a tag to compare

3.0.0 (2024-09-13)

Features

BREAKING CHANGES

  • Requires MUI v5 or MUI V6

v2.0.2

27 Sep 12:28
Compare
Choose a tag to compare

Changed

  • Fix @material-ui/core dependency #14

v2.0.1

05 Mar 17:22
Compare
Choose a tag to compare

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

Changed

  • Remove deprecated componentWillReceive props
  • Update Material-UI peer dependency #7 @frankyjuang

v2.0.0

18 May 21:36
Compare
Choose a tag to compare

Breaking Changes

  • Update for Material-UI 1.0.0

v1.2.1

07 Dec 20:58
Compare
Choose a tag to compare

Changed

  • Update peer dependencies #3

v1.2.0

29 Nov 17:42
Compare
Choose a tag to compare

Added

  • Add a dotColor property #2

v2.0.0-pre.1

05 Nov 15:16
Compare
Choose a tag to compare
v2.0.0-pre.1 Pre-release
Pre-release

Changed

  • Port the component to Material-UI 1.0.0-beta and React 16
  • Increase test coverage to 💯 percent

v1.1.0

09 Sep 10:42
Compare
Choose a tag to compare

Changed

  • Use onClick instead of onTouchTap internally
    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.0.2

09 Jul 20:31
Compare
Choose a tag to compare

Changes

  • Fix a rendering error if the initial index is not set to zero #1
  • Expose the event as second argument in the onDotClick handler #1
  • Forward unknown props to the underlying div #1

v1.0.1

25 May 12:50
Compare
Choose a tag to compare

Changed

  • Fix published module to include the required files