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/[email protected]
Patch Changes
#1624
cab0938
- FixShadowRoot.createElement
type definition to properly matchdocument.createElement
Updated dependencies [
bbcb7f7
,cab0938
]:@sl-design-system/[email protected]
Patch Changes
#1628
7a62e08
- Fix NVDA accessibility issues, fix indeterminate state for screen readers.#1633
7e8a441
- Fix NVDA accessibility issues: moving aria attributes to the right control.Updated dependencies [
7e8a441
,cab0938
,c4a93fb
]:@sl-design-system/[email protected]
Patch Changes
#1632
e68df34
- Toggle the listbox when clicking the chevron button#1632
e68df34
- Add the ability to render the options using a virtual list:You can already render the options yourself by doing
But for large numbers of options, this can be slow. You can now use the
options
property to have the combobox render the options for you:You can customize the rendering of each option by using:
optionLabelPath
to specify the path to the label in each option objectoptionValuePath
to specify the path to the value in each option objectYou can also group the options by using
optionGroupPath
. This will group the options by the value of the property specified inoptionGroupPath
. The value is also used as the label for the group.There is no difference how the options are rendered in the DOM. You can customize
the options in both scenarios by using the
sl-option { ... }
selector.Updated dependencies [
7e8a441
,cab0938
,e68df34
,bbcb7f7
,99482e3
,7e8a441
]:@sl-design-system/[email protected]
Patch Changes
#1624
cab0938
- RefactorgetValueByPath
and related functions to properly infer type#1497
dd63dd8
- Fix missing data-source reference#1497
dd63dd8
- Add possibility to use data source with pagination. Addedpaginate
method.Updated dependencies [
cab0938
,c4a93fb
]:@sl-design-system/[email protected]
Patch Changes
#1633
7e8a441
- Fix ofaria-describedby
in form field when there is a hint and validation message.#1624
cab0938
- RefactorgetValueByPath
and related functions to properly infer typeUpdated dependencies [
cab0938
,c4a93fb
]:@sl-design-system/[email protected]
Patch Changes
#1624
cab0938
- RefactorgetValueByPath
and related functions to properly infer type#1609
515e2fb
- Added tokens for grid#1550
ac23d84
- Changed the way selection works; there are now 2 distinct functionalities; selecting one or more rows with checkboxes, for bulk actions for example and clicking and highlighting an entire row as a way of selecting it for a detailed view for exampleUpdated dependencies [
cab0938
,7a62e08
,c4a93fb
,bbcb7f7
,dd63dd8
,cab0938
,7e8a441
,dd63dd8
]:@sl-design-system/[email protected]
Patch Changes
bbcb7f7
- UpdateIconPrefix
type to be compatible with FontAwesome 6.7.0@sl-design-system/[email protected]
Patch Changes
#1632
e68df34
- Add ability to render grouped items using lit-virtualizer:optionGroupPath
property to specify the path to the group name in the option object<sl-option-group-header>
component to render the group headeritems
property for advanced customization of how options are rendered (used in combobox)scrollToIndex(index: number)
method to scroll to a specific index in the listbox#1626
99482e3
- Add virtual list ability to listboxUpdated dependencies [
bbcb7f7
]:@sl-design-system/[email protected]
Patch Changes
#1637
c4a93fb
- Fix NVDA accessibility issues: moving aria attributes to the right (focusable) element in the MenuButton.Updated dependencies [
cab0938
,c4a93fb
,bbcb7f7
]:@sl-design-system/[email protected]
Patch Changes
#1497
dd63dd8
- Added newpaginator
,items counter
andpage size
components that can be used together or separately.Updated dependencies [
cab0938
,c4a93fb
,bbcb7f7
,cab0938
,c4a93fb
]:@sl-design-system/[email protected]
Patch Changes
cab0938
,c4a93fb
,bbcb7f7
]:@sl-design-system/[email protected]
Patch Changes
#1624
cab0938
- FixShadowRoot.createElement
type definition to properly matchdocument.createElement
Updated dependencies [
7e8a441
,cab0938
,c4a93fb
,bbcb7f7
]:@sl-design-system/[email protected]
Patch Changes
#1624
cab0938
- RefactorgetValueByPath
and related functions to properly infer type#1637
c4a93fb
- Add newObserveAttributesMixin
mixin that can be used to rewrite aria attributes to the right element.@sl-design-system/[email protected]
Patch Changes
#1633
7e8a441
- Fix NVDA issues, using input native element as a form control, moving aria attributes to the right control to solve accessibility issues.Updated dependencies [
7e8a441
,cab0938
,c4a93fb
,bbcb7f7
]:@sl-design-system/[email protected]
Patch Changes
c4a93fb
- Fix accessibility issues:cab0938
,c4a93fb
,bbcb7f7
,c4a93fb
]:@sl-design-system/[email protected]
Patch Changes
#1633
7e8a441
- Fix NVDA accessibility issues: moving aria attributes to the right control.Updated dependencies [
7e8a441
,cab0938
,c4a93fb
,bbcb7f7
]:@sl-design-system/[email protected]
Patch Changes
#1633
7e8a441
- Fix NVDA accessibility issues: moving aria attributes to the right control.Updated dependencies [
7e8a441
,cab0938
,c4a93fb
,bbcb7f7
]:@sl-design-system/[email protected]
Patch Changes
#1602
6866dd0
- Fixed togglingtext-only
attribute.Updated dependencies [
cab0938
,c4a93fb
,bbcb7f7
,cab0938
]:@sl-design-system/[email protected]
Patch Changes
cab0938
,c4a93fb
,6866dd0
]:@sl-design-system/[email protected]
Patch Changes
bbcb7f7
,6866dd0
,c4a93fb
]:@sl-design-system/[email protected]
Patch Changes
#1624
cab0938
- FixShadowRoot.createElement
type definition to properly matchdocument.createElement
Updated dependencies [
cab0938
,c4a93fb
]:@sl-design-system/[email protected]
Patch Changes
dd63dd8
- New translations added necessary forpaginator
,items counter
andpage size
components.@sl-design-system/[email protected]
Patch Changes
#1497
dd63dd8
- New paginator tokens, newellipsis-down
icon.#1609
515e2fb
- Added tokens for gridUpdated dependencies [
bbcb7f7
]:@sl-design-system/[email protected]
Patch Changes
#1497
dd63dd8
- New paginator tokens, newellipsis-down
icon.Updated dependencies [
bbcb7f7
]:@sl-design-system/[email protected]
Patch Changes
#1497
dd63dd8
- New paginator tokens, newellipsis-down
icon.Updated dependencies [
bbcb7f7
]:@sl-design-system/[email protected]
Patch Changes
#1497
dd63dd8
- New paginator tokens, newellipsis-down
icon.Updated dependencies [
bbcb7f7
]:@sl-design-system/[email protected]
Patch Changes
#1497
dd63dd8
- New paginator tokens, newellipsis-down
icon.Updated dependencies [
bbcb7f7
]:@sl-design-system/[email protected]
Patch Changes
#1497
dd63dd8
- New paginator tokens, newellipsis-down
icon.Updated dependencies [
bbcb7f7
]:@sl-design-system/[email protected]
Patch Changes
#1497
dd63dd8
- New paginator tokens, newellipsis-down
icon.Updated dependencies [
bbcb7f7
]:@sl-design-system/[email protected]
Patch Changes
#1497
dd63dd8
- New paginator tokens, newellipsis-down
icon.Updated dependencies [
bbcb7f7
]:@sl-design-system/[email protected]
Patch Changes
#1497
dd63dd8
- New paginator tokens, newellipsis-down
icon.Updated dependencies [
bbcb7f7
]:@sl-design-system/[email protected]
Patch Changes
#1497
dd63dd8
- New paginator tokens, newellipsis-down
icon.Updated dependencies [
bbcb7f7
]:@sl-design-system/[email protected]
Patch Changes
#1497
dd63dd8
- New paginator tokens, newellipsis-down
icon.#1609
515e2fb
- Added tokens for gridUpdated dependencies [
bbcb7f7
]:@sl-design-system/[email protected]
Patch Changes
#1497
dd63dd8
- New paginator tokens, newellipsis-down
icon.Updated dependencies [
bbcb7f7
]:@sl-design-system/[email protected]
Patch Changes
bbcb7f7
]:@sl-design-system/[email protected]
Patch Changes
bbcb7f7
]: