Skip to content

Version Packages#3395

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

Version Packages#3395
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented May 28, 2026

Copy link
Copy Markdown
Contributor

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/listbox@0.2.0

Minor Changes

  • #3409 7d96c3a - Add virtual list support for improved performance with large option lists

    The listbox component now uses the virtual-list component for efficient rendering of large lists. This provides better performance and smoother scrolling when dealing with many options.

    • Integrated virtual-list component for virtualization
    • Improved scrolling behavior and item visibility
    • Added support for CSS max-height constraints with virtual lists

Patch Changes

  • Updated dependencies [7d96c3a]:
    • @sl-design-system/virtual-list@0.1.0

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

Minor Changes

  • #3409 7d96c3a - Migrate to TanStack Virtual for improved performance and reliability

    The virtual-list component has been refactored to use TanStack Virtual instead of the custom virtualization implementation. This provides better performance, smoother scrolling, and more reliable item measurement.

    • Migrated to TanStack Virtual for core virtualization logic
    • Added scrollMargin property to control scroll offset when scrolling items into view
    • Added requestLayout() method to trigger re-measurement of item sizes
    • Updated VirtualListItemRenderer type to support both Element and TemplateResult return types

Patch Changes

  • Updated dependencies [b19dbe7]:
    • @sl-design-system/shared@0.12.2

@sl-design-system/button@2.1.1

Patch Changes

  • #3289 7f08962 - Fix paginator selected page styling for emphasis="bold" by driving page button appearance via fill/variant (selected uses variant="primary" with fill="solid" for bold and fill="outline" for subtle), while keeping aria-current="page" for accessibility.

    Update sl-button interaction styling so fill="ghost"/fill="outline" use the plain hover/active opacity tokens, and outline buttons marked aria-current="page" get a selected border color.

  • Updated dependencies [b19dbe7]:

    • @sl-design-system/shared@0.12.2

@sl-design-system/callout@0.2.1

Patch Changes

  • #3413 69d0bf0 - Layer elevation.surface.raised.default underneath the semantic callout background so text remains readable on bold, patterned, and image backgrounds

  • Updated dependencies [b19dbe7]:

    • @sl-design-system/shared@0.12.2

@sl-design-system/combobox@0.1.10

Patch Changes

  • #3409 7d96c3a - Improve scroll-to-item behavior and virtual list handling

    Internal improvements to scrolling and virtual list constraints for better user experience. These improvements depend on the updated @sl-design-system/listbox and @sl-design-system/virtual-list packages.

    • Improved scroll-to-item behavior when selecting options
    • Better handling of virtual list constraints
  • #3427 a2713a8 - Fix combobox selection matching when option values and the combobox value use different primitive types.

    The combobox now treats primitive values such as 1 and "1" as equivalent when resolving selected options. This prevents the selected option from being cleared when a value is provided as a string while the matching sl-option value is a number.

  • #3398 0b948e2 - Fixed select-only comboboxes so keyboard users can select and deselect the current option with Space while editable comboboxes still insert spaces in the input field

  • Updated dependencies [d6f8588, 7d96c3a]:

    • @sl-design-system/tag@0.1.13
    • @sl-design-system/listbox@0.2.0

@sl-design-system/grid@0.7.4

Patch Changes

  • #3376 54e1beb - Fixed sticky grid columns becoming transparent when using row-action="activate"

  • #3379 a470889 - Added a hide-header-text property to Grid columns so header text can be visually hidden while remaining available to assistive technologies.

  • #3385 5210ab7 - Accessibility improvement: added aria-expanded to the toggle group button in the group header.

  • Updated dependencies [b19dbe7, 7f08962, 7d96c3a]:

    • @sl-design-system/shared@0.12.2
    • @sl-design-system/tool-bar@0.2.5
    • @sl-design-system/button@2.1.1
    • @sl-design-system/listbox@0.2.0
    • @sl-design-system/toggle-group@0.0.16
    • @sl-design-system/select@2.1.5

@sl-design-system/inline-message@2.1.1

Patch Changes

  • #3414 e07c746 - Layer elevation.surface.raised.default underneath the semantic inline message background so text remains readable on bold, patterned, and image backgrounds

  • Updated dependencies [b19dbe7, 7f08962]:

    • @sl-design-system/shared@0.12.2
    • @sl-design-system/button@2.1.1

@sl-design-system/menu@0.3.4

Patch Changes

  • #3392 f2d2914 - Expose and enforce aria-disabled="true" on disabled menu items and toggle buttons so assistive technologies announce them as unavailable and the components remain non-interactive

  • #3421 db96be2 - Fix nested submenu item clicks being intercepted by parent menu items with submenus

  • #3383 b19dbe7 - Expose aria-disabled="true" on disabled menu items so assistive technologies announce them as unavailable. Toolbar overflow menu items now preserve disabled semantics with aria-disabled instead of rendering hard-disabled menu items, keeping them reachable while preventing activation. Forwarded ariaDisabled now clears correctly through nested proxy targets

  • Updated dependencies [b19dbe7, 7f08962]:

    • @sl-design-system/shared@0.12.2
    • @sl-design-system/button@2.1.1

@sl-design-system/paginator@0.2.7

Patch Changes

  • #3289 7f08962 - Fix paginator selected page styling for emphasis="bold" by driving page button appearance via fill/variant (selected uses variant="primary" with fill="solid" for bold and fill="outline" for subtle), while keeping aria-current="page" for accessibility.

    Update sl-button interaction styling so fill="ghost"/fill="outline" use the plain hover/active opacity tokens, and outline buttons marked aria-current="page" get a selected border color.

  • Updated dependencies [f2d2914, db96be2, b19dbe7, 7f08962]:

    • @sl-design-system/menu@0.3.4
    • @sl-design-system/shared@0.12.2
    • @sl-design-system/button@2.1.1
    • @sl-design-system/select@2.1.5

@sl-design-system/select@2.1.5

Patch Changes

  • Updated dependencies [b19dbe7, 7d96c3a]:
    • @sl-design-system/shared@0.12.2
    • @sl-design-system/listbox@0.2.0

@sl-design-system/shared@0.12.2

Patch Changes

  • #3383 b19dbe7 - Expose aria-disabled="true" on disabled menu items so assistive technologies announce them as unavailable. Toolbar overflow menu items now preserve disabled semantics with aria-disabled instead of rendering hard-disabled menu items, keeping them reachable while preventing activation. Forwarded ariaDisabled now clears correctly through nested proxy targets

@sl-design-system/tag@0.1.13

Patch Changes

  • #3408 d6f8588 - Fixed stacked tag lists so the generated stack counter tag has role="listitem", matching the slotted tags and satisfying ARIA list semantics

  • Updated dependencies [b19dbe7]:

    • @sl-design-system/shared@0.12.2

@sl-design-system/time-field@0.1.2

Patch Changes

  • Updated dependencies [7d96c3a]:
    • @sl-design-system/listbox@0.2.0

@sl-design-system/toggle-button@0.0.16

Patch Changes

  • #3392 f2d2914 - Expose and enforce aria-disabled="true" on disabled menu items and toggle buttons so assistive technologies announce them as unavailable and the components remain non-interactive

  • Updated dependencies [b19dbe7]:

    • @sl-design-system/shared@0.12.2

@sl-design-system/toggle-group@0.0.16

Patch Changes

  • Updated dependencies [f2d2914, b19dbe7]:
    • @sl-design-system/toggle-button@0.0.16
    • @sl-design-system/shared@0.12.2

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

Patch Changes

  • #3383 b19dbe7 - Expose aria-disabled="true" on disabled menu items so assistive technologies announce them as unavailable. Toolbar overflow menu items now preserve disabled semantics with aria-disabled instead of rendering hard-disabled menu items, keeping them reachable while preventing activation. Forwarded ariaDisabled now clears correctly through nested proxy targets

  • Updated dependencies [f2d2914, db96be2, b19dbe7, 7f08962]:

    • @sl-design-system/menu@0.3.4
    • @sl-design-system/toggle-button@0.0.16
    • @sl-design-system/button@2.1.1
    • @sl-design-system/toggle-group@0.0.16

@sl-design-system/tree@0.2.5

Patch Changes

  • Updated dependencies [7d96c3a, b19dbe7]:
    • @sl-design-system/virtual-list@0.1.0
    • @sl-design-system/shared@0.12.2

@sl-design-system/rolldown-plugin-css-sheet@0.0.1

Patch Changes

  • #3439 4ff727c - Add a Rolldown/Vite plugin that imports .css files as constructable CSSStyleSheet instances when imported with a type: 'css' import attribute

@github-actions github-actions Bot force-pushed the changeset-release/main branch 8 times, most recently from 3b3be7a to 2072d85 Compare June 2, 2026 12:16
@github-actions github-actions Bot force-pushed the changeset-release/main branch 6 times, most recently from 55ad693 to 06c5b9c Compare June 9, 2026 11:45
@github-actions github-actions Bot force-pushed the changeset-release/main branch 4 times, most recently from edf55b4 to f76ee7c Compare June 16, 2026 12:56
@github-actions github-actions Bot force-pushed the changeset-release/main branch from f76ee7c to 282f6eb Compare June 16, 2026 17:15
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.

0 participants