-
Notifications
You must be signed in to change notification settings - Fork 97
feat(chrome): adds sub-component mapping #1736
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
Conversation
docs/migration.md
Outdated
|
|
||
| - Removed `PRODUCT` type export. Use `IHeaderItemProps['product']` instead. | ||
| - Some subcomponent exports have been deprecated and will be removed in a future major version. | ||
| Update to subcomponent properties. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wondering if we should document the specific mapping here, since it's a bit more nebulous with the number of components in the package.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I'd recommend copying the mapping from your PR description to a bulleted sublist here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
collapsibleSubNavItemstory should appear asSubNav.CollapsibleItem- the
ICollapsibleSubNavItemPropstype should be renamed (breaking change) toISubNavCollapsibleItemPropsfor consistency - Something appears to be wrong with the deployment: https://65e794c2314708716dd557ee--zendeskgarden-react-components.netlify.app/?path=/docs/packages-chrome-chrome--docs
docs/migration.md
Outdated
|
|
||
| - Removed `PRODUCT` type export. Use `IHeaderItemProps['product']` instead. | ||
| - Some subcomponent exports have been deprecated and will be removed in a future major version. | ||
| Update to subcomponent properties. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I'd recommend copying the mapping from your PR description to a bulleted sublist here.
Description
react-chromeFooterItem->Footer.ItemHeaderItem->Header.ItemHeaderItemIcon->Header.ItemIconHeaderItemText->Header.ItemTextHeaderItemWrapper->Header.ItemWrapperNavItem->Nav.ItemNavItemIcon->Nav.ItemIconNavItemText->Nav.ItemTextCollapsibleSubNavItem->SubNav.CollapsibleItemSubNavItem->SubNav.ItemSubNavItemText->SubNav.ItemTextChecklist
👌 design updates will be Garden Designer approved (add the designer as a reviewer)npm start)⬅️ renders as expected with reversed (RTL) direction🤘 renders as expected with Bedrock CSS (?bedrock)💂♂️ includes new unit tests. Maintain existing coverage (always >= 96%)♿ tested for WCAG 2.1 AA accessibility compliance📝 tested in Chrome, Firefox, Safari, and Edge