Skip to content

Releases: Sharlaan/material-ui-superselectfield

SelectAll / Reset

23 Mar 14:07
36f5b6b
Compare
Choose a tag to compare
Merge pull request #156 from Sharlaan/dev

Release 1.9.0 (selectAll/Reset)

Added onSelect

26 Dec 14:10
Compare
Choose a tag to compare
v1.8.0

Release v1.8.0 Added onSelect

FloatingLabel, onAutoCompleteTyping, footerActionsRenderer

12 Oct 23:06
Compare
Choose a tag to compare

Added onMenuOpen, openImmediately
Added errorText, errorTextStyle, underlineErrorStyle
Added noMatchFoundStyle
Added onAutoCompleteTyping and FloatingLabel (CodeExample3)
Added loadingIndicator in CodeExample5 (Async Loading)
Added example with multiple action buttons in menu footer (CodeExample3)
Added styling example for FloatingLabel and Underline

Removed outdated flexbox polyfills (compatibity starts at IE11)

a few bug fixes due to dependencies updates

Breaking change:
Replaced menuCloseButton with footerActionsRenderer

Updated dependencies (React16!)

Known issue:
After menu opened, focus should go directly to searchField or first menu item, but it doesnot.
User have to hit some key to actually make this happen.

Async Loading

27 Mar 16:01
Compare
Choose a tag to compare

Added CodeExample5 for Async Loading
Fixed componentWillReceiveProps to account for dynamic children
Added polyfill for Object.entries for Demos on Safari
Updated dependencies (react-router 4)
Added infos to README

Compatibity and edge cases fixes

15 Mar 15:03
Compare
Choose a tag to compare

Replaced babel-preset-es2015 with babel-preset-env

Added transform-object-entries while building the lib/SuperSelectField.js
Added default route to demos

New props and fixes

09 Mar 00:02
Compare
Choose a tag to compare

Added yarn
Updated dependencies
Updated README and CodeExamples
Bug fixes with indexing and autocomplete
Partially fixed keyboard focus (check known bugs)
Replaced MenuItem with ListItem
Selections in multiple mode won't update value prop until the menu is closed
New props :

  • menuFooterStyle and menuCloseButton
  • checkedIcon and unCheckedIcon
  • checkPosition
  • hoverColor
  • anchorOrigin

New props: noMatchFound message and disabled

17 Feb 14:49
Compare
Choose a tag to compare

Added noMatchFound message and disabled properties

First major release

17 Feb 11:05
Compare
Choose a tag to compare

Breaking changes :

  • In multiple mode, value accepts only an empty array or an array of objects, each must provide the required value property.
    In single mode, value can be either null or an object { value: ..., etc... }
  • onSelect renamed to onChange.

New Features:

  • Reworked Demo pages
  • Added support for infinite loading (dependency: react-infinite)
  • Added support for
  • Added more styling props.
  • Added tests.

First release as npm module

22 Jan 12:15
Compare
Choose a tag to compare
0.1.4

Minor Readme fixes