This repository was 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
inputRefproperty #179 @LastDreamer
Changed
v0.18.6
v1.0.0-beta.3
Changed
- Update for material-ui@1.0.0-beta.30 #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 removerequestfrom all props and callback functions and you're fine. 👍
v0.18.4
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
classesproperty 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:
chipRenderergetsclassNameinstead ofdefaultStyle. Use classnames and JSS to add your own styles.chipContainerStylewas dropped in favor ofclassesfloatingLabelText,errorTextandhintTextwere renamed tolabel,helperTextandplaceholderto 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