-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
0c19408
commit de22be5
Showing
67 changed files
with
2,415 additions
and
527 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'react-magma-dom': patch | ||
--- | ||
|
||
fix(DropdownContent): Handle `false` as child |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
@@ -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 | ||
|
||
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
de22be5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 Deployed on https://4-2-0--upbeat-sinoussi-f675aa.netlify.app
de22be5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Published on https://react-magma.cengage.com as production
🚀 Deployed on https://65367b14d40f0f1d26d38a3e--upbeat-sinoussi-f675aa.netlify.app