Skip to content

Commit

Permalink
Manually sync main -> dev (4.2.0) (#1152)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
6 people committed Aug 15, 2024
1 parent 346c978 commit b2d1229
Show file tree
Hide file tree
Showing 21 changed files with 33 additions and 106 deletions.
5 changes: 5 additions & 0 deletions .changeset/cuddly-dolphins-yell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-magma-docs": patch
---

build: Resolve merge conflicts when pulling main -> dev
5 changes: 0 additions & 5 deletions .changeset/dropdown-menuItemRole.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dropdownContent-falseChild.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/feat-dropdownExpandableMenu.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/feat-optionalPerPageSelect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-datePickerEscape.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-dropdownDocsStorybook.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-expandableDropdown.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-expandableDropdownDisabled.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-labelsColors.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-modalEscape.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-passInputLarge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-radioGroup.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-subPageTabs

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/inputHeight.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nativeSelectHeight.md

This file was deleted.

21 changes: 2 additions & 19 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,5 @@
"react-magma-docs": "5.0.3",
"react-magma-landing": "1.1.2"
},
"changesets": [
"dropdown-menuItemRole",
"dropdownContent-falseChild",
"feat-dropdownExpandableMenu",
"feat-optionalPerPageSelect",
"fix-datePickerEscape",
"fix-dropdownDocsStorybook",
"fix-expandableDropdown",
"fix-expandableDropdownDisabled",
"fix-labelsColors",
"fix-modalEscape",
"fix-passInputLarge",
"fix-radioGroup",
"inputHeight",
"nativeSelectHeight",
"sortArrows",
"update-modalPadding"
]
}
"changesets": []
}
5 changes: 0 additions & 5 deletions .changeset/sortArrows.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/update-modalPadding.md

This file was deleted.

2 changes: 0 additions & 2 deletions packages/react-magma-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@

## 4.1.1

## 4.2.0-next.14

### Patch Changes

- 89e7a8f13: fix(DropdownExpandableMenuListItem): Add `role="menuitem"`
Expand Down
26 changes: 26 additions & 0 deletions website/react-magma-docs/src/pages/api-intro/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,32 @@ order: 4

<PageContent componentName="changelog" type="api_intro">

## 4.2.0

### Minor Changes

- de22be548: feat(DropdownExpandableMenu): A new menu item display for the Dropdown component which enables expandable lists by one level
- de22be548: feat(TablePagination): TablePagination component will hide rows per page select when no onRowsPerPageChange argument passed

### Patch Changes

- de22be548: fix(DropdownContent): Handle `false` as child
- de22be548: fix(StyledLabel/TabPanel): Update various labels and TabPanel content to be neutral700 (instead of neutral500)
- de22be548: 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.
- de22be548: fix(PasswordInput): Update placement of Show/Hide button on Large input size
- de22be548: fix(RadioGroup): Radio Group label is now a span to improve a11y
- de22be548: fix(Input): Update Input height to match button sizes: 40px (instead of 42px) and 56px (instead of 58px)
- de22be548: fix(NativeSelect): Update NativeSelect height to match button sizes: 40px (instead of 42px)
- de22be548: fix(Table/DataGrid): Update Ascending (point up) and Descending (point down) arrows to match other design systems
- de22be548: fix(Modal): Update padding so it's equal on all sides (16px small viewport or 24px for large)

## 4.1.1

### Patch Changes

- 0d718be80: fix(Input Base): Fixed case where default value of `0` did not render the default value in the input field
- 0d718be80: fix(Input/Textarea): Fix `maxLength` console warning regarding passing a boolean attribute
- 0d718be80: docs(tabs): Update TabProps to remove `isActive`-- this component does not use it. Use `activeIndex` on the `TabsContainer` to indicate the active tab

## 4.5.0

Expand Down

0 comments on commit b2d1229

Please sign in to comment.