Skip to content

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

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

This MR contains the following updates:

Package Type Update Change
cozy-ui dependencies major 68.9.1 -> 69.4.0

Release Notes

cozy/cozy-ui

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