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

v2.0.0-beta.2

01 Dec 15:50
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

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

01 Dec 15:35
Compare
Choose a tag to compare

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

Added

  • Add a readOnly prop #287
  • Add newChipKeys to allow using KeyboardEvent.key instead of KeyboardEvent.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

03 Aug 17:23
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

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 with clsx #283

v1.0.0

28 Jul 15:45
Compare
Choose a tag to compare

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

  • Update the chips when defaultValue is updated and the input wasn't yet changed by the user #111 #281 @baptwaels
  • Fix display issues in filled and outlined variants #241 #264 #278 @cor13on3
  • Update react-autosuggest demo #229

v1.0.0-beta.17

23 May 15:13
Compare
Choose a tag to compare
v1.0.0-beta.17 Pre-release
Pre-release

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

Fixed

v1.0.0-beta.16

23 Apr 21:53
Compare
Choose a tag to compare
v1.0.0-beta.16 Pre-release
Pre-release

Breaking changes

  • Always call onDelete with the chip object #112 #272

Changed

  • Improve overflow handling
  • Update the react-autosuggest example

v1.0.0-beta.15

26 Mar 13:18
Compare
Choose a tag to compare
v1.0.0-beta.15 Pre-release
Pre-release

Changed

  • Fix component class names in production build #269

v1.0.0-beta.14

07 Feb 17:23
Compare
Choose a tag to compare
v1.0.0-beta.14 Pre-release
Pre-release

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

Breaking changes

  • Add a delayBeforeAdd property that defaults to false #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

23 Jan 12:52
Compare
Choose a tag to compare
v1.0.0-beta.13 Pre-release
Pre-release

Changed

  • Fix floating label not floating if the component is not focused and there is no text input #259

v1.0.0-beta.12

20 Jan 13:43
Compare
Choose a tag to compare
v1.0.0-beta.12 Pre-release
Pre-release

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