Skip to content

Commit 1f63b96

Browse files
Version Packages
1 parent e68df34 commit 1f63b96

File tree

90 files changed

+551
-329
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+551
-329
lines changed

Diff for: .changeset/clever-ties-search.md

-16
This file was deleted.

Diff for: .changeset/curly-windows-yell.md

-5
This file was deleted.

Diff for: .changeset/cyan-rabbits-punch.md

-5
This file was deleted.

Diff for: .changeset/dry-wasps-thank.md

-8
This file was deleted.

Diff for: .changeset/five-boats-melt.md

-9
This file was deleted.

Diff for: .changeset/flat-flowers-approve.md

-5
This file was deleted.

Diff for: .changeset/friendly-clouds-brush.md

-32
This file was deleted.

Diff for: .changeset/metal-lamps-crash.md

-5
This file was deleted.

Diff for: .changeset/moody-bulldogs-listen.md

-5
This file was deleted.

Diff for: .changeset/old-items-build.md

-7
This file was deleted.

Diff for: .changeset/orange-feet-protect.md

-5
This file was deleted.

Diff for: .changeset/rare-impalas-attend.md

-5
This file was deleted.

Diff for: .changeset/real-steaks-agree.md

-5
This file was deleted.

Diff for: .changeset/short-ravens-act.md

-5
This file was deleted.

Diff for: .changeset/smart-bikes-melt.md

-5
This file was deleted.

Diff for: .changeset/soft-coins-shop.md

-5
This file was deleted.

Diff for: .changeset/tiny-buses-taste.md

-7
This file was deleted.

Diff for: .changeset/twenty-bags-hide.md

-7
This file was deleted.

Diff for: .changeset/twenty-rice-lie.md

-5
This file was deleted.

Diff for: examples/lit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
},
2323
"dependencies": {
2424
"@open-wc/scoped-elements": "^3.0.5",
25-
"@sl-design-system/shared": "^0.4.0"
25+
"@sl-design-system/shared": "^0.4.1"
2626
}
2727
}

Diff for: packages/angular/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@
7171
"@angular/forms": "^17.3.12",
7272
"@angular/platform-browser": "^17.3.12",
7373
"@angular/platform-browser-dynamic": "^17.3.12",
74-
"@sl-design-system/checkbox": "^2.0.0",
75-
"@sl-design-system/form": "^1.0.3",
76-
"@sl-design-system/icon": "^1.0.2",
77-
"@sl-design-system/locales": "^0.0.10",
74+
"@sl-design-system/checkbox": "^2.0.2",
75+
"@sl-design-system/form": "^1.1.1",
76+
"@sl-design-system/icon": "^1.0.3",
77+
"@sl-design-system/locales": "^0.0.11",
7878
"@sl-design-system/radio-group": "^1.0.1",
79-
"@sl-design-system/select": "^1.1.0",
80-
"@sl-design-system/switch": "^1.0.2",
81-
"@sl-design-system/text-area": "^1.0.1",
82-
"@sl-design-system/text-field": "^1.3.5",
79+
"@sl-design-system/select": "^1.1.3",
80+
"@sl-design-system/switch": "^1.0.4",
81+
"@sl-design-system/text-area": "^1.0.3",
82+
"@sl-design-system/text-field": "^1.5.1",
8383
"@storybook/addon-essentials": "^8.4.4",
8484
"@storybook/addon-links": "^8.4.4",
8585
"@storybook/angular": "^8.4.4",

