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

v0.12.0

08 Jan 18:30
Compare
Choose a tag to compare

Added

  • Add chip index to onRequestAdd callback #66

Changed

  • Fix invalid positioning of popover element when using recent material-ui versions #68

v0.11.4

30 Dec 10:42
Compare
Choose a tag to compare

Changed

  • The autocomplete menu is now always re-opened when the input field is touched and openOnFocus is set to true #57
  • Don't clear the input if clearOnBlur is set and the autocomplete menu is open #65

v0.11.3

21 Dec 23:11
Compare
Choose a tag to compare

Changed

  • Fix clearOnBlur being ignored if auto completion is enabled #61 #64
  • Use the id specified by the id prop for the input field, if set, to fix server-side rendering issues #59
  • Fix chips not being added if open is true on mount #58

v0.11.2

12 Dec 23:02
Compare
Choose a tag to compare

Changed

  • Always call onRequestDelete with the chip's value¹ #52
  • Use Babel's transform-object-assign to support IE11 #54
  • Update the floating label color to match recent changes in Material-UI #50

¹ This should not be a breaking change but a bug fix. If you worked around this bug previously, you may now remove your workaround.

v0.11.1

28 Nov 12:29
Compare
Choose a tag to compare

Changed

  • The underlineShow prop is not ignored anymore #46
  • Update peer dependencies #42

v0.11.0

17 Nov 10:28
Compare
Choose a tag to compare

Added

  • Add fullWidthInput prop to make the text input fill the width of the chip input #37

Changed

  • Remove unwanted input border in Safari #34
  • Fix handleRequestAdd being called twice when using auto complete #40

v0.10.0

09 Nov 23:04
Compare
Choose a tag to compare

Added

  • Add newChipKeyCodes prop to specify key codes that should create new chips when pressed (defaults to [13], which is the enter key) #35

Changed

  • Add missing react-dom dependency

v0.9.1

25 Oct 21:05
Compare
Choose a tag to compare

Changed

  • Fix error on blur when using auto complete #32

v0.9.0

24 Oct 09:27
Compare
Choose a tag to compare

Added

  • Support for dataSource with dataSourceConfig (i.e. objects as values) #9 #31

v0.8.0

24 Oct 09:47
Compare
Choose a tag to compare

Added

  • Add a clearOnBlur prop to clear the input on blur (defaults to true) #29

Changed

  • Fix floatingLabelFixed prop being ignored
  • Fix className prop being ignored