Releases: TeamWertarbyte/material-ui-chip-input
Releases · TeamWertarbyte/material-ui-chip-input
v0.18.0
11 Oct 09:45
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Changed
Fix chip input for material-ui@0.19.1 #142 #143
v0.17.1
01 Sep 20:43
Compare
Sorry, something went wrong.
No results found
Changed
Fix removing chips in controlled mode when using dataSource #140
v0.17.0
21 Aug 15:05
Compare
Sorry, something went wrong.
No results found
Changed
Use onClick instead of onTouchTap to support material-ui@0.19.0 #137 #138
Minimum supported material-ui version is now v0.19.0
⚠️ 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
Sorry, something went wrong.
No results found
Changed
Apply errorStyle on the error text and not only on the line #136
v0.16.0
02 Aug 19:29
Compare
Sorry, something went wrong.
No results found
Added
Pass the corresponding object of a chip from dataSource to the chip renderer #129 #130
v0.15.3
22 Jul 14:29
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Added
Add chipContainerStyle prop to allow overriding the style of the chip container #115
Changed
Fix broken tab behavior in forms #114 #102