Skip to content

Commit

Permalink
Version Packages (#1589)
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 May 4, 2023
1 parent cfd1aed commit 7fe6699
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 60 deletions.
5 changes: 0 additions & 5 deletions .changeset/funny-onions-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-geese-smile.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/good-ravens-smash.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/green-icons-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-maps-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-taxis-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-dryers-complain.md

This file was deleted.

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

## 1.7.0

### Minor Changes

- d7ed50d5: Remove text decoration of inner text in Card when wrapped in a link

### Patch Changes

- 9f3800d2: Update Tooltip props to account for the new content attribute introduced in @types/react@18.2.4
- 528aa923: Fix Checkbox having incorrect icon style when in the disabled state and hovered over
- 7f83323a: Fix mergeProps not respecting null values

## 1.6.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.6.0",
"version": "1.7.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"sideEffects": [
Expand Down
32 changes: 32 additions & 0 deletions packages/lab/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# @salt-ds/lab

## 1.0.0-alpha.7

### Minor Changes

- 562ddb0c: Added `endAdornment` and `startAdornment` props to `InputNext`
- eeb45421: Switch `FormFieldNext` to use a compositional based API

```jsx
<FormFieldNext {...props}>
<FormFieldLabel>My label</FormFieldLabel>
<InputNext defaultValue="Value" />
<FormFieldHelperText>Helper text</FormFieldHelperText>
</FormFieldNext>
```

Removed `helperText`, `label` props from `FormFieldNext`

Removed `FormFieldLabelProps`
Removed `FormFieldHelperTextProps`

- d0f97318: Added `validationStatus` to `InputNext`, `FormFieldNext`, `FormFieldContextNext`

Added `StatusAdornment`, `ErrorAdornment`, `SuccessAdornment`, `WarningAdornment` components

Removed `disabled` prop from `FormFieldHelperText`, `FormFieldLabel`

Renamed `useA11yValueValue` to `u11yValueAriaProps`
Removed `disabled` and `readOnly` out of `u11yValueAriaProps` and separated out `disabled`, `readOnly` within `FormFieldContextNext`
Removed `useA11yValue` hook

Removed `type`, `onChange` prop from InputNext

## 1.0.0-alpha.6

### 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.6",
"version": "1.0.0-alpha.7",
"license": "Apache-2.0",
"main": "src/index.ts",
"sideEffects": [
Expand Down

0 comments on commit 7fe6699

Please sign in to comment.