Releases: sl-design-system/components
@sl-design-system/itslearning@0.3.0
@sl-design-system/inline-message@2.0.2
Patch Changes
- 
#2547 8f29a45- Bump patch version of@open-wc/scoped-elementspeer dependency
- 
#2086 0b48907- Remove slide-up animationThis fixes a bug where the scrollHeightof the dialog body was increased while the slide-up animation was running. This caused the dialog to incorrectly show the scroll indicator when it shouldn't have. It was not possible to useoverflowto prevent this from happening in the dialog. So from now on, the inline message will simply fade in and out without any sliding motion.
- 
Updated dependencies [ 0c4f19b,0c4f19b,8f29a45,8f29a45,29f38d4,0e2e426,17fbc40]:- @sl-design-system/button@1.2.5
- @sl-design-system/announcer@0.0.5
- @sl-design-system/shared@0.9.0
- @sl-design-system/icon@1.3.0
 
@sl-design-system/icon@1.3.0
@sl-design-system/grid@0.6.1
Patch Changes
- 
#2481 0c4f19b- Changed token used for the width of the focusring
- 
#2547 8f29a45- Bump patch version of@open-wc/scoped-elementspeer dependency
- 
#2579 6c72794- Fix bug where callingdeselectAll()on the data source did not update the UI
- 
Updated dependencies [ 0b48907,0c4f19b,0c4f19b,8f29a45,061367b,8f29a45,0b48907,17fbc40,29f38d4,6c72794,0e2e426,17fbc40]:- @sl-design-system/select@2.0.5
- @sl-design-system/button@1.2.5
- @sl-design-system/text-field@1.6.6
- @sl-design-system/checkbox@2.1.5
- @sl-design-system/ellipsize-text@0.0.2
- @sl-design-system/search-field@0.2.1
- @sl-design-system/toggle-group@0.0.9
- @sl-design-system/scrollbar@0.1.2
- @sl-design-system/skeleton@1.0.1
- @sl-design-system/tool-bar@0.0.11
- @sl-design-system/listbox@0.1.4
- @sl-design-system/shared@0.9.0
- @sl-design-system/icon@1.3.0
- @sl-design-system/data-source@0.2.1
- @sl-design-system/tooltip@1.1.7
 
@sl-design-system/format-number@0.0.5
@sl-design-system/format-date@0.1.3
@sl-design-system/form@1.3.0
Minor Changes
- #2086 0b48907- Various improvements & fixes- Add support for more than 1 form control per form-field
- Add forproperty to<sl-error>so it is linked to the form control
- Add controlsgetter toFormControllerthat returns a record when the form control name as key
- Add controlspart to the form-field template so you can customize the layout
- Fix missing label in <sl-form-validation-errors>for<sl-select>
- Refactored updateValidity()to addupdateInternalValidity()hook that components can implement for internal custom validation logic