fix(deps): update dependency cozy-ui to v69 - autoclosed
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
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