Skip to content

Releases: cozy/cozy-ui

v113.5.0

27 Nov 08:52
Compare
Choose a tag to compare

113.5.0 (2024-11-27)

Features

  • Icons: Add CloudPlusOutlined icon (e66cb72)

v113.4.0

25 Nov 14:23
Compare
Choose a tag to compare

113.4.0 (2024-11-25)

Features

v113.3.0

18 Nov 08:30
Compare
Choose a tag to compare

113.3.0 (2024-11-18)

Features

  • SquareAppIcon: Hide shortcut badges for a more app like feel (49d8438)

v113.2.0

14 Nov 14:33
Compare
Choose a tag to compare

113.2.0 (2024-11-14)

Features

v113.1.0

07 Nov 17:33
Compare
Choose a tag to compare

113.1.0 (2024-11-07)

Bug Fixes

  • ShortcutTile: Use relative import (df81357)

Features

v113.0.0

06 Nov 08:29
Compare
Choose a tag to compare

113.0.0 (2024-11-06)

Features

  • Remove cozy-harvest-lib (df104df)

BREAKING CHANGES

  • you do not need anymore cozy-harvest-lib. Please check if you added it in your app only for cozy-ui.

v112.3.0

31 Oct 11:04
Compare
Choose a tag to compare

112.3.0 (2024-10-31)

Features

  • Remove unused react-pdf dep (ae84e89)

v112.2.0

30 Oct 16:24
Compare
Choose a tag to compare

112.2.0 (2024-10-30)

Features

  • Remove useless cozy-sharing from peer deps (5ac6a96)

v112.1.0

30 Oct 10:30
Compare
Choose a tag to compare

112.1.0 (2024-10-30)

Features

  • Upgrade Bundlemon to 3.1.0 (e8da4a0)

v112.0.0

24 Oct 13:05
Compare
Choose a tag to compare

112.0.0 (2024-10-24)

Features

  • hooks: Add useClientErrors from cozy-client (deb505e)
  • providers: Add Encrypted from cozy-viewer (612cff6)
  • Remove Viewer (7d2b7ef)

BREAKING CHANGES

If you want to use the Viewer, you must import components from cozy-viewer. You need to :

  • Add the new package yarn add cozy-viewer
  • Make sure your app complice with all the peer dependencies
  • Add the new stylesheet import 'cozy-viewer/dist/stylesheet.css'
  • Replace the import from import Viewer from 'cozy-ui/transpiled/react/Viewer' to import Viewer from 'cozy-viewer'
  • Replace the deep import from import Something from 'cozy-ui/transpiled/react/Viewer/...' to import { Something } from 'cozy-viewer'

Note : If the component is not exposed at the root, use a PR to make it so rather than passing through /dist