Skip to content
Merged
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
6 changes: 0 additions & 6 deletions .changeset/afraid-adults-serve.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/curly-falcons-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-shoes-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-pianos-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-beers-wave.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/vast-buses-boil.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/components/listbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sl-design-system/listbox

## 0.1.5

### Patch Changes

- [#2624](https://github.com/sl-design-system/components/pull/2624) [`6e34fcb`](https://github.com/sl-design-system/components/commit/6e34fcbb1884ab75574b5145560e959dc9ab53f8) - - Adds missing divider between groups and options,
- Fixes rendering `sl-option-group-header` only when the label attribute is set.

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/listbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sl-design-system/listbox",
"version": "0.1.4",
"version": "0.1.5",
"description": "Listbox components for the SL Design System",
"license": "Apache-2.0",
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/components/radio-group/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sl-design-system/radio-group

## 1.1.6

### Patch Changes

- [#2638](https://github.com/sl-design-system/components/pull/2638) [`5884d0f`](https://github.com/sl-design-system/components/commit/5884d0f609407f0da2591afb2bdf1f8ef7dfd5c6) - Fix bug where radiogroup is invalid even though it has an initial value

The validity was not updated as part of the `slotchange` handler, causing the radiogroup to be invalid on initial render even though one of the radios was checked. This has been fixed by calling `#updateValueAndValidity` at the end of the `slotchange` handler.

## 1.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/radio-group/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sl-design-system/radio-group",
"version": "1.1.5",
"version": "1.1.6",
"description": "Radio group component for the SL Design System",
"license": "Apache-2.0",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/components/skeleton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sl-design-system/skeleton

## 1.1.0

### Minor Changes

- [#2606](https://github.com/sl-design-system/components/pull/2606) [`be15fea`](https://github.com/sl-design-system/components/commit/be15fea3b0c41f30a50f43c28c8cac439797b6be) - Refactor component to use contextual tokens

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/skeleton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sl-design-system/skeleton",
"version": "1.0.1",
"version": "1.1.0",
"description": "Skeleton component for the SL Design System",
"license": "Apache-2.0",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/components/tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sl-design-system/tabs

## 1.2.3

### Patch Changes

- [#2616](https://github.com/sl-design-system/components/pull/2616) [`dfb4ed6`](https://github.com/sl-design-system/components/commit/dfb4ed65687c54d8052faeae3243ba6ced8b0995) - Fixes selecting tab (and showing the selected tab) for Safari and Firefox (when zooming in/out as well).

## 1.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sl-design-system/tabs",
"version": "1.2.2",
"version": "1.2.3",
"description": "Tabs components for the SL Design System",
"license": "Apache-2.0",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/components/tooltip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sl-design-system/tooltip

## 1.2.0

### Minor Changes

- [#2626](https://github.com/sl-design-system/components/pull/2626) [`97bd268`](https://github.com/sl-design-system/components/commit/97bd2687ebc1a71349e113c46e2082a993b9dd80) - Add a new `ariaRelation` option to `Tooltip.lazy()`. This allows you to specify whether the tooltip should use `aria-describedby` (default) or `aria-labelledby` to associate the tooltip with the target element.

## 1.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sl-design-system/tooltip",
"version": "1.1.7",
"version": "1.2.0",
"description": "Tooltip component for the SL Design System",
"license": "Apache-2.0",
"publishConfig": {
Expand Down
7 changes: 7 additions & 0 deletions packages/themes/magister/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sanomalearning/slds-magister

## 0.3.1

### Patch Changes

- [#2619](https://github.com/sl-design-system/components/pull/2619) [`f98677b`](https://github.com/sl-design-system/components/commit/f98677be7437be86d29503ea21bdfc768b283916) - - Updated the orange color palette in Magister for improved consistency and accessibility
- Slightly lightened the zebra striping in grid views to enhance visual clarity

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/magister/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sl-design-system/magister",
"description": "Magister theme for the SL Design System",
"version": "0.3.0",
"version": "0.3.1",
"license": "Apache 2.0",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
Expand Down