Version 0.6.0
React components
- Added
IconButton
component. - Added
Loader
component. - Added
BrandedHeading
component. - Added
Dialog
component. - Added
DatePicker
component. - Added
TextArea
component. - Adjusted height of
TextField
component to be in line with the height ofButton
component. - Adjusted height of
Select
component to be in line with the height ofButton
component. - All components now forward passed in
ref
properties. The node to which theref
is forwarded, depends on the component. In some cases, it is passed onto the wrapper, in other cases on a child component. E.g. withTextField
, theinput
element 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. Box
now allows negative values for allmargin
related properties.- All form elements that have a
message
property, will now display an icon before the message if theerror
prop is also set totrue
.
Tokens
iOS
shadow tokens now have better structure so that they can be used directly.