-
Notifications
You must be signed in to change notification settings - Fork 0
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: Merge prerelease into master #14
Commits on May 30, 2023
-
feat: Set initial v10 codemod (Workday#2239)
Resolves: Workday#2238 I've added initial settings for v10 codemod, example codemod has been created to prevent typescript failure in index. [category:Codemods]
Configuration menu - View commit details
-
Copy full SHA for 985ae6a - Browse repository at this point
Copy the full SHA 985ae6aView commit details -
chore: Adding v10 upgrade guide (Workday#2237)
Adding the v10 upgrade guide [category:Documentation]
Configuration menu - View commit details
-
Copy full SHA for 53027e4 - Browse repository at this point
Copy the full SHA 53027e4View commit details
Commits on Jun 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 83a1440 - Browse repository at this point
Copy the full SHA 83a1440View commit details
Commits on Jun 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7202c69 - Browse repository at this point
Copy the full SHA 7202c69View commit details
Commits on Jun 7, 2023
-
feat!: Update space and depth tokens to rem (Workday#2229)
Updating `depth` and `space` tokens to use `rem` rather than `px`. This includes updating components as well since values have been updated to reflect `rem` and not `px` (i.e. `spaceNumbers.s` = `16` and now is `spaceNumbers.s` = `1`. This reflects the new `rem` value.) Fixes: Workday#1227 [category:Components] Release Note: Updated `depth` and `space` token values to use `rem` instead of `px`. ### BREAKING CHANGES There is the possibility of breaking changes if users are changing the default browser font size from `16px` to another value. You can convert a `px` value to a `rem` value by dividing your `px` value by `16`(if your default browser font size hasn't been updated, the value will be `16`). For example: | Equation | rem Value | | ----------- | --------- | | `16px/16px` | `1rem` | | `32px/16px` | `2rem` | | `8px/16px` | `0.5rem` | Co-authored-by: @alanbsmith <[email protected]> Co-authored-by: @bstanton678 <[email protected]> Co-authored-by: @mannycarrera4 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7fc0c57 - Browse repository at this point
Copy the full SHA 7fc0c57View commit details -
Configuration menu - View commit details
-
Copy full SHA for aec7d64 - Browse repository at this point
Copy the full SHA aec7d64View commit details
Commits on Jun 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b06a0d5 - Browse repository at this point
Copy the full SHA b06a0d5View commit details
Commits on Jun 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 18304e0 - Browse repository at this point
Copy the full SHA 18304e0View commit details
Commits on Jun 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4573a44 - Browse repository at this point
Copy the full SHA 4573a44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 356ee5e - Browse repository at this point
Copy the full SHA 356ee5eView commit details
Commits on Jun 16, 2023
-
feat!: Remove Menu Preview (Workday#2247)
Removal of the `DeprecatedMenu` and `DeprecatedMenuItem` component in Preview. Fixes: Workday#1993 A compound component version is already in Main. [category:Components] Release Note: This will not involve a codemod since the API has too many differences between the component being removed in Preview and the component in Main. ### BREAKING CHANGES To move from the Menu component in Preview to the Menu compound component in Main, please read [this discussion](Workday#2063). Also, see [this](https://codesandbox.io/s/deprecatedmenu-and-menu-migration-gwi1ov) codesandbox that shows the differences between DeprecatedMenu and the Menu compound component.
Configuration menu - View commit details
-
Copy full SHA for 7da0817 - Browse repository at this point
Copy the full SHA 7da0817View commit details -
Configuration menu - View commit details
-
Copy full SHA for a26561e - Browse repository at this point
Copy the full SHA a26561eView commit details
Commits on Jun 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 75816f9 - Browse repository at this point
Copy the full SHA 75816f9View commit details
Commits on Jun 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6e5c322 - Browse repository at this point
Copy the full SHA 6e5c322View commit details
Commits on Jun 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4ec538c - Browse repository at this point
Copy the full SHA 4ec538cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7555f64 - Browse repository at this point
Copy the full SHA 7555f64View commit details
Commits on Jun 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f3487a7 - Browse repository at this point
Copy the full SHA f3487a7View commit details
Commits on Jun 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4506f90 - Browse repository at this point
Copy the full SHA 4506f90View commit details
Commits on Jul 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 93f3772 - Browse repository at this point
Copy the full SHA 93f3772View commit details
Commits on Jul 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 30d68d5 - Browse repository at this point
Copy the full SHA 30d68d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a465584 - Browse repository at this point
Copy the full SHA a465584View commit details
Commits on Jul 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 41a9665 - Browse repository at this point
Copy the full SHA 41a9665View commit details
Commits on Jul 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 596994f - Browse repository at this point
Copy the full SHA 596994fView commit details
Commits on Jul 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 373c850 - Browse repository at this point
Copy the full SHA 373c850View commit details
Commits on Jul 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5080d15 - Browse repository at this point
Copy the full SHA 5080d15View commit details -
chore: Merge prerelease/minor into prerelease/major (Workday#2290)
Co-authored-by: @willklein <[email protected]> Co-authored-by: @RayRedGoose <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c38e81 - Browse repository at this point
Copy the full SHA 1c38e81View commit details
Commits on Jul 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9db7ae0 - Browse repository at this point
Copy the full SHA 9db7ae0View commit details
Commits on Jul 25, 2023
-
fix: Changing ARIA role to switch (Workday#2292)
Contributing updates to the accessibility guidelines on the Canvas Kit design site, I noticed the Switch component rendered with an ARIA checkbox role. This didn't seem appropriate for the Switch component. Additionally, removing tabindex attribute. Didn't seem necessary when the input element is already in focus order anyway. [category:Components] Co-authored-by: @alanbsmith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4549883 - Browse repository at this point
Copy the full SHA 4549883View commit details -
Configuration menu - View commit details
-
Copy full SHA for a669b80 - Browse repository at this point
Copy the full SHA a669b80View commit details
Commits on Jul 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fe2117c - Browse repository at this point
Copy the full SHA fe2117cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6b5f68 - Browse repository at this point
Copy the full SHA f6b5f68View commit details
Commits on Jul 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 390ff57 - Browse repository at this point
Copy the full SHA 390ff57View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5f8029 - Browse repository at this point
Copy the full SHA f5f8029View commit details
Commits on Aug 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1da70c9 - Browse repository at this point
Copy the full SHA 1da70c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6592182 - Browse repository at this point
Copy the full SHA 6592182View commit details
Commits on Aug 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c15a57c - Browse repository at this point
Copy the full SHA c15a57cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b5e469 - Browse repository at this point
Copy the full SHA 7b5e469View commit details
Commits on Aug 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7315bf0 - Browse repository at this point
Copy the full SHA 7315bf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c656da6 - Browse repository at this point
Copy the full SHA c656da6View commit details
Commits on Aug 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 21566dd - Browse repository at this point
Copy the full SHA 21566ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ed0427 - Browse repository at this point
Copy the full SHA 3ed0427View commit details
Commits on Aug 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 273983b - Browse repository at this point
Copy the full SHA 273983bView commit details -
Configuration menu - View commit details
-
Copy full SHA for de780dd - Browse repository at this point
Copy the full SHA de780ddView commit details
Commits on Aug 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d00b99d - Browse repository at this point
Copy the full SHA d00b99dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c9dc97 - Browse repository at this point
Copy the full SHA 0c9dc97View commit details
Commits on Aug 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 944984a - Browse repository at this point
Copy the full SHA 944984aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2143ce9 - Browse repository at this point
Copy the full SHA 2143ce9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e6cc2e - Browse repository at this point
Copy the full SHA 0e6cc2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ce7df0 - Browse repository at this point
Copy the full SHA 7ce7df0View commit details
Commits on Sep 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 81c6c52 - Browse repository at this point
Copy the full SHA 81c6c52View commit details -
Configuration menu - View commit details
-
Copy full SHA for be97c81 - Browse repository at this point
Copy the full SHA be97c81View commit details -
Configuration menu - View commit details
-
Copy full SHA for c78bbce - Browse repository at this point
Copy the full SHA c78bbceView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0ece1d - Browse repository at this point
Copy the full SHA b0ece1dView commit details
Commits on Sep 12, 2023
-
refactor!: Removing aria attributes from Banner component (Workday#2318)
The useBanner hook is adding the `aria-labelledby` and `aria-describedby` properties to the Banner button element. I removed the call to the hook so the aria attributes are not applied. The Banner button is using `aria-labelledby` referencing the ActionText, and `aria-describedby` referencing the LabelText sub-component. It is difficult to point to measurable "problems" with this, because it does sound nice with screen readers. When `isSticky` prop is used, the ActionText disappears from the screen, while still being referenced as the main label for the button. This will break the experience for Dragon Dictation and Voice Control users because the visible LabelText is not being used as the accessible name of the button element. [category:Components] ### BREAKING CHANGES We have removed the useBanner hook, the only function of which was to add `aria-labelledby` and `aria-describedby` references to the text inside of the Banner. This was not required for accessibility, and browsers can compute the `name` of the Banner from the text given inside. Co-authored-by: @mannycarrera4 <[email protected]> Co-authored-by: manuel.carrera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a26501 - Browse repository at this point
Copy the full SHA 9a26501View commit details -
fix: Revert removal of Menu in Preview (Workday#2335)
Fixes: Workday#2333 [category:Components] Release Note: We're going to continue supporting the Menu in Preview until we implement grouped menu items (with virtualization) for the Menu in Main. Co-authored-by: manuel.carrera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 06bda48 - Browse repository at this point
Copy the full SHA 06bda48View commit details
Commits on Sep 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 84c8363 - Browse repository at this point
Copy the full SHA 84c8363View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9de5c3f - Browse repository at this point
Copy the full SHA 9de5c3fView commit details
Commits on Sep 18, 2023
-
feat: Deprecate InputIconContainer (Workday#2332)
Fixes: Workday#2186 PR contains `InputIconContainer` deprecation. [category:Components] Release Note: `InputIconContainer` has been deprecated, because it does not handle bidirectionally or icons at the start of an input. Please use [`InputGroup`](https://workday.github.io/canvas-kit/?path=/story/components-inputs-text-input--icons) instead. Co-authored-by: @mannycarrera4 <[email protected]> Co-authored-by: manuel.carrera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a07a3ad - Browse repository at this point
Copy the full SHA a07a3adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cdfe90 - Browse repository at this point
Copy the full SHA 5cdfe90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c5d040 - Browse repository at this point
Copy the full SHA 9c5d040View commit details
Commits on Sep 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d9bfbcf - Browse repository at this point
Copy the full SHA d9bfbcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c98487a - Browse repository at this point
Copy the full SHA c98487aView commit details
Commits on Sep 25, 2023
-
feat: Deprecated Table in Main (Workday#2344)
Deprecate `Table` in main. Resolves: Workday#2249 [category:Components] Co-authored-by: @mannycarrera4 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a7a2138 - Browse repository at this point
Copy the full SHA a7a2138View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9faea89 - Browse repository at this point
Copy the full SHA 9faea89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04d2d5d - Browse repository at this point
Copy the full SHA 04d2d5dView commit details
Commits on Sep 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 32899ba - Browse repository at this point
Copy the full SHA 32899baView commit details
Commits on Sep 28, 2023
-
chore: Merge prerelease/minor into prerelease/major
manuel.carrera committedSep 28, 2023 Configuration menu - View commit details
-
Copy full SHA for aa37751 - Browse repository at this point
Copy the full SHA aa37751View commit details -
chore: Merge prerelease/minor into prerelease/major (Workday#2346)
Co-authored-by: @mannycarrera4 <[email protected]> Co-authored-by: manuel.carrera <[email protected]> Co-authored-by: @jamesfan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7ab3d66 - Browse repository at this point
Copy the full SHA 7ab3d66View commit details
Commits on Oct 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c471783 - Browse repository at this point
Copy the full SHA c471783View commit details -
Configuration menu - View commit details
-
Copy full SHA for b665fba - Browse repository at this point
Copy the full SHA b665fbaView commit details
Commits on Oct 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for db9cd15 - Browse repository at this point
Copy the full SHA db9cd15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7173ff6 - Browse repository at this point
Copy the full SHA 7173ff6View commit details
Commits on Oct 5, 2023
-
Merge pull request #13 from williamjstanton/william-selectable-rows
docs: Table with selectable rows example
Configuration menu - View commit details
-
Copy full SHA for 6f2506c - Browse repository at this point
Copy the full SHA 6f2506cView commit details