Skip to content
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.

Releases: TeamWertarbyte/material-ui-chip-input

v0.7.0

24 Oct 09:45
Compare
Choose a tag to compare

Added

  • Add errorText prop #28

ℹ️ There is no v0.6.x as I accidentially np'd twice.

v0.5.1

24 Oct 09:43
Compare
Choose a tag to compare

Changed

  • Update material-ui peer-dependency #27
  • Improve readme and stories #23 #24 #25 #26

v0.5.0

24 Oct 09:41
Compare
Choose a tag to compare

Added

  • Support custom filters using the filter prop #17

Changed

  • Remove the search text on blur
  • Use a case-insensitive filter by default #17

v0.4.1

24 Oct 09:40
Compare
Choose a tag to compare

Added

  • Add optional chipRenderer prop #12

Changed

  • Fix duplication bugs #13 #14
  • Show popover on focus if openOnFocus is set

v0.4.0

24 Oct 09:37
Compare
Choose a tag to compare

Changed

  • Fix duplicated text when using auto-completion
  • Remove already selected values from auto-complete #8
  • Update dependencies

v0.3.3

24 Oct 09:36
Compare
Choose a tag to compare

Changed

  • Fix floating label not working without hint text #7
  • Fix width set in style being ignored #6

v0.3.2

24 Oct 09:35
Compare
Choose a tag to compare

Changed

  • Fix warnings #5

v0.3.1

24 Oct 09:34
Compare
Choose a tag to compare

Changed

  • Fix warnings #4

v0.3.0

24 Oct 09:33
Compare
Choose a tag to compare

Added

  • Add fullWidth property #6

Changed

  • Don't allow chips to be removed when the input is disabled

v0.2.2

24 Oct 09:30
Compare
Choose a tag to compare

Changed

  • Fix floating label colors