Skip to content

Commit

Permalink
Prepare for v3.6.x (#1135)
Browse files Browse the repository at this point in the history
Co-authored-by: Jerrod Heiser <[email protected]>
Co-authored-by: ccedrone <[email protected]>
Co-authored-by: noahwebs <[email protected]>
  • Loading branch information
4 people authored Oct 20, 2023
1 parent f1352ac commit 9b76cb2
Show file tree
Hide file tree
Showing 59 changed files with 3,006 additions and 1,012 deletions.
5 changes: 5 additions & 0 deletions .changeset/dropdown-menuItemRole.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(DropdownExpandableMenuListItem): Add `role="menuitem"`
5 changes: 5 additions & 0 deletions .changeset/dropdownContent-falseChild.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(DropdownContent): Handle `false` as child
5 changes: 5 additions & 0 deletions .changeset/feat-dropdownExpandableMenu.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': minor
---

feat(DropdownExpandableMenu): A new menu item display for the Dropdown component which enables expandable lists by one level.
5 changes: 5 additions & 0 deletions .changeset/feat-optionalPerPageSelect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': minor
---

feat(TablePagination): TablePagination component will hide rows per page select when no onRowsPerPageChange argument passed
5 changes: 5 additions & 0 deletions .changeset/fix-datePickerEscape.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(DatePicker): Escape key only closes the panel
5 changes: 5 additions & 0 deletions .changeset/fix-dropdownDocsStorybook.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-docs': patch
---

fix(Dropdown): Removing Dropdown password examples from docs and Storybook in lieu of future fix to UI bug pertaining to the show / hide button.
5 changes: 5 additions & 0 deletions .changeset/fix-expandableDropdown.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(Dropdown): Fixes from QA review of the Dropdown Expandable sub component disabled states.
5 changes: 5 additions & 0 deletions .changeset/fix-expandableDropdownDisabled.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

feat(DropdownExpandableMenu): A new menu item display for the Dropdown component which enables expandable lists by one level.
5 changes: 5 additions & 0 deletions .changeset/fix-labelsColors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(StyledLabel/TabPanel): Update various labels and TabPanel content to be neutral700 (instead of neutral500)
5 changes: 5 additions & 0 deletions .changeset/fix-modalEscape.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(Select/Combobox/Dropdown/DatePicker): Added support for closing components that have menus with the escape key inside of modals while retaining an open modal state.
5 changes: 5 additions & 0 deletions .changeset/fix-passInputLarge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(PasswordInput): Update placement of Show/Hide button on Large input size
5 changes: 5 additions & 0 deletions .changeset/fix-radioGroup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(RadioGroup): Radio Group label is now a span to improve a11y
5 changes: 5 additions & 0 deletions .changeset/fix-subPageTabs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-docs': patch
---

fix(SubPageTabs): Fixed automatic browser scrolling from bottom of page, and fixed window.history manipulation
5 changes: 5 additions & 0 deletions .changeset/inputHeight.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(Input): Update Input height to match button sizes: 40px (instead of 42px) and 56px (instead of 58px)
5 changes: 5 additions & 0 deletions .changeset/nativeSelectHeight.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(NativeSelect): Update NativeSelect height to match button sizes: 40px (instead of 42px)
5 changes: 5 additions & 0 deletions .changeset/sortArrows.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(Table/DataGrid): Update Ascending (point up) and Descending (point down) arrows to match other design systems
5 changes: 5 additions & 0 deletions .changeset/update-modalPadding.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(Modal): Update padding so it's equal on all sides (16px small viewport or 24px for large)
Loading

2 comments on commit 9b76cb2

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