Skip to main content

82 posts tagged with "minor"

View All Tags

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

Version 1.3.0

Themes

  • Changed Button and IconButton color in chameleon-theme-hbvl-summer-2020
  • Added chameleon-theme-hmc (this is just a trial setup, don’t use this in your code yet)

Version 1.2.0

React components

** Note:** If you are implementing this version on a node-environment, you have to add jsDom, as described in the peerDependencies.

  • Added basic Table sorting functionality
  • Added loading state to Table
  • Fixed inputMask problems in TextField & DatePicker
  • Fixed AutoComplete's onBlur functionality:don’tt return null on blur. The AutoComplete will now first focus the TextField when you select an item
  • Fixed display: contents warning when using autoprefixer in your project: this functionality is removed and is no longer supported

Tokens

  • Changed internal font-structure to be more independent

Version 1.1.0

React components

  • Added max-width to widthProps system props
  • Added size & appearance to BrandedHeading
  • Fixed a bug with flex-shrink system prop
  • Fixed the Nieuwsblad cdn-url cdn in Font
  • Fixed the bundled files now include the correct cdn-links

Tokens

  • Updated GvA Grey colors (light, base, dark)

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.0

React components

  • Added Switch component
  • Added Select component
  • Added Radio component
  • Added useMediaQuery hook
  • Added Fieldset component
  • Added Hidden component
  • Added Screenreader component
  • Box: added clone prop
  • Box: can now have a spacing (e.g. m, p) prop of 0
  • Box: added float prop
  • Heading: fixed responive values for levels 2 & 3
  • Input: added disabled prop
  • TextField: added disabled prop

Tokens

  • Switched timebased tokens to ms instead of s

Logo's

  • Added square GvA logo

Documentation

  • Added documentation for the previously added LinkText component
  • Added Design guidelines for Checkbox
  • Added Design guidelines for Select
  • Added a clear overview of which Box props can be cloned to a child component