Focus Components 2.1.7
This new version is an update to the previous version
install with npm i -S [email protected]
CAUTION : The use of this version of focus-components forced you to upgrade your source-map-loader version to 0.2.0 (or higher). That said, we encourage you to do so.
CAUTION : The version of Material Design in your project should be updated to version 1.3.0
What's new ?
Thanks
@GtAntoine, @Hartorn, @EmilienSanterre and @JohnnP for your help and thank you everyone for your bugs' reports and issues in which we have discussed. It helped us to improve focus-components
Thanks to all the beta testers !
Fixes & Improvments
Fixes
- InputDate : Add CheckOnlyOnBlur property (false by default) PR #1362
- InputDate : Add triggerOnChangeIfEmpty property (false by default) #1357 PR #1368
- InputDate : Avoid calling on blur for every picker on document click #1325 PR #1368
- Scroll: Correction when domNode is null PR #1365
- Scrollspy: The component is safer, and handle panel without titla
- Material Design updated : Updated variables #1367
- Panel : No header section, if there are no title or actions #1370
- Select-radio : Now handling error rendering, with style #1372
- InputLabelComponent : InputLabelComponent was not properly taken in account from definition #1360
- AutoComplete Select : Adding onSelectClear cleanOnNullValue options #1384
- Store Behaviour : Adding useDefaultStoreData options in props, to use with a definition, or with a function getDefaultStoreData
- Form : fieldFor now have a default onChange and value, bindings field values into the state
- Form : buttonCancel is now using _buildResetState to restore old state. Can be customised with buildResetState
- Input Text : fixing the placeholder (was still shown if the value was set in state) #1381
- Inputs : Non-html valid attributes are no more propagated to the inputs
New component
The Tooltip
The tooltip component give information when we hover a component.