Releases: TeamWertarbyte/material-ui-chip-input
Releases · TeamWertarbyte/material-ui-chip-input
v0.14.0
06 May 09:58
Compare
Sorry, something went wrong.
No results found
Added
Add allowDuplicates prop to... well... allow duplicates #108
v0.13.6
04 May 20:08
Compare
Sorry, something went wrong.
No results found
v0.13.5
25 Apr 12:01
Compare
Sorry, something went wrong.
No results found
Changed
Make the component work in IE 11 #105
v0.13.4
20 Apr 23:07
Compare
Sorry, something went wrong.
No results found
Changed
Prevent submission of forms when pressing the enter key inside the chip input #102
v0.13.3
17 Apr 15:07
Compare
Sorry, something went wrong.
No results found
Changed
Update references to React.PropTypes that were not updated in the previous release (sorry!)
v0.13.2
17 Apr 14:58
Compare
Sorry, something went wrong.
No results found
Changed
Use prop-types npm package instead of React.PropTypes #100
v0.13.1
07 Mar 16:30
Compare
Sorry, something went wrong.
No results found
Changed
Update peer dependencies to support Material-UI 0.17.x #89 #94
v0.13.0
14 Feb 09:45
Compare
Sorry, something went wrong.
No results found
Added
Add a defaultStyle argument to the custom chip renderer #82
This story shows how to use it.
Add clearInput method to clear the new chip input #84
Changed
Fix error if the openOnFocus fix delay finishes before the autocomplete ref is set #83
Fix focused chip not being highlighted if the chip values are objects #77
v0.12.2
30 Jan 16:13
Compare
Sorry, something went wrong.
No results found
Changed
Fix blur not working if openOnFocus is set to true #73
v0.12.1
20 Jan 10:30
Compare
Sorry, something went wrong.
No results found
Changed
Fix onBlur only being called if the autocomplete menu was opened #70
Fix Cannot read property 'state' of null error #71
Also, a new story that shows how to add the input as chip on blur was added by #70 , making #63 obsolete.