Skip to content

Releases: sl-design-system/components

@sl-design-system/clickedu@0.5.0

21 Oct 13:30
32054d9

Choose a tag to compare

Minor Changes

  • #2621 3ef7bd7 - Updated color palette with new brand colors

Patch Changes

  • Updated dependencies [1e7b6f6]:
    • @sl-design-system/icon@1.4.0

@sl-design-system/checkbox@2.1.7

21 Oct 13:29
32054d9

Choose a tag to compare

Patch Changes

  • #2733 0a615b1 - Removes aria-checked attribute on internal input element because the native behaviour already handles this

  • Updated dependencies [d0c4db2, b169507]:

    • @sl-design-system/shared@0.9.2
    • @sl-design-system/form@1.3.2

@sl-design-system/button@1.3.1

21 Oct 13:29
32054d9

Choose a tag to compare

Patch Changes

  • #2787 d01fc71 - Fix text color of disabled buttons with a variant

  • Updated dependencies [d0c4db2]:

    • @sl-design-system/shared@0.9.2

@sl-design-system/button-bar@1.3.0

21 Oct 13:29
32054d9

Choose a tag to compare

Minor Changes

  • #2715 d0c4db2 - Addfillandvariantproperties, similar tosize` that will be applied
    to all child buttons. This can especially be useful when embedding the button bar
    in another component where the buttons are slotted. This way the developer doesn't
    have to set the same properties on each button manually.

Patch Changes

  • Updated dependencies [d01fc71]:
    • @sl-design-system/button@1.3.1

@sl-design-system/bingel-int@0.4.1

21 Oct 13:30
32054d9

Choose a tag to compare

Patch Changes

  • Updated dependencies [1e7b6f6]:
    • @sl-design-system/icon@1.4.0

@sl-design-system/bingel-dc@0.4.1

21 Oct 13:30
32054d9

Choose a tag to compare

Patch Changes

  • Updated dependencies [1e7b6f6]:
    • @sl-design-system/icon@1.4.0

@sl-design-system/accordion@1.2.1

21 Oct 13:29
32054d9

Choose a tag to compare

Patch Changes

  • #2765 e03836f - Add icon part to <sl-accordion-item>

  • #2790 ad62e35 - Remove background colors from accordion and accordion-item

    This fixes issues when <sl-accordion> is used in a container with a non-default background color.

  • #2644 12cf7bc - Changed background to --sl-elevation-surface-raised-default so it has the lightest background possible (this is only a change for themes that has a base background colour that is not (almost) white

  • Updated dependencies [d0c4db2]:

    • @sl-design-system/shared@0.9.2

@sl-design-system/vitest-browser-lit@0.0.1

01 Oct 09:58
c65af65

Choose a tag to compare

Patch Changes

  • #2677 c76f3c8 - New helpers for writing unit tests using vitest

@sl-design-system/tree@0.1.7

01 Oct 09:58
c65af65

Choose a tag to compare

Patch Changes

  • #2677 c76f3c8 - Fix empty aria-setsize attribute when size isn't known

  • Updated dependencies [659a92a, c76f3c8, 8d7163c, 61989c4, e2543df]:

    • @sl-design-system/shared@0.9.1
    • @sl-design-system/icon@1.3.1
    • @sl-design-system/data-source@0.2.2
    • @sl-design-system/checkbox@2.1.6

@sl-design-system/tooltip@1.3.0

01 Oct 09:58
c65af65

Choose a tag to compare

Minor Changes

  • #2647 d3b9d45 - Adds support for passing a config object to the tooltip directive (same as Tooltip.lazy).
    The directive now accepts either a string (content) or a TooltipConfig with configurable properties like: position, maxWidth and ariaRelation.

  • #2646 f025c0f - Various improvements:

    • Fix broken behavior when the tooltip() directive is used on an <sl-button> by automatically falling back to the root node if a target's ShadowRoot does not contain <sl-tooltip> in its custom element registry
    • Fix font not being applied correctly

Patch Changes

  • Updated dependencies [659a92a]:
    • @sl-design-system/shared@0.9.1