Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Oct 1, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

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

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/icon@1.4.0

Minor Changes

  • #2761 1e7b6f6 - Support FontAwesome 7.1 (new "utility" icon pack)

@sl-design-system/tree@0.2.0

Minor Changes

  • #2715 d0c4db2 - Replace @lit-labs/virtualizer with @tanstack/lit-virtual

    This is a breaking change, but not worthy of a new major version, because the component still has draft status.

  • #2781 781f288 - Various improvements:

    • Replace @tanstack/lit-virtual with @sl-design-system/virtual-list
    • Implement sorting of tree nodes
    • Fix TreeDataSource bugs in toggleDescendants() and expandAll() methods
    • Better documentation

Patch Changes

  • Updated dependencies [0a615b1, 781f288, d0c4db2, 1e7b6f6, d0c4db2]:
    • @sl-design-system/checkbox@2.1.7
    • @sl-design-system/virtual-list@0.0.2
    • @sl-design-system/button-bar@1.3.0
    • @sl-design-system/icon@1.4.0
    • @sl-design-system/shared@0.9.2

@sl-design-system/clickedu@0.5.0

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/accordion@1.2.1

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/button@1.3.1

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/checkbox@2.1.7

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/form@1.3.2

Patch Changes

  • #2714 b169507 - Added functionality that mimics autofocus, since the real autofocus doesn't work because the input fields are added after page load.

  • Updated dependencies [d0c4db2]:

    • @sl-design-system/shared@0.9.2

@sl-design-system/grid@0.6.3

Patch Changes

  • #2788 55e879d - Fix changes in the nested bulk actions slot in <sl-grid> not propagating to <sl-tool-bar>

    The bulk actions <slot> is nested in the default slot of <sl-tool-bar>. This means that changes to the bulk actions slot are not automatically observed by the tool-bar. To work around this, we explicitly call refresh() on the tool-bar when the bulk actions slot changes. refresh() will update the mapping of the tool-bar actions.

  • Updated dependencies [063faff, 0a615b1, 063faff, d01fc71, d3fc554, 1e7b6f6, 2af40f7, d0c4db2, 55e879d]:

    • @sl-design-system/select@2.0.6
    • @sl-design-system/checkbox@2.1.7
    • @sl-design-system/listbox@0.1.6
    • @sl-design-system/button@1.3.1
    • @sl-design-system/icon@1.4.0
    • @sl-design-system/tool-bar@0.1.1
    • @sl-design-system/shared@0.9.2

@sl-design-system/listbox@0.1.6

Patch Changes

  • #2789 063faff - Fix issue with cloning of selected option due to unexpected <style> element

  • Updated dependencies [1e7b6f6]:

    • @sl-design-system/icon@1.4.0

@sl-design-system/panel@0.2.5

Patch Changes

  • #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 [1e7b6f6, 2af40f7, d0c4db2, 55e879d]:

    • @sl-design-system/icon@1.4.0
    • @sl-design-system/tool-bar@0.1.1
    • @sl-design-system/shared@0.9.2

@sl-design-system/select@2.0.6

Patch Changes

  • #2789 063faff - Fix cloning of selected option when there is only a single child

  • #2789 063faff - Fix issue with cloning of selected option due to unexpected <style> element

  • #2731 d3fc554 - Fixes issue in chrome where the dropdown would flicker when one of its parents has a transform:translate on it.

  • Updated dependencies [063faff, 1e7b6f6, d0c4db2, b169507]:

    • @sl-design-system/listbox@0.1.6
    • @sl-design-system/icon@1.4.0
    • @sl-design-system/shared@0.9.2
    • @sl-design-system/form@1.3.2

@sl-design-system/shared@0.9.2

Patch Changes

  • #2715 d0c4db2 - Fix scrollParent to work with overflow elements that do not scroll (yet)

@sl-design-system/tool-bar@0.1.1

Patch Changes

  • #2757 2af40f7 - Propagate the aria-disabled state to the overflow menu.

  • #2788 55e879d - Fix changes in the nested bulk actions slot in <sl-grid> not propagating to <sl-tool-bar>

    The bulk actions <slot> is nested in the default slot of <sl-tool-bar>. This means that changes to the bulk actions slot are not automatically observed by the tool-bar. To work around this, we explicitly call refresh() on the tool-bar when the bulk actions slot changes. refresh() will update the mapping of the tool-bar actions.

  • Updated dependencies [d01fc71, 1e7b6f6]:

    • @sl-design-system/button@1.3.1
    • @sl-design-system/icon@1.4.0

@sl-design-system/virtual-list@0.0.2

Patch Changes

  • #2781 781f288 - This is a new package that provides a virtual scrolling solution for rendering large lists efficiently. It includes a web component <sl-virtual-list> and a VirtualizerController for integration with LitElement.

    It is based on @tanstack/virtual-core and offers customizable item rendering, configurable item sizing, and gap settings.

  • Updated dependencies [d0c4db2]:

    • @sl-design-system/shared@0.9.2

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

Patch Changes

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

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

Patch Changes

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

@sl-design-system/editorial-suite@0.3.1

Patch Changes

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

@sl-design-system/itslearning@0.4.1

Patch Changes

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

@sl-design-system/kampus@0.4.1

Patch Changes

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

@sl-design-system/magister@0.4.1

Patch Changes

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

@sl-design-system/max@0.4.1

Patch Changes

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

@sl-design-system/my-digital-book@0.4.1

Patch Changes

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

@sl-design-system/neon@0.4.1

Patch Changes

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

@sl-design-system/sanoma-learning@0.6.1

Patch Changes

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

@sl-design-system/teas@0.4.1

Patch Changes

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

@sl-design-system/tig@0.4.1

Patch Changes

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

@sl-design-system/myvanin@0.2.8

Patch Changes

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

@sl-design-system/sanoma-utbildning@0.1.8

Patch Changes

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

@github-actions github-actions bot force-pushed the changeset-release/main branch 5 times, most recently from 9894470 to d6673a0 Compare October 8, 2025 11:20
@github-actions github-actions bot force-pushed the changeset-release/main branch 4 times, most recently from eb8a7bc to 0fd82f3 Compare October 16, 2025 07:44
@github-actions github-actions bot force-pushed the changeset-release/main branch 6 times, most recently from 5a99709 to 92b17f3 Compare October 21, 2025 13:09
@github-actions github-actions bot force-pushed the changeset-release/main branch from 92b17f3 to 7694748 Compare October 21, 2025 13:19
@jpzwarte jpzwarte merged commit 32054d9 into main Oct 21, 2025
@jpzwarte jpzwarte deleted the changeset-release/main branch October 21, 2025 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants