Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #4613

Merged
merged 1 commit into from
Feb 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/cool-spoons-judge.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/eight-dolls-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-lobsters-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-mice-repeat.md

This file was deleted.

33 changes: 0 additions & 33 deletions .changeset/honest-guests-search.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/little-countries-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-bats-kick.md

This file was deleted.

80 changes: 0 additions & 80 deletions .changeset/mighty-actors-whisper.md

This file was deleted.

21 changes: 0 additions & 21 deletions .changeset/silly-ducks-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-jeans-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-rockets-cough.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/two-tomatoes-press.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/violet-dancers-hope.md

This file was deleted.

23 changes: 0 additions & 23 deletions .changeset/yellow-beds-visit.md

This file was deleted.

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

## 2.3.1

### Patch Changes

- Updated dependencies [3e474a0]
- Updated dependencies [926316f]
- Updated dependencies [926316f]
- Updated dependencies [926316f]
- Updated dependencies [926316f]
- Updated dependencies [1203a3f]
- Updated dependencies [3e474a0]
- Updated dependencies [926316f]
- @salt-ds/[email protected]

## 2.3.0

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

## 1.40.0

### Minor Changes

- 6a0db8d: Added `loading` prop/functionality to the Button component. This prop will display a spinner to indicate that the action is in progress. This is useful for actions that take some time to process, such as submitting a form or loading data.

Added `loadingAnnouncement` prop/functionality to the Button component. This prop will announce a message to screen readers. Meant to be used in conjunction with the `loading` prop.

- 1436b36: Add `padding` and `margin` to `FlexLayout`, `FlexItem`, `FlowLayout`, `StackLayout` and `SplitLayout`

```tsx
<FlexLayout padding={1} margin={1}>
<FlexItem padding={2} margin={2}>
Item
</FlexItem>
</FlexLayout>
```

- efb37a0: Add `inputRef` prop to `Checkbox` and `RadioButton`. The `inputRef` can be used to access the hidden `<input>` element.

### Patch Changes

- 3b1c265: Fixed standalone ToggleButton's corner radius not aligning to Button.
- 39bd967: Fixed secondary and tertiary InteractableCards having incorrect disabled styling.

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

## 1.4.6

### Patch Changes

- Updated dependencies [6a0db8d]
- Updated dependencies [3b1c265]
- Updated dependencies [1436b36]
- Updated dependencies [39bd967]
- Updated dependencies [efb37a0]
- @salt-ds/[email protected]

## 1.4.5

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

## 1.0.12

### Patch Changes

- Updated dependencies [6a0db8d]
- Updated dependencies [45961dd]
- Updated dependencies [3b1c265]
- Updated dependencies [1436b36]
- Updated dependencies [39bd967]
- Updated dependencies [efb37a0]
- @salt-ds/[email protected]
- @salt-ds/[email protected]

## 1.0.11

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

## 1.0.0-alpha.60

### Patch Changes

- 45961dd: Fix dialog and overlay header alignments
- Updated dependencies [6a0db8d]
- Updated dependencies [3b1c265]
- Updated dependencies [1436b36]
- Updated dependencies [39bd967]
- Updated dependencies [efb37a0]
- @salt-ds/[email protected]

## 1.0.0-alpha.59

### 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.59",
"version": "1.0.0-alpha.60",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
Loading
Loading