This repository has been archived by the owner on Dec 23, 2022. It is now read-only.
Releases: TeamWertarbyte/material-ui-chip-input
Releases · TeamWertarbyte/material-ui-chip-input
v1.0.0-beta.4
Thanks to the 1 contributor who made this release possible. 🎉
Added
- Add
inputRef
property #179 @LastDreamer
Changed
v0.18.6
v1.0.0-beta.3
Changed
- Update for [email protected] #176
v0.18.5
v1.0.0-beta.2
Changed
- Update for material-ui 1.0.0-beta.24 #170
Breaking change
- To match material-ui's prop names, all
onRequest...
props were renamed. Just removerequest
from all props and callback functions and you're fine. 👍
v0.18.4
Thanks to the 2 contributors who made this release possible. 🎉
Changed
- Fix npm@5 warnings on installation #166 @gknapp
- Fix compatibility with [email protected] #168 @TimoHanisch
v1.0.0-beta.1
This is an initial beta of the material-ui@next port. There are breaking changes and there may be more changes until v1.0.0 is released.
Added
- Add
classes
property to allow customizing all the styles #165
Changed
- Port to material-ui@next #88
Breaking changes
This version only works with material-ui@next, so it's not like you just have to swap the package and then you're done. But if you already used ChipInput
with material-ui 0.x before, this might help you:
chipRenderer
getsclassName
instead ofdefaultStyle
. Use classnames and JSS to add your own styles.chipContainerStyle
was dropped in favor ofclasses
floatingLabelText
,errorText
andhintText
were renamed tolabel
,helperText
andplaceholder
to match with Material-UI's naming conventions
Known ceveats
- Auto-complete is not yet supported. Support will be added later.
v0.18.3
v0.18.2
Thanks to the four contributors who made this release possible! 🎉
Changed
- Update peer dependencies to support React 16 #150 @ulisesbocchio
- Focus the last chip when left arrow is pressed #151 #152 @muhilham
- Fix errors and console warnings when using
onBeforeRequestAdd
#153 #158 @tjandraflorence - Only include relevant files in the npm package (i.e. exclude
.babelrc
) #157
Docs
- Refactor/simplify the stories #154 @ezralalonde