Skip to content

Releases: cozy/cozy-ui

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. So replace import Something from 'cozy-ui/transpiled/react/Viewer/...' by import Something from 'cozy-viewer/...'

v111.21.0

21 Oct 13:07
Compare
Choose a tag to compare

111.21.0 (2024-10-21)

Features

  • ListItemSkeleton: Add gutters property to mock ListItem behavior (01ce10a)

v111.20.0

17 Oct 12:48
Compare
Choose a tag to compare

111.20.0 (2024-10-17)

Features

v111.19.0

16 Oct 14:42
Compare
Choose a tag to compare

111.19.0 (2024-10-16)

Bug Fixes

  • SearchBar: Ref wasn't spread correctly (15fc5fe)

Features

  • SearchBar: Add onClear and disabledFocus props (6c8cabf)