Skip to content

Releases: cozy/cozy-ui

v138.6.0

14 Apr 13:43

Choose a tag to compare

138.6.0 (2026-04-14)

Features

  • Chip: Adjust ghost style (02758c2)

v138.5.0

10 Apr 14:12

Choose a tag to compare

138.5.0 (2026-04-10)

Features

  • Change the CloudSync icon (a4ad3a0)

v138.4.0

09 Apr 14:42

Choose a tag to compare

138.4.0 (2026-04-09)

Features

v138.3.0

08 Apr 07:27

Choose a tag to compare

138.3.0 (2026-04-08)

Features

  • Update design of the sidebar (b7eee65)
  • Update NavDesktopDropdown style (b4c5f53)

v138.2.0

01 Apr 07:04

Choose a tag to compare

138.2.0 (2026-04-01)

Features

  • Add new ShareExternal icon component (f9c8604)

v138.1.2

25 Mar 15:50

Choose a tag to compare

138.1.2 (2026-03-25)

Bug Fixes

  • Now use correct css to deal with dark theme (df4bb61)

v138.1.1

24 Mar 13:04

Choose a tag to compare

138.1.1 (2026-03-24)

Bug Fixes

  • AppTitle: Use direct Svg instead of Icon to avoid DOM error (02c0e14)

v138.1.0

24 Mar 08:40

Choose a tag to compare

138.1.0 (2026-03-24)

Features

  • Replace deprecated button in documentation (a474191)

v138.0.0

24 Mar 08:15

Choose a tag to compare

138.0.0 (2026-03-24)

Features

  • Add AddPropsToComp react helper (c570ca6)
  • Avatar: Add textColor prop to customize text color (d2f0fc6)
  • Avatar: Prop color accept custom colors (6ebe625)
  • Remove Banner component (ec80e70)
  • Remove BarButton (597b6f0)
  • Remove Card component and u-card classes (a3a1f99)
  • Remove chart.js and react-chartjs-2 packages (31eaa12)
  • Remove CircleButton component (47ffede)
  • Remove CircularChart component (4dd6c3c)
  • Remove Counter component (5b8373e)
  • Remove Figure and FigureBlock components (58b4822)
  • Remove GhostFileBadge component (9b2d0b3)
  • Remove Hero component (2ea6b82)
  • Remove IconStack component (05deb5b)
  • Remove InfosBadge (b619845)
  • Remove IntentWrapper component (3e920cc)
  • Remove Label component (d90f6ac)
  • Remove legacy Avatar and Circle comp, remove --circleSize css var (40dca3f)
  • Remove light inverted and dark inverted theme (79f403d)
  • Remove PageLayout, PageContent, PageFooter, MobilePageLayout (931b551)
  • Remove Panel component (b23f8e5)
  • Remove PasswordExample component (0883b92)
  • Remove PieChart component (f2cc825)
  • Remove Popup and PopupOpener components (2456a9b)
  • Remove Progress component (9990bda)
  • Remove SelectionBar component (69dcd5b)
  • Remove Textarea component (7fed852)
  • Remove Thumbnail component (c1a8304)
  • Remove Toggle component (52c3487)
  • Remove Wizard component (747d2ce)
  • Rename theme files to remove normal keyword (224ac68)
  • Replace deprecated components (76bb14e)
  • Stop exporting deprecated component (d5b1cd4)

BREAKING CHANGES

  • You no longer can select inverted variant for CozyTheme
  • If you imported deprecated components directly, you need to use deep import now. import { Button } from cozy-ui goes import Button from 'cozy-ui/transpiled/react/deprecated/Button/'
  • IntentWrapper has been removed with no replacement
  • SelectionBar has been removed. Use ActionsBar instead
  • Textarea has been removed. Use TextField multiline instead
  • Thumbnail has been removed with no replacement. Use Div instead (see commit and doc)
  • Toggle has been removed, use Switch instead
  • Wizard has been removed with no replacement
  • Progress has been removed. Import CircularProgress or LinearProgress comp as usual instead import LinearProgress from 'cozy-ui/transpiled/react/LinearProgress'
  • Popup and PopupOpener have been removed with no replacement
  • PieChart has been removed with no replacement
  • PasswordExample has been removed with no replacement
  • Panel has been removed with no replacement
  • PageLayout, PageContent, PageFooter, MobilePageLayout have been removed with no replacement
  • Label has been removed with no replacement
  • InfosBadge has been removed. Use Badge instead (see commit or doc)
  • IconStack has been removed with no replacement
  • Hero has been removed with no replacement
  • GhostFileBadge has been removed. Use Badge instead (see commit or doc)
  • Figure and FigureBlock have been removed with no replacement
  • Counter has been removed with no replacement
  • CircularChart has been removed with no replacement
  • CircleButton has been removed with no replacement
  • Card and u-card have been removed. Use Box instead (see commit or doc for example)
  • BarButton has been removed. Use IconButton instead.
  • Banner has been removed. Use Alert instead (see component readme for example).

v137.0.1

20 Mar 08:56

Choose a tag to compare

137.0.1 (2026-03-20)

Bug Fixes

  • Adjust assistant color icon 🐛 (525911b)