Skip to main content

94 posts tagged with "minor"

View All Tags

Version 1.6.0

Themes

  • Added first draft nb-winter-2021
  • Added first draft beltel
  • Added first draft indo
  • Added first draft swcom
  • Added you can use css-variables in nb BrandedHeading to color the text and border color
  • Changed gva-summer-2020 secondary color will become blueish!
  • Changed all line-heights are now unitless on Android, Javascript & Scss. On iOS they are always absolute values
  • BrandedHeading by default no spacing left and right
  • Changed BrandedHeading in existing nb theme
  • Changed Vitesse font-weight to bold to black in existing nb theme (updated cdn v1.0.1 and latest)

Version 1.5.0

React Components

  • Added sideEffects to package.json to enable better tree-shaking
  • Changed dayjs is now a peerDependency
  • Changed name is deprecated and replaced with as in Icon and must be imported from @mediahuis/chameleon-theme-wl/icons
  • Changed name is deprecated and replaced with icon in IconButton and must be imported from @mediahuis/chameleon-theme-wl/icons
  • Changed icon, iconLeft, iconRight must be imported from @mediahuis/chameleon-theme-wl/icons, string usage is deprecated in Button, TextField, Select, AutoComplete, IconButton, ListItem, WideListItem
  • Fixed Accordion arrow-icon alignment

Themes

  • Added /icons to every theme-package
  • Added chameleon-hmc-nhb Noordhollands dagblad (Not ready for implementation)
  • Added chameleon-hmc-ld Leidsch Dagblad (Not ready for implementation)
  • Added chameleon-hmc-hd Haarlems Dagblad (Not ready for implementation)
  • Added chameleon-hmc-yc IJmuider Courant (Not ready for implementation)
  • Added chameleon-hmc-ge Gooi- en Eemlander (Not ready for implementation)
  • Changed chameleon-hmc Make it the parent theme for the above themes
  • Changed chameleon-hmc Changed greyscale for better wcag support
  • Changed chameleon-theme-hmc is deprecated, and will only be used as parent theme, use chameleon-theme-nhb to replace it
  • Changed chameleon-theme-gva is deprecated, use chameleon-theme-gva-summer-2020 instead
  • Changed chameleon-theme-hbvl is deprecated, use chameleon-theme-hbvl-summer-2020 instead

Scripts

  • Added a script (chameleon-cli-create-theme) to generate a basic theme

Docs

  • Added last visited theme will be saved
  • Added url will now update when changing themes to enable better sharing
  • Changed theme-switch to enable more Themes
  • Deleted font download, you should ask the theme from now on

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.