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.11

30 Dec 19:44
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Thanks to the 1 contributor who made this release possible. πŸŽ‰

Added

v0.18.8

08 May 13:40
Compare
Choose a tag to compare

Thanks to the one contributor who made this release possible. πŸŽ‰

Changed

v0.18.7

21 Feb 09:39
Compare
Choose a tag to compare

Thanks to the 1 contributor who made this release possible. πŸŽ‰

Changed