Material Ui Chip Input Versions Save

A chip input field using Material-UI.

v2.0.0-beta.2

4 years ago

Thanks to the 2 contributors who made this release possible. :tada:

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

4 years ago

Thanks to the 2 contributors who made this release possible. :tada:

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

4 years ago

Thanks to the 1 contributor who made this release possible. :tada:

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

4 years ago

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. :tada:

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

4 years ago

Thanks to the 1 contributor who made this release possible. :tada:

Fixed

  • Fix classes being required in the TypeScript typings #273 #274 @ron4stoppable

v1.0.0-beta.16

5 years ago

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

5 years ago

Changed

  • Fix component class names in production build #269

v1.0.0-beta.14

5 years ago

Thanks to the 2 contributors who made this release possible. :tada:

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 :rotating_light:

v1.0.0-beta.13

5 years ago

Changed

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

v1.0.0-beta.12

5 years ago

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