Skip to content

Releases: cozy/cozy-ui

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

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)

v111.18.1

14 Oct 13:15
Compare
Choose a tag to compare

111.18.1 (2024-10-14)

Bug Fixes

  • Dialog: Classnames wasn't merged if set (8a9453c)
  • FixedDialog: Bottom divider wasn't fullwidth when small size dialog (ecceb97)

v111.18.0

14 Oct 10:15
Compare
Choose a tag to compare

111.18.0 (2024-10-14)

Features

  • Dialogs: Spread dialogActions classname to allow override (fc2c414)

v111.17.0

14 Oct 09:06
Compare
Choose a tag to compare

111.17.0 (2024-10-14)

Features

  • CSS: Add important prop on border and overflow class utilities (eed43c7)
  • SearchBar: Spread components.inputBase.className to InputBase (b5dd59c)

v111.16.0

10 Oct 14:06
Compare
Choose a tag to compare

111.16.0 (2024-10-10)

Features

  • Icon: Add img tag and .png file support (c1eeb5d)