Skip to content

Commit

Permalink
fix(dotcom-v2): migration
Browse files Browse the repository at this point in the history
  • Loading branch information
ariellalgilmore committed Oct 26, 2023
1 parent 3daade4 commit a37d523
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/dotcom-v2-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ For Carbon v11 migration guidance, see their
| content-group-cards | This component is deprecated in v2 in favor for content-section/block & card-group components |
| content-group-pictograms | This component is deprecated in v2 in favor for content-section/block content-item (pictogram variant) components |
| content-group-simple | This component is deprecated in v2 in favor for content-group, image, & content-item components |
| content-item | View changes [here](#content-item) |
| content-item-horizontal | View changes [here](#content-item-horizontal) |
| cta | View changes [here](#cta) |
| cta-block | This component is deprecated in v2 in favor for content-section/block & content-item components |
Expand Down Expand Up @@ -91,6 +92,12 @@ For Carbon v11 migration guidance, see their
- `content-group-banner` renamed to `in-page-banner`
- New `color-scheme` property with options: `REGULAR = 'regular'`, `LAYER = 'layer'`, `CYAN = 'cyan'`, `PURPLE = 'purple'`

### Content item

- `content-item` new property `horizontal`
- `content-item` now renders different variations for `statistics`, `pictogram`, `media`, & `logo`


### Content item horizontal

- `content-item-horizontal` renamed to `content-item-row`
Expand Down

0 comments on commit a37d523

Please sign in to comment.