Skip to content

Commit

Permalink
Release v4.2.0 (#1150)
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 authored Oct 23, 2023
1 parent 0c19408 commit de22be5
Show file tree
Hide file tree
Showing 67 changed files with 2,415 additions and 527 deletions.
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-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-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.md
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)
31 changes: 31 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"@react-magma/charts": "4.0.2",
"@react-magma/dropzone": "4.0.1",
"react-magma-dom": "4.1.1",
"@react-magma/schema-renderer": "4.0.1",
"@cengage-patterns/header": "6.0.1",
"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"
]
}
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)
80 changes: 8 additions & 72 deletions packages/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# @react-magma/charts

## 4.0.2
## 5.0.0-next.0

### Patch Changes

## 4.0.2-next.0
- Updated dependencies [9a09b8b55]
- [email protected]

## 4.0.2

### Patch Changes

Expand All @@ -15,22 +20,14 @@

- 1238e8d: Fix handleKeyboardInstructionsButtonKeydown type error

## 4.0.1-next.0

### Patch Changes

- a81b0728b: Fix handleKeyboardInstructionsButtonKeydown type error

## 4.0.0

## 4.0.0-next.1

### Patch Changes

- Updated dependencies [3d00dcc7e]
- [email protected]

## 3.0.1-next.0
## 3.0.1

### Patch Changes

Expand All @@ -43,95 +40,34 @@

- c01c53838: chore: Update to React v17.0.2

## 3.0.0-next.0

### Major Changes

- c01c53838: chore: Update to React v17.0.2

### Patch Changes

- Updated dependencies [adba671f3]
- Updated dependencies [c01c53838]
- [email protected]

## 2.0.1

### Patch Changes

- 7b4549726: Update react-magma-icons version to 2.3.6

## 2.0.1-next.1

### Patch Changes

- 7b4549726: Update react-magma-icons version to 2.3.6

## 2.0.1-next.0

### Patch Changes

- Updated dependencies [f5189569b]
- [email protected]

## 2.0.0

### Patch Changes

- 95fc5ae7: chore(npm/node): Update versions

## 2.0.0-next.1

### Patch Changes

- 95fc5ae72: chore(npm/node): Update versions

## 2.0.0-next.0

### Patch Changes

- Updated dependencies [47015f38]
- [email protected]

## 1.0.2

### Patch Changes

- 0de78513: build(deps): Bump react-magma-icons to 2.3.4

## 1.0.2-next.1

### Patch Changes

- 0de78513c: build(deps): Bump react-magma-icons to 2.3.4

## 1.0.2-next.0

### Patch Changes

- Updated dependencies [17ee57afe]
- [email protected]

## 1.0.1

## 1.0.1-next.0

### Patch Changes

- Updated dependencies [fc8a20bf]
- [email protected]

## 1.0.0

## 1.0.0-next.0

### Patch Changes

- Updated dependencies [366b25af]
- [email protected]

## 0.0.4

## 0.0.3

## 0.0.2
6 changes: 3 additions & 3 deletions packages/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-magma/charts",
"version": "4.0.2",
"version": "5.0.0-next.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -30,7 +30,7 @@
"@emotion/styled": "^10.0.27",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-magma-dom": "^4.1.1-next.0",
"react-magma-dom": "^4.2.0-next.0",
"react-magma-icons": "^3.0.0"
},
"dependencies": {
Expand All @@ -41,7 +41,7 @@
"@emotion/styled": "^10.0.27",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-magma-dom": "^4.1.1",
"react-magma-dom": "^4.2.0-next.0",
"react-magma-icons": "^3.0.0"
}
}
7 changes: 7 additions & 0 deletions packages/dropzone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 5.0.0-next.0

### Patch Changes

- Updated dependencies [9a09b8b55]
- [email protected]

## 4.0.1

## 4.0.1-next.0
Expand Down
6 changes: 3 additions & 3 deletions packages/dropzone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-magma/dropzone",
"version": "4.0.1",
"version": "5.0.0-next.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -30,7 +30,7 @@
"@emotion/styled": "^10.0.27",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-magma-dom": "^4.1.1-next.0",
"react-magma-dom": "^4.2.0-next.0",
"react-magma-icons": "^3.0.0"
},
"dependencies": {
Expand All @@ -42,7 +42,7 @@
"@emotion/styled": "^10.0.27",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-magma-dom": "^4.1.1",
"react-magma-dom": "^4.2.0-next.0",
"react-magma-icons": "^3.0.0"
}
}
Loading

2 comments on commit de22be5

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