Skip to content

Releases: cozy/cozy-ui

v121.0.0

13 Mar 08:18
Compare
Choose a tag to compare

121.0.0 (2025-03-13)

Features

  • Revert "feat: Set pdf-lib as a peerDep" (dd73546)

BREAKING CHANGES

  • Remove pdf-lib as a dep in your app if you added it in cozy-ui v120.0.0

v120.0.0

13 Mar 06:43
Compare
Choose a tag to compare

120.0.0 (2025-03-13)

Features

  • Set pdf-lib as a peerDep (15604af)

BREAKING CHANGES

  • If you use print action, please add pdf-lib as a dep in your app because it is now a peerDep in cozy-ui. yarn add [email protected] removed with v121.0.0 of cozy-ui

v119.2.0

12 Mar 15:18
Compare
Choose a tag to compare

119.2.0 (2025-03-12)

Features

  • Switch: Adjust style component (4e89011)

v119.1.0

12 Mar 11:08
Compare
Choose a tag to compare

119.1.0 (2025-03-12)

Features

  • Adjust cloud, company and from-user icons (32dd9a2)

v119.0.3

11 Mar 11:15
Compare
Choose a tag to compare

119.0.3 (2025-03-11)

Bug Fixes

  • Now rely on method instead of local storage to get theme name (74118ec)

v119.0.2

11 Mar 09:47
Compare
Choose a tag to compare

119.0.2 (2025-03-11)

Bug Fixes

v119.0.1

11 Mar 08:10
Compare
Choose a tag to compare

119.0.1 (2025-03-11)

Bug Fixes

  • Spinner: Missed role and aria-busy props (f7f0894)

v119.0.0

10 Mar 14:31
Compare
Choose a tag to compare

119.0.0 (2025-03-10)

Features

  • Add Avatar and AvatarGroup (2d40db1)
  • Add cozy-flags as peerDep (7c1ea57)
  • Add helpers to use Twake theme (6701dcd)
  • Add logic to use a other theme than cozy's (fcc9647)
  • Add new twake icons and SVGR components (911c503)
  • Add ToggleButton and ToggleButtonGroup (e98f54a)
  • Add Twake app icons (133d58c)
  • Add Twake illustration icons (168bd4f)
  • Add Twake permissions icons (3258cef)
  • Adjust ActionsBar (bb2aff3)
  • Adjust SearchBar (43f728e)
  • Adjust twake ghost button (49b1af7)
  • Adjust Twake theme (0179de7)
  • IconButton: Add xlarge value for size prop (9d4e440)
  • Modify Checkbox (ade8443)
  • Modify Circle and LegacyAvatar (15cb6a2)
  • Modify Sidebar and Nav (5f3a2ba)
  • Move Avatar to legacy folder (d671f14)

BREAKING CHANGES

  • You must now import Avatar and nameToColor from cozy-ui/transpiled/react/legacy/Avatar instead of cozy-ui/transpiled/react/Avatar
  • You must have cozy-flags >= 2.10.1

v118.0.0

07 Mar 07:56
Compare
Choose a tag to compare

118.0.0 (2025-03-07)

Features

  • Migrate date formatting to es module (9d4ab11)
  • Migrate to es module (b677678)
  • Remove tracking API (a2dade9)

BREAKING CHANGES

  • cozy-ui/transpiled/react/helpers/tracker endpoint has been removed. It was unused since we removed Piwik. You can safely delete the code.

v117.3.0

20 Feb 14:01
Compare
Choose a tag to compare

117.3.0 (2025-02-20)

Features

  • Add FileTypeServer illustration (740ddb7)