Skip to content

fix(deps): update dependency cozy-ui to v73 - autoclosed

Renovate-Bot requested to merge renovate/cozy-ui-73.x into dev

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

Compare Source

Bug Fixes
  • Add openapp icon to Available UI Icons section (4ee16ee)

v73.2.2

Compare Source

Bug Fixes

v73.2.1

Compare Source

Bug Fixes
  • Don't rely on cozy-doctypes (784e9c7)

v73.2.0

Compare Source

Features
  • Add genNavLinkForV6() in Nav component (b5df157)

v73.1.0

Compare Source

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

Compare Source

Bug Fixes
  • Remove useless exports already processed (1c7d283)

v73.0.0

Compare Source

Features
BREAKING CHANGES
  • You need to update cozy-client to >33.0.0.

v72.1.0

Compare Source

Features
  • Let the user able to select content (7efff3d)

v72.0.0

Compare Source

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

Compare Source

Features
  • Exports all MUI styles functions (8e9228c)
BREAKING CHANGES
  • Imports of makeStyles, useTheme and withStyles are no longer done like this import ... from cozy-ui/transpiled/react/helpers/[makeStyles|useTheme|withStyles] but instead import { ... } 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

Compare Source

Bug Fixes
  • LoadMore component effect (b196201)
Features

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

Compare Source

Bug Fixes
  • Permissions: Display correct Icon names in readme (3e38d4c)

v70.6.1

Compare Source

Bug Fixes
  • To refresh the BottomSheet when the height of the content changes (d5d66bf)

v70.6.0

Compare Source

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

Compare Source

Bug Fixes
  • Add missing document date label in the viewer (ace3449)

v70.5.0

Compare Source

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
  • Improve double dialog onUnmount (996be83)
  • Temporary fix ESLint version (2d7a8c2)

v70.4.2

Compare Source

Bug Fixes
  • Apply top/bottom spacing on dialog fullscreen (1a3aebb)

v70.4.1

Compare Source

Bug Fixes
  • Improve double dialog onUnmount (996be83)
  • Temporary fix ESLint version (2d7a8c2)

v70.4.0

Compare Source

Features
  • ButtomSheet: Add skipAnimation prop (36651ed)
  • ButtomSheet: Upgrade mui-bottom-sheet to 1.0.8 (876c751)

v70.3.0

Compare Source

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

Compare Source

Bug Fixes
  • BottomSheet: Backdrop click behavior (7fdb297)

v70.2.3

Compare Source

Bug Fixes
  • BottomSheet: Remove bouncerSafer when clicking in backdrop (93233dd)
  • CozyDialogs: Close and Back button z-index (a943399)

v70.2.2

Compare Source

Bug Fixes
  • Shortcut with IconContent (a83c320)

v70.2.1

Compare Source

Bug Fixes
  • Improve double dialog onUnmount (bd1d4ea)

v70.2.0

Compare Source

Features
  • Add withStyles and useTheme helpers from MUI (578db69)

v70.1.0

Compare Source

Features
  • BottomSheet: Add backdrop and onClose props (097e4e4)

v70.0.0

Compare Source

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

Compare Source

Bug Fixes
  • Icon: Remove fill on Tag icon (f678665)

v69.4.0

Compare Source

Features
  • Input: Ref must be passed by forwardRef (da7c553)

v69.3.0

Compare Source

Bug Fixes
  • Chips: Using classname doesn't break style anymore (3272df1)
Features
  • Chips: Add ref forwarding (8d7513e)

v69.2.0

Compare Source

Features
  • BottomDrawer: Add possibility to use it with long content (59296f0)
  • Overlay: Add ref propagation (6a0b3f0)

v69.1.0

Compare Source

Features

v69.0.0

Compare Source

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 on Typography 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

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by Renovate-Bot

Merge request reports