This repository was archived by the owner on Oct 14, 2025. It is now read-only.
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.33.0
Minor Changes
50fbc4b
Thanks @clintcs! - Menu overwrites thearia-description
of its target when Menu'sloading
attribute is set. So Menu now warns whenaria-description
is present.Patch Changes
#1086
048b198
Thanks @ynotdraw! - Dropdown Option now shows the count when it is set to 0.#1090
099468a
Thanks @ynotdraw! ---glide-core-typography-family-primary
and--glide-core-typography-family-monospace
now fall back to system defaults.#1069
5589e6b
Thanks @clintcs! - - Option now dispatches "enabled" and "disabled" events when programmatically enabled or disabled.You probably don't need to listen for these events. But they may come in handy if you're abstracting over Menu to add functionality to it.
#1077
2b82109
Thanks @clintcs! - Menu's menu no longer remains in the viewport when Menu is open and scrolled out of view.#1044
a81a81c
Thanks @clintcs! - Added a Select component. Select is like Menu but as a form control. Select hasname
andvalue
attributes, and it supports form control methods likereportValidity()
andsetValidity()
.Select does not support Form Controls Layout or multiselection. Multiselection support is coming soon.
#1065
ab2925b
Thanks @clintcs! - Menu's active Option is now visually active the moment Menu is opened instead of after a short delay.#1072
cbafaf2
Thanks @ynotdraw! - Slot assertions now properly evaluate the slotted contents when wrapped.This will no longer produce an error.
But this will, as the element is expected to be a GlideCoreButton.
#1078
ae9c450
Thanks @clintcs! - Menu, Dropdown, Popover, and Tooltip's opening and closing animations now start slightly slower and accelerate sharply.#1089
18ad7d8
Thanks @clintcs! - Dropdown, when filterable and in Form Controls Layout in a Modal, now longer has a flickering ellipsis when the viewport is resized.