From 25fd33c9a9d07624434bd810468096818e7b2116 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 09:14:13 +0100 Subject: [PATCH] Version Packages (#3270) Co-authored-by: github-actions[bot] --- .changeset/dry-pumpkins-battle.md | 8 -------- .changeset/gentle-pots-learn.md | 5 ----- .changeset/rare-turkeys-change.md | 5 ----- .changeset/shiny-ants-pull.md | 11 ----------- .changeset/shiny-bees-listen.md | 16 --------------- .changeset/silent-monkeys-return.md | 29 ---------------------------- .changeset/swift-frogs-move.md | 5 ----- .changeset/violet-news-beg.md | 6 ------ packages/ag-grid-theme/CHANGELOG.md | 6 ++++++ packages/ag-grid-theme/package.json | 2 +- packages/core/CHANGELOG.md | 28 +++++++++++++++++++++++++++ packages/core/package.json | 2 +- packages/data-grid/CHANGELOG.md | 6 ++++++ packages/data-grid/package.json | 2 +- packages/icons/CHANGELOG.md | 12 ++++++++++++ packages/icons/package.json | 2 +- packages/lab/CHANGELOG.md | 30 +++++++++++++++++++++++++++++ packages/lab/package.json | 2 +- 18 files changed, 87 insertions(+), 90 deletions(-) delete mode 100644 .changeset/dry-pumpkins-battle.md delete mode 100644 .changeset/gentle-pots-learn.md delete mode 100644 .changeset/rare-turkeys-change.md delete mode 100644 .changeset/shiny-ants-pull.md delete mode 100644 .changeset/shiny-bees-listen.md delete mode 100644 .changeset/silent-monkeys-return.md delete mode 100644 .changeset/swift-frogs-move.md delete mode 100644 .changeset/violet-news-beg.md diff --git a/.changeset/dry-pumpkins-battle.md b/.changeset/dry-pumpkins-battle.md deleted file mode 100644 index 4c5fb498341..00000000000 --- a/.changeset/dry-pumpkins-battle.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@salt-ds/core": minor ---- - -Added `useBreakpoint` which returns on object containing matchedBreakpoints and `breakpoint`. - -- `matchedBreakpoints` - is an array of all matched breakpoints e.g. when the viewport matches the M breakpoint this array contains M, SM and XS. -- `breakpoint` - is the current matched breakpoint. diff --git a/.changeset/gentle-pots-learn.md b/.changeset/gentle-pots-learn.md deleted file mode 100644 index 9c55ef5cbd2..00000000000 --- a/.changeset/gentle-pots-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@salt-ds/core": patch ---- - -Fixed Combo box and Dropdown options not growing in height with their content. diff --git a/.changeset/rare-turkeys-change.md b/.changeset/rare-turkeys-change.md deleted file mode 100644 index a129be283de..00000000000 --- a/.changeset/rare-turkeys-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@salt-ds/core": patch ---- - -Fixed Switch's alignment when it's used with a left/right aligned FormFieldLabel. diff --git a/.changeset/shiny-ants-pull.md b/.changeset/shiny-ants-pull.md deleted file mode 100644 index 2462a24673b..00000000000 --- a/.changeset/shiny-ants-pull.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@salt-ds/icons": patch ---- - -Reexporting all the icons from Figma. This has caused the following: - -- The "9" in the `SortNumAscendIcon` is no longer cut off. -- The arrow in the `PlaceInIcon` is no longer too short. -- The `SaltShakerIcon` and `SaltShakerSolidIcon` have the correct viewport and are now slightly bigger. -- The waves in the `SignalIcon` are now visible. -- The arrow in the `TearOutIcon` is no longer too short. diff --git a/.changeset/shiny-bees-listen.md b/.changeset/shiny-bees-listen.md deleted file mode 100644 index 6b6dd998a29..00000000000 --- a/.changeset/shiny-bees-listen.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -"@salt-ds/core": minor ---- - -Added support for passing a string gap values to FlexLayout and GridLayout. - -```tsx - - -``` - -Added support for passing a string column and row template to GridLayout. - -```tsx - -``` diff --git a/.changeset/silent-monkeys-return.md b/.changeset/silent-monkeys-return.md deleted file mode 100644 index 6ff9fabb020..00000000000 --- a/.changeset/silent-monkeys-return.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -"@salt-ds/lab": minor ---- - -Submenu's now persist when the cursor moves from the menu to the body. This makes it easier to interact with submenus. -Added `getVirtualElement` to Menu. To allow positioning Menu's relative to a custom reference area. This can be used to create a context menu. - -```tsx - ({ - getBoundingClientRect: () => ({ - width: 0, - height: 0, - x: 0, - y: 0, - top: 0, - right: 0, - bottom: 0, - left: 0, - }), - })} -> - - Copy - Move - Delete - - -``` diff --git a/.changeset/swift-frogs-move.md b/.changeset/swift-frogs-move.md deleted file mode 100644 index 9ce8d632c92..00000000000 --- a/.changeset/swift-frogs-move.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@salt-ds/ag-grid-theme": patch ---- - -Fixed single cell focus ring not visible in range selection mode (Fixed #3290) diff --git a/.changeset/violet-news-beg.md b/.changeset/violet-news-beg.md deleted file mode 100644 index 3fc01b07a43..00000000000 --- a/.changeset/violet-news-beg.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@salt-ds/core": patch -"@salt-ds/data-grid": patch ---- - -Fixed deprecated `--salt-size-accent` references to `--salt-size-bar`. Fixed deprecated `--salt-size-unit` references to `--salt-spacing-100`. diff --git a/packages/ag-grid-theme/CHANGELOG.md b/packages/ag-grid-theme/CHANGELOG.md index 57eaa6b9d70..e0b6af6571c 100644 --- a/packages/ag-grid-theme/CHANGELOG.md +++ b/packages/ag-grid-theme/CHANGELOG.md @@ -1,5 +1,11 @@ # @salt-ds/ag-grid-theme +## 1.4.1 + +### Patch Changes + +- 0ca29531: Fixed single cell focus ring not visible in range selection mode (Fixed #3290) + ## 1.4.0 ### Minor Changes diff --git a/packages/ag-grid-theme/package.json b/packages/ag-grid-theme/package.json index 83e1ebab945..172434fcf7b 100644 --- a/packages/ag-grid-theme/package.json +++ b/packages/ag-grid-theme/package.json @@ -1,6 +1,6 @@ { "name": "@salt-ds/ag-grid-theme", - "version": "1.4.0", + "version": "1.4.1", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 61dbfbd09ed..a11f7465455 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,33 @@ # @salt-ds/core +## 1.26.0 + +### Minor Changes + +- d885e02d: Added `useBreakpoint` which returns on object containing matchedBreakpoints and `breakpoint`. + + - `matchedBreakpoints` - is an array of all matched breakpoints e.g. when the viewport matches the M breakpoint this array contains M, SM and XS. + - `breakpoint` - is the current matched breakpoint. + +- d885e02d: Added support for passing a string gap values to FlexLayout and GridLayout. + + ```tsx + + + ``` + + Added support for passing a string column and row template to GridLayout. + + ```tsx + + ``` + +### Patch Changes + +- 51e164e3: Fixed Combo box and Dropdown options not growing in height with their content. +- f2f88a0d: Fixed Switch's alignment when it's used with a left/right aligned FormFieldLabel. +- 8ebd9138: Fixed deprecated `--salt-size-accent` references to `--salt-size-bar`. Fixed deprecated `--salt-size-unit` references to `--salt-spacing-100`. + ## 1.25.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 449afa7c5aa..c3a2bbcb1c2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@salt-ds/core", - "version": "1.25.0", + "version": "1.26.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/data-grid/CHANGELOG.md b/packages/data-grid/CHANGELOG.md index e29d60afabc..2ca818584e6 100644 --- a/packages/data-grid/CHANGELOG.md +++ b/packages/data-grid/CHANGELOG.md @@ -1,5 +1,11 @@ # @salt-ds/data-grid +## 1.0.4-alpha.10 + +### Patch Changes + +- 8ebd9138: Fixed deprecated `--salt-size-accent` references to `--salt-size-bar`. Fixed deprecated `--salt-size-unit` references to `--salt-spacing-100`. + ## 1.0.4-alpha.9 ### Patch Changes diff --git a/packages/data-grid/package.json b/packages/data-grid/package.json index b6583b7a0b3..766fc0dfcce 100644 --- a/packages/data-grid/package.json +++ b/packages/data-grid/package.json @@ -1,6 +1,6 @@ { "name": "@salt-ds/data-grid", - "version": "1.0.4-alpha.9", + "version": "1.0.4-alpha.10", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 7c82c14ad70..784ee0d9a44 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,17 @@ # @salt-ds/icons +## 1.11.1 + +### Patch Changes + +- d1505a32: Reexporting all the icons from Figma. This has caused the following: + + - The "9" in the `SortNumAscendIcon` is no longer cut off. + - The arrow in the `PlaceInIcon` is no longer too short. + - The `SaltShakerIcon` and `SaltShakerSolidIcon` have the correct viewport and are now slightly bigger. + - The waves in the `SignalIcon` are now visible. + - The arrow in the `TearOutIcon` is no longer too short. + ## 1.11.0 ### Minor Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index 7b7dcd90199..b38c88a5821 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@salt-ds/icons", - "version": "1.11.0", + "version": "1.11.1", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/lab/CHANGELOG.md b/packages/lab/CHANGELOG.md index 3cab2b07ef9..eb2bb29be7f 100644 --- a/packages/lab/CHANGELOG.md +++ b/packages/lab/CHANGELOG.md @@ -1,5 +1,35 @@ # @salt-ds/lab +## 1.0.0-alpha.42 + +### Minor Changes + +- 059f6f7d: Submenu's now persist when the cursor moves from the menu to the body. This makes it easier to interact with submenus. + Added `getVirtualElement` to Menu. To allow positioning Menu's relative to a custom reference area. This can be used to create a context menu. + + ```tsx + ({ + getBoundingClientRect: () => ({ + width: 0, + height: 0, + x: 0, + y: 0, + top: 0, + right: 0, + bottom: 0, + left: 0, + }), + })} + > + + Copy + Move + Delete + + + ``` + ## 1.0.0-alpha.41 ### Minor Changes diff --git a/packages/lab/package.json b/packages/lab/package.json index a8e930224a3..344cab26828 100644 --- a/packages/lab/package.json +++ b/packages/lab/package.json @@ -1,6 +1,6 @@ { "name": "@salt-ds/lab", - "version": "1.0.0-alpha.41", + "version": "1.0.0-alpha.42", "license": "Apache-2.0", "repository": { "type": "git",