Skip to main content

69 posts tagged with "minor"

View All Tags

Version 7.6.0

Thomas Mattheussen
PO & Lead Developer

🎨 Themes​

  • The favicons for chameleon-theme-lcd and chameleon-theme-frd are updated. !2068
  • chameleon-theme-nb now uses Roboto Condensed Black instead of Roboto Condensed Bold. !2070
  • We've added a premium subtheme for chameleon-theme-hbvl. !2079
  • We've updated the datetime formats for chameleon-theme-nb, aligning it with the other belgian brands. !2075

πŸš€ New Feature​

  • We've added polychrome versions of the SocialFacebook and SocialGoogle icons. !2074

chameleon-react​

  • We've added a boolean type to the teaser components' comment prop. This means you don't have to provide a bogus comment count when setting commentsOptions.hideCount = false. !2077

🏠 Internal​

  • Updates to dependencies:
  • We've started the process of migrating away from @mediahuis/scripts throughout our codebase, first up are the formatting, linting and cleaning commands. !2069

Version 7.5.0

Thomas Mattheussen
PO & Lead Developer

🎨 Themes​

  • BrandedHeading padding-bottom is now 0 for both lg and sm variants in chameleon-theme-tel. !2055
  • teaser.label.lg typography is now uppercased to match sm and md variants in chameleon-theme-tel. !2056
  • A big enhancement to darkmode tokens for all MHNR brands. !2038
  • Updated the favicons for the luxembourg brands: chameleon-theme-lt, chameleon-theme-co and chameleon-theme-lw. !2053
  • Updated the logos, favicons and icons in chameleon-theme-nb to show the correct Nieuwsblad "N". !2064
  • Updated the feedback and comment icons accross all brands to improve their alignment. !2063

πŸš€ New Feature​

chameleon-react​

  • Reduced the spacing between list items, in the <List /> component as well as in <RichContent />. !2059

πŸ› Bug Fix​

  • Fixed the font-mapping for chameleon-theme-tel since it mapped 700 to bold as well as extrabold. !2066
  • Fixed the breaking and accent-strong darkmode subthemes in chameleon-theme-tel. !2071

🏠 Internal​

Version 7.4.0

Thomas Mattheussen
PO & Lead Developer

🎨 Themes​

  • Updated the primary font for chameleon-theme-gva: FFGoodWide (Monotype) is now LibreFranklin (Google Fonts). !2028
  • Added a missing token for background on Teaser taxonomy. !2031
  • Added an overwrite for semantic.foreground.accent.adaptive.default.fill in the chameleon-theme-ds breaking subtheme which fixes the badly colored numbers in ordered lists. !2035
  • Fixed some problems with chameleon-theme-tel darkmode. !2022

🏠 Internal​

Version 7.2.0

Wannes De Backer
Front-end Developer Web

🎨 Themes​

  • Added new social media icons social-bluesky and social-threads. !1997
  • Updated the position of the premium icon on AZ to inline-before instead of after the taxonomy. !1990

πŸš€ New Features​

chameleon-swift​

  • Added a new SegmentedControl component. !1985

chameleon-kotlin​

  • Added a new SegmentedControl component. !1994
  • Enabled internal SDKs to modify TextOverflow and MaxLines properties on Header, Caption, Paragraph and RichContent components. !1998

πŸ› Bug Fixes​

chameleon-react​

  • Fixed an issue where the <SegmentedControl/> color was hardcoded instead of using the theme token. !1992

🏠 Internal​

chameleon-kotlin​

  • Added a check to ensure the signing properties file exists before building the demo app. !1999

Version 7.1.0

Thomas Mattheussen
PO & Lead Developer

🎨 Themes​

  • Added and updated tokens for navigation. !1973
  • Updated all menu-* icons to improve their optical size. !1972
  • Updated linkText.default.textDecoration for chameleon-theme-tel. !1978
  • Updated semantic.paragraph.default.*.strong.typography.fontWeight for chameleon-theme-az. !1977

πŸš€ New Feature​

chameleon-react​

  • Added imageOptions.hidden for <TextOnImageTeaser/> which allows you to hide the image and remove the placeholder. !1976
  • Added 'use client' for components that need it. !1974

