Skip to content

Commit

Permalink
Release 3.9.0 (#1382)
Browse files Browse the repository at this point in the history
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]>
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: vverein <[email protected]>
Co-authored-by: TetianaTkachenko <[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: Vladislav Verein <[email protected]>
Co-authored-by: chris-cedrone-cengage <[email protected]>
  • Loading branch information
25 people authored Aug 30, 2024
1 parent ee4843a commit f300138
Show file tree
Hide file tree
Showing 99 changed files with 6,164 additions and 872 deletions.
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/datePicker-calendar-table-role.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(datePicker): Fix date picker calendar table role issue
5 changes: 5 additions & 0 deletions .changeset/datePicker-clearing-the-date.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(datePicker): Fix date picker clearing functionality
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/drawer-storybook.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-docs': patch
---

fix(Drawer): Update site navigation storybook example
5 changes: 5 additions & 0 deletions .changeset/feat-stepper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': minor
---

feat(Stepper): Displays step based content for use in multi-step interfaces.
5 changes: 5 additions & 0 deletions .changeset/modal-aria.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-magma-dom": patch
---

fix(Modal): Remove unnecessary `aria-describedBy=“modal”`. Add `ariaLabel` prop so that Modals without headers can customize the `aria-label` instead of defaulting to `aria-label="modal"` which is not correct for a11y standards.
5 changes: 5 additions & 0 deletions .changeset/nativeSelect-arrow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-magma-dom": patch
---

fix(NativeSelect): Update arrow placement, arrow color and border color when disabled
6 changes: 6 additions & 0 deletions .changeset/nested-modal-bg-overlay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'react-magma-dom': patch
---

fix(Modal): Background overlay issue on nested modals

14 changes: 14 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"@react-magma/charts": "6.1.0",
"@react-magma/dropzone": "4.0.0",
"react-magma-dom": "3.8.0",
"@react-magma/schema-renderer": "4.0.0",
"@cengage-patterns/header": "6.0.0",
"react-magma-docs": "5.0.9",
"react-magma-landing": "1.1.3"
},
"changesets": []
}
5 changes: 5 additions & 0 deletions .changeset/progressbar-color.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-magma-dom": patch
---

fix(ProgressBar): Add support for custom colors
5 changes: 5 additions & 0 deletions .changeset/timepicker-example.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-magma-docs": patch
---

storybook(TimePicker): Update clear time example
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.20.2
v18.18.2
1 change: 1 addition & 0 deletions .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ export const parameters = {
viewport: {
viewports: INITIAL_VIEWPORTS,
},
docs: { source: { type: 'code' } }, // required for https://github.com/storybookjs/storybook/issues/19575
};
Loading

2 comments on commit f300138

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