Releases: TeamWertarbyte/material-ui-chip-input
Releases · TeamWertarbyte/material-ui-chip-input
v0.12.0
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
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
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
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
Changed
- The
underlineShow
prop is not ignored anymore #46
- Update peer dependencies #42
v0.11.0
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
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
Changed
- Fix error on blur when using auto complete #32
v0.9.0
Added
- Support for
dataSource
with dataSourceConfig
(i.e. objects as values) #9 #31
v0.8.0
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