Skip to main content

177 posts tagged with "changelog"

View All Tags

Version 1.11.0

Thomas Mattheussen
PO & Lead Developer

πŸ› Bug Fix​

  • For chameleon-theme-hbvl-summer-2020, a faulty FF Mark Pro font file lied at the basis of the wrong rendering of the letter "j" when your device's locale is NL. New font files have been supplied to mitigate this issue. !MR 238

πŸš€ New Features​

  • A <RichContent /> component has been added. Basically, it’s a component that wraps around some HTML or other components and provides some default styling. See the documentation for more info. MR !234

🎨 Themes​

  • The brand-plus-main logo has been updated for chameleon-theme-swcom. !MR 236
  • A new icon bot has been added for chameleon-theme-hbvl-summer-2020 and chameleon-theme-gva-summer-2020. (All other themes fallback to a new bot icon in chameleon-theme-wl). !MR 232

🏠 Internal​

Version 1.10.0

Thomas Mattheussen
PO & Lead Developer

πŸ› Bug Fix​

  • Use ~ in Step scss import !MR 231
  • Make sure the key prop in <Stepper /> doesn't contain duplicate values. !MR 214

πŸš€ New Features​

  • <Dialog> component has a new prop: footer MR !194

🎨 Themes​

  • Updated chameleon-theme-swcom with updates on <Loader />, <Choice />, <Stepper /> and Illustrations !MR 222
  • Add brand-icon-abbreviation-horizontal to chameleon-theme-hbvl-summer-2020 !MR 223
  • Updated chameleon-theme-dl logos !MR 224
  • Add chameleon-theme-hub favicons !MR 229

🏠 Internal​

🦦 Other​

  • πŸ’₯ BREAKING: New fonts.plist structure for iOS exports. MR !217

Version 1.9.2

Thomas Mattheussen
PO & Lead Developer

πŸ› Bug Fix​

  • Add height to chameleon-theme-hmc, chameleon-theme-hmc-ge, chameleon-theme-hmc-hd, chameleon-theme-hmc-ld, chameleon-theme-hmc-nhd, chameleon-theme-hmc-yc buttons !MR 197

🎨 Themes​

  • Add favicons to chameleon-theme-beltel, chameleon-theme-dl, chameleon-theme-ds, chameleon-theme-gva-summer-2020, chameleon-theme-hbvl-summer-2020, chameleon-theme-hmc-ge, chameleon-theme-hmc-hd, chameleon-theme-hmc-ld, chameleon-theme-hmc-nhd, chameleon-theme-hmc-yc, chameleon-theme-indo, chameleon-theme-nb, chameleon-theme-nb-winter-2021, chameleon-theme-swcom, chameleon-theme-wl !MR 192

Version 1.9.0

Thomas Mattheussen
PO & Lead Developer

πŸ› Bug Fix​

  • πŸ’₯ BREAKING: Not really a bug, but we fixed the spelling of the icon attachment (previously 'attatchment') !MR 148
  • <Select /> does not always have the same height as <TextField /> !MR 175
  • <Select /> overflowing letter "G" on Windows Chrome !MR 176
  • For iOS each theme had an empty logos.swift, illustrations.swift and icons.swift file. !MR 159

πŸš€ New Features​

  • Removed PDF versions from repo and auto generate PDF (with pdfkit) for iOS and VectorDrawable XML (with a custom JAR) for Android. MR !100
  • Added logo's, icons and illustratios to chameleon-swift MR !138
  • Added (minimal) foundation tokens for chameleon-theme-swcom MR !155
  • πŸ’₯ BREAKING: Restructured theme output for Android MR !143, MR !162

🎨 Themes​

  • Added a new icon set for chameleon-theme-nb-winter-2021 !MR 142 !MR 164
  • Added some illustrations for chameleon-theme-nb-winter-2021 !MR 182
  • Added a new play-arrow icon for chameleon-theme-nb-winter-2021 and chameleon-theme-gva-summer-2020 !MR 166
  • For Android, motion design tokens are now integers MR !170
  • Added a new language icon to chameleon-theme-wl MR !187

