diff --git a/.changeset/a11y-Stepper-vertical-orientation.md b/.changeset/a11y-Stepper-vertical-orientation.md deleted file mode 100644 index 360e840cb..000000000 --- a/.changeset/a11y-Stepper-vertical-orientation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': minor ---- - -feat(Stepper): Add vertical orientation for `Stepper`. \ No newline at end of file diff --git a/.changeset/a11y-breadcrumb-hide-svg-from-screen-readers.md b/.changeset/a11y-breadcrumb-hide-svg-from-screen-readers.md deleted file mode 100644 index d855e6b22..000000000 --- a/.changeset/a11y-breadcrumb-hide-svg-from-screen-readers.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': patch ---- - -fix(Breadcrumb): Hide SVGs from screen readers by adding `aria-hidden="true"` to the `span` element that wraps the SVGs. diff --git a/.changeset/a11y-button-remove-animation-presses.md b/.changeset/a11y-button-remove-animation-presses.md deleted file mode 100644 index 9276bfda3..000000000 --- a/.changeset/a11y-button-remove-animation-presses.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': patch ---- - -fix(Button): Remove animation presses for `Button`. \ No newline at end of file diff --git a/.changeset/a11y-checkBox-labels-not-read.md b/.changeset/a11y-checkBox-labels-not-read.md deleted file mode 100644 index d399123c7..000000000 --- a/.changeset/a11y-checkBox-labels-not-read.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': patch ---- - -fix(CheckBox): Fix unreadable labels in `CheckBox` for screen readers. diff --git a/.changeset/a11y-checkbox-hide-svg-from-screen-readers.md b/.changeset/a11y-checkbox-hide-svg-from-screen-readers.md deleted file mode 100644 index af5f67cb4..000000000 --- a/.changeset/a11y-checkbox-hide-svg-from-screen-readers.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': patch ---- - -fix(CheckBox): Hide SVGs from screen readers by adding `aria-hidden="true"` to the `span` element that wraps the SVGs. diff --git a/.changeset/a11y-combobox-clear-focus.md b/.changeset/a11y-combobox-clear-focus.md deleted file mode 100644 index 66360ed5c..000000000 --- a/.changeset/a11y-combobox-clear-focus.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': patch ---- - -fix(Combobox): Fix focus issue after triggering the clear button diff --git a/.changeset/a11y-datePicker-nav-issues.md b/.changeset/a11y-datePicker-nav-issues.md deleted file mode 100644 index a33e437c9..000000000 --- a/.changeset/a11y-datePicker-nav-issues.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': patch ---- - -fix(DatePicker): Fix navigation and accessibility issues. \ No newline at end of file diff --git a/.changeset/a11y-datePicker-shortcut.md b/.changeset/a11y-datePicker-shortcut.md deleted file mode 100644 index f182e40b7..000000000 --- a/.changeset/a11y-datePicker-shortcut.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': patch ---- - -fix(DatePicker): Remove shortcut to open `HelperInformation`. \ No newline at end of file diff --git a/.changeset/a11y-datepicker-calendar-header-columns.md b/.changeset/a11y-datepicker-calendar-header-columns.md deleted file mode 100644 index 0b483cca1..000000000 --- a/.changeset/a11y-datepicker-calendar-header-columns.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': patch ---- - -fix(DatePicker): Add `aria-label` to calendar header columns. diff --git a/.changeset/a11y-docs-Modal.md b/.changeset/a11y-docs-Modal.md deleted file mode 100644 index 614221de0..000000000 --- a/.changeset/a11y-docs-Modal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-docs': patch ---- - -fix(Modal): Fix nested modal example focus lock. \ No newline at end of file diff --git a/.changeset/a11y-docs-drawer-focus.md b/.changeset/a11y-docs-drawer-focus.md deleted file mode 100644 index f6c6b8b4c..000000000 --- a/.changeset/a11y-docs-drawer-focus.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-docs': patch ---- - -fix(Drawer): Corrected examples for a `drawer` component to ensure focus returns to the opening button after the `drawer` closes. diff --git a/.changeset/a11y-docs-img-empty-alts.md b/.changeset/a11y-docs-img-empty-alts.md deleted file mode 100644 index 85a6ffe05..000000000 --- a/.changeset/a11y-docs-img-empty-alts.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-docs': patch ---- - -fix(Docs): add "GATSBY_EMPTY_ALT" as alt text for empty alts. \ No newline at end of file diff --git a/.changeset/a11y-drawer-navigation-focus.md b/.changeset/a11y-drawer-navigation-focus.md deleted file mode 100644 index a5ad04d4c..000000000 --- a/.changeset/a11y-drawer-navigation-focus.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': patch ---- - -fix(Drawer): Fix trapped focus diff --git a/.changeset/a11y-dropdown-active-item.md b/.changeset/a11y-dropdown-active-item.md deleted file mode 100644 index d69a0939f..000000000 --- a/.changeset/a11y-dropdown-active-item.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': patch ---- - -fix(Dropdown): Fix a11y for active index diff --git a/.changeset/a11y-dropdown-hide-svg-from-screen-readers.md b/.changeset/a11y-dropdown-hide-svg-from-screen-readers.md deleted file mode 100644 index d7db6ac51..000000000 --- a/.changeset/a11y-dropdown-hide-svg-from-screen-readers.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': patch ---- - -fix(Dropdown): Hide SVGs from screen readers by adding `aria-hidden="true"` to the `svg` elements. diff --git a/.changeset/a11y-list-hide-icons-from-assistive-tech.md b/.changeset/a11y-list-hide-icons-from-assistive-tech.md deleted file mode 100644 index 78db391ae..000000000 --- a/.changeset/a11y-list-hide-icons-from-assistive-tech.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': patch ---- - -fix(List): Hide SVGs from assistive tech by adding `aria-hidden="true"` to the `span` element that wraps the SVGs. diff --git a/.changeset/a11y-progressBar-animation.md b/.changeset/a11y-progressBar-animation.md deleted file mode 100644 index 5a465919b..000000000 --- a/.changeset/a11y-progressBar-animation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': patch ---- - -fix(ProgressBar): Remove animation if the user has `prefers-reduced-motion` media query set. diff --git a/.changeset/a11y-search-loading.md b/.changeset/a11y-search-loading.md deleted file mode 100644 index 232484e7d..000000000 --- a/.changeset/a11y-search-loading.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': patch ---- - -fix(Search): Fix the disappearing focus on the button when loading diff --git a/.changeset/a11y-select-accessibility.md b/.changeset/a11y-select-accessibility.md deleted file mode 100644 index 8f829d00a..000000000 --- a/.changeset/a11y-select-accessibility.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': patch ---- - -fix(Select): Fix accessibility issue for `clearIndicator` inside `SelectTriggerButton`. diff --git a/.changeset/a11y-timePicker-shortcut.md b/.changeset/a11y-timePicker-shortcut.md deleted file mode 100644 index bc4e3552a..000000000 --- a/.changeset/a11y-timePicker-shortcut.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-docs': patch ---- - -fix(TimePicker): improve TimePicker internationalization example. \ No newline at end of file diff --git a/.changeset/a11y-treeview-navigation.md b/.changeset/a11y-treeview-navigation.md deleted file mode 100644 index b0e2b5d7c..000000000 --- a/.changeset/a11y-treeview-navigation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': patch ---- - -fix(TreeView): Improve screenreader accessibility diff --git a/.changeset/a11y-useFocusLock-hook-disabled-elements.md b/.changeset/a11y-useFocusLock-hook-disabled-elements.md deleted file mode 100644 index 81e468c17..000000000 --- a/.changeset/a11y-useFocusLock-hook-disabled-elements.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': patch ---- - -fix(useFocusLock): Fix the `useFocusLock` hook if the first or last element is disabled. \ No newline at end of file diff --git a/.changeset/build-upgrade-lerna.md b/.changeset/build-upgrade-lerna.md deleted file mode 100644 index 76bf5c895..000000000 --- a/.changeset/build-upgrade-lerna.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-docs': patch ---- - -build(Lerna): update and add local caching for build and test commands`. diff --git a/.changeset/docs-contguidelines.md b/.changeset/docs-contguidelines.md deleted file mode 100644 index 8358313b1..000000000 --- a/.changeset/docs-contguidelines.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-docs': patch ---- - -docs: Fix contribution guidelines page \ No newline at end of file diff --git a/.changeset/docs-emotion.md b/.changeset/docs-emotion.md deleted file mode 100644 index a6a0cb6e7..000000000 --- a/.changeset/docs-emotion.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-docs': patch ---- - -docs(emotion): Update changelog to explain possible issue with emotion/css. \ No newline at end of file diff --git a/.changeset/dropdown-deprecate.md b/.changeset/dropdown-deprecate.md deleted file mode 100644 index e409088c6..000000000 --- a/.changeset/dropdown-deprecate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': patch ---- - -chore(Dropdown): Deprecate `dropDirection` & `alignment` props. These are no longer necessary with viewport detection support. diff --git a/.changeset/dropdown-safari.md b/.changeset/dropdown-safari.md deleted file mode 100644 index 704fddbe3..000000000 --- a/.changeset/dropdown-safari.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': patch ---- - -fix(Dropdown): Fix the dropdown closing on second button click in Safari diff --git a/.changeset/feat-heading-add-props.md b/.changeset/feat-heading-add-props.md deleted file mode 100644 index db20e6c83..000000000 --- a/.changeset/feat-heading-add-props.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': patch ---- - -fix(Heading): Add the `noTopMargin` and `noBottomMargin` props to the `Heading` component. diff --git a/.changeset/feat-input-error-state-update-colors.md b/.changeset/feat-input-error-state-update-colors.md deleted file mode 100644 index 834b63f66..000000000 --- a/.changeset/feat-input-error-state-update-colors.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': minor ---- - -feat(Input): Update colors for error message, icon and border in dark mode. diff --git a/.changeset/feat-input-help-text.md b/.changeset/feat-input-help-text.md deleted file mode 100644 index 51dfebbf4..000000000 --- a/.changeset/feat-input-help-text.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': minor ---- - -feat(Input): Update additional children position based on label position diff --git a/.changeset/feat-navTab-support-overwriting-textTransform.md b/.changeset/feat-navTab-support-overwriting-textTransform.md deleted file mode 100644 index 97009f287..000000000 --- a/.changeset/feat-navTab-support-overwriting-textTransform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': minor ---- - -feat(Tabs/NavTabs): Add support for overwriting text transform with `textTransform` prop. diff --git a/.changeset/feat-progressBar-update-colors.md b/.changeset/feat-progressBar-update-colors.md deleted file mode 100644 index 5a4e5f2db..000000000 --- a/.changeset/feat-progressBar-update-colors.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': minor ---- - -feat(ProgressBar): Update colors from danger200/success200 to danger300/success300 in dark mode. \ No newline at end of file diff --git a/.changeset/feat-select-combobox-dropdown-viewport.md b/.changeset/feat-select-combobox-dropdown-viewport.md deleted file mode 100644 index 30d3abf5f..000000000 --- a/.changeset/feat-select-combobox-dropdown-viewport.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': minor ---- - -feat(Combobox, Select, Date picker, Dropdown): Support viewport detection and positioning diff --git a/.changeset/feat-success-button.md b/.changeset/feat-success-button.md deleted file mode 100644 index 55a42eaa3..000000000 --- a/.changeset/feat-success-button.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': minor ---- - -feat(Button): Add `success` button color diff --git a/.changeset/feat-treeview-add-support-for-isdisabled.md b/.changeset/feat-treeview-add-support-for-isdisabled.md deleted file mode 100644 index 0e73ecc08..000000000 --- a/.changeset/feat-treeview-add-support-for-isdisabled.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': minor ---- - -feat(TreeView): Add support for `isDisabled` trees and items diff --git a/.changeset/feat-treeview-onexpandedchange.md b/.changeset/feat-treeview-onexpandedchange.md deleted file mode 100644 index aab1b6aa1..000000000 --- a/.changeset/feat-treeview-onexpandedchange.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': minor ---- - -feat(TreeView): `onExpandedChange` returns an array of expanded IDs diff --git a/.changeset/fix-blockQuote-border-color.md b/.changeset/fix-blockQuote-border-color.md deleted file mode 100644 index d7c4e2a6e..000000000 --- a/.changeset/fix-blockQuote-border-color.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': patch ---- - -fix(BlockQuote): Fix border color respecting the `Theme` context. \ No newline at end of file diff --git a/.changeset/fix-initial-expanded-items-should-expand-all-parents.md b/.changeset/fix-initial-expanded-items-should-expand-all-parents.md deleted file mode 100644 index 5ff838bbe..000000000 --- a/.changeset/fix-initial-expanded-items-should-expand-all-parents.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': patch ---- - -fix(TreeView): Fix initialExpanded items expanding all parents diff --git a/.changeset/fix-input-focus-outline.md b/.changeset/fix-input-focus-outline.md deleted file mode 100644 index 271862971..000000000 --- a/.changeset/fix-input-focus-outline.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': patch ---- - -fix(Input): Update focus style on inputs. diff --git a/.changeset/fix-listItem-icons-color.md b/.changeset/fix-listItem-icons-color.md deleted file mode 100644 index d10955c80..000000000 --- a/.changeset/fix-listItem-icons-color.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': patch ---- - -fix(ListItem): Fix icon colors respecting the `Theme` context. \ No newline at end of file diff --git a/.changeset/fix-modal-focuslock.md b/.changeset/fix-modal-focuslock.md deleted file mode 100644 index bf6e3da23..000000000 --- a/.changeset/fix-modal-focuslock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': patch ---- - -fix(Modal): Fix modal losing focus order with dynamic content. diff --git a/.changeset/fix-select-combobox-multi-outline.md b/.changeset/fix-select-combobox-multi-outline.md deleted file mode 100644 index a1fe81d41..000000000 --- a/.changeset/fix-select-combobox-multi-outline.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': patch ---- - -fix(Select): Update outline offset on multiselected items diff --git a/.changeset/fix-select-placeholder-color.md b/.changeset/fix-select-placeholder-color.md deleted file mode 100644 index e4b9e576a..000000000 --- a/.changeset/fix-select-placeholder-color.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': patch ---- - -fix(Select): Fix placeholder color. \ No newline at end of file diff --git a/.changeset/fix-stories-files.md b/.changeset/fix-stories-files.md deleted file mode 100644 index 423eca82b..000000000 --- a/.changeset/fix-stories-files.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': patch ---- - -chore: Remove `.stories.` files from the production bundle. diff --git a/.changeset/fix-tabs-center-active-tab.md b/.changeset/fix-tabs-center-active-tab.md deleted file mode 100644 index 700854da5..000000000 --- a/.changeset/fix-tabs-center-active-tab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': patch ---- - -fix(Tabs): Center preselected `Tab` on the `Scrollable Tabs`. diff --git a/.changeset/fix-timePicker-adjust-AM-PM-width.md b/.changeset/fix-timePicker-adjust-AM-PM-width.md deleted file mode 100644 index 8813fe413..000000000 --- a/.changeset/fix-timePicker-adjust-AM-PM-width.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': patch ---- - -fix(TimePicker): Fix AM/PM width in the `TimePicker`. diff --git a/.changeset/fix-toast-loading-ring-misaligned.md b/.changeset/fix-toast-loading-ring-misaligned.md deleted file mode 100644 index 2c69a50fb..000000000 --- a/.changeset/fix-toast-loading-ring-misaligned.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': patch ---- - -fix(Toast): Fix loading ring alignment when zooming in Safari diff --git a/.changeset/fix-treeview-docs-example.md b/.changeset/fix-treeview-docs-example.md deleted file mode 100644 index c217612b3..000000000 --- a/.changeset/fix-treeview-docs-example.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-docs': patch ---- - -fix(TreeView): Fix TreeView references in Selectable example. diff --git a/.changeset/heading-margins.md b/.changeset/heading-margins.md deleted file mode 100644 index 58fed1d5e..000000000 --- a/.changeset/heading-margins.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': patch ---- - -fix(Heading): Update margins for `heading2XLarge` diff --git a/.changeset/implement-scrollspy-in-docs.md b/.changeset/implement-scrollspy-in-docs.md deleted file mode 100644 index c1470e9d3..000000000 --- a/.changeset/implement-scrollspy-in-docs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-docs': patch ---- - -feat(react-magma-docs): Implement scrollspy. \ No newline at end of file diff --git a/.changeset/input-props.md b/.changeset/input-props.md deleted file mode 100644 index 00b69a8d5..000000000 --- a/.changeset/input-props.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': patch ---- - -fix(Input): Improve descriptions for `inputWrapperStyle` and `containerStyle` props. \ No newline at end of file diff --git a/.changeset/inputwrapperstyles.md b/.changeset/inputwrapperstyles.md deleted file mode 100644 index 05d117550..000000000 --- a/.changeset/inputwrapperstyles.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': patch ---- - -fix(Input): Remove `flex-shrink` to allow inputs to shrink as needed. diff --git a/.changeset/manual-sync.md b/.changeset/manual-sync.md deleted file mode 100644 index 475c01a06..000000000 --- a/.changeset/manual-sync.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-docs': patch ---- - -Manually sync dev-patch with patch-3.x.x \ No newline at end of file diff --git a/.changeset/search-clear-overlaps.md b/.changeset/search-clear-overlaps.md deleted file mode 100644 index 32cb096d2..000000000 --- a/.changeset/search-clear-overlaps.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': patch ---- - -fix(Search): Fix overlapping content issue with the clear button diff --git a/.changeset/selecteItemButton-focus.md b/.changeset/selecteItemButton-focus.md deleted file mode 100644 index 3d6c82028..000000000 --- a/.changeset/selecteItemButton-focus.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': patch ---- - -fix(Combobox/Select:): Fix focus color for selected items when using `isMulti` + `isInverse` diff --git a/.changeset/soft-ligers-laugh.md b/.changeset/soft-ligers-laugh.md deleted file mode 100644 index 25cbb8a45..000000000 --- a/.changeset/soft-ligers-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-docs': patch ---- - -chore: Clean up changesets ahead of release diff --git a/.changeset/tag-focus.md b/.changeset/tag-focus.md deleted file mode 100644 index 92f6fd3d5..000000000 --- a/.changeset/tag-focus.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': patch ---- - -fix(Tag): Update focus state diff --git a/.changeset/toggleButtonGroup.md b/.changeset/toggleButtonGroup.md deleted file mode 100644 index df3ac3928..000000000 --- a/.changeset/toggleButtonGroup.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': patch ---- - -fix(ToggleButtonGroup): Fix `enforced` and `exclusive` props \ No newline at end of file diff --git a/.changeset/tree-initEx-docs.md b/.changeset/tree-initEx-docs.md deleted file mode 100644 index 4359a2c21..000000000 --- a/.changeset/tree-initEx-docs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-docs': patch ---- - -docs(TreeView): Update examples \ No newline at end of file diff --git a/.changeset/tree-showAllExample.md b/.changeset/tree-showAllExample.md deleted file mode 100644 index 01cb8f106..000000000 --- a/.changeset/tree-showAllExample.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': minor ---- - -fix(TreeView): Support "show all" button inside TreeView component diff --git a/.changeset/tree-unitTests.md b/.changeset/tree-unitTests.md deleted file mode 100644 index e046d47b0..000000000 --- a/.changeset/tree-unitTests.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': patch ---- - -fix(TreeView): Add more unit tests diff --git a/.changeset/treeViewSelectItemsOutside.md b/.changeset/treeViewSelectItemsOutside.md deleted file mode 100644 index d5c42fba2..000000000 --- a/.changeset/treeViewSelectItemsOutside.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-magma-dom': minor ---- - -feat(TreeView): Add ability to update selected items from outside the tree diff --git a/website/react-magma-docs/src/pages/api-intro/changelog.mdx b/website/react-magma-docs/src/pages/api-intro/changelog.mdx index 0fd848fa0..048051213 100644 --- a/website/react-magma-docs/src/pages/api-intro/changelog.mdx +++ b/website/react-magma-docs/src/pages/api-intro/changelog.mdx @@ -6,6 +6,62 @@ order: 6 +## 3.11.0 + +### Minor Changes + +- 6b64b34: feat(Stepper): Add vertical orientation for `Stepper`. +- 6b64b34: feat(Input): Update colors for error message, icon and border in dark mode. +- 6b64b34: feat(Input): Update additional children position based on label position +- 6b64b34: feat(Tabs/NavTabs): Add support for overwriting text transform with `textTransform` prop. +- 6b64b34: feat(ProgressBar): Update colors from danger200/success200 to danger300/success300 in dark mode. +- 6b64b34: feat(Combobox, Select, Date picker, Dropdown): Support viewport detection and positioning +- 6b64b34: feat(Button): Add `success` button color +- 6b64b34: feat(TreeView): Add support for `isDisabled` trees and items +- 6b64b34: feat(TreeView): `onExpandedChange` returns an array of expanded IDs +- 6b64b34: fix(TreeView): Support "show all" button inside TreeView component +- 6b64b34: feat(TreeView): Add ability to update selected items from outside the tree + +### Patch Changes + +- 6b64b34: fix(Breadcrumb): Hide SVGs from screen readers by adding `aria-hidden="true"` to the `span` element that wraps the SVGs. +- 6b64b34: fix(Button): Remove animation presses for `Button`. +- 6b64b34: fix(CheckBox): Fix unreadable labels in `CheckBox` for screen readers. +- 6b64b34: fix(CheckBox): Hide SVGs from screen readers by adding `aria-hidden="true"` to the `span` element that wraps the SVGs. +- 6b64b34: fix(Combobox): Fix focus issue after triggering the clear button +- 6b64b34: fix(DatePicker): Fix navigation and accessibility issues. +- 6b64b34: fix(DatePicker): Remove shortcut to open `HelperInformation`. +- 6b64b34: fix(DatePicker): Add `aria-label` to calendar header columns. +- 6b64b34: fix(Drawer): Fix trapped focus +- 6b64b34: fix(Dropdown): Fix a11y for active index +- 6b64b34: fix(Dropdown): Hide SVGs from screen readers by adding `aria-hidden="true"` to the `svg` elements. +- 6b64b34: fix(List): Hide SVGs from assistive tech by adding `aria-hidden="true"` to the `span` element that wraps the SVGs. +- 6b64b34: fix(ProgressBar): Remove animation if the user has `prefers-reduced-motion` media query set. +- 6b64b34: fix(Search): Fix the disappearing focus on the button when loading +- 6b64b34: fix(Select): Fix accessibility issue for `clearIndicator` inside `SelectTriggerButton`. +- 6b64b34: fix(TreeView): Improve screenreader accessibility +- 6b64b34: fix(useFocusLock): Fix the `useFocusLock` hook if the first or last element is disabled. +- 6b64b34: chore(Dropdown): Deprecate `dropDirection` & `alignment` props. These are no longer necessary with viewport detection support. +- 6b64b34: fix(Dropdown): Fix the dropdown closing on second button click in Safari +- 6b64b34: fix(Heading): Add the `noTopMargin` and `noBottomMargin` props to the `Heading` component. +- 6b64b34: fix(BlockQuote): Fix border color respecting the `Theme` context. +- 6b64b34: fix(TreeView): Fix initialExpanded items expanding all parents +- 6b64b34: fix(Input): Update focus style on inputs. +- 6b64b34: fix(ListItem): Fix icon colors respecting the `Theme` context. +- 6b64b34: fix(Modal): Fix modal losing focus order with dynamic content. +- 6b64b34: fix(Select): Update outline offset on multiselected items +- 6b64b34: fix(Select): Fix placeholder color. +- 6b64b34: chore: Remove `.stories.` files from the production bundle. +- 6b64b34: fix(Tabs): Center preselected `Tab` on the `Scrollable Tabs`. +- 6b64b34: fix(TimePicker): Fix AM/PM width in the `TimePicker`. +- 6b64b34: fix(Toast): Fix loading ring alignment when zooming in Safari +- 6b64b34: fix(Heading): Update margins for `heading2XLarge` +- 6b64b34: fix(Input): Improve descriptions for `inputWrapperStyle` and `containerStyle` props. +- 6b64b34: fix(Input): Remove `flex-shrink` to allow inputs to shrink as needed. +- 6b64b34: fix(Search): Fix overlapping content issue with the clear button +- 6b64b34: fix(Combobox/Select:): Fix focus color for selected items when using `isMulti` + `isInverse` +- 6b64b34: fix(Tag): Update focus state + ## 3.10.0 ### Minor Changes