Skip to main content

177 posts tagged with "changelog"

View All Tags

Version 1.14.1

Thomas Mattheussen
PO & Lead Developer

🎨 Themes​

  • Updates to the <BrandedHeading /> designs for chameleon-theme-wort-de (borders on top) and chameleon-theme-hub (no more borders). !425
  • Updates the locale for chameleon-theme-hub to enGB (instead of the default nlBE). !425
  • Updated the <Button appearance="outline"> design for chameleon-theme-hub. !426

🏠 Internal​

  • Updates to dependencies:
  • We added an extra breakpoint for small screens to our automated visual testing process with Percy. This to ensure that visual regressions are tested in a more responsive fashion. !417
  • Added a prepare-commit-msg hook to husky to auto prepend commits with the JIRA ticket ID. !420

Version 1.14.0

Thomas Mattheussen
PO & Lead Developer

🎨 Themes​

  • Big foundation updates for chameleon-theme-indo and chameleon-theme-beltel: new icons, illustrations, favicons, logos, colors, typography and more. !412 !414
  • Updated/reverted the brand-plus-main logo for chameleon-theme-dl !413

🏠 Internal​

  • Updates to dependencies:

Version 1.13.0

Thomas Mattheussen
PO & Lead Developer

🎨 Themes​

  • Some foundational updates:
    • Updated icons for chameleon-theme-wl and chameleon-theme-gva-summer-2020 !400
    • Updated grey colors for chameleon-theme-hub !400
    • Updated favicons for chameleon-theme-hbvl-summer-2020 !400
    • Updated datetime tokens for chameleon-theme-wort-de (use . instead of / to separate date parts.) !408

🏠 Internal​

🦦 Other​

  • In line with Node's release schedule, we’ve made sure our package works on Node's active LTS. Since we will only test on this version, we’ve also made it the required minimal version by bumping the engines field in package.json !386
  • πŸ’₯ BREAKING: The <Fonts /> component has been removed. Please import @mediahuis/chameleon-theme-*/lib/web/fonts.css instead of using this component. !404
  • πŸ’₯ BREAKING: The <Reset /> component has been removed. Please import @mediahuis/chameleon-reset instead of using this component. !404
  • πŸ’₯ BREAKING: chameleon-react no longer has any chameleon-theme-* packages specified in it’s dependencies. If you relied on the theme packages being installed automatically, you need to add them to your own dependencies. !407

Version 1.12.4

Thomas Mattheussen
PO & Lead Developer

🎨 Themes​

  • Themes no longer have obsolete White Label fallback logos. This was unnecessary and caused confusion among consumers. !382
  • Deleted the wrongly typed brand-sqaure-main logo from chameleon-theme-dl !382
  • Fixed a missing brand-plus-main logo in chameleon-theme-nb-winter-2021 !382

Version 1.12.3

Thomas Mattheussen
PO & Lead Developer

πŸš€ New Features​

  • Added an extra placeholder ratio: 21:9 !MR 359
  • BETA: Added a new component: <DateTime /> !MR 354

🎨 Themes​

  • Updated illustrations for chameleon-theme-nb and chameleon-theme-nb-winter-2021 !MR 324
  • Updated foundations for chameleon-theme-dl !MR 332, !MR 357, !MR 376, !MR 378
  • Updated foundations for chameleon-theme-hub !MR 327
  • Updated grid breakpoint values for chameleon-theme-hub, chameleon-theme-wort-de, chameleon-theme-wort-en, chameleon-theme-wort-tc, chameleon-theme-wort-pt, !MR 334
  • Updated color for <LinkText> in chameleon-theme-swcom !MR 331
  • Updated color.grey.60 shade in chameleon-theme-swcom !MR 374
  • Following a survey regarding the new Nieuwsblad app we updated the font.paragraph.size token value in chameleon-theme-gva-summer-2020, chameleon-theme-hbvl-summer-2020, chameleon-theme-nb, chameleon-theme-nb-winter-2021 and chameleon-theme-dl from 16 to 17 for better readability on mobile devices. !MR 369

🏠 Internal​

πŸ› Bug Fix​

  • Fixed typo in default grid.breakpoint.medium token value. !333

Version 1.12.1

Thomas Mattheussen
PO & Lead Developer

🦦 Other​

  • Correctly licensed Produkt font has been added for chameleon-theme-nb-winter-2021. MR !320

1.12.1 (21-2-2022)​

πŸš€ New Features​

  • Add success state to AutoComplete, DatePicker & TextField in the chameleon-react package !MR 306

🎨 Themes​

  • Add logos to chameleon-theme-hub package !MR 301
  • Add RSS icon !MR 302
  • Removed margin from BrandedHeading in chameleon-theme-swcom when no action is set !MR 303
  • Updated the line-height from Heading1 in chameleon-theme-swcom !MR 304
  • Updated the sales illustrations in chameleon-theme-nb & chameleon-theme-nb-winter-2021 !MR 307 !MR 308
  • Make it possible to use the v2 logo in chameleon-theme-dl this will also be the default! !MR 309
  • Updated the v2 logos in chameleon-theme-ds !MR 310
  • Add theme chameleon-theme-wort-en !MR 311
  • Add theme chameleon-theme-wort-pt !MR 312
  • Add theme chameleon-theme-wort-tc !MR 313

Version 1.12.0

Thomas Mattheussen
PO & Lead Developer

πŸš€ New Features​

  • All headings (h1-h6) are now responsive! Up until this point, paragraph, heading1, -2 and -3 were the only ones with responsive font-size and line-height values. This feature is now extended to heading4, -5 and -6 as well. MR !263
  • Weather icons are added to chameleon-tokens so each brand now has access to a default set of weather icons. MR !265
  • We added a new closeHidden prop to chameleon-react's Banner component. MR !295

🎨 Themes​

  • New theme: chameleon-theme-wort-de! !MR 272
  • In the <Dialog /> component. The header and footer border-color is now updated to colorGrey30 (from colorGrey20) !MR 257
  • The brand-fill icons are added for every brand. !MR 266
  • Replaced Helvetica Neue Ltstd & Replaced Helvetica Neue Condensed with Roboto in nb-winter-2021 !274
  • Make it possible to use the v2 logo in chameleon-theme-nb this will also be the default! !293

🏠 Internal​

πŸ› Bug Fix​

  • Removed default fontsize from <Text /> component !291

🦦 Other​

  • Deprecated <Image /> component !MR 283

Version 1.11.1

Thomas Mattheussen
PO & Lead Developer

πŸ› Bug Fix​

  • Fixed: when a <Tooltip /> is used in the action="" prop of a <WideListItem />, there's a visual overflow bug (the tooltip is clipped by a parent with overflow: hidden.) !MR 248

🏠 Internal​