Skip to main content

67 posts tagged with "minor"

View All Tags

Version 6.2.0

Thomas Mattheussen
PO & Lead Developer

🎨 Themes​

  • Updated the datetime format tokens for chameleon-theme-dl. !1834

πŸš€ New Feature​

  • We've added an additional position for the DateTime placement on our Teaser components. Check out the added documentation for this feature on DefaultTeaser and TextOnImageTeaser. !1794
  • The placement of the image in the RelatedTeaser can now be independently configured from the placement of the image in the horizontal DefaultTeaser. Also, when an image is provided, the prefix is now positioned on top of the title for a nicer visual look. !1765

πŸ› Bug Fix​

  • 🚨 Fixed an incorrect dependency import causing a large number of extraneous assets to be included in your app, bloating the final APK size. If you or one of your dependencies depend on be.mediahuis.chameleon:chameleon-components:6.x.x, you should upgrade ASAP. !1855

🏠 Internal​

Version 5.15.0

Wannes De Backer
Front-end Developer Web

πŸš€ New Feature​

chameleon-react​

  • We've significantly enhanced our typings for React, particularly in components with an as property, offering improved type safety and flexibility. !1741
  • Improved accessibility for the Avatar component, which was previously hidden from screen readers. We also introduced the accessibilityLabelAvatar property, allowing screen readers to provide descriptive labels for avatars. !1777

chameleon-swift​

These updates will help with transitioning to newer components and improve overall deployment and style handling processes.

  • Branch-specific Publishing: The ability to publish directly to a specific branch has been implemented, which will make deployment more flexible (Merge Request: !1770).
  • Swift Loader and Banner Issues: A merge request has addressed issues related to Swift loader and banner components (Merge Request: !1778).
  • Token Simplification: A simplified method of using tokens by providing a style has been introduced, which is aimed at making the transition to components smoother. The Loader and Banner have already adopted this approach, with others expected to follow in version 6 (V6).
  • AutoRegister Deprecation: AutoRegister is still functional but deprecated. It will be removed in V6, so while it's not mandatory to switch to manual bootstrap yet, developers are encouraged to start doing so.

chameleon-kotlin​

  • Updated autoregister/bootstrap processes: TC.autoRegister() is deprecated and will be replaced by TC.bootstrap() in V6. Both methods now include logic to prevent multiple triggers and will log a warning if skipped. !1779
  • Asset tokens are now accessible via TC from this version forward. !1768
  • Introduced new Chameleon components with Compose previews: ChBanner, CHLoader, CHDropdown. !1764
  • The demo app is now named ChameleonApp.

πŸ› Bug Fix​

Themes​

  • Fixed an issue with incorrect sets enabled on DL subthemes, restoring the intended theme configurations. !1775

chameleon-swift​

  • Optimized typography function calls to improve startup times and make previews more workable. !1769

chameleon-react​

  • Refactored the logic for showing/hiding suggestions in the Autocomplete component when using async to enhance user experience and performance. !1772

🏠 Internal​

Version 5.14.0

Wannes De Backer
Front-end Developer Web

πŸ› Bug fix​

chameleon-swift​

  • textCase is properly filled and no longer optional !1743

  • Typography now contains a textDecoration prop too

🎨 Themes​

  • Added the breaking subtheme for chameleon-theme-dl and made some changes to the teaser editorial tokens. !1738
  • Made some changes to the breaking subtheme and the teaser editorial tokens for the MHNR brands. !1719
  • Updated the design for the Branded Header for the MHNR brands. !1717
  • Updated the quotes icon for the MHNR brands. !1731

🏠 Internal​

Version 5.13.0

Thomas Mattheussen
PO & Lead Developer

πŸš€ New Feature​

  • We've added the editorial functionality to our Teaser components giving you the power to mark teasers as being "live" or "breaking"! This addition comes in the form of the editorialLabel and editorialAnimation props on our <DefaultTeaser /> and <TextOnImageTeaser /> components. !1667

  • We've added the possibility to group countries in our <PhoneField /> component. For example, if you want to separate "BeNeLux" and "Other countries". !1684

πŸ› Bug Fix​

chameleon-react​

  • We've fixed a small padding issue in our <Quote /> component. !1704

🏠 Internal​

  • We've improved the handling of our Kotlin tests !1707
  • We've fixed a small layout issue on our docs website !1701
  • We've added some useful enhancements for our storybook. !1691

Version 5.12.0

Wannes De Backer
Front-end Developer Web

🎨 Themes​

  • We've onboarded De Limburger (chameleon-theme-dl) !1686
  • We've updated the logo for Luxembourg Times. !1689

