Version 0.6.0
React components
- Added
IconButtoncomponent. - Added
Loadercomponent. - Added
BrandedHeadingcomponent. - Added
Dialogcomponent. - Added
DatePickercomponent. - Added
TextAreacomponent. - Adjusted height of
TextFieldcomponent to be in line with the height ofButtoncomponent. - Adjusted height of
Selectcomponent to be in line with the height ofButtoncomponent. - All components now forward passed in
refproperties. The node to which therefis forwarded, depends on the component. In some cases, it is passed onto the wrapper, in other cases on a child component. E.g. withTextField, theinputelement will have the forwarded ref. This is based on subjective judgement, taking into account what the expected behavior would be. Be sure to notify us if something does not behave as you'd expect. Boxnow allows negative values for allmarginrelated properties.- All form elements that have a
messageproperty, will now display an icon before the message if theerrorprop is also set totrue.
Tokens
iOSshadow tokens now have better structure so that they can be used directly.