chameleon-swift​

  • Allowed nil for typography due to complexities on implementation side. !1965
  • Added a wrapper to be able to inject the tokenContainer when embedding in a UIViewController. !1967
  • Added extra typealiases to bridge TokenIO to Chameleon. !1966

πŸ› Bug Fix​

chameleon-react​

  • Fixed the typing of dateTimeOptions.timeZone. !1957
  • Fixed some wrong tokens in TeaserTaxonomy !1959

chameleon-swift​

  • Implemented DefaultProvider for TC. !1958
  • Added string based paths to init of components. !1960
  • Restored pre-7.0 behavior, allowing custom subTheme application to list rows. Improved image lookup for irregular image names using camelCase or missing icon/illustration suffixes. !1963
  • Fixed performance when a subtheme is applied. !1979

🏠 Internal​

  • Updates to dependencies:
  • Added missing documentation for <SegmentedControl />. !1955
  • Added missing documentation for <Dropdown />. !1982
  • Updated outdated asset tokens to 7.x. !1969
  • Automated publishing of the android demo app via CI. !1964
  • Added support for XCode 15.4. !1970 !1971
  • Copy bitrise configuration when needed for publishing. !1954
  • Cleaned up the newspaper Storybook story. !1986

Version 6.8.1

Wannes De Backer
Front-end Developer Web

πŸš€ New Feature​

chameleon-react​

  • The BrandedHeading component now supports layout tokens, making the padding configurable per brand. !1936

🎨 Themes​

  • Updated the Telegraaf theme with a new sport subtheme and improvements to the premium subtheme. !1935

⚠️ Important Note​

  • Something went wrong when releasing 6.8.0. Please use version 6.8.1 instead.

Version 6.7.0

Thomas Mattheussen
PO & Lead Developer

🎨 Themes​

  • Updated the dateTime format tokens for chameleon-theme-ds. !1929

πŸš€ New Feature​

chameleon-react​

  • The <TextOnImageTeaser /> and <DefaultTeaser /> components gained a new feature: comments. Two new props allow you to display whether an article has comments and how many. (Please note though that the designs for this will still have to be tweaked for each brand and context, this feature is only delivered on a technical level.) !1930

🏠 Internal​

Version 6.6.0

Thomas Mattheussen
PO & Lead Developer

🎨 Themes​

  • Updated the football and football-active icon for chameleon-theme-gva. !1915
  • Added new header and topBar tokens, enabling brand independence for the Sports SDK and adding consistency with other implementations. !1911

πŸ› Bug Fix​

  • Fixed our asset sync process uncovering some unsynced changes in assets coming from Figma (mostly favicons). !1913

🏠 Internal​

  • Updates to dependencies:
  • Lowered our usage of eks-custom. !1908
  • Updated to kotlin v2. !1904
  • Replaced some old CDN urls in our tokens with updated versions. !1910
  • Renamed ContextManager to ConfigurationSheet in chameleon-kotlin. !1903
  • Fixed a stackoverflow in kotlin-test pipeline jobs. !1912

Version 6.5.0

Thomas Mattheussen
PO & Lead Developer

🎨 Themes​

  • Updated the logo-square-main for most MHNO brands: chameleon-theme-frd, chameleon-theme-hco, chameleon-theme-lcd, chameleon-theme-mco, chameleon-theme-sco. !1907

πŸš€ New Feature​

chameleon-react​

  • We've exposed our previously internal <TeaserWrapper /> component so you can create your own custom teaser. !1902 !1906

chameleon-kotlin​

  • We've added a lot of new components to our chameleon-kotlin package! Say hello to: LinkText, Switch, IconButton, TextField, TextArea & InputMask. Nice work @dieter.vaesen! πŸ’« !1872

πŸ› Bug Fix​

  • Fixed the logo-main and logo-main-inverse drawables for chameleon-theme-ld in chameleon-kotlin as these were causing problems due to some extremely large paths. !1901
  • Fixed the play-button icon for chameleon-theme-tel as it was showing a pause icon instead. !1905

🏠 Internal​

  • Added some more internal documentation. !1900