This repository has been archived by the owner on Dec 23, 2022. It is now read-only.
Releases: TeamWertarbyte/material-ui-chip-input
Releases · TeamWertarbyte/material-ui-chip-input
v2.0.0-beta.2
Thanks to the 2 contributors who made this release possible. 🎉
Breaking changes
- Change the default blur behavior to add instead of clear #279
Added
- Add a
readOnly
prop #287
Changed
- Fix class key inference for outlined and filled variants in the TypeScript typings #292 @piotros
- Include
disableUnderline
in the readme #297 @dnaranjo89
v1.1.0
Thanks to the 2 contributors who made this release possible. 🎉
Added
- Add a
readOnly
prop #287 - Add
newChipKeys
to allow usingKeyboardEvent.key
instead ofKeyboardEvent.keyCode
#271
Changed
- Fix class key inference for outlined and filled variants in the TypeScript typings #292 @piotros
- Fix the underline disabled style not matching the TextField's style
- Include
disableUnderline
in the readme #297 @dnaranjo89
v2.0.0-beta.1
Thanks to the 1 contributor who made this release possible. 🎉
Breaking Changes
- Add compatibility with Material-UI v4 #275 #280 @leocabeza
(not compatible with older Material-UI versions) - Update React and React-DOM to v16.8
Changed
- Replace
classnames
withclsx
#283
v1.0.0
After being in beta since december 2017, the version was finally bumped to 1.0.0, which should have happened long ago.
Thanks to the 2 contributors who made this release possible. 🎉
Changed
v1.0.0-beta.17
Thanks to the 1 contributor who made this release possible. 🎉
Fixed
- Fix
classes
being required in the TypeScript typings #273 #274 @ron4stoppable
v1.0.0-beta.16
v1.0.0-beta.15
Changed
- Fix component class names in production build #269
v1.0.0-beta.14
Thanks to the 2 contributors who made this release possible. 🎉
Breaking changes
- Add a
delayBeforeAdd
property that defaults tofalse
#262 #263 @joelvh
Previously, the delay was always enabled, so this is a breaking change.
Changed
- Fix
clearInputValueOnChange
breaking the text input sometimes (e.g. in the react-autosuggest example) #261 @papercuptech - Update dev dependencies to fix all
npm audit
warnings 🚨
v1.0.0-beta.13
Changed
- Fix floating label not floating if the component is not focused and there is no text input #259
v1.0.0-beta.12
Changed
- Fix chip input not working in React concurrent mode #258
- Update styles to fix the placeholder and input being cut off even if
fullWidth
is enabled #200 @trylimits