Skip to main content

Version 0.9.0

React components

  • Added Text component.
  • Added Table component.
  • Added Avatar component.
  • Fixed Label margin in Select component.
  • Added flexParentProps to system props.

Version 0.8.0

React components

  • Added Accordion component.
  • Added Autocomplete component.
  • Added missing propTypes to ListItem component.
  • Added maxHeight prop to the system.

Tokens

  • Added Marketing Colors.

Version 0.7.0

React components

  • All components now allow addition system props to be added directly on them.
  • Added Banner component.
  • Added List component.
  • Added ListItem component.
  • Added Stepper component.
  • Added zIndex as a system prop.
  • Added loading prop to Button.
  • Added mask prop to TextField.
  • Removed the pointer on a Choice's body.

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.

Version 0.5.2

React components

  • Select: when the placeholder was active, all other options were also greyed out on Windows platforms. This is no longer the case.

Tokens

  • Fixed secondary colors for De Limburger.
  • Fixed exported font values for De Limburger.

Documentation

  • De Limburger: added De Limburger as a selectable brand from the dropdown in the top right corner.

Version 0.5.1

React components

  • Select: removed the check for option or optiongroup. This enables React.Fragment and null to be added as children for a Select component.
  • useMediaQuery: now accepts 0 as a value.