Diff for: packages/components/breadcrumbs/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @sl-design-system/breadcrumbs
22

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- [#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`
8+
9+
- Updated dependencies [[`bbcb7f7`](https://github.com/sl-design-system/components/commit/bbcb7f7cd48e22fa1e61f24ba645a4131b0c75ee), [`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652)]:
10+
- @sl-design-system/icon@1.0.3
11+
- @sl-design-system/tooltip@1.1.2
12+
313
## 1.0.3
414

515
### Patch Changes

Diff for: packages/components/breadcrumbs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sl-design-system/breadcrumbs",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Breadcrumbs component for the SL Design System",
55
"license": "Apache-2.0",
66
"publishConfig": {
@@ -39,9 +39,9 @@
3939
},
4040
"dependencies": {
4141
"@sl-design-system/button": "^1.0.3",
42-
"@sl-design-system/icon": "^1.0.2",
42+
"@sl-design-system/icon": "^1.0.3",
4343
"@sl-design-system/popover": "^1.1.0",
44-
"@sl-design-system/tooltip": "^1.1.0"
44+
"@sl-design-system/tooltip": "^1.1.2"
4545
},
4646
"devDependencies": {
4747
"@lit/localize": "^0.12.2",

Diff for: packages/components/checkbox/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @sl-design-system/checkbox
22

3+
## 2.0.2
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
9+
- [#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.
10+
11+
- Updated dependencies [[`7e8a441`](https://github.com/sl-design-system/components/commit/7e8a441b053715b896bb7ef775d4a24a93a5a9dd), [`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652)]:
12+
- @sl-design-system/form@1.1.1
13+
- @sl-design-system/shared@0.4.1
14+
315
## 2.0.1
416

517
### Patch Changes

Diff for: packages/components/checkbox/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sl-design-system/checkbox",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Checkbox component for the SL Design System",
55
"license": "Apache-2.0",
66
"publishConfig": {
@@ -38,8 +38,8 @@
3838
"test": "echo \"Error: run tests from monorepo root.\" && exit 1"
3939
},
4040
"dependencies": {
41-
"@sl-design-system/form": "^1.1.0",
42-
"@sl-design-system/shared": "^0.4.0"
41+
"@sl-design-system/form": "^1.1.1",
42+
"@sl-design-system/shared": "^0.4.1"
4343
},
4444
"devDependencies": {
4545
"@lit/localize": "^0.12.2"

Diff for: packages/components/combobox/CHANGELOG.md

+42
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,47 @@
11
# @sl-design-system/combobox
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [#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:
10+
11+
You can already render the options yourself by doing
12+
13+
```html
14+
<sl-combobox>
15+
<sl-listbox>
16+
<sl-option>Option 1</sl-option>
17+
<sl-option>Option 2</sl-option>
18+
<sl-option>Option 3</sl-option>
19+
</sl-listbox>
20+
</sl-combobox>
21+
```
22+
23+
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:
24+
25+
```html
26+
<sl-combobox .options=${['Option 1', 'Option 2', 'Option 3', ...]}></sl-combobox>
27+
```
28+
29+
You can customize the rendering of each option by using:
30+
31+
- `optionLabelPath` to specify the path to the label in each option object
32+
- `optionValuePath` to specify the path to the value in each option object
33+
34+
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.
35+
36+
There is no difference how the options are rendered in the DOM. You can customize
37+
the options in both scenarios by using the `sl-option { ... }` selector.
38+
39+
- 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)]:
40+
- @sl-design-system/form@1.1.1
41+
- @sl-design-system/listbox@0.0.3
42+
- @sl-design-system/icon@1.0.3
43+
- @sl-design-system/text-field@1.5.1
44+
345
## 0.0.3
446

547
### Patch Changes

Diff for: packages/components/combobox/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sl-design-system/combobox",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Combobox component for the SL Design System",
55
"license": "Apache-2.0",
66
"publishConfig": {
@@ -38,11 +38,11 @@
3838
"test": "echo \"Error: run tests from monorepo root.\" && exit 1"
3939
},
4040
"dependencies": {
41-
"@sl-design-system/form": "^1.1.0",
42-
"@sl-design-system/icon": "^1.0.2",
43-
"@sl-design-system/listbox": "^0.0.2",
41+
"@sl-design-system/form": "^1.1.1",
42+
"@sl-design-system/icon": "^1.0.3",
43+
"@sl-design-system/listbox": "^0.0.3",
4444
"@sl-design-system/tag": "^0.0.4",
45-
"@sl-design-system/text-field": "^1.5.0"
45+
"@sl-design-system/text-field": "^1.5.1"
4646
},
4747
"devDependencies": {
4848
"@open-wc/scoped-elements": "^3.0.5",

Diff for: packages/components/data-source/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @sl-design-system/data-source
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [#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
10+
11+
- [#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.
12+
13+
- Updated dependencies [[`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652)]:
14+
- @sl-design-system/shared@0.4.1
15+
316
## 0.0.1
417

518
### Patch Changes

Diff for: packages/components/data-source/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sl-design-system/data-source",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Data source classes for the SL Design System",
55
"license": "Apache-2.0",
66
"publishConfig": {
@@ -32,6 +32,6 @@
3232
"test": "echo \"Error: run tests from monorepo root.\" && exit 1"
3333
},
3434
"dependencies": {
35-
"@sl-design-system/shared": "^0.4.0"
35+
"@sl-design-system/shared": "^0.4.1"
3636
}
3737
}

Diff for: packages/components/form/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @sl-design-system/form
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- [#1633](https://github.com/sl-design-system/components/pull/1633) [`7e8a441`](https://github.com/sl-design-system/components/commit/7e8a441b053715b896bb7ef775d4a24a93a5a9dd) - Fix of `aria-describedby` in form field when there is a hint and validation message.
8+
9+
- [#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
10+
11+
- Updated dependencies [[`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652)]:
12+
- @sl-design-system/shared@0.4.1
13+
314
## 1.1.0
415

516
### Minor Changes

0 commit comments

Comments
 (0)