Skip to content

Commit

Permalink
Version Packages (#3812)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 22, 2024
1 parent 9beea6b commit f385230
Show file tree
Hide file tree
Showing 15 changed files with 65 additions and 66 deletions.
13 changes: 0 additions & 13 deletions .changeset/added-system-status.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/great-pens-hunt.md

This file was deleted.

21 changes: 0 additions & 21 deletions .changeset/large-carrots-end.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/moody-rocks-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-lions-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-avocados-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-terms-march.md

This file was deleted.

23 changes: 23 additions & 0 deletions packages/ag-grid-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @salt-ds/ag-grid-theme

## 2.0.1

### Patch Changes

- d92fe9e: - Fixed background color for custom editor component.

- Fixed header text being cropped in HD compact. Closes #3675.
- Fixed Country Symbol taller than expected in HD compact. This alters `--salt-size-base` token so Salt Button, form controls (Input, Dropdown, Combo Box) will be impacted as well. Closes #3775.
- Fixed group value not center aligned vertically.
- Updated ag grid menu styling to match closer to Salt Menu component.
- Updated floating filter column chooser item styles. Closes #3671.

Note: We previously made a mistake on `rowHeight` recommendation when configurating AG Grid, which should be 1px more to account for border between row.
`useAgGridHelpers` example hook is updated to reflect this.

| Density | Row height ([`rowHeight`](https://www.ag-grid.com/javascript-data-grid/row-height/)) | Header height ([`headerHeight`](https://www.ag-grid.com/javascript-data-grid/column-headers/#header-height)) |
| ------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
| HD (Compact) | 21 | 20 |
| HD | 25 | 24 |
| MD | 37 | 36 |
| LD | 49 | 48 |
| TD | 61 | 60 |

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ag-grid-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salt-ds/ag-grid-theme",
"version": "2.0.0",
"version": "2.0.1",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
14 changes: 14 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @salt-ds/core

## 1.33.0

### Minor Changes

- 533b590: - Updated `Listbox`, `Menu`, `ComboBox` and `Dropdown` to use `--salt-palette-corner` when their corners are rounded.
- Updated `Menu`, `Dropdown` and `ComboBox` to have a 1px visual offset on floating panels.
- 34e8c9c: Added `render` prop to `NavigationItem`. The `render` prop enables the substitution of the default anchor tag with an alternate link, such as React Router, facilitating integration with routing libraries.

### Patch Changes

- bfe0f84: Cleaned up TypeScript types in multiple components.
- 0927a2d: Fixed the `initialFocus` prop not working on Dialog.
- b6070e7: Added JSDoc description to `SaltProviderNext` props.

## 1.32.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salt-ds/core",
"version": "1.32.0",
"version": "1.33.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/data-grid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @salt-ds/data-grid

## 1.0.6

### Patch Changes

- bfe0f84: Cleaned up TypeScript types in multiple components.

## 1.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/data-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salt-ds/data-grid",
"version": "1.0.5",
"version": "1.0.6",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
18 changes: 18 additions & 0 deletions packages/lab/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @salt-ds/lab

## 1.0.0-alpha.50

### Minor Changes

- 0008528: Added `SystemStatus`, `SystemStatusContent`, `SystemStatusActions` component to lab.

```tsx
<SystemStatus>
<SystemStatusContent>
<Text color="inherit">New feature updates are available</Text>
</SystemStatusContent>
</SystemStatus>
```

### Patch Changes

- bfe0f84: Cleaned up TypeScript types in multiple components.

## 1.0.0-alpha.49

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salt-ds/lab",
"version": "1.0.0-alpha.49",
"version": "1.0.0-alpha.50",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit f385230

Please sign in to comment.