Skip to content

Commit

Permalink
Version Packages (#3547)
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 Jun 24, 2024
1 parent 8b808d3 commit dde7f26
Show file tree
Hide file tree
Showing 28 changed files with 128 additions and 152 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-students-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-ants-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-snails-camp.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/friendly-llamas-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-pillows-pay.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/giant-mangos-drop.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/happy-tables-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-berries-heal.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/mean-worms-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-birds-tie.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/polite-laws-shout.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/small-melons-roll.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/stale-gorillas-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-taxis-raise.md

This file was deleted.

22 changes: 0 additions & 22 deletions .changeset/two-rats-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-keys-dress.md

This file was deleted.

49 changes: 49 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,54 @@
# @salt-ds/core

## 1.30.0

### Minor Changes

- e35a976: Added `Tag` component to core. Tags are non-interactive visual adornments that represent metadata or keywords associated with content, drawing the user's attention to categories without requiring interaction.

```typescript
<Tag>Tag</Tag>
<Tag bordered>Tag</Tag>
<Tag variant="secondary">Tag</Tag>
<Tag category={2}>Tag</Tag>
```

- f89189d: Added a new `actionFont` prop to `UNSTABLE_SaltProviderNext` with `"Open Sans"` or `"Amplitude"` option. To try it out, use

```
<UNSTABLE_SaltProviderNext actionFont="Amplitude">
```

Refer to [documentation](https://storybook.saltdesignsystem.com/?path=/docs/experimental-theme-next--docs) for more information.

- 0715454: Added `ListBox` component to core. `ListBox` allows the user to select an item from an array of options. Selected items are visually distinct from nonselected items. To ensure efficient space usage, long lists of items are in a scrolling pane that can provide access to options not immediately visible to the user.

```tsx
<ListBox>
<Option value="red" />
<Option value="orange" />
<Option value="yellow" />
<Option value="green" />
<Option value="blue" />
<Option value="indigo" />
<Option value="violet" />
</ListBox>
```

- 6cde7ea: Added `Divider`.

```tsx
<Divider />
<Divider variant={variant} orientation={orientation} />
```

### Patch Changes

- 4697c25: Fixed content alignment of Option, OptionGroup, MenuItem and MenuGroup.
- 0486cbc: Added line-height, letter-spacing and font-family to Dropdown, MenuItem, Option and OptionGroup.
- f125982: Fixed Combo Box not picking `defaultValue` when `defaultSelected` is not set. Closes #3579.
- 55e7ced: Fixed combo box can be focused when disabled. Fixes #3369

## 1.29.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.29.0",
"version": "1.30.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions packages/countries/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @salt-ds/countries

## 1.4.0

### Minor Changes

- 40e9372: Expose a CSS file that allows Salt to be used without runtime CSS injection.

```tsx
import "@salt-ds/countries/css/salt-countries.css";
```

## 1.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/countries/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salt-ds/countries",
"version": "1.3.1",
"version": "1.4.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.5

### Patch Changes

- 4b35339: Exported `EditorContext` and `CellFrame` to create custom cell and cell editors

## 1.0.4-alpha.10

### 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.4",
"version": "1.0.5",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @salt-ds/icons

## 1.12.1

### Patch Changes

- 89c26bc: Fixed Icon as CSS background not working when another className is in front. Closes #3583.

## 1.12.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salt-ds/icons",
"version": "1.12.0",
"version": "1.12.1",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
28 changes: 28 additions & 0 deletions packages/lab/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# @salt-ds/lab

## 1.0.0-alpha.48

### Minor Changes

- c759347: Added `visibleMonths` to control the number of visible months in a range `DatePicker`. The supports values are `1` or `2` (default).

```tsx
<DatePicker selectionVariant="range" visibleMonths={1} />
```

- 6cde7ea: Removed `Divider` from lab and promoted to core.

### Patch Changes

- 50b03f5: Fix Range date picker cursor position after selection
- ba1dc07: - Exposed input values in dateInput's `onChange`.

```tsx
<DatePicker onChange={(event, selectedDateInputValue: string | undefined) => {}}/>

<DatePicker selectionVariant="range"
onChange={(event, startDateInputValue: string | undefined, endDateInputValue: string | undefined) => {}}
/>
```

- Removed `startDate`, `defaultStartDate`, `endDate`, and `defaultEndDate` in DatePicker.
- Added `selectedDate`, `defaultSelectedDate` and `defaultOpen` in DatePicker.

## 1.0.0-alpha.47

### 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.47",
"version": "1.0.0-alpha.48",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
23 changes: 23 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @salt-ds/theme

## 1.19.0

### Minor Changes

- f89189d: Added theme tokens supporting action font switch.

```css
--salt-text-action-fontFamily: var(--salt-palette-text-fontFamily-action);

--salt-palette-text-fontFamily-action: var(
--salt-typography-fontFamily-openSans
);
--salt-palette-text-action-fontWeight: var(
--salt-typography-fontWeight-semiBold
);
```

Updated `--salt-text-action-fontWeight` to use `var(--salt-palette-text-action-fontWeight)`.

In theme next, palette layer tokens can be switched between Open Sans and Amplitude.

Closes #3528.

## 1.18.0

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

0 comments on commit dde7f26

Please sign in to comment.