Releases: TeamWertarbyte/material-ui-dots
Releases · TeamWertarbyte/material-ui-dots
v3.0.0
3.0.0 (2024-09-13)
Features
BREAKING CHANGES
- Requires MUI v5 or MUI V6
v2.0.2
Changed
- Fix @material-ui/core dependency #14
v2.0.1
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
Breaking Changes
- Update for Material-UI 1.0.0
v1.2.1
Changed
- Update peer dependencies #3
v1.2.0
Added
- Add a
dotColor
property #2
v2.0.0-pre.1
Changed
- Port the component to Material-UI 1.0.0-beta and React 16
- Increase test coverage to 💯 percent
v1.1.0
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
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
Changed
- Fix published module to include the required files