Releases: TeamWertarbyte/material-ui-password-field
Releases · TeamWertarbyte/material-ui-password-field
v2.1.2
Fixed
- Fix toggle button not working #29 #30
v2.1.1
Thanks to the 1 contributor who made this release possible. 🎉
Changed
v2.1.0
Added
- Allow customizing the class names of the icon and toggle button #25
- Document the CSS API
v1.5.0
⚠️ This version is for Material-UI 0.x, if you use the latest Material-UI (you should!), then use material-ui-password-field@^2.0.0
please.
Added
- Add
innerRef
prop to get a reference to the inner TextField
element (e.g. for focusing)
v2.0.1
Changed
- Fix server-side rendering #22
v1.4.3
Changed
- Fix server-side rendering #22
v2.0.0
Breaking Changes
- Update to Material-UI 1.0.0 #20
v1.4.2
Changed
- Update dependencies (
package-lock.json
) to update a vulnerable dependency used by another dependency used… welcome to package hell! 📦 🔥
v1.4.1
Changed
- Update material-ui-toggle-icon to fix bad peer dependency #16
v2.0.0-0
Changed
- Ported to Material-UI 1.0.0-beta