Skip to content

Commit

Permalink
Release 4.6.0 (#1437)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-bot <[email protected]>
Co-authored-by: Jerrod Heiser <[email protected]>
Co-authored-by: noahwebs <[email protected]>
Co-authored-by: ccedrone <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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: orion-cengage <[email protected]>
Co-authored-by: ViktorBeshentsev <[email protected]>
Co-authored-by: Viktor Beshentsev <[email protected]>
Co-authored-by: vverein <[email protected]>
Co-authored-by: TetianaTkachenko <[email protected]>
Co-authored-by: Chris Cedrone <[email protected]>
Co-authored-by: Chris Cedrone <[email protected]>
Co-authored-by: OlenaYashyna <[email protected]>
Co-authored-by: yatimov <[email protected]>
Co-authored-by: Alisher Yatimov <[email protected]>
Co-authored-by: chris-cedrone-cengage <[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]>
  • Loading branch information
1 parent ec9e16b commit d48b8bb
Show file tree
Hide file tree
Showing 93 changed files with 3,668 additions and 1,265 deletions.
5 changes: 5 additions & 0 deletions .changeset/a111y-breadCrumbs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(BreadCrumb): Improved accessibility by replacing span with link to fix focus
5 changes: 5 additions & 0 deletions .changeset/a11y-accordion.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-docs': patch
---

fix(Accordion): Fix focus issue with `Collapse All` and `Expand All` buttons
5 changes: 5 additions & 0 deletions .changeset/a11y-datagrid.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(DataGrid): Improved accessibility by adding `aria-live="polite"` and fixing labelText for checkboxes when `isSelectable={true}`
5 changes: 5 additions & 0 deletions .changeset/a11y-iconToggleBtn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-docs': patch
---

fix(ToggleButton): Improved accessibility for Toggle Button icon only examples.
5 changes: 5 additions & 0 deletions .changeset/a11y-intermediateCheckbox.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(Indeterminate Checkbox): Improved accessibility for `Indeterminate` status
5 changes: 5 additions & 0 deletions .changeset/a11y-loadingBtn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(Button): Improved accessibility for `isLoading` state
5 changes: 5 additions & 0 deletions .changeset/a11y-navTabs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(NavTabs): Improved accessibility by adding `aria-current="page"` for active tabs.
5 changes: 5 additions & 0 deletions .changeset/a11y-pagination.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(Pagination): Improved accessibility for classic pagination by adding `aria-current="page"` and `aria-label="pagination"`.
5 changes: 5 additions & 0 deletions .changeset/breadcrumbs-alignment.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(Breadcrumbs): Fixed alignment issue between elements
5 changes: 5 additions & 0 deletions .changeset/build-updatePackage-lock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-magma-docs": patch
---

build: Fix package lock
5 changes: 5 additions & 0 deletions .changeset/datePicker-onChange.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(DatePicker): Fix error when using both `onChange` and `onDateChange`
5 changes: 5 additions & 0 deletions .changeset/docs-drawer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-docs': patch
---

fix(Drawer): Fixed drawer appearing open at lower screen resolutions for the doc site navigation.
5 changes: 5 additions & 0 deletions .changeset/docs-drawerExample2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-docs': patch
---

docs(Drawer): Fix Drawer examples
5 changes: 5 additions & 0 deletions .changeset/emotion-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-docs': patch
---

Update changelog text to alert adopters about the emotion update.
5 changes: 5 additions & 0 deletions .changeset/feat-modal-headerref-docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-docs': patch
---

docs(Modal): Modal Heading example fixes
5 changes: 5 additions & 0 deletions .changeset/feat-modal-headerref.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': minor
---

feat(Modal): New `headerRef` prop that returns a reference to the header element
5 changes: 5 additions & 0 deletions .changeset/fix-accordion-navigation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(Accordion): Fix screen scroll behavior during accordion navigation
5 changes: 5 additions & 0 deletions .changeset/fix-modal-background.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(Modal): Fix focus issue when using `isBackgroundClickDisabled`
5 changes: 5 additions & 0 deletions .changeset/fix-modal-headerref-docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-docs': patch
---

docs(Modal): Modal Heading icon example fix
5 changes: 5 additions & 0 deletions .changeset/fix-treeView-checked.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-docs': patch
---

fix(TreeView): Fixed the Preselected items example
5 changes: 5 additions & 0 deletions .changeset/list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(List): Updated support for nested items
42 changes: 42 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"@react-magma/charts": "8.0.0",
"@react-magma/dropzone": "8.0.0",
"react-magma-dom": "4.5.0",
"@react-magma/schema-renderer": "8.0.0",
"@cengage-patterns/header": "10.0.0",
"react-magma-docs": "5.0.7",
"react-magma-landing": "1.1.4"
},
"changesets": [
"a111y-breadCrumbs",
"a11y-accordion",
"a11y-datagrid",
"a11y-iconToggleBtn",
"a11y-intermediateCheckbox",
"a11y-loadingBtn",
"a11y-navTabs",
"a11y-pagination",
"breadcrumbs-alignment",
"build-updatePackage-lock",
"datePicker-onChange",
"docs-drawer",
"docs-drawerExample2",
"emotion-update",
"feat-modal-headerref-docs",
"feat-modal-headerref",
"fix-accordion-navigation",
"fix-modal-background",
"fix-modal-headerref-docs",
"fix-treeView-checked",
"gentle-carpets-agree",
"list",
"sync",
"thirty-cherries-sort",
"treeViewProps",
"treeview-a11y",
"treeview-docs"
]
}
5 changes: 5 additions & 0 deletions .changeset/sync.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-docs': patch
---

chore: Manually sync main -> dev (4.5.0)
5 changes: 5 additions & 0 deletions .changeset/thirty-cherries-sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-magma-docs": patch
---

build(deps): bump elliptic from 6.5.5 to 6.5.7
5 changes: 5 additions & 0 deletions .changeset/treeViewProps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': minor
---

feat(TreeView): Add support for `checkChildren` and `checkParents` props
5 changes: 5 additions & 0 deletions .changeset/treeview-a11y.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-magma-dom": patch
---

fix(TreeView): Accessibility updates: respect reduced motion preference, navigate tree with left arrow keys
5 changes: 5 additions & 0 deletions .changeset/treeview-docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-docs': patch
---

docs(TreeView): Update TreeView example
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.18.2
v18.18.2
Loading

2 comments on commit d48b8bb

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