Releases: sl-design-system/components
Releases · sl-design-system/components
@sl-design-system/tree@0.2.1
@sl-design-system/tool-bar@0.1.2
@sl-design-system/toggle-group@0.0.11
@sl-design-system/toggle-button@0.0.11
@sl-design-system/time-field@0.0.2
Patch Changes
-
#2824
ff5b844- Multiple fixes:- For
requiredtime-field, native validation message is now used. The custom message "Please enter a time." appears only when the entered value is not a valid time. - Fixed an issue where the dialog time picker value did not update when the user typed a new value.
- For
-
#2802
c8eab5b- Fixes toggling time picker when clicking on the clock button. -
Updated dependencies [
f676dd5,d807cb2]:- @sl-design-system/icon@1.4.1
@sl-design-system/tig@1.0.0
Major Changes
- #2734
f676dd5- This is a major change after the refactoring of the Figma tokens and subsequently the webcomponents; with this release we removed the old tokens from the default css files, and moved all legacy tokens to a separate file. This means a breaking change; if you have components in your application that are not updated yet to the version that uses the new tokens the styling will be broken if you don't take action after using this version of the theme.
To support these older component versions you can includelight-deprecated.cssin all places where you now includelight.cssuntil all components are updated and you can remove the legacy file.
(light.cssis taken as an example, this of course goes for all files, alsodark,baseand thescssfiles)
Patch Changes
@sl-design-system/teas@1.0.0
Major Changes
- #2734
f676dd5- This is a major change after the refactoring of the Figma tokens and subsequently the webcomponents; with this release we removed the old tokens from the default css files, and moved all legacy tokens to a separate file. This means a breaking change; if you have components in your application that are not updated yet to the version that uses the new tokens the styling will be broken if you don't take action after using this version of the theme.
To support these older component versions you can includelight-deprecated.cssin all places where you now includelight.cssuntil all components are updated and you can remove the legacy file.
(light.cssis taken as an example, this of course goes for all files, alsodark,baseand thescssfiles)
Patch Changes
@sl-design-system/tag@0.1.8
@sl-design-system/tabs@1.2.4
@sl-design-system/select@2.1.0
Minor Changes
-
#2819
39b286c- Make the select adjust size automatically to the largest optionThis change updates the select component to automatically adjust its width based on the largest option available. If any of the options contain HTML elements, the automatic sizing is disabled to ensure accurate rendering. This enhancement improves the user experience by preventing text truncation and ensuring that all options are fully visible.