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

Release 3.11.0 #1608

Merged
merged 127 commits into from
Dec 20, 2024
Merged

Release 3.11.0 #1608

merged 127 commits into from
Dec 20, 2024

Conversation

silvalaura
Copy link
Collaborator

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

silvalaura and others added 30 commits April 11, 2023 11:27
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Michael Murray <[email protected]>
Co-authored-by: github-bot <[email protected]>
Co-authored-by: ccedrone <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Katie Weinstein <[email protected]>
Co-authored-by: Katie Weinstein <[email protected]>
Co-authored-by: Chris Cedrone <[email protected]>
Co-authored-by: Orion Johnson <[email protected]>
Co-authored-by: noahwebs <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Michael Murray <[email protected]>
Co-authored-by: github-bot <[email protected]>
Co-authored-by: ccedrone <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Katie Weinstein <[email protected]>
Co-authored-by: Katie Weinstein <[email protected]>
Co-authored-by: Chris Cedrone <[email protected]>
Co-authored-by: Orion Johnson <[email protected]>
Co-authored-by: noahwebs <[email protected]>
…he default value in the input field (#1109)

Co-authored-by: Jerrod Heiser <[email protected]>
Co-authored-by: Jerrod Heiser <[email protected]>
Co-authored-by: ccedrone <[email protected]>
Co-authored-by: noahwebs <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Michael Murray <[email protected]>
Co-authored-by: github-bot <[email protected]>
Co-authored-by: ccedrone <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Katie Weinstein <[email protected]>
Co-authored-by: Katie Weinstein <[email protected]>
Co-authored-by: Chris Cedrone <[email protected]>
Co-authored-by: Orion Johnson <[email protected]>
Co-authored-by: noahwebs <[email protected]>
Co-authored-by: Jerrod Heiser <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Laura Silva <[email protected]>
…low customization of which margin to remove. (#1177)
Copy link

changeset-bot bot commented Dec 18, 2024

🦋 Changeset detected

Latest commit: 7e2da03

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 self-assigned this Dec 18, 2024
Copy link
Contributor

Copy link
Contributor

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

Copy link
Contributor

Copy link
Contributor

Copy link
Contributor

@silvalaura silvalaura merged commit 6b64b34 into patch-3.x.x Dec 20, 2024
2 checks passed
@silvalaura silvalaura deleted the build/release3.11.0 branch December 20, 2024 15:38
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