Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 2, 2024
1 parent c4a93fb commit 7ecb08c
Show file tree
Hide file tree
Showing 97 changed files with 594 additions and 363 deletions.
16 changes: 0 additions & 16 deletions .changeset/clever-ties-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-windows-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-rabbits-punch.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/dry-wasps-thank.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/five-boats-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-flowers-approve.md

This file was deleted.

32 changes: 0 additions & 32 deletions .changeset/friendly-clouds-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-oranges-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-lamps-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-bulldogs-listen.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/old-items-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-feet-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-impalas-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-steaks-agree.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/rude-llamas-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-ravens-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-bikes-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-coins-shop.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tiny-buses-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-hounds-hope.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/twenty-bags-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-rice-lie.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
},
"dependencies": {
"@open-wc/scoped-elements": "^3.0.5",
"@sl-design-system/shared": "^0.4.0"
"@sl-design-system/shared": "^0.4.1"
}
}
16 changes: 8 additions & 8 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@
"@angular/forms": "^17.3.12",
"@angular/platform-browser": "^17.3.12",
"@angular/platform-browser-dynamic": "^17.3.12",
"@sl-design-system/checkbox": "^2.0.0",
"@sl-design-system/form": "^1.0.3",
"@sl-design-system/icon": "^1.0.2",
"@sl-design-system/locales": "^0.0.10",
"@sl-design-system/checkbox": "^2.0.2",
"@sl-design-system/form": "^1.1.1",
"@sl-design-system/icon": "^1.0.3",
"@sl-design-system/locales": "^0.0.11",
"@sl-design-system/radio-group": "^1.0.1",
"@sl-design-system/select": "^1.1.0",
"@sl-design-system/switch": "^1.0.2",
"@sl-design-system/text-area": "^1.0.1",
"@sl-design-system/text-field": "^1.3.5",
"@sl-design-system/select": "^1.1.3",
"@sl-design-system/switch": "^1.0.4",
"@sl-design-system/text-area": "^1.0.3",
"@sl-design-system/text-field": "^1.5.1",
"@storybook/addon-essentials": "^8.4.4",
"@storybook/addon-links": "^8.4.4",
"@storybook/angular": "^8.4.4",
Expand Down
10 changes: 10 additions & 0 deletions packages/components/breadcrumbs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @sl-design-system/breadcrumbs

## 1.0.4

### Patch Changes

