Skip to content

Commit

Permalink
Update patch for v3.11 (#1605)
Browse files Browse the repository at this point in the history
Co-authored-by: nikitaorliak-cengage <[email protected]>
Co-authored-by: Nikita Orliak <[email protected]>
Co-authored-by: vitaliirumiantsev-cengage <[email protected]>
Co-authored-by: artemtrusov-cengage <[email protected]>
Co-authored-by: Oleh Noskov <[email protected]>
Co-authored-by: moathabuhamad-cengage <[email protected]>
Co-authored-by: chris-cedrone-cengage <[email protected]>
  • Loading branch information
8 people authored Dec 18, 2024
1 parent 6bdef67 commit 5e74867
Show file tree
Hide file tree
Showing 235 changed files with 51,628 additions and 90,181 deletions.
5 changes: 5 additions & 0 deletions .changeset/a11y-Stepper-vertical-orientation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': minor
---

feat(Stepper): Add vertical orientation for `Stepper`.
5 changes: 5 additions & 0 deletions .changeset/a11y-breadcrumb-hide-svg-from-screen-readers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(Breadcrumb): Hide SVGs from screen readers by adding `aria-hidden="true"` to the `span` element that wraps the SVGs.
5 changes: 5 additions & 0 deletions .changeset/a11y-button-remove-animation-presses.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(Button): Remove animation presses for `Button`.
5 changes: 5 additions & 0 deletions .changeset/a11y-checkBox-labels-not-read.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(CheckBox): Fix unreadable labels in `CheckBox` for screen readers.
5 changes: 5 additions & 0 deletions .changeset/a11y-checkbox-hide-svg-from-screen-readers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(CheckBox): Hide SVGs from screen readers by adding `aria-hidden="true"` to the `span` element that wraps the SVGs.
5 changes: 5 additions & 0 deletions .changeset/a11y-combobox-clear-focus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(Combobox): Fix focus issue after triggering the clear button
5 changes: 5 additions & 0 deletions .changeset/a11y-datePicker-nav-issues.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(DatePicker): Fix navigation and accessibility issues.
5 changes: 5 additions & 0 deletions .changeset/a11y-datePicker-shortcut.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(DatePicker): Remove shortcut to open `HelperInformation`.
5 changes: 5 additions & 0 deletions .changeset/a11y-datepicker-calendar-header-columns.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(DatePicker): Add `aria-label` to calendar header columns.
5 changes: 5 additions & 0 deletions .changeset/a11y-docs-Modal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-docs': patch
---

fix(Modal): Fix nested modal example focus lock.
5 changes: 5 additions & 0 deletions .changeset/a11y-docs-drawer-focus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-docs': patch
---

fix(Drawer): Corrected examples for a `drawer` component to ensure focus returns to the opening button after the `drawer` closes.
5 changes: 5 additions & 0 deletions .changeset/a11y-docs-img-empty-alts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-docs': patch
---

fix(Docs): add "GATSBY_EMPTY_ALT" as alt text for empty alts.
5 changes: 5 additions & 0 deletions .changeset/a11y-drawer-navigation-focus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(Drawer): Fix trapped focus
5 changes: 5 additions & 0 deletions .changeset/a11y-dropdown-active-item.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(Dropdown): Fix a11y for active index
5 changes: 5 additions & 0 deletions .changeset/a11y-dropdown-hide-svg-from-screen-readers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(Dropdown): Hide SVGs from screen readers by adding `aria-hidden="true"` to the `svg` elements.
5 changes: 5 additions & 0 deletions .changeset/a11y-list-hide-icons-from-assistive-tech.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(List): Hide SVGs from assistive tech by adding `aria-hidden="true"` to the `span` element that wraps the SVGs.
5 changes: 5 additions & 0 deletions .changeset/a11y-progressBar-animation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(ProgressBar): Remove animation if the user has `prefers-reduced-motion` media query set.
5 changes: 5 additions & 0 deletions .changeset/a11y-search-loading.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(Search): Fix the disappearing focus on the button when loading
5 changes: 5 additions & 0 deletions .changeset/a11y-select-accessibility.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(Select): Fix accessibility issue for `clearIndicator` inside `SelectTriggerButton`.
5 changes: 5 additions & 0 deletions .changeset/a11y-timePicker-shortcut.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-docs': patch
---

fix(TimePicker): improve TimePicker internationalization example.
5 changes: 5 additions & 0 deletions .changeset/a11y-treeview-navigation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(TreeView): Improve screenreader accessibility
5 changes: 5 additions & 0 deletions .changeset/a11y-useFocusLock-hook-disabled-elements.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(useFocusLock): Fix the `useFocusLock` hook if the first or last element is disabled.
5 changes: 5 additions & 0 deletions .changeset/docs-contguidelines.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-docs': patch
---

docs: Fix contribution guidelines page
5 changes: 5 additions & 0 deletions .changeset/docs-emotion.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-docs': patch
---

docs(emotion): Update changelog to explain possible issue with emotion/css.
5 changes: 5 additions & 0 deletions .changeset/dropdown-deprecate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

chore(Dropdown): Deprecate `dropDirection` & `alignment` props. These are no longer necessary with viewport detection support.
5 changes: 5 additions & 0 deletions .changeset/dropdown-safari.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(Dropdown): Fix the dropdown closing on second button click in Safari
5 changes: 5 additions & 0 deletions .changeset/feat-heading-add-props.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(Heading): Add the `noTopMargin` and `noBottomMargin` props to the `Heading` component.
5 changes: 5 additions & 0 deletions .changeset/feat-input-error-state-update-colors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': minor
---

feat(Input): Update colors for error message, icon and border in dark mode.
5 changes: 5 additions & 0 deletions .changeset/feat-input-help-text.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': minor
---

feat(Input): Update additional children position based on label position
5 changes: 5 additions & 0 deletions .changeset/feat-navTab-support-overwriting-textTransform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': minor
---

feat(Tabs/NavTabs): Add support for overwriting text transform with `textTransform` prop.
5 changes: 5 additions & 0 deletions .changeset/feat-progressBar-update-colors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': minor
---

feat(ProgressBar): Update colors from danger200/success200 to danger300/success300 in dark mode.
5 changes: 5 additions & 0 deletions .changeset/feat-select-combobox-dropdown-viewport.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': minor
---

feat(Combobox, Select, Date picker, Dropdown): Support viewport detection and positioning
5 changes: 5 additions & 0 deletions .changeset/feat-success-button.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': minor
---

feat(Button): Add `success` button color
5 changes: 5 additions & 0 deletions .changeset/feat-treeview-add-support-for-isdisabled.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': minor
---

feat(TreeView): Add support for `isDisabled` trees and items
5 changes: 5 additions & 0 deletions .changeset/feat-treeview-onexpandedchange.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': minor
---

feat(TreeView): `onExpandedChange` returns an array of expanded IDs
5 changes: 5 additions & 0 deletions .changeset/fix-blockQuote-border-color.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(BlockQuote): Fix border color respecting the `Theme` context.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(TreeView): Fix initialExpanded items expanding all parents
5 changes: 5 additions & 0 deletions .changeset/fix-input-focus-outline.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(Input): Update focus style on inputs.
5 changes: 5 additions & 0 deletions .changeset/fix-listItem-icons-color.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(ListItem): Fix icon colors respecting the `Theme` context.
5 changes: 5 additions & 0 deletions .changeset/fix-modal-focuslock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(Modal): Fix modal losing focus order with dynamic content.
5 changes: 5 additions & 0 deletions .changeset/fix-select-combobox-multi-outline.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(Select): Update outline offset on multiselected items
5 changes: 5 additions & 0 deletions .changeset/fix-select-placeholder-color.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(Select): Fix placeholder color.
5 changes: 5 additions & 0 deletions .changeset/fix-stories-files.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

chore: Remove `.stories.` files from the production bundle.
5 changes: 5 additions & 0 deletions .changeset/fix-tabs-center-active-tab.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(Tabs): Center preselected `Tab` on the `Scrollable Tabs`.
5 changes: 5 additions & 0 deletions .changeset/fix-timePicker-adjust-AM-PM-width.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(TimePicker): Fix AM/PM width in the `TimePicker`.
5 changes: 5 additions & 0 deletions .changeset/fix-toast-loading-ring-misaligned.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(Toast): Fix loading ring alignment when zooming in Safari
5 changes: 5 additions & 0 deletions .changeset/fix-treeview-docs-example.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-docs': patch
---

fix(TreeView): Fix TreeView references in Selectable example.
5 changes: 5 additions & 0 deletions .changeset/heading-margins.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(Heading): Update margins for `heading2XLarge`
5 changes: 5 additions & 0 deletions .changeset/implement-scrollspy-in-docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-docs': patch
---

feat(react-magma-docs): Implement scrollspy.
5 changes: 5 additions & 0 deletions .changeset/input-props.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(Input): Improve descriptions for `inputWrapperStyle` and `containerStyle` props.
5 changes: 5 additions & 0 deletions .changeset/inputwrapperstyles.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(Input): Remove `flex-shrink` to allow inputs to shrink as needed.
5 changes: 5 additions & 0 deletions .changeset/search-clear-overlaps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(Search): Fix overlapping content issue with the clear button
5 changes: 5 additions & 0 deletions .changeset/selecteItemButton-focus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(Combobox/Select:): Fix focus color for selected items when using `isMulti` + `isInverse`
5 changes: 5 additions & 0 deletions .changeset/soft-ligers-laugh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-docs': patch
---

chore: Clean up changesets ahead of release
5 changes: 5 additions & 0 deletions .changeset/tag-focus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(Tag): Update focus state
5 changes: 5 additions & 0 deletions .changeset/toggleButtonGroup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(ToggleButtonGroup): Fix `enforced` and `exclusive` props
5 changes: 5 additions & 0 deletions .changeset/tree-initEx-docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-docs': patch
---

docs(TreeView): Update examples
5 changes: 5 additions & 0 deletions .changeset/tree-showAllExample.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': minor
---

fix(TreeView): Support "show all" button inside TreeView component
5 changes: 5 additions & 0 deletions .changeset/tree-unitTests.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(TreeView): Add more unit tests
5 changes: 5 additions & 0 deletions .changeset/treeViewSelectItemsOutside.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': minor
---

feat(TreeView): Add ability to update selected items from outside the tree
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ packages/react-magma-dom/README.md
*_cache*
.npmrc
packages/react-magma-landing/dist

.nx/cache
.nx/workspace-data
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.18.2
v18.20.4
Loading

2 comments on commit 5e74867

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.