Skip to content
This repository was archived by the owner on Dec 23, 2022. It is now read-only.

Releases: TeamWertarbyte/material-ui-chip-input

v1.0.0-beta.11

30 Dec 19:44

Choose a tag to compare

v1.0.0-beta.11 Pre-release
Pre-release

Changed

  • Remove duplicate prop in TypeScript definitions #257

v1.0.0-beta.10

30 Dec 00:14

Choose a tag to compare

v1.0.0-beta.10 Pre-release
Pre-release

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

Added

  • Add a alwaysShowPlaceholder prop to show the placeholder even if there are already chips #107 #252 #253 @mrmello
  • Add a inputValue prop to make the text input for new chips controlled in order to apply custom validation or formatting logic while typing (see example) #211 #251 @JonathasRodrigues

v1.0.0-beta.9

26 Nov 22:17

Choose a tag to compare

v1.0.0-beta.9 Pre-release
Pre-release

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

Added

Changed

  • Require Material-UI 3.1.0 or later
  • Fix bug with duplicate elements in the onChange callback #247 @cedrics

v1.0.0-beta.8

10 Oct 09:08

Choose a tag to compare

v1.0.0-beta.8 Pre-release
Pre-release

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

Added

v1.0.0-beta.7

08 Sep 17:47

Choose a tag to compare

v1.0.0-beta.7 Pre-release
Pre-release

Thanks to the 1 contributor who made this release possible. 🎉
And to those who reported bugs and provided motivation. 😉

Changed

  • Fix underline not being red when the error prop is set to true #228
  • Fix placeholder not being shown if the floating label is force-shrinked with InputLabelProps={{ shrink: true }} #223
  • Fix add-on-blur autosuggest example #229
  • Document the InputProps prop #222 @SurenAt93
  • Add the chip input to our styleguide 🎉 #227

v1.0.0-beta.6

20 Jul 09:04

Choose a tag to compare

v1.0.0-beta.6 Pre-release
Pre-release

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

We're sorry about the two breaking changes, but one of the last betas before the stable 1.0.0 release of the chip input seems like a good time to do them.

Breaking changes

  • Drop labelClassName and helperTextClassName in favour of InputLabelProps and HelperTextProps
  • Call the onUpdateInput prop with the event instead of the input value to make integration with other libraries (e.g. react-autosuggest) easier and to make the API more consistent
    To get the input value, use event.target.value, just as with any input.
  • Don't spread unknown components to the root (FormControl) component and the Input component anymore (that was a bug, #216) but only spread them to the root component

Added

  • Add an example on how to use react-autosuggest with the chip input 🎉 @quorak @joserc87 #219 #214 #192
    You can see it in action in our storybook
  • Add a InputProps component to allow customizing the props of the Input component

Changed

  • Document all the props properly (should have done this earlier, sorry about that)

v1.0.0-beta.5

20 Jul 08:52

Choose a tag to compare

v1.0.0-beta.5 Pre-release
Pre-release

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

Breaking changes

  • Update to Material-UI 1.0.0-rc.0 (or later) #210 #213 @sulfurious
    This will require you to update Material-UI from beta to the latest version, but you should do that anyway. The good news is that there won't be any breaking changes between rc.0 and 1.0.0
  • The clearOnBlur prop was removed, use blurBehavior='clear' instead

Added

v0.19.0

13 May 17:47

Choose a tag to compare

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

Added

v0.18.8

08 May 13:40

Choose a tag to compare

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

Changed

v0.18.7

21 Feb 09:39

Choose a tag to compare

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

Changed