Skip to content

client/3.0.0

Latest

Choose a tag to compare

@samuel-gomez-axa samuel-gomez-axa released this 27 Oct 15:55
· 22 commits to main since this release

What's Changed

  • In this version, the main change is the migration from SASS to CSS. (@samuel-gomez-axa)
    All tokens are now defined in CSS, which simplifies style management.
    This allows for better integration with modern tools and improves rendering performance.

However, we have kept the SASS token file for breakpoints to ensure compatibility with existing projects.
We recommend users gradually migrate to CSS tokens to benefit from the latest improvements.

  • A new component, ContentItemDuoAction, was developed by @pheatraing—thanks to her for her first contribution!
image

The DataAgent component now has two modes for mobile: a "classic" mode and a "compact" mode.
image

image
  • Migration of the FileUpload component by @pplancq—thanks to him for this contribution!
    The FileUpload component has been migrated to the new architecture, improving its performance and maintainability.
    ⚠️ This PR introduces breaking changes to several components.
image image

Some fixes on:

  • CardCheckbox and CardRadio borders
  • use of the base font for the dropdown and CardRadio
  • style correction on the progressBar
  • multiline support for the ItemLabel description

PRs

New Contributors

Full Changelog: slash/2.0.3...client/3.0.0