Skip to content

Commit 0431d39

Browse files
Version Packages (#1132)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b1c5c32 commit 0431d39

12 files changed

Lines changed: 43 additions & 55 deletions

.changeset/breezy-files-sit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/cuddly-parrots-greet.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/mean-cougars-boil.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/purple-experts-worry.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/shaggy-students-shout.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sharp-terms-doubt.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/stale-dolphins-train.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/three-rocks-bow.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/core/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @salt-ds/core
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- afe57829: Add text background color for highlighted text globally and on Text component
8+
- 1e69cf3b: Move `Tooltip` from lab to core
9+
Move `useFloatingUI` from lab to core
10+
- b1c5c32e: Move Spinner from lab to core
11+
- 88673e4a: Add `disabled` prop to Text component
12+
- 598991f8: Move `SplitLayout` from lab to core
13+
Changes in `SplitLayout`
14+
15+
- Removed `FlexItem` wraps around `SplitLayout` children.
16+
- `SplitLayout` uses `startItem` and `endItem` props as children to allow for direction.
17+
- Added `direction` prop to `SplitLayout`.
18+
- Remove `wrap` since `SplitLayout` has `direction` to control wrap by breakpoints.
19+
- End Aligned `endItem` so the element is always at the end of the layout.
20+
321
## 1.1.0
422

523
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@salt-ds/core",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"sideEffects": [

0 commit comments

Comments
 (0)