Skip to content

Commit

Permalink
Release v3.8.0 (attempt #2) (#1317)
Browse files Browse the repository at this point in the history
Co-authored-by: github-bot <[email protected]>
  • Loading branch information
silvalaura and github-bot authored Jun 14, 2024
1 parent cb4fa9f commit fa9662d
Show file tree
Hide file tree
Showing 22 changed files with 110 additions and 52 deletions.
5 changes: 5 additions & 0 deletions .changeset/chore-node.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-magma-dom": patch
---

chore: Update nvm to `v16.20.2`
5 changes: 5 additions & 0 deletions .changeset/cold-birds-appear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-magma-dom": patch
---

fix(Search): Reset the value for clearable search when the X is clicked
5 changes: 5 additions & 0 deletions .changeset/datePicker-focus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-magma-dom": patch
---

fix(DatePicker): Date no longer disappears if user enters a valid date, then changes it to an invalid date.
5 changes: 5 additions & 0 deletions .changeset/feat-tabsScrollSpy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': minor
---

feat(Tabs): Two new components, `TabsScrollSpyContainer` and `TabScrollSpyPanel` allow for a unique `Tab` layout with a scroll-spy navigation UI. Please note that this component is in beta. Use at your own risk.
5 changes: 5 additions & 0 deletions .changeset/fix-BadgeHeight.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(Badge): Fixes the Badge height for the label version. Both label and counter variants are now 24px in height.
5 changes: 5 additions & 0 deletions .changeset/fix-NativeSelectPagination.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(NativeSelect): Fixes the issue with pagination control, rows per page, on Table and Datagrid
5 changes: 5 additions & 0 deletions .changeset/fix-datagrid.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(Datagrid): Fixed the state of pagination select not updating the new selected value.
5 changes: 5 additions & 0 deletions .changeset/modal-isModalClosingControlledManually.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

feat(modal): Added new `isModalClosingControlledManually` property that allows handling closing the modal on the consumer side
5 changes: 5 additions & 0 deletions .changeset/nativeSelect-testId.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-magma-dom": patch
---

fix(NativeSelect): Fix issue with data-testid
29 changes: 29 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"@react-magma/charts": "6.1.0",
"@react-magma/dropzone": "4.0.0",
"react-magma-dom": "3.7.0",
"@react-magma/schema-renderer": "4.0.0",
"@cengage-patterns/header": "6.0.0",
"react-magma-docs": "5.0.4",
"react-magma-landing": "1.1.3"
},
"changesets": [
"chore-node",
"cold-birds-appear",
"datePicker-focus",
"feat-tabsScrollSpy",
"fix-BadgeHeight",
"fix-NativeSelectPagination",
"fix-datagrid",
"modal-isModalClosingControlledManually",
"nativeSelect-testId",
"storybook-global",
"time-picker-onchange",
"timepicker-add-clearable-option",
"treeview",
"two-spoons-poke"
]
}
5 changes: 5 additions & 0 deletions .changeset/time-picker-onchange.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(TimePicker): Returns empty when backspace is pressed
5 changes: 5 additions & 0 deletions .changeset/timepicker-add-clearable-option.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

feat(TimePicker): Added support for clearing Timepicker
5 changes: 5 additions & 0 deletions .changeset/treeview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-magma-dom": minor
---

feat(TreeView): New TreeView & TreeItem components
5 changes: 5 additions & 0 deletions .changeset/two-spoons-poke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-magma-dom": patch
---

build: Update references to _styled
1 change: 0 additions & 1 deletion packages/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# @react-magma/charts

## 6.1.0

## 4.0.0-next.0

Expand Down
2 changes: 0 additions & 2 deletions packages/dropzone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Change Log

## 4.0.0

## 4.0.0-next.0

### Patch Changes
Expand Down
18 changes: 0 additions & 18 deletions packages/react-magma-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,5 @@
## 3.7.0

### Minor Changes

- a0c869034: feat(Tabs): Two new components, `TabsScrollSpyContainer` and `TabScrollSpyPanel` allow for a unique `Tab` layout with a scroll-spy navigation UI. Please note that this component is in beta. Use at your own risk.
- a0c869034: feat(TreeView): New TreeView & TreeItem components

### Patch Changes

- a0c869034: chore: Update nvm to `v16.20.2`
- a0c869034: fix(Search): Reset the value for clearable search when the X is clicked
- a0c869034: fix(DatePicker): Date no longer disappears if user enters a valid date, then changes it to an invalid date.
- a0c869034: fix(Badge): Fixes the Badge height for the label version. Both label and counter variants are now 24px in height.
- a0c869034: fix(NativeSelect): Fixes the issue with pagination control, rows per page, on Table and Datagrid
- a0c869034: fix(Datagrid): Fixed the state of pagination select not updating the new selected value.
- a0c869034: feat(modal): Added new `isModalClosingControlledManually` property that allows handling closing the modal on the consumer side
- a0c869034: fix(NativeSelect): Fix issue with data-testid
- a0c869034: fix(TimePicker): Returns empty when backspace is pressed
- a0c869034: feat(TimePicker): Added support for clearing Timepicker
- a0c869034: build: Update references to \_styled

## 3.7.0

Expand Down
2 changes: 0 additions & 2 deletions packages/schema-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# @react-magma/schema-renderer

## 4.0.0

## 4.0.0-next.0

### Patch Changes
Expand Down
2 changes: 0 additions & 2 deletions patterns/header/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Change Log

## 6.0.0

## 6.0.0-next.0

### Patch Changes
Expand Down
25 changes: 0 additions & 25 deletions website/react-magma-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,5 @@
# Change Log

## 5.0.4

### Patch Changes

- a0c869034: docs: Fix `TypeError: styled.h1 is not a function` errors
- a0c869034: chore: Fix storybook
- Updated dependencies [a0c869034]
- Updated dependencies [a0c869034]
- Updated dependencies [a0c869034]
- Updated dependencies [a0c869034]
- Updated dependencies [a0c869034]
- Updated dependencies [a0c869034]
- Updated dependencies [a0c869034]
- Updated dependencies [a0c869034]
- Updated dependencies [a0c869034]
- Updated dependencies [a0c869034]
- Updated dependencies [a0c869034]
- Updated dependencies [a0c869034]
- Updated dependencies [a0c869034]
- [email protected]
- @react-magma/charts@6.1.0
- @react-magma/dropzone@4.0.0
- @react-magma/schema-renderer@4.0.0
- @cengage-patterns/header@6.0.0

## 5.0.4-next.2

### Patch Changes
Expand Down
16 changes: 16 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,22 @@ order: 6

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



## 3.7.0

### Minor Changes

- cfc20a479: feat(Paragraph): New noTopMargin and noBottomMargin props that allow customization of which margin to remove.
- cfc20a479: feat(Select/NativeSelect): New additionalContent prop to provide the ability to add extra content inline with the label similar to the Input component.
- cfc20a479: fix(Select/NativeSelect): Fixed alignment issues in Select regarding additional content icon. Fixed duplicate additional content in Native Select.

### Patch Changes

- 421b9091a: fix(Modal): Fixed bottom padding on the Modal header
- 1fb88b6fc: fix: Updates to the expressive font styles for both desktop and mobile
- fc3098851: build(deps): bump browserify-sign from 4.2.1 to 4.2.2

## 3.6.0

### Minor Changes
Expand Down
2 changes: 0 additions & 2 deletions website/react-magma-landing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Change Log

## 1.1.3

## 1.1.3-next.0

### Patch Changes
Expand Down

2 comments on commit fa9662d

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