You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,31 @@ This is a collection of release notes for the SL Design System. Each release not
4
4
5
5
The release notes are ordered by the date the release was made. From latest, to oldest.
6
6
7
+
# September 11, 2025
8
+
9
+
## New features
10
+
-[`angular`](https://github.com/sl-design-system/components/blob/main/packages/angular/CHANGELOG.md) has new form directives for `<sl-combobox>` and `<sl-number-field>`.
11
+
-[`accordion`](https://github.com/sl-design-system/components/blob/main/packages/components/accordion/CHANGELOG.md) has a new `iconType` property that allows you to use a chevron icon instead of plus/minus. It now also uses contextual tokens for styling.
12
+
-[`avatar`](https://github.com/sl-design-system/components/blob/main/packages/components/avatar/CHANGELOG.md) has new `color`, `emphasis` and `shape` properties for easier customization (similar to `<sl-badge>`).
13
+
-[`form`](https://github.com/sl-design-system/components/blob/main/packages/components/form/CHANGELOG.md) now supports more than 1 form control per field.
14
+
-[`icon`](https://github.com/sl-design-system/components/blob/main/packages/components/icon/CHANGELOG.md) now supports version 7 of Font Awesome.
15
+
-[`text-field`](https://github.com/sl-design-system/components/blob/main/packages/components/text-field/CHANGELOG.md) will now log a warning to the console when used with `type="number"`. Use `<sl-number-field>` instead.
16
+
17
+
## Bug fixes
18
+
-[`combobox`](https://github.com/sl-design-system/components/blob/main/packages/components/combobox/CHANGELOG.md), [`date-field`](https://github.com/sl-design-system/components/blob/main/packages/components/date-field/CHANGELOG.md), [`menu`](https://github.com/sl-design-system/components/blob/main/packages/components/menu/CHANGELOG.md), [`popover`](https://github.com/sl-design-system/components/blob/main/packages/components/popover/CHANGELOG.md), [`select`](https://github.com/sl-design-system/components/blob/main/packages/components/select/CHANGELOG.md) fixes issue where pressing the escape key would close a parent container (such as a dialog or popover).
19
+
-[`data-source`](https://github.com/sl-design-system/components/blob/main/packages/components/data-source/CHANGELOG.md) fixes issue where a selected group would not be cleared after calling `deselectAll()`.
20
+
-[`data-source`](https://github.com/sl-design-system/components/blob/main/packages/components/data-source/CHANGELOG.md) fixes issue where `FetchListDataSourceError` would be compiled incorrectly using NodeJS types.
21
+
-[`dialog`](https://github.com/sl-design-system/components/blob/main/packages/components/dialog/CHANGELOG.md) fixes various issues related to a dialog unexpectedly closing.
22
+
-[`grid`](https://github.com/sl-design-system/components/blob/main/packages/components/grid/CHANGELOG.md) fixes issue where calling `deselectAll()` on the data source would not cause an update of the grid.
23
+
-[`inline-message`](https://github.com/sl-design-system/components/blob/main/packages/components/inline-message/CHANGELOG.md) removes the slide-up animation due to unexpected behavior in `<sl-dialog>`.
24
+
-[`number-field`](https://github.com/sl-design-system/components/blob/main/packages/components/number-field/CHANGELOG.md) fixes various issues related to validation and input handling.
25
+
-[`radio-group`](https://github.com/sl-design-system/components/blob/main/packages/components/radio-group/CHANGELOG.md) fixes issue where `sl-change` event would be emitted during initial render.
26
+
-[`select`](https://github.com/sl-design-system/components/blob/main/packages/components/select/CHANGELOG.md) fixes various issues related to validation and disabled state.
0 commit comments