Skip to content

Commit

Permalink
Release 4.7.0 (#1590)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: github-bot <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Laura Silva <[email protected]>
Co-authored-by: ccedrone <[email protected]>
Co-authored-by: Orion Johnson <[email protected]>
Co-authored-by: Chris Cedrone <[email protected]>
Co-authored-by: Laura Silva <[email protected]>
Co-authored-by: OlenaYashyna <[email protected]>
Co-authored-by: vverein <[email protected]>
Co-authored-by: yatimov <[email protected]>
Co-authored-by: Alisher Yatimov <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jerrod Heiser <[email protected]>
Co-authored-by: noahwebs <[email protected]>
Co-authored-by: Igor Fesyk <[email protected]>
Co-authored-by: Ihor Fesyk <[email protected]>
Co-authored-by: acoopa <[email protected]>
Co-authored-by: Collange, Etienne <[email protected]>
Co-authored-by: ViktorBeshentsev <[email protected]>
Co-authored-by: Viktor Beshentsev <[email protected]>
Co-authored-by: TetianaTkachenko <[email protected]>
Co-authored-by: Vladislav Verein <[email protected]>
Co-authored-by: k4rnaj1k <[email protected]>
Co-authored-by: moathabuhamad-cengage <[email protected]>
Co-authored-by: artemtrusov-cengage <[email protected]>
Co-authored-by: vitaliirumiantsev-cengage <[email protected]>
Co-authored-by: Oleh Noskov <[email protected]>
Co-authored-by: nikitaorliak-cengage <[email protected]>
Co-authored-by: Nikita Orliak <[email protected]>
  • Loading branch information
1 parent d31b59c commit 02db8e6
Show file tree
Hide file tree
Showing 281 changed files with 63,912 additions and 53,129 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-charts-space-around-circle-nodes-missing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@react-magma/charts': patch
---

fix(Charts): Fix circle styles for `Charts`.
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/build-upgrade-lerna.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-docs': patch
---

build(Lerna): update and add local caching for build and test commands`.
5 changes: 5 additions & 0 deletions .changeset/chore-deprecate-header.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@cengage-patterns/header': patch
---

Deprecate @cengage-patterns/header package.
5 changes: 5 additions & 0 deletions .changeset/chore-deprecate-schema.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@react-magma/schema-renderer': patch
---

Deprecate @react-magma/schema-renderer package.
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.
5 changes: 5 additions & 0 deletions .changeset/fix-docs-examples.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-docs': patch
---

fix(Docs): Within the Docs site, these components have had fixes for missing references and general clean-up for CodeSandbox examples: Grid, Container, Stepper, Combobox, Hyperlink, IconButton, Toast, DatePicker, Dropdown, Form, FormGroup, useFocusLock
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.
Loading

2 comments on commit 02db8e6

@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.