fix(deps): update dependency cozy-ui to v70 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cozy-ui | dependencies | major | 68.9.1 -> 70.7.0 |
Release Notes
cozy/cozy-ui
v70.7.0
Bug Fixes
- LoadMore component effect (b196201)
Features
- add openapp icon (545883b)
70.6.2 (2022-08-16)
Bug Fixes
- Permissions: Display correct Icon names in readme (3e38d4c)
70.6.1 (2022-08-12)
Bug Fixes
- To refresh the BottomSheet when the height of the content changes (d5d66bf)
v70.6.2
Bug Fixes
- Permissions: Display correct Icon names in readme (3e38d4c)
v70.6.1
Bug Fixes
- To refresh the BottomSheet when the height of the content changes (d5d66bf)
v70.6.0
Bug Fixes
- Prevent
AppLinker
to call openApp when target link has same slug (3c87b96)
Features
- Add
@testing-library/user-event
to devDependencies (a5beaf0)
70.5.1 (2022-08-08)
Bug Fixes
- Add missing document date label in the viewer (ace3449)
v70.5.1
Bug Fixes
- Add missing document date label in the viewer (ace3449)
v70.5.0
Features
- Permissions: add permissions icons (d8ffdd3)
70.4.2 (2022-07-29)
Bug Fixes
- Apply top/bottom spacing on dialog fullscreen (1a3aebb)
70.4.1 (2022-07-28)
Bug Fixes
v70.4.2
Bug Fixes
- Apply top/bottom spacing on dialog fullscreen (1a3aebb)
v70.4.1
Bug Fixes
v70.4.0
Features
-
ButtomSheet: Add
skipAnimation
prop (36651ed) - ButtomSheet: Upgrade mui-bottom-sheet to 1.0.8 (876c751)
v70.3.0
Features
- Alert: Add new Alert and AlertTitle components (0e23359)
- MUI: Add material-ui/lab dep (8fb878b)
- Snackbar: Modify default behavior of Snackbar and add Alert expl (20b89e4)
70.2.4 (2022-07-26)
Bug Fixes
- BottomSheet: Backdrop click behavior (7fdb297)
70.2.3 (2022-07-26)
Bug Fixes
- BottomSheet: Remove bouncerSafer when clicking in backdrop (93233dd)
- CozyDialogs: Close and Back button z-index (a943399)
70.2.2 (2022-07-26)
Bug Fixes
- Shortcut with IconContent (a83c320)
70.2.1 (2022-07-25)
Bug Fixes
- Improve double dialog onUnmount (bd1d4ea)
v70.2.4
Bug Fixes
- BottomSheet: Backdrop click behavior (7fdb297)
v70.2.3
Bug Fixes
- BottomSheet: Remove bouncerSafer when clicking in backdrop (93233dd)
- CozyDialogs: Close and Back button z-index (a943399)
v70.2.2
Bug Fixes
- Shortcut with IconContent (a83c320)
v70.2.1
Bug Fixes
- Improve double dialog onUnmount (bd1d4ea)
v70.2.0
Features
- Add withStyles and useTheme helpers from MUI (578db69)
v70.1.0
Features
- BottomSheet: Add backdrop and onClose props (097e4e4)
v70.0.0
Features
BREAKING CHANGES
- deps: Material UI is not needed any more as a peer dependency of Cozy-UI.
For application that uses CozyUI only for Icon, it is possible to mock Material UI to {} in order not to increase the bundle size of the app (if there is no deep import in the codebase)
69.4.1 (2022-07-22)
Bug Fixes
- Icon: Remove fill on Tag icon (f678665)
v69.4.1
Bug Fixes
- Icon: Remove fill on Tag icon (f678665)
v69.4.0
Features
- Input: Ref must be passed by forwardRef (da7c553)
v69.3.0
Bug Fixes
- Chips: Using classname doesn't break style anymore (3272df1)
Features
- Chips: Add ref forwarding (8d7513e)
v69.2.0
Features
- BottomDrawer: Add possibility to use it with long content (59296f0)
- Overlay: Add ref propagation (6a0b3f0)
v69.1.0
Features
- Icon: Add new tag icon (514402f)
v69.0.0
Bug Fixes
- Typography: Removed forced color (1880d93)
BREAKING CHANGES
-
Typography: Old deprecated texts components are removed :
Text
,Title
,MainTitle
,SubTitle
,Bold
,Uppercase
,Caption
,ErrorMessage
,NewSubTitle
from/react/Text
. You now have to rely onTypography
component. You can use a codemod for that :
$ yarn global add @​cozy/codemods
$ jscodeshift -t $(yarn global dir)/node_modules/@​cozy/codemods/src/transforms/transform-typography.js src --parser babel --ignore-pattern=src/targets/ --extensions js,jsx
68.9.1 (2022-06-30)
Bug Fixes
- ListSubheader: Only 1rem of text indent on mobile (af38d1d)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by Renovate-Bot