-
Notifications
You must be signed in to change notification settings - Fork 221
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: Deprecated Table in Main #2344
feat: Deprecated Table in Main #2344
Conversation
f89fc30
to
0356305
Compare
1 flaky test on run #6190 ↗︎
Details:
cypress/integration/Autocomplete.spec.ts • 1 flaky testThis comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
We should add this to our comms in |
0356305
to
b59a8aa
Compare
@@ -13,6 +13,8 @@ any questions. | |||
- [useBanner](#useBanner) | |||
- [Deprecations](#deprecations) | |||
- [InputIconContainer](#input-icon-container) | |||
- [Table](#table) | |||
- [TableRow](#table-row) |
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.
You can probably just reference Table
here and down below mention that all exported members or components are being deprecated
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.
Updated. Could you re-check?
b59a8aa
to
ce7c78b
Compare
Summary
Deprecate
Table
in main.Resolves: #2249
Release Category
Components
For the Reviewer
Where Should the Reviewer Start?
modules/react/table/lib/Table.tsx
modules/react/table/lib/TableRow.tsx
modules/docs/mdx/10.0-UPGRADE_GUIDE.mdx
/.storybook/routes.js/
is already updated with route to Table in Preview https://github.com/Workday/canvas-kit/blob/prerelease/major/.storybook/routes.js#L15