Skip to main content

Version 1.4.0

React Components

  • Added Illustrations component
  • Added forceSelection to AutoComplete component - you can now enforce a user to select an item (under the hood we replaced react-autosuggest with DownShift aswell)
  • Added verticalAlign to Logo and Image component
  • Added position prop to DatePicker
  • Added es & cjs outputs to a new /dist folder
  • Added package.json 'module' will now target './dist/es/index.js'
  • Changed package.json 'main' will now target './dist/cjs/index.js'
  • Changed the getting started for developers guides
  • Fixed DatePicker will now appear on top of Dialogs
  • Fixed when Dialogs are nested, only the one most in front will close on Escape

iOS

  • Changed fonts plist file will fallback on non-existing font-weights

Themes

  • Added illustrations with black and white white-label fallback
  • Added extra font-weight to gva-summer-2020 (native apps only)

Scripts

  • Changed all scripts are now using mediahuis-scripts