Skip to content
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

Update patch for v3.11 #1605

Merged
merged 75 commits into from
Dec 18, 2024
Merged

Update patch for v3.11 #1605

merged 75 commits into from
Dec 18, 2024

Conversation

silvalaura
Copy link
Collaborator

@silvalaura silvalaura commented Dec 17, 2024

3.11.0

Minor Changes

  • eb92b15: feat(Stepper): Add vertical orientation for Stepper.
  • 26caa5a: feat(Input): Update colors for error message, icon and border in dark mode.
  • bc832c1: feat(Input): Update additional children position based on label position
  • 173f30e: feat(Tabs/NavTabs): Add support for overwriting text transform with textTransform prop.
  • 79df104: feat(ProgressBar): Update colors from danger200/success200 to danger300/success300 in dark mode.
  • 85f8766: feat(Combobox, Select, Date picker, Dropdown): Support viewport detection and positioning
  • 8e418ba: feat(Button): Add success button color
  • 9d4ca24: feat(TreeView): Add support for isDisabled trees and items
  • b768e93: feat(TreeView): onExpandedChange returns an array of expanded IDs
  • a4b73bc: fix(TreeView): Support "show all" button inside TreeView component
  • be8484a: feat(TreeView): Add ability to update selected items from outside the tree

Patch Changes

  • c00bad6: fix(Breadcrumb): Hide SVGs from screen readers by adding aria-hidden="true" to the span element that wraps the SVGs.
  • ee50d09: fix(Button): Remove animation presses for Button.
  • cc5c7c1: fix(CheckBox): Fix unreadable labels in CheckBox for screen readers.
  • 64608cb: fix(CheckBox): Hide SVGs from screen readers by adding aria-hidden="true" to the span element that wraps the SVGs.
  • ca75639: fix(Combobox): Fix focus issue after triggering the clear button
  • 438e7ec: fix(DatePicker): Fix navigation and accessibility issues.
  • 97668d2: fix(DatePicker): Remove shortcut to open HelperInformation.
  • 667fe31: fix(DatePicker): Add aria-label to calendar header columns.
  • 87f900d: fix(Drawer): Fix trapped focus
  • 70ec683: fix(Dropdown): Fix a11y for active index
  • dfc7fec: fix(Dropdown): Hide SVGs from screen readers by adding aria-hidden="true" to the svg elements.
  • 21f4a61: fix(List): Hide SVGs from assistive tech by adding aria-hidden="true" to the span element that wraps the SVGs.
  • c1c9186: fix(ProgressBar): Remove animation if the user has prefers-reduced-motion media query set.
  • 2e4e084: fix(Search): Fix the disappearing focus on the button when loading
  • 8f1cc87: fix(Select): Fix accessibility issue for clearIndicator inside SelectTriggerButton.
  • 177e4d5: fix(TreeView): Improve screenreader accessibility
  • daa8da3: fix(useFocusLock): Fix the useFocusLock hook if the first or last element is disabled.
  • 61d108e: chore(Dropdown): Deprecate dropDirection & alignment props. These are no longer necessary with viewport detection support.
  • d5b214a: fix(Dropdown): Fix the dropdown closing on second button click in Safari
  • 99cd208: fix(Heading): Add the noTopMargin and noBottomMargin props to the Heading component.
  • 596850a: fix(BlockQuote): Fix border color respecting the Theme context.
  • a912c5f: fix(TreeView): Fix initialExpanded items expanding all parents
  • a9130ce: fix(Input): Update focus style on inputs.
  • 596850a: fix(ListItem): Fix icon colors respecting the Theme context.
  • 6c6d221: fix(Modal): Fix modal losing focus order with dynamic content.
  • 049ee1d: fix(Select): Update outline offset on multiselected items
  • 3568027: fix(Select): Fix placeholder color.
  • fdfc6bd: chore: Remove .stories. files from the production bundle.
  • 8ac39d8: fix(Tabs): Center preselected Tab on the Scrollable Tabs.
  • 6cff0b3: fix(TimePicker): Fix AM/PM width in the TimePicker.
  • 0cad4d0: fix(Toast): Fix loading ring alignment when zooming in Safari
  • e3fd0c9: fix(Heading): Update margins for heading2XLarge
  • 6459424: fix(Input): Improve descriptions for inputWrapperStyle and containerStyle props.
  • f3f7bfe: fix(Input): Remove flex-shrink to allow inputs to shrink as needed.
  • fcee18f: fix(Search): Fix overlapping content issue with the clear button
  • a71f2dc: fix(Combobox/Select:): Fix focus color for selected items when using isMulti + isInverse
  • 4ba2364: fix(Tag): Update focus state
  • 46db002: fix(ToggleButtonGroup): Fix enforced and exclusive props
  • 4315958: fix(TreeView): Add more unit tests

nikitaorliak-cengage and others added 30 commits December 16, 2024 17:06
…uced-motion` media query set. (#1471)

Co-authored-by: Nikita Orliak <[email protected]>
Co-authored-by: Laura Silva <[email protected]>
@silvalaura silvalaura self-assigned this Dec 17, 2024
Copy link

changeset-bot bot commented Dec 17, 2024

🦋 Changeset detected

Latest commit: ac48694

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@silvalaura silvalaura force-pushed the chore/devPatchUpdate311 branch 2 times, most recently from f79fae6 to 75c08bf Compare December 17, 2024 21:09
@silvalaura silvalaura force-pushed the chore/devPatchUpdate311 branch from 75c08bf to e9f39e9 Compare December 17, 2024 21:19
Copy link
Contributor

Copy link
Contributor

@silvalaura silvalaura force-pushed the chore/devPatchUpdate311 branch from 00d3336 to ac48694 Compare December 18, 2024 21:18
Copy link
Contributor

Copy link
Contributor

@silvalaura silvalaura marked this pull request as ready for review December 18, 2024 21:49
@silvalaura silvalaura requested a review from a team as a code owner December 18, 2024 21:49
Copy link
Contributor

Copy link
Contributor

@silvalaura silvalaura merged commit 5e74867 into dev-patch Dec 18, 2024
3 checks passed
@silvalaura silvalaura deleted the chore/devPatchUpdate311 branch December 18, 2024 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants