v4.0.0
4.0.0 (2021-04-19)
Documentation
- ✏️ Updated peer dependencies list (bc59ea9)
Features
- 🎸 Added visibility and details icons (bf792fa)
- 🎸 Default AvatarVariant changed to "circular" (5eace79)
- 🎸 Removed internal state from InputText (49c30d2)
BREAKING CHANGES
- 🧨 Updated minimum peerDependencies for @material-ui/* libraries
✅ Closes: 178
- 🧨 Avatar component no longer supports "circle" value for "variant"
property, has been replaced by "circular". As a consequence of this
minimum version of @material-ui/* in peer dependencies needed to be
updated to v4.11.3
✅ Closes: 178
- 🧨 Deprecated "initialValue" of InputText component, it must be replaced by
"value".
✅ Closes: 177