Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/bright-walls-live.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/clear-nights-cut.md

This file was deleted.

20 changes: 0 additions & 20 deletions .changeset/cool-walls-spend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-coins-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-walls-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/full-papers-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-months-ring.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/shiny-goats-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-colts-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-memes-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-icons-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-drinks-refuse.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/thick-comics-agree.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/thin-parents-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-areas-hunt.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.6",
"@sl-design-system/shared": "^0.12.0"
"@sl-design-system/shared": "^0.12.1"
}
}
24 changes: 24 additions & 0 deletions packages/components/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @sl-design-system/button

## 2.1.0

### Minor Changes

- [#3360](https://github.com/sl-design-system/components/pull/3360) [`7163d4e`](https://github.com/sl-design-system/components/commit/7163d4ee4cb47e4db591aceba2e3978f8f31b2c7) - Add `button` part to the internal `<button>`

### Patch Changes

- [#3299](https://github.com/sl-design-system/components/pull/3299) [`78e7333`](https://github.com/sl-design-system/components/commit/78e733338fd67ef59797b3e02b22907fe0f5c638) - Minor style fixes:

- fix icon-only size regression by using `box-sizing: content-box`
- fix `<button>` growing larger than the host `<sl-button>`

- [#3360](https://github.com/sl-design-system/components/pull/3360) [`7163d4e`](https://github.com/sl-design-system/components/commit/7163d4ee4cb47e4db591aceba2e3978f8f31b2c7) - Styling fixes:

- Fix WebKit bug where the aspect-ratio of the inner button is ignored
- Fix bug where the inner button doesn't grow with the host element

- Updated dependencies [[`1480226`](https://github.com/sl-design-system/components/commit/1480226d34dc977bcc40b80878ff6ce28ece301d)]:
- @sl-design-system/shared@0.12.1

## 2.0.1

### Patch Changes
Expand All @@ -13,6 +34,7 @@
### Major Changes

- [#3139](https://github.com/sl-design-system/components/pull/3139) [`50590de`](https://github.com/sl-design-system/components/commit/50590de476ff108cc28b865dbc96e3ca48399538) - Breaking changes:

- The component now renders a native `<button>` inside the shadow DOM, changing the DOM structure
- The `icon-only` attribute and `iconOnly` property have been removed in favor of the `:state(icon-only)` CSS custom state

Expand Down Expand Up @@ -67,6 +89,7 @@
### Minor Changes

- [#2646](https://github.com/sl-design-system/components/pull/2646) [`f025c0f`](https://github.com/sl-design-system/components/commit/f025c0f3cbb83b72c80563e9d989402608add193) - Various improvements:

- Fix missing inverted + disabled styling
- Add support for `aria-disabled="true"`

Expand Down Expand Up @@ -123,6 +146,7 @@
### Minor Changes

- [#1675](https://github.com/sl-design-system/components/pull/1675) [`389d0e2`](https://github.com/sl-design-system/components/commit/389d0e2a982dd40b4e3a04cf3b1d8b34204236a0) - Button improvements:

- Added a new `shape` property that defaults to `square` but also accepts `pill` for rounded corners
- Added a new `inverted` variant, to be used on dark/light background (depending on light/dark mode)
- Removed default values of `fill`, `size`, `type` and `variant` properties
Expand Down
4 changes: 2 additions & 2 deletions packages/components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sl-design-system/button",
"version": "2.0.1",
"version": "2.1.0",
"status": "stable",
"description": "Button component for the SL Design System",
"license": "Apache-2.0",
Expand Down Expand Up @@ -39,6 +39,6 @@
"test": "echo \"Error: run tests from monorepo root.\" && exit 1"
},
"dependencies": {
"@sl-design-system/shared": "^0.12.0"
"@sl-design-system/shared": "^0.12.1"
}
}
9 changes: 9 additions & 0 deletions packages/components/calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @sl-design-system/calendar

## 0.0.8

### Patch Changes

- [#3361](https://github.com/sl-design-system/components/pull/3361) [`6882876`](https://github.com/sl-design-system/components/commit/6882876fb35019f2b69d30dadb23780d577bb591) - Fix accidental global `<sl-tooltip>` register

- Updated dependencies [[`78e7333`](https://github.com/sl-design-system/components/commit/78e733338fd67ef59797b3e02b22907fe0f5c638), [`7163d4e`](https://github.com/sl-design-system/components/commit/7163d4ee4cb47e4db591aceba2e3978f8f31b2c7), [`7163d4e`](https://github.com/sl-design-system/components/commit/7163d4ee4cb47e4db591aceba2e3978f8f31b2c7)]:
- @sl-design-system/button@2.1.0

## 0.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/components/calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sl-design-system/calendar",
"version": "0.0.7",
"version": "0.0.8",
"status": "draft",
"description": "Calendar components for the SL Design System",
"license": "Apache-2.0",
Expand Down Expand Up @@ -39,7 +39,7 @@
"test": "echo \"Error: run tests from monorepo root.\" && exit 1"
},
"dependencies": {
"@sl-design-system/button": "^2.0.1",
"@sl-design-system/button": "^2.1.0",
"@sl-design-system/format-date": "^0.1.6",
"@sl-design-system/icon": "^1.4.2",
"@sl-design-system/tooltip": "^2.0.0"
Expand Down
20 changes: 20 additions & 0 deletions packages/components/combobox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,30 @@
# @sl-design-system/combobox

## 0.1.9

### Patch Changes

- [#3366](https://github.com/sl-design-system/components/pull/3366) [`a4fc3d8`](https://github.com/sl-design-system/components/commit/a4fc3d88a9982bc6fa3d7a750ba321ac0c31f054) - Accessibility improvements of the toggle button, now uses proper aria: aria-label and aria-expanded (includes the new `sl.combobox.options` locale key).

- [#3297](https://github.com/sl-design-system/components/pull/3297) [`5592e42`](https://github.com/sl-design-system/components/commit/5592e4221c4cb279449ec450624d26796ecc5f4a) - Align `sl-combobox-create-custom-option` styling with other options styling.

- [#3231](https://github.com/sl-design-system/components/pull/3231) [`1480226`](https://github.com/sl-design-system/components/commit/1480226d34dc977bcc40b80878ff6ce28ece301d) - Changed the translation keys for certain elements. Make sure you also update `@sl-design-system/locales` when updating to these component versions.

- Updated dependencies [[`5592e42`](https://github.com/sl-design-system/components/commit/5592e4221c4cb279449ec450624d26796ecc5f4a), [`1480226`](https://github.com/sl-design-system/components/commit/1480226d34dc977bcc40b80878ff6ce28ece301d), [`1480226`](https://github.com/sl-design-system/components/commit/1480226d34dc977bcc40b80878ff6ce28ece301d)]:
- @sl-design-system/listbox@0.1.7
- @sl-design-system/form@1.4.1
- @sl-design-system/text-field@1.6.10

## 0.1.8

### Patch Changes

- [#3211](https://github.com/sl-design-system/components/pull/3211) [`20a1178`](https://github.com/sl-design-system/components/commit/20a1178f0f1548bd083df7d337ecba443daf579f) - Functional changes:

- The popover opens when you click in the combobox, no longer when you enter the combobox with keyboard navigation.

Accessibility improvements:

- Forward ARIA attributes (`aria-label`, `aria-describedby`, `aria-labelledby`) from host element to the input element for proper screen reader support
- Automatically associate label with input via `aria-labelledby` when a label is present

Expand Down Expand Up @@ -158,6 +175,7 @@
```

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

Expand All @@ -167,6 +185,7 @@
the options in both scenarios by using the `sl-option { ... }` selector.

- [#1642](https://github.com/sl-design-system/components/pull/1642) [`cef2371`](https://github.com/sl-design-system/components/commit/cef2371d5868439edbba8156bf38c167b72f0f39) - Various combobox fixes:

- Add `aria-owns` for linking the input to the listbox
- Add `aria-posinset` and `aria-setsize` to the listbox options for virtual lists
- Add focus style to tags
Expand All @@ -189,6 +208,7 @@
### Patch Changes

- [#1599](https://github.com/sl-design-system/components/pull/1599) [`4714b36`](https://github.com/sl-design-system/components/commit/4714b36f1387d4d1731a310b621caf5a33be105b) - Various a11y related fixes/improvements:

- The label was associated with the `<sl-combobox>` element instead of the `<input>` element
- `aria-selected="false"` was missing on the non-selected options
- `aria-multiselectable="true"` was missing on the listbox when the multiple property is set
Expand Down
8 changes: 4 additions & 4 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.1.8",
"version": "0.1.9",
"status": "draft",
"description": "Combobox component for the SL Design System",
"license": "Apache-2.0",
Expand Down Expand Up @@ -39,11 +39,11 @@
"test": "echo \"Error: run tests from monorepo root.\" && exit 1"
},
"dependencies": {
"@sl-design-system/form": "^1.4.0",
"@sl-design-system/form": "^1.4.1",
"@sl-design-system/icon": "^1.4.2",
"@sl-design-system/listbox": "^0.1.4",
"@sl-design-system/listbox": "^0.1.7",
"@sl-design-system/tag": "^0.1.12",
"@sl-design-system/text-field": "^1.6.8"
"@sl-design-system/text-field": "^1.6.10"
},
"devDependencies": {
"@open-wc/scoped-elements": "^3.0.6",
Expand Down
11 changes: 11 additions & 0 deletions packages/components/date-field/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @sl-design-system/date-field

## 0.1.3

### Patch Changes

- Updated dependencies [[`78e7333`](https://github.com/sl-design-system/components/commit/78e733338fd67ef59797b3e02b22907fe0f5c638), [`7163d4e`](https://github.com/sl-design-system/components/commit/7163d4ee4cb47e4db591aceba2e3978f8f31b2c7), [`6882876`](https://github.com/sl-design-system/components/commit/6882876fb35019f2b69d30dadb23780d577bb591), [`1480226`](https://github.com/sl-design-system/components/commit/1480226d34dc977bcc40b80878ff6ce28ece301d), [`7163d4e`](https://github.com/sl-design-system/components/commit/7163d4ee4cb47e4db591aceba2e3978f8f31b2c7), [`1480226`](https://github.com/sl-design-system/components/commit/1480226d34dc977bcc40b80878ff6ce28ece301d)]:
- @sl-design-system/button@2.1.0
- @sl-design-system/calendar@0.0.8
- @sl-design-system/form@1.4.1
- @sl-design-system/shared@0.12.1
- @sl-design-system/text-field@1.6.10

## 0.1.2

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/components/date-field/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sl-design-system/date-field",
"version": "0.1.2",
"version": "0.1.3",
"status": "draft",
"description": "Date field component for the SL Design System",
"license": "Apache-2.0",
Expand Down Expand Up @@ -39,13 +39,13 @@
"test": "echo \"Error: run tests from monorepo root.\" && exit 1"
},
"dependencies": {
"@sl-design-system/button": "^2.0.1",
"@sl-design-system/button": "^2.1.0",
"@sl-design-system/button-bar": "^1.5.0",
"@sl-design-system/calendar": "^0.0.7",
"@sl-design-system/form": "^1.4.0",
"@sl-design-system/calendar": "^0.0.8",
"@sl-design-system/form": "^1.4.1",
"@sl-design-system/icon": "^1.4.2",
"@sl-design-system/shared": "^0.12.0",
"@sl-design-system/text-field": "^1.6.9"
"@sl-design-system/shared": "^0.12.1",
"@sl-design-system/text-field": "^1.6.10"
},
"devDependencies": {
"@open-wc/scoped-elements": "^3.0.6",
Expand Down
12 changes: 12 additions & 0 deletions packages/components/form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
# @sl-design-system/form

## 1.4.1

### Patch Changes

- [#3231](https://github.com/sl-design-system/components/pull/3231) [`1480226`](https://github.com/sl-design-system/components/commit/1480226d34dc977bcc40b80878ff6ce28ece301d) - Changed the translation keys for certain elements. Make sure you also update `@sl-design-system/locales` when updating to these component versions.

- [#3231](https://github.com/sl-design-system/components/pull/3231) [`1480226`](https://github.com/sl-design-system/components/commit/1480226d34dc977bcc40b80878ff6ce28ece301d) - Fix `sl-label` not updating when the locale changes. The label now only moves text and element nodes into the `<label>` element, leaving Lit's internal comment markers in place so the parent component can properly re-render translated content.

- Updated dependencies [[`1480226`](https://github.com/sl-design-system/components/commit/1480226d34dc977bcc40b80878ff6ce28ece301d)]:
- @sl-design-system/shared@0.12.1

## 1.4.0

### Minor Changes

- [#3248](https://github.com/sl-design-system/components/pull/3248) [`fc60898`](https://github.com/sl-design-system/components/commit/fc60898ea3c7b5b234a13c6bf157e89528f3a11f) - Standardized warning and error icons:

- Changed `warning` icons from `octagon-exclamation-solid` to `triangle-exclamation-solid` in Callout, Inline message, and Progress bar.
- Changed `circle-exclamation-solid` to `triangle-exclamation-solid` in validation messages in the Form field.
- Changed `error/danger` icons from `diamond-exclamation-solid` or `octagon-exclamation-solid` to the new `octagon-xmark-solid` icon in Callout, Inline message, and Progress bar. Make sure to update your theme if you update any of these components.
Expand Down
4 changes: 2 additions & 2 deletions packages/components/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sl-design-system/form",
"version": "1.4.0",
"version": "1.4.1",
"status": "stable",
"description": "Form components for the SL Design System",
"license": "Apache-2.0",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@sl-design-system/inline-message": "^2.1.0",
"@sl-design-system/shared": "^0.12.0"
"@sl-design-system/shared": "^0.12.1"
},
"devDependencies": {
"@lit/localize": "^0.12.2",
Expand Down
Loading