πŸ“ Documentation​

  • Deprecated <Reset /> component !MR 171

🏠 Internal​

Version 1.8.0

Thomas Mattheussen
PO & Lead Developer

πŸ› Bug Fix​

πŸš€ New Features​

  • We’ve taken the first steps to implementing CSS Custom Properties! For now, it’s just an extra style-dictionary output until we flesh this out further. MHDS-1753
  • Add line-height to iOS .plist export MHDS-412
  • Implement downshift onSelect in AutoComplete component MHDS-1587
  • TextLink now inherits font-family MHDS-1676
  • Add @babel/runtime MHDS-1532
  • WideListItem now uses Skeleton component as it’s loading state. πŸ’₯ BREAKING: Skeleton component was previously named Skelleton, this typo has been fixed. MHDS-1341
  • πŸ’₯ BREAKING: Move branded bundles for chameleon-react into new separate chameleon-react-bundled package. If you were depending on /lib folder in chameleon-react, please install chameleon-react-bundled instead. MHDS-1225

🎨 Themes​

  • Removed chameleon-theme-gva, chameleon-theme-hbvl, chameleon-theme-tmg, chameleon-theme-limnl MHDS-1752
  • Add brand-fill to chameleon-theme-dl MHDS-1759
  • Add Merriweather Black to all chameleon-theme-hmc-* themes MHDS-1750
  • Fix color build output in chameleon-theme-swcom
  • Update colors, typescale, overlay, logos foundations in chameleon-theme-nb-winter-2021 MHDS-1745
  • Add FF Mark Pro Italic to chameleon-theme-hbvl-summer-2020 MHDS-1703
  • Add .otf font files to chameleon-theme-hbvl-summer-2020 MHDS-1710
  • Add color-marketing tokens to chameleon-theme-gva-summer-2020 MHDS-1716

πŸƒβ€β™€οΈ Performance​

  • Fixed double @popper dependencies in build output.
  • Removed branded bundles for chameleon-react (see New Features). MHDS-1225
  • Removed import * from Icons & Illustrations in favor of named exports. MHDS-1746

🏠 Internal​

🦦 Other​

  • πŸ’₯ BREAKING: required node version is set to 14 now. chameleon will try to adhere to the Node release cycle.

Version 1.7.4

Thomas Mattheussen
PO & Lead Developer

Themes​

  • Changed HMC button update (primary buttons are red now)
  • Changed BrandedHeading text to wrapping instead of truncating for NB theme
  • Added OpenSans for HMC theme
  • Added motion-duration-loop token

React​

  • Added line-height for Select component
  • Fixed Dialog overflow not working corectly on iPad

Android​

  • Changed line-heights are now absolute values

Version 1.7.1

Themes​

  • Changed Paragraph responsive font-size nb-winter-2021 (now 18px on desktop)
  • Changed Paragraph responsive font-size beltel (now 18px on desktop)
  • Changed Paragraph responsive font-size indo (now 18px on desktop)
  • Changed Paragraph responsive font-size swcom (now 18px on desktop)
  • Changed Paragraph responsive font-size chameleon-hmc-nhb (now 18px on desktop)
  • Changed Paragraph responsive font-size chameleon-hmc-ld (now 18px on desktop)
  • Changed Paragraph responsive font-size chameleon-hmc-hd (now 18px on desktop)
  • Changed Paragraph responsive font-size chameleon-hmc-yc (now 18px on desktop)
  • Changed Paragraph responsive font-size chameleon-hmc-ge (now 18px on desktop)

Swift​

  • Added new package chameleon-swift with a basic structure that includes brand colors.

React/Themes​

  • Changed Logo config is moved to themes
  • Changed hmc BrandedHeading mobile padding/overall padding finetuning
  • Changed hmc BrandedHeading responsive style