Skip to content

Commit

Permalink
fix(migration): add leadspace-block docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ariellalgilmore committed Oct 11, 2023
1 parent 9fae280 commit c878ce8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/dotcom-v2-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ For Carbon v11 migration guidance, see their
| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| back-to-top | No API changes. |
| background-media | No API changes. |
| button | This component is deprecated in v2 in favor for Carbon's core Button |
| button | This component is deprecated in v2 in favor for `button-expressive` |
| button-group | No API changes. |
| callout-with-media | View changes [here](#callout-with-media) |
| callout-quote | View changes [here](#callout-quote) |
Expand Down Expand Up @@ -50,6 +50,7 @@ For Carbon v11 migration guidance, see their
| image | View changes [here](#image) |
| image-with-caption | This component is deprecated in v1 and has been removed in v2 in favor of the image component |
| leadspace | View changes [here](#leadspace) |
| leadspace-block | View changes [here](#leadspace-block) |
| leadspace-with-search | View changes [here](#leadspace-with-search) |
| link-list-section | This component is deprecated in v2 in favor for content-section/block & link-list end of section variant components |
| logo-grid | This component is deprecated in v2 in favor for content-section/block & image-group components |
Expand Down Expand Up @@ -116,6 +117,11 @@ information.

- New `highlight` and `type-style` attributes for `leadspace-heading`

### Leadspace

- Deprecated `leadspace-block-heading` in favor for `leadspace-heading`
- Removed `leadspace-block-cta` in favor for `button`

### Leadspace with Search

- `<dds-leadspace-with-search-heading>` has been replaced with `<dds-leadspace-heading>`
Expand Down

0 comments on commit c878ce8

Please sign in to comment.