Skip to main content

142 posts tagged with "changelog"

View All Tags

Version 1.3.1

React components

  • Added usePortal to Tooltip
  • Fixed fonts config hbvl-summer-2020
  • Enable gva-summer-2020 in prebuilt

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

React components

  • Added Dialog now supports data-testid
  • Added tableLayout prop to Table
  • Added ellipsis prop to tableCell in Table
  • Added width prop to Table
  • Fixed Tabledoes not crash when passing data with value null anymore
  • Fixed Caption does not pass size prop to underlying Text component anymore
  • Fixed Fieldset's labelProps.fontWeight is now overwritable

Chameleon storybook

  • New multibranded chromatic setup

Version 1.1.4

React components

  • Pinned the version of inputmask to v5.0.3 to prevent a breaking change in the third-party package from affecting our products.

Version 1.1.3

React components

  • data-testid is now correctly passed on in DatePicker.
  • Correct token mapping for Button's primary appearance.
  • Fieldset now also accepts labelProps.

Version 1.1.1

We had an internal publishing problem. You can skip this version and go straight to 1.1.2.