Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Deprecates some component #2464

Merged
merged 1 commit into from
Jun 28, 2023
Merged

feat: Deprecates some component #2464

merged 1 commit into from
Jun 28, 2023

Commits on Jun 28, 2023

  1. feat: Deprecates some component

    BREAKING CHANGE: This is the list of deprecated component
    `ActionMenu`, `Alerter`, `BottomDrawer`, `Button`, `ButtonAction`, `Chip`, `CompositeRow`, `GridItem`, `Infos`, `InfosCarrousel`, `InlineCard`, `IntentModal`, `IntentOpener`, `Media`, `Menus`, `Modal`, `NarrowContent`, `Overlay`, `PercentageBar`, `PercentageLine`, `PushClientButton`, `QuotaAlert`, `Radio`, `RaisedList`, `ViewStack`
    
    These components are now in a `deprecated` subfolder. Use this codemods to migrate: 
    
    ```
    $ yarn global add @cozy/codemods
    $ jscodeshift -t $(yarn global dir)/node_modules/@cozy/codemods/src/transforms/transform-ui-deprecated-imports.js src --parser babel --ignore-pattern=src/targets/ --extensions js,jsx
    ```
    JF-Cozy committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    a7e6337 View commit details
    Browse the repository at this point in the history