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

11 Oct 09:45
Compare
Choose a tag to compare

Thanks to the two contributors who made this release possible! 🎉

Added

  • Add onBeforeRequestAdd callback prop to allow users to prevent adding chips without clearing the input field #146 #145 @kalimantos

Changed

  • Fix auto-complete opening on focus when the component is disabled but openOnFocus is set #149 @jf248

v0.17.2

06 Sep 10:06
Compare
Choose a tag to compare

Changed

v0.17.1

01 Sep 20:43
Compare
Choose a tag to compare

Changed

  • Fix removing chips in controlled mode when using dataSource #140

v0.17.0

21 Aug 15:05
Compare
Choose a tag to compare

Changed

⚠️ This is a breaking change. If you still use an older version of material-ui, you should stay at v0.16.x of this component.

v0.16.1

11 Aug 23:00
Compare
Choose a tag to compare

Changed

  • Apply errorStyle on the error text and not only on the line #136

v0.16.0

02 Aug 19:29
Compare
Choose a tag to compare

Added

  • Pass the corresponding object of a chip from dataSource to the chip renderer #129 #130

v0.15.3

22 Jul 14:29
Compare
Choose a tag to compare

Changed

  • Fix input not working with japanese IME (again) #124 #126 #127
    This was a regression introduced in v0.15.2

v0.15.2

21 Jul 11:08
Compare
Choose a tag to compare

Changed

  • Don't clear the input when pressing any non-character key (e.g. backspace) #126
    This was a regression introduced in v0.15.1

v0.15.1

11 Jul 19:45
Compare
Choose a tag to compare

Changed

  • Update prop types to support any type for values #90
  • Fix input not working with japanese IME #124
  • Improve documentation of the chipRenderer prop #86

v0.15.0

06 Jun 19:22
Compare
Choose a tag to compare

Added

  • Add chipContainerStyle prop to allow overriding the style of the chip container #115

Changed

  • Fix broken tab behavior in forms #114 #102