Releases: TeamWertarbyte/material-ui-password-field
Releases · TeamWertarbyte/material-ui-password-field
v1.4.0
Changed
- Update React peer dependency to
^16.0.0
#14
- Remove the react-tap-event-plugin and use
onClick
instead of onTouchTap
⚠️ You need to use one of the latest 0.x version of material-ui, which should be possible without major changes on your side. If you can't update material-ui, you should stay on your version.
v1.2.3
Changed
- Don't unfocus the password field when clicking on the toggle button
- Don't pass the
visible
prop to the input field #12
v1.2.2
Changed
- Fix prepare and build script
v1.2.1
Changed
- Add documentation for the props
- Document the
toggleVisibility()
method
v1.2.0
Added
- Add
visibilityButtonStyle
and visibilityIconStyle
props to customize the appearance of the visibility button #11
Changed
- Fix
fullWidth
not working (regression in v1.1.4)
v1.1.4
Changed
- Fix width to match
TextField
width #2 #10
- Update React dependency to v15.5
v1.1.3
Changed
- Fix display issue when used without a label #7
v1.1.2
Changed
- Change material-ui peer dependency to
^0.16.7
to support the latest version #6
- Add a
yarn.lock
file #6
v1.1.1
Changed
- Remove the visibility toggle button from the tab list so that it is not selected when pressing tab #5