You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You no longer can select inverted variant for CozyTheme
If you imported deprecated components directly, you need to use deep import now. import { Button } from cozy-ui goes import Button from 'cozy-ui/transpiled/react/deprecated/Button/'
IntentWrapper has been removed with no replacement
SelectionBar has been removed. Use ActionsBar instead
Textarea has been removed. Use TextField multiline instead
Thumbnail has been removed with no replacement. Use Div instead (see commit and doc)
Toggle has been removed, use Switch instead
Wizard has been removed with no replacement
Progress has been removed. Import CircularProgress or LinearProgress comp as usual instead import LinearProgress from 'cozy-ui/transpiled/react/LinearProgress'
Popup and PopupOpener have been removed with no replacement
PieChart has been removed with no replacement
PasswordExample has been removed with no replacement
Panel has been removed with no replacement
PageLayout, PageContent, PageFooter, MobilePageLayout have been removed with no replacement
Label has been removed with no replacement
InfosBadge has been removed. Use Badge instead (see commit or doc)
IconStack has been removed with no replacement
Hero has been removed with no replacement
GhostFileBadge has been removed. Use Badge instead (see commit or doc)
Figure and FigureBlock have been removed with no replacement
Counter has been removed with no replacement
CircularChart has been removed with no replacement
CircleButton has been removed with no replacement
Card and u-card have been removed. Use Box instead (see commit or doc for example)
BarButton has been removed. Use IconButton instead.
Banner has been removed. Use Alert instead (see component readme for example).