Skip to main content

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 of Button component.
  • Adjusted height of Select component to be in line with the height of Button component.
  • All components now forward passed in ref properties. The node to which the ref is forwarded, depends on the component. In some cases, it is passed onto the wrapper, in other cases on a child component. E.g. with TextField, the input 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 all margin related properties.
  • All form elements that have a message property, will now display an icon before the message if the error prop is also set to true.

Tokens

  • iOS shadow tokens now have better structure so that they can be used directly.