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

v1.0.0-beta.4

17 Feb 13:50
Compare
Choose a tag to compare
v1.0.0-beta.4 Pre-release
Pre-release

Thanks to the 1 contributor who made this release possible. 🎉

Added

Changed

  • Fix warning when using onUpdateInput #178
  • Disable openOnFocus for now, until auto completion is implemented #183

v0.18.6

12 Feb 13:48
Compare
Choose a tag to compare

Thanks to the 1 contributor who made this release possible. 🎉

Changed

v1.0.0-beta.3

23 Jan 23:29
Compare
Choose a tag to compare
v1.0.0-beta.3 Pre-release
Pre-release

Changed

  • Update for material-ui@1.0.0-beta.30 #176

v0.18.5

28 Dec 17:26
Compare
Choose a tag to compare

Thanks to the 1 contributor who made this release possible. 🎉

Changed

  • Fix Menuitem values used to customizing the auto complete items not working as expected #172 #173 @darkchaplain

v1.0.0-beta.2

19 Dec 09:08
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

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 remove request from all props and callback functions and you're fine. 👍

v0.18.4

16 Dec 21:24
Compare
Choose a tag to compare

Thanks to the 2 contributors who made this release possible. 🎉

Changed

v1.0.0-beta.1

03 Dec 19:08
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

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 gets className instead of defaultStyle. Use classnames and JSS to add your own styles.
  • chipContainerStyle was dropped in favor of classes
  • floatingLabelText, errorText and hintText were renamed to label, helperText and placeholder to match with Material-UI's naming conventions

Known ceveats

  • Auto-complete is not yet supported. Support will be added later.

v0.18.3

11 Nov 22:08
Compare
Choose a tag to compare

Changed

  • Fix input still being cleared even if onBeforeRequestAdd returns false… again #161

v0.18.2

22 Oct 10:57
Compare
Choose a tag to compare

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

Changed

Docs

v0.18.1

11 Oct 10:04
Compare
Choose a tag to compare

Changed

  • Fix input still being cleared even if onBeforeRequestAdd returns false