- [#1624](https://github.com/sl-design-system/components/pull/1624) [`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652) - Fix `ShadowRoot.createElement` type definition to properly match `document.createElement`

- Updated dependencies [[`bbcb7f7`](https://github.com/sl-design-system/components/commit/bbcb7f7cd48e22fa1e61f24ba645a4131b0c75ee), [`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652)]:
- @sl-design-system/icon@1.0.3
- @sl-design-system/tooltip@1.1.2

## 1.0.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/components/breadcrumbs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sl-design-system/breadcrumbs",
"version": "1.0.3",
"version": "1.0.4",
"description": "Breadcrumbs component for the SL Design System",
"license": "Apache-2.0",
"publishConfig": {
Expand Down Expand Up @@ -39,9 +39,9 @@
},
"dependencies": {
"@sl-design-system/button": "^1.0.3",
"@sl-design-system/icon": "^1.0.2",
"@sl-design-system/icon": "^1.0.3",
"@sl-design-system/popover": "^1.1.0",
"@sl-design-system/tooltip": "^1.1.0"
"@sl-design-system/tooltip": "^1.1.2"
},
"devDependencies": {
"@lit/localize": "^0.12.2",
Expand Down
12 changes: 12 additions & 0 deletions packages/components/checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @sl-design-system/checkbox

## 2.0.2

### Patch Changes

- [#1628](https://github.com/sl-design-system/components/pull/1628) [`7a62e08`](https://github.com/sl-design-system/components/commit/7a62e08afbcd5768277164a8075939c3d8c17667) - Fix NVDA accessibility issues, fix indeterminate state for screen readers.

- [#1633](https://github.com/sl-design-system/components/pull/1633) [`7e8a441`](https://github.com/sl-design-system/components/commit/7e8a441b053715b896bb7ef775d4a24a93a5a9dd) - Fix NVDA accessibility issues: moving aria attributes to the right control.

- Updated dependencies [[`7e8a441`](https://github.com/sl-design-system/components/commit/7e8a441b053715b896bb7ef775d4a24a93a5a9dd), [`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652), [`c4a93fb`](https://github.com/sl-design-system/components/commit/c4a93fba6f40b8e843a169117dfdd331a5d9d6e6)]:
- @sl-design-system/form@1.1.1
- @sl-design-system/shared@0.4.1

## 2.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/components/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sl-design-system/checkbox",
"version": "2.0.1",
"version": "2.0.2",
"description": "Checkbox component for the SL Design System",
"license": "Apache-2.0",
"publishConfig": {
Expand Down Expand Up @@ -38,8 +38,8 @@
"test": "echo \"Error: run tests from monorepo root.\" && exit 1"
},
"dependencies": {
"@sl-design-system/form": "^1.1.0",
"@sl-design-system/shared": "^0.4.0"
"@sl-design-system/form": "^1.1.1",
"@sl-design-system/shared": "^0.4.1"
},
"devDependencies": {
"@lit/localize": "^0.12.2"
Expand Down
42 changes: 42 additions & 0 deletions packages/components/combobox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# @sl-design-system/combobox

## 0.0.4

### Patch Changes

- [#1632](https://github.com/sl-design-system/components/pull/1632) [`e68df34`](https://github.com/sl-design-system/components/commit/e68df344917a8d0bdc6a4c92f59079a247c6e7a9) - Toggle the listbox when clicking the chevron button

- [#1632](https://github.com/sl-design-system/components/pull/1632) [`e68df34`](https://github.com/sl-design-system/components/commit/e68df344917a8d0bdc6a4c92f59079a247c6e7a9) - Add the ability to render the options using a virtual list:

You can already render the options yourself by doing

```html
<sl-combobox>
<sl-listbox>
<sl-option>Option 1</sl-option>
<sl-option>Option 2</sl-option>
<sl-option>Option 3</sl-option>
</sl-listbox>
</sl-combobox>
```

But for large numbers of options, this can be slow. You can now use the `options` property to have the combobox render the options for you:

```html
<sl-combobox .options=${['Option 1', 'Option 2', 'Option 3', ...]}></sl-combobox>
```

You can customize the rendering of each option by using:

- `optionLabelPath` to specify the path to the label in each option object
- `optionValuePath` to specify the path to the value in each option object

You can also group the options by using `optionGroupPath`. This will group the options by the value of the property specified in `optionGroupPath`. The value is also used as the label for the group.

There is no difference how the options are rendered in the DOM. You can customize
the options in both scenarios by using the `sl-option { ... }` selector.

- Updated dependencies [[`7e8a441`](https://github.com/sl-design-system/components/commit/7e8a441b053715b896bb7ef775d4a24a93a5a9dd), [`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652), [`e68df34`](https://github.com/sl-design-system/components/commit/e68df344917a8d0bdc6a4c92f59079a247c6e7a9), [`bbcb7f7`](https://github.com/sl-design-system/components/commit/bbcb7f7cd48e22fa1e61f24ba645a4131b0c75ee), [`99482e3`](https://github.com/sl-design-system/components/commit/99482e31dfee77fb99bf74a4fe325c3ccc08f6e6), [`7e8a441`](https://github.com/sl-design-system/components/commit/7e8a441b053715b896bb7ef775d4a24a93a5a9dd)]:
- @sl-design-system/form@1.1.1
- @sl-design-system/listbox@0.0.3
- @sl-design-system/icon@1.0.3
- @sl-design-system/text-field@1.5.1

## 0.0.3

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/components/combobox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sl-design-system/combobox",
"version": "0.0.3",
"version": "0.0.4",
"description": "Combobox component for the SL Design System",
"license": "Apache-2.0",
"publishConfig": {
Expand Down Expand Up @@ -38,11 +38,11 @@
"test": "echo \"Error: run tests from monorepo root.\" && exit 1"
},
"dependencies": {
"@sl-design-system/form": "^1.1.0",
"@sl-design-system/icon": "^1.0.2",
"@sl-design-system/listbox": "^0.0.2",
"@sl-design-system/form": "^1.1.1",
"@sl-design-system/icon": "^1.0.3",
"@sl-design-system/listbox": "^0.0.3",
"@sl-design-system/tag": "^0.0.4",
"@sl-design-system/text-field": "^1.5.0"
"@sl-design-system/text-field": "^1.5.1"
},
"devDependencies": {
"@open-wc/scoped-elements": "^3.0.5",
Expand Down
13 changes: 13 additions & 0 deletions packages/components/data-source/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @sl-design-system/data-source

## 0.0.2

### Patch Changes

- [#1624](https://github.com/sl-design-system/components/pull/1624) [`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652) - Refactor `getValueByPath` and related functions to properly infer type

- [#1497](https://github.com/sl-design-system/components/pull/1497) [`dd63dd8`](https://github.com/sl-design-system/components/commit/dd63dd88f83f81316dd133b2eb9383454dae0b2f) - Fix missing data-source reference

- [#1497](https://github.com/sl-design-system/components/pull/1497) [`dd63dd8`](https://github.com/sl-design-system/components/commit/dd63dd88f83f81316dd133b2eb9383454dae0b2f) - Add possibility to use data source with pagination. Added `paginate` method.

- Updated dependencies [[`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652), [`c4a93fb`](https://github.com/sl-design-system/components/commit/c4a93fba6f40b8e843a169117dfdd331a5d9d6e6)]:
- @sl-design-system/shared@0.4.1

## 0.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/components/data-source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sl-design-system/data-source",
"version": "0.0.1",
"version": "0.0.2",
"description": "Data source classes for the SL Design System",
"license": "Apache-2.0",
"publishConfig": {
Expand Down Expand Up @@ -32,6 +32,6 @@
"test": "echo \"Error: run tests from monorepo root.\" && exit 1"
},
"dependencies": {
"@sl-design-system/shared": "^0.4.0"
"@sl-design-system/shared": "^0.4.1"
}
}
Loading

0 comments on commit 7ecb08c

Please sign in to comment.