fix(deps): update dependency cozy-ui to v113
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cozy-ui | dependencies | major | ^111.9.0 -> ^113.0.0 |
Release Notes
cozy/cozy-ui
v113.7.1
Bug Fixes
- Theme: Shadow 25 wasn't in Mui theme (cc5486e)
v113.7.0
Features
- Actions: Add copyToClipboard and editAttribute (a7e91a6)
v113.6.0
Features
- Icon: Add Text (fc7ddcb)
v113.5.0
Features
- Icons: Add CloudPlusOutlined icon (e66cb72)
v113.4.0
Features
v113.3.0
Features
- SquareAppIcon: Hide shortcut badges for a more app like feel (49d8438)
v113.2.0
Features
- Add server icon (88b8161)
v113.1.0
Bug Fixes
- ShortcutTile: Use relative import (df81357)
Features
- Typography: Add types (94c9ae6)
v113.0.0
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
Features
- Remove unused react-pdf dep (ae84e89)
v112.2.0
Features
- Remove useless cozy-sharing from peer deps (5ac6a96)
v112.1.0
Features
- Upgrade Bundlemon to 3.1.0 (e8da4a0)
v112.0.0
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 replaceimport Something from 'cozy-ui/transpiled/react/Viewer/...'
byimport Something from 'cozy-viewer/...'
v111.21.0
Features
- ListItemSkeleton: Add gutters property to mock ListItem behavior (01ce10a)
v111.20.0
Features
- Add tab icon (4431b22)
v111.19.0
Bug Fixes
- SearchBar: Ref wasn't spread correctly (15fc5fe)
Features
-
SearchBar: Add
onClear
anddisabledFocus
props (6c8cabf)
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.1
Bug Fixes
- Dialog: Classnames wasn't merged if set (8a9453c)
- FixedDialog: Bottom divider wasn't fullwidth when small size dialog (ecceb97)
v111.18.0
Features
- Dialogs: Spread dialogActions classname to allow override (fc2c414)
v111.17.0
Features
-
CSS: Add
important
prop on border and overflow class utilities (eed43c7) - SearchBar: Spread components.inputBase.className to InputBase (b5dd59c)
v111.16.0
Features
-
Icon: Add
img
tag and.png
file support (c1eeb5d)
111.15.2 (2024-10-09)
Bug Fixes
- BottomSheet: Add safe area and flagship app height to compute toolbar height (f452eca)
111.15.1 (2024-10-09)
Bug Fixes
- Show additional apps only when there ones (64c6c5e)
v111.15.2
Bug Fixes
- BottomSheet: Add safe area and flagship app height to compute toolbar height (f452eca)
v111.15.1
Bug Fixes
- Show additional apps only when there ones (64c6c5e)
v111.15.0
Features
-
Icon: Add
stop
(f975a5d)
v111.14.0
Features
-
BottomSheet: Add
hasMinHeightOffset
prop (0e1af92) -
CozyDialogs: Add
full
size (d141068) - CozyDialogs: We can now propagates props to inner components (01d9d48)
-
SearchBar: Add
auto
size and possibility to control it in the app (038555f) - SearchBar: Add multiple props to improve component management (13f8450)
v111.13.0
Bug Fixes
- AppTile: Display the name of the developer instead custom property (ff428f8)
- AppTile: Show favorite label also desktop (6477abe)
- I18n: Allow multiple locales extensions in apps by isolating state (2bf2645)
Features
- AppSections: Rename shortcuts section to additional apps (3b53853)
v111.12.0
Features
- Remove
ui.darkmode.enabled
flag condition (67e67cd)
v111.11.0
Features
- Expose
fileToArrayBuffer
from ActionsMenu actions helpers (72b6e21)
v111.10.0
Features
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by Renovate-Bot