πŸ› Bug Fix​

chameleon-kotlin​

  • While improving our Kotlin demo app, we saw some possible improvements for some components and fixed them on the go. !1688

chameleon-react​

  • Fix bug in TextOnImageTeaser where the wrong token was used for the premium-icon, which displayed the regular one. !1696
  • Fix styling of <hr /> inside RichContent, aligning it with the <Divider />-styling. !1692

chameleon-swift​

  • Remove false warning log of not found image-token. !1682

🏠 Internal​

  • Updated our Kotlin demo app with a more dynamic live preview and better UX. !1688

Version 5.11.0

Thomas Mattheussen
PO & Lead Developer

πŸš€ New Feature​

chameleon-kotlin & chameleon-swift​

  • Token values can now change based on a newly added windowSizeClass context. This way, you can implement the correct designs for the corresponding screen sizes. !1656

πŸ› Bug Fix​

chameleon-react​

  • The placement prop in our <AutoComplete /> component was no longer working, but it is now! !1676

chameleon-swift-components​

  • Fix an XML parser issue concerning ampersands !1668

🏠 Internal​

Version 5.10.0

Thomas Mattheussen
PO & Lead Developer

🎨 Themes​

  • Updated some tokens in the sponsored-content subtheme for MHNR themes. !1655

πŸš€ New Feature​

chameleon-react​

  • We've added a link prop to our <RelatedTeaser /> component which brings it more in line with the other teaser components! !1657
  • We've added 2 new props to our <Quote /> component. The first one being quotationMarks prop for hiding/showing the quotation marks around the quote. The second prop is the icon prop, giving you the flexibility to change (or hide) some visual embellishment. !1659
  • The <Choice /> component now also has the possibility to have a <Switch /> (instead of merely <Radio/> or <CheckBox />). !1635

πŸ› Bug Fix​

chameleon-react​

  • Added a missing text-decoration declaration for the action in a <BrandedHeading />. !1661
  • Refactored the opening/closing logic a bit in <AutoComplete />. !1619

🏠 Internal​

  • Updates to dependencies
  • Fixed a caching issue with out new turbo setup. !1652

Version 5.9.0

Thomas Mattheussen
PO & Lead Developer

🎨 Themes​

  • Updated teaser.external-icon.highlight.fill & teaser.external-icon.default.fill for MHNR themes sponsored-content subtheme. !1627

πŸš€ New Feature​

chameleon-react​

This release welcomes 2 brand new components to the Chameleon family:

  • A <PhoneField /> component! !1608
  • A <Rating /> component! !1616

Also:

  • We've added a quoteeImage prop to our <Quote /> component! !1609

πŸ› Bug Fix​

chameleon-react​

  • Removed overflow: hidden from <DefaultTeaser />'s content. !1618
  • Fixed link styling in <RichContent />. !1620
  • Added an extra location for the premium logo for <TextOnImageTeaser />. !1629

swift-components​

  • Quick fixed an issue with the XML parser not being able to handle ampersands. We will try a more comprehensive approach in the near future. !1624

🏠 Internal​

  • Updates to dependencies
  • Split swift legacy package into its own repo. !1545
  • Refactored the way tokens are loaded on native. !1612!1628
  • Dropped lerna in favor of Turborepo as monorepo tool. !1574
  • Dropped lerna in favor of Beachball as versioning tool. !1510

Version 5.8.0

Thomas Mattheussen
PO & Lead Developer

πŸ§‘β€πŸ’» TypeScript​

We are excited to announce the highly anticipated arrival of TypeScript support for chameleon-react. Driven by years of feedback from our Mediahuis developer community, TypeScript’s integration is set to significantly improve your productivity and application quality, fulfilling a longstanding request and demonstrating our commitment to meeting developer needs.

We view this as just the beginning. We're eager to hear your thoughts and see your contributions. We warmly invite all developers to share feedback and even submit pull requests. Let's collaborate to make it better, together!

🎨 Themes​

  • Updated the datetime formats for GVA and HBVL themes. !1595
  • Removed background.contextual.adaptive.default.fill overwrite and set teaser.background.highlight.fill to transparent for MHNR brands. !1611
  • Fixed some semantic tokens for the accent subthemes on AZ and LW brands. !1610

πŸš€ New Feature​

chameleon-react​

  • Added support for TypeScript in chameleon-react! Major kudos @wannes.debacker! πŸ’« !1571
  • Deprecated the focussed prop in favor of the properly spelled focused in <AccordionItem />. !1596

🏠 Internal​