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 publish to npm yourself or setup this action to publish 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
@crowdstrike/glide-core@0.35.0
Minor Changes
#1116
3ef1093
Thanks @clintcs! - Popover now requires its default slot content to be wrapped in a Popover Container.The reason for the change is so Popover's target and its content can be associated with one another via ARIA attributes, improving accessibility.
Patch Changes
#1151
4bd6537
Thanks @ynotdraw! - Button now supports aloading
attribute that will render a Spinner and effectively disable the Button.#1136
7f2b520
Thanks @clintcs! - Select now supports multiselection via a newmultiple
attribute.#1166
4eaf4e0
Thanks @clintcs! - Therole
attribute of Select's target is now "listbox" instead of "menu".#1167
be849a4
Thanks @clintcs! - Select now supports slots in its Options component.#1169
1ca7ef2
Thanks @clintcs! - Select now updates itsvalue
attribute when thevalue
attribute of a selected Option changes.#1168
9655556
Thanks @clintcs! - Option now dispatches a "value-change" event when itsvalue
attribute is changed programmatically.#1161
62892a4
Thanks @clintcs! - Tooltip no longer sets itsopen
attribute when disabled and its target is hovered.#1163
ae903ae
Thanks @ynotdraw! - All screen reader announced strings have been translated for French and Japanese.#1158
c9cdbbb
Thanks @ynotdraw! - Icon Button now supports asize
attribute which can be set tosmall
orlarge
.small
is the default. It does not apply whenvariant="tertiary"
.#1147
6fa736b
Thanks @clintcs! - Disabled Option sub-Menu targets are now hidden.#1159
7f08c34
Thanks @clintcs! - - Popover no longer dispatches a "toggle" event when disabled and opened programmatically.open
attribute when disabled and its target is clicked.aria-expanded="false"
on its target both when initially open but disabled and when initially closed and enabled.#1116
3ef1093
Thanks @clintcs! - Popover's content is now announced by screenreaders when Popover is opened.