Skip to content

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

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

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

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