fix(deps): update dependency cozy-ui to v73 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cozy-ui | dependencies | major | 68.9.1 -> 73.2.3 |
Release Notes
cozy/cozy-ui
v73.2.3
Bug Fixes
- Add openapp icon to Available UI Icons section (4ee16ee)
v73.2.2
Bug Fixes
- bump semantic-release and @semantic-release/changelog (00b75b8)
v73.2.1
Bug Fixes
- Don't rely on cozy-doctypes (784e9c7)
v73.2.0
Features
- Add genNavLinkForV6() in Nav component (b5df157)
v73.1.0
Bug Fixes
- Typography: Modify subtitle1 and subtitle2 properties (39f4ba4)
Features
- palette: Add background.contrast value and --contrastBackgroundColor (a09c7fc)
- Tabs/Tab: Add react/Tabs and react/Tab component (123e3e1)
73.0.1 (2022-08-25)
Bug Fixes
- Remove useless exports already processed (1c7d283)
v73.0.1
Bug Fixes
- Remove useless exports already processed (1c7d283)
v73.0.0
Features
- Upgrade cozy-client to 33.0.0 (e449adc), closes cozy/cozy-client#1227
BREAKING CHANGES
- You need to update
cozy-client
to>33.0.0
.
v72.1.0
Features
- Let the user able to select content (7efff3d)
v72.0.0
Bug Fixes
- Do not display Viewer's Download button on iOS Flagship app (db2303d)
Code Refactoring
- Handle footer items' gap in
FooterContent
container (22776e2)
BREAKING CHANGES
- Items inside of
FooterActionButtons
should not have specified margins anymore as those are now handled by its container. Remove them to avoid duplicate margins
v71.0.0
Features
- Exports all MUI styles functions (8e9228c)
BREAKING CHANGES
- Imports of
makeStyles
,useTheme
andwithStyles
are no longer done like thisimport ... from cozy-ui/transpiled/react/helpers/[makeStyles|useTheme|withStyles]
but insteadimport { ... } from cozy-ui/transpiled/react/styles
You can use a codemods transform-mui-styles-imports.js
to automatically handle this breaking change.
See the codemods documentation.
Using linter js auto-correction can be a good idea after that.
Here a common example (don't forget to change src
value):
jscodeshift -t $(yarn global dir)/node_modules/@​cozy/codemods/src/transforms/transform-mui-styles-imports.js src --parser babel --extensions js,jsx && yarn lint:js --fix
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.