Version Packages#3395
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
3b3be7a to
2072d85
Compare
55ad693 to
06c5b9c
Compare
edf55b4 to
f76ee7c
Compare
f76ee7c to
282f6eb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 listsThe 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.
Patch Changes
7d96c3a]:@sl-design-system/virtual-list@0.1.0
Minor Changes
#3409
7d96c3a- Migrate to TanStack Virtual for improved performance and reliabilityThe 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.
scrollMarginproperty to control scroll offset when scrolling items into viewrequestLayout()method to trigger re-measurement of item sizesVirtualListItemRenderertype to support both Element and TemplateResult return typesPatch Changes
b19dbe7]:@sl-design-system/button@2.1.1
Patch Changes
#3289
7f08962- Fix paginator selected page styling foremphasis="bold"by driving page button appearance viafill/variant(selected usesvariant="primary"withfill="solid"for bold andfill="outline"for subtle), while keepingaria-current="page"for accessibility.Update
sl-buttoninteraction styling sofill="ghost"/fill="outline"use the plain hover/active opacity tokens, and outline buttons markedaria-current="page"get a selected border color.Updated dependencies [
b19dbe7]:@sl-design-system/callout@0.2.1
Patch Changes
#3413
69d0bf0- Layerelevation.surface.raised.defaultunderneath the semantic callout background so text remains readable on bold, patterned, and image backgroundsUpdated dependencies [
b19dbe7]:@sl-design-system/combobox@0.1.10
Patch Changes
#3409
7d96c3a- Improve scroll-to-item behavior and virtual list handlingInternal improvements to scrolling and virtual list constraints for better user experience. These improvements depend on the updated
@sl-design-system/listboxand@sl-design-system/virtual-listpackages.#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
1and "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 matchingsl-optionvalue 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 fieldUpdated dependencies [
d6f8588,7d96c3a]:@sl-design-system/grid@0.7.4
Patch Changes
#3376
54e1beb- Fixed sticky grid columns becoming transparent when usingrow-action="activate"#3379
a470889- Added ahide-header-textproperty to Grid columns so header text can be visually hidden while remaining available to assistive technologies.#3385
5210ab7- Accessibility improvement: addedaria-expandedto the toggle group button in the group header.Updated dependencies [
b19dbe7,7f08962,7d96c3a]:@sl-design-system/inline-message@2.1.1
Patch Changes
#3414
e07c746- Layerelevation.surface.raised.defaultunderneath the semantic inline message background so text remains readable on bold, patterned, and image backgroundsUpdated dependencies [
b19dbe7,7f08962]:@sl-design-system/menu@0.3.4
Patch Changes
#3392
f2d2914- Expose and enforcearia-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- Exposearia-disabled="true"on disabled menu items so assistive technologies announce them as unavailable. Toolbar overflow menu items now preserve disabled semantics witharia-disabledinstead of rendering hard-disabled menu items, keeping them reachable while preventing activation. ForwardedariaDisablednow clears correctly through nested proxy targetsUpdated dependencies [
b19dbe7,7f08962]:@sl-design-system/paginator@0.2.7
Patch Changes
#3289
7f08962- Fix paginator selected page styling foremphasis="bold"by driving page button appearance viafill/variant(selected usesvariant="primary"withfill="solid"for bold andfill="outline"for subtle), while keepingaria-current="page"for accessibility.Update
sl-buttoninteraction styling sofill="ghost"/fill="outline"use the plain hover/active opacity tokens, and outline buttons markedaria-current="page"get a selected border color.Updated dependencies [
f2d2914,db96be2,b19dbe7,7f08962]:@sl-design-system/select@2.1.5
Patch Changes
b19dbe7,7d96c3a]:@sl-design-system/shared@0.12.2
Patch Changes
b19dbe7- Exposearia-disabled="true"on disabled menu items so assistive technologies announce them as unavailable. Toolbar overflow menu items now preserve disabled semantics witharia-disabledinstead of rendering hard-disabled menu items, keeping them reachable while preventing activation. ForwardedariaDisablednow 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 hasrole="listitem", matching the slotted tags and satisfying ARIA list semanticsUpdated dependencies [
b19dbe7]:@sl-design-system/time-field@0.1.2
Patch Changes
7d96c3a]:@sl-design-system/toggle-button@0.0.16
Patch Changes
#3392
f2d2914- Expose and enforcearia-disabled="true"on disabled menu items and toggle buttons so assistive technologies announce them as unavailable and the components remain non-interactiveUpdated dependencies [
b19dbe7]:@sl-design-system/toggle-group@0.0.16
Patch Changes
f2d2914,b19dbe7]:@sl-design-system/tool-bar@0.2.5
Patch Changes
#3383
b19dbe7- Exposearia-disabled="true"on disabled menu items so assistive technologies announce them as unavailable. Toolbar overflow menu items now preserve disabled semantics witharia-disabledinstead of rendering hard-disabled menu items, keeping them reachable while preventing activation. ForwardedariaDisablednow clears correctly through nested proxy targetsUpdated dependencies [
f2d2914,db96be2,b19dbe7,7f08962]:@sl-design-system/tree@0.2.5
Patch Changes
7d96c3a,b19dbe7]:@sl-design-system/rolldown-plugin-css-sheet@0.0.1
Patch Changes
4ff727c- Add a Rolldown/Vite plugin that imports.cssfiles as constructableCSSStyleSheetinstances when imported with atype: 'css'import attribute