fix(deps): update dependency cozy-ui to v83 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cozy-ui | dependencies | major | 81.5.0 -> 83.4.0 |
Release Notes
cozy/cozy-ui
v83.4.0
Features
- ContactsList: Adjust style after modification on ListItem (6049a7b)
- FilePicker: Adjust style after ListItem modifications (fa3b646)
- List: Update List, ListItem, ListItemText, ListSubheader, ListItemIcon (3e64e8e)
- NestedSelect: Adjust style after ListItem modifications (b951426)
v83.3.0
Features
- Add event listener on ref (5fcc981)
- Add ExtendableFab (511b5fc)
- Add useScroll hook to get scroll position from an element (fdf2a74)
v83.2.0
Features
- Add units on two attributes on ExpandedAttributes component (5410558)
83.1.1 (2023-04-21)
Bug Fixes
- SelectionBar: Adapt max actions to wide device (641f081)
v83.1.1
Bug Fixes
- SelectionBar: Adapt max actions to wide device (641f081)
v83.1.0
Features
- Add success/fail animations to SquareAppIcon (abbb4ed)
v83.0.0
Features
- Update react-pdf from 4.0.5 to 5.7.2 (fe9608e)
- Viewer: Navigate between pdf pages with keyboard (d05f712)
BREAKING CHANGES
- This update requires the two changes above in your application if you use the
Viewer
to display PDF. You can find more detail inViewer
documentation : https://docs.cozy.io/cozy-ui/react/#!/Viewer
Before :
- react-pdf alias :
react-pdf/dist/entry.webpack.js
- public import for pdf worker :
react-pdf/dist/pdf.worker.entry.js
After :
- react-pdf alias :
react-pdf/dist/esm/entry.webpack
- public import for pdf worker :
react-pdf/dist/esm/pdf.worker.entry
v82.14.0
Features
- TextField: Update style and documentation (8ff4ae0)
v82.13.0
Bug Fixes
- SelectionBar: Limit the number of actions displayed (bdfd9dd)
Features
- SelectionBar: Remove separator between count and actions (2930d3d)
v82.12.0
Features
- Update Fab component (cd4f0a6)
v82.11.0
Features
- ExpandedAttributes: Add some translated attributes as expanded (866bb00)
v82.10.0
Features
- Updated English translation for premium title in paywall (578836e)
v82.9.0
Bug Fixes
- helpers: GetRandomUUID was called even if undefined (749f79b)
- ListItemContact: DisplayName wasn't compliant with old contact app (1cd6ffb)
- ListItemContact: UseActions wasn't executed correctly in prod env (8c06496)
- Viewer: Typo for contractType (382bf2e)
Features
- ExpandedAttributes: Add localized contact address support (52fffe3)
- ExpandedAttributes: Add support for residence_permit... (90c3af0)
- ExpandedAttributes: Remove driver license obtention date support (3b7db1b)
- Viewer: Add locales for residence permit (f410942)
v82.8.0
Features
- Use helper for get random UUID (e659a9b)
v82.7.0
Features
82.6.1 (2023-03-31)
Bug Fixes
- Detect flagship app on paywall (593e135)
v82.6.1
Bug Fixes
- Detect flagship app on paywall (593e135)
v82.6.0
Bug Fixes
- Improve accessibility colors (ce9e6f6)
Features
- Improve CircleButton accessibility (7da40e0)
- Improve ContactListModal components accessibility (4806067)
82.5.1 (2023-03-30)
Bug Fixes
- ExpandedAttributes: Translated label was forgotten for flexsearch (46491bc)
v82.5.1
Bug Fixes
- ExpandedAttributes: Translated label was forgotten for flexsearch (46491bc)
v82.5.0
Features
- Update OnlyOffice paywall premium title (1c62ee6)
v82.4.0
Features
- Change OnlyOffice paywall action for mobile app (c3b3406)
- ExpandedAttributes: Change flexsearchProps translated keys (4b8c4ee)
- Update OnlyOffice paywall wording (58af6d8)
v82.3.0
Bug Fixes
- ExpandedAttributes: Secondary font wasn't correct (a9800df)
-
Filename: Props
filename
was required (910ff05)
Features
- ExpandedAttributes: Add some locales (6fbcfe4)
- ExpandedAttributes: Change supported attributes and modify logic (238e359)
v82.2.0
Features
- Export Breadcrumbs from MUI (3bf0588)
82.1.2 (2023-03-24)
Bug Fixes
- Missing Viewer translation keys (0f79e7e)
82.1.1 (2023-03-23)
Bug Fixes
- remove margin on sqAppIcon spinner (6d74024)
v82.1.2
Bug Fixes
- Missing Viewer translation keys (0f79e7e)
v82.1.1
Bug Fixes
- remove margin on sqAppIcon spinner (6d74024)
v82.1.0
Bug Fixes
- ActionMenuItemWrapper: Icon prop was required (now optional) (58b98a6)
- ActionMenuWithClose: Props wasn't propagated to ActionMenu (0007d81)
- ListItem: ExpandedAttributes wasn't using correct local (97c704a)
Features
- ActionMenu: Add some export to have better DX (fda803a)
v82.0.0
Features
- Move ActionsMenu from ListItemBase into ActionMenu folder (02a91b9)
BREAKING CHANGES
-
react/MuiCozyTheme/ListItem/ListItemBase/ActionsMenu
has been removed. You need to change some imports :
-
cozy-ui/transpiled/react/MuiCozyTheme/ListItem/ListItemBase/ActionsMenu/ActionMenuItemWrapper
tocozy-ui/transpiled/react/ActionMenu/ActionMenuItemWrapper
-
cozy-ui/transpiled/react/MuiCozyTheme/ListItem/ListItemBase/ActionsMenu/ActionMenuWithClose
tocozy-ui/transpiled/react/ActionMenu/ActionMenuWithClose
-
cozy-ui/transpiled/react/MuiCozyTheme/ListItem/ListItemBase/ActionsMenu/ActionsItems
tocozy-ui/transpiled/react/ActionMenu/Actions/ActionsItems
-
cozy-ui/transpiled/react/MuiCozyTheme/ListItem/ListItemBase/ActionsMenu/helpers
tocozy-ui/transpiled/react/ActionMenu/Actions/helpers
-
cozy-ui/transpiled/react/MuiCozyTheme/ListItem/ListItemBase/ActionsMenu/Actions/*
tocozy-ui/transpiled/react/ActionMenu/Actions/*
v81.9.0
Bug Fixes
- ListItemBase: Clicking on actions wasn't toggling the menu (3fbfa31)
Features
- Add ActionMenuItemWrapper for actions menus item (068f247)
- ListItemContact: Add action menu header (633ecf8)
- ListItemContact: Add default actions (9164e87)
v81.8.0
Features
- Fake commit to trigger CI deployment (ea46474)
v81.7.0
Features
- Fake commit to trigger CI deployment (149531b)
- ListItem: Add ExpandedAttributes comp (93c0471)
- ListItem: Add ListItemBase and its logic (fd094e0)
- ListItem: Add ListItemContact based on ListItemBase (8138158)
- ListItem: Add ListItemDoc (6972163)
- ListItem: Add ListItemFile based on ListItemBase (8ae5ce7)
- ListItem: Add locales and hoc to use them (d83876f)
- Some minors fixes after review (31f4e55)
81.6.1 (2023-03-21)
Bug Fixes
- QualificationListItemInformation component (2698d9f)
v81.6.1
Bug Fixes
- QualificationListItemInformation component (2698d9f)
v81.6.0
Features
- Add a flag around the attribute migration feature... (93790ce)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by Renovate-Bot