Canvas Kit V6 Deprecations + Migrations #1289
alanbsmith
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Canvas Kit V6 Deprecations + Migrations
Deprecations
Overivew
Deprecation Types
There are two types of deprecations: soft and hard.
Soft Deprecation
A soft-deprecated component is still available with its full functionality, but it will have been renamed with a prefix to indicate its soft-deprecated status. It will also include a console warning to announce its deprecation. This warning will only be triggered on the component's initial render.
Soft-deprecated types and utilities will also be renamed but generally will not trigger a console warning.
Hard Deprecation
A hard-deprecated component or package is no longer available. You will need to follow the method prescribed in our migration guide to update your application. Please reach out to our team directly if you need additional help.
Cookie Banner | View Storybook
Imported from
@workday/canvas-kit-react/cookie-banner
or@workday/canvas-kit-react
CookieBanner
=>DeprecatedCookieBanner
CookieBannerProps
=>DeprecatedCookieBannerProps
Header and Global Header | View Storybook
Imported from
@workday/canvas-kit-labs-react/header
or@workday/canvas-kit-labs-react
DubLogoTitle
,GlobalHeader
,Header
, andWorkdayLogoTitle
will have console warningsDubLogoTitle
=>DeprecatedDubLogoTitle
GlobalHeader
=>DeprecatedGlobalHeader
Header
=>DeprecatedHeader
HeaderHeight
=>DeprecatedHeaderHeight
HeaderTheme
=>DeprecatedHeaderTheme
HeaderVariant
=>DeprecatedHeaderVariant
ThemeAttributes
=>DeprecatedHeaderThemeAttributes
Themes
=>DeprecatedHeaderThemes
WorkdayLogoTitle
=>DeprecatedWorkdayLogoTitle
themes
=>deprecatedHeaderThemes
Page Header | View Storybook
Imported from
@workday/canvas-kit-react/page-header
or@workday/canvas-kit-react
PageHeader
=>DeprecatedPageHeaderProps
PageHeaderProps
=>DeprecatedPageHeaderProps
Migrations
Overview
Search Bar | View Storybook
Imported from
@workday/canvas-kit-labs-react/header
or@workday/canvas-kit-labs-react
SearchBar
and related exports to a new labs package:search-form
:SearchBar
-
SearchBarProps
SearchBarState
SearchThemeAttributes
SearchThemes
SearchBar
and related exportsSearchForm
-
SearchFormProps
SearchFormState
Beta Was this translation helpful? Give feedback.
All reactions