Releases: Sharlaan/material-ui-superselectfield
SelectAll / Reset
Added onSelect
v1.8.0 Release v1.8.0 Added onSelect
FloatingLabel, onAutoCompleteTyping, footerActionsRenderer
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
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
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
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
Added noMatchFound
message and disabled
properties
First major release
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 eithernull
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
0.1.4 Minor Readme fixes