Skip to content

Releases: TeamWertarbyte/material-ui-password-field

v1.4.0

06 Oct 10:19
Compare
Choose a tag to compare

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.3.0

30 Sep 15:23
Compare
Choose a tag to compare

Added

v1.2.3

03 Aug 14:36
Compare
Choose a tag to compare

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

12 Jul 14:42
Compare
Choose a tag to compare

Changed

  • Fix prepare and build script

v1.2.1

10 Jul 11:58
Compare
Choose a tag to compare

Changed

  • Add documentation for the props
  • Document the toggleVisibility() method

v1.2.0

24 May 20:45
Compare
Choose a tag to compare

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

16 May 19:56
Compare
Choose a tag to compare

Changed

  • Fix width to match TextField width #2 #10
  • Update React dependency to v15.5

v1.1.3

20 Apr 19:34
Compare
Choose a tag to compare

Changed

  • Fix display issue when used without a label #7

v1.1.2

04 Apr 19:59
Compare
Choose a tag to compare

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

14 Mar 21:19
Compare
Choose a tag to compare

Changed

  • Remove the visibility toggle button from the tab list so that it is not selected when pressing tab #5