+
Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/cute-mirrors-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-bugs-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-hotels-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-oranges-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-mammals-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-poems-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/legal-carrots-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-bats-like.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-cars-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-taxis-burn.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/silly-glasses-check.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/three-lies-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-kings-sip.md

This file was deleted.

45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,50 @@
# @crowdstrike/glide-core

## 0.35.0

### Minor Changes

- [#1116](https://github.com/CrowdStrike/glide-core/pull/1116) [`3ef1093`](https://github.com/CrowdStrike/glide-core/commit/3ef1093c0ddc7d750e59d7f553f438a62a542d78) Thanks [@clintcs](https://github.com/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.

```html
<glide-core-popover>
<button slot="target">Target</button>

<glide-core-popover-container>Content</glide-core-popover-container
</glide-core-popover>
```

### Patch Changes

- [#1151](https://github.com/CrowdStrike/glide-core/pull/1151) [`4bd6537`](https://github.com/CrowdStrike/glide-core/commit/4bd653730096b14120afdaa408589d6425414bbb) Thanks [@ynotdraw](https://github.com/ynotdraw)! - Button now supports a `loading` attribute that will render a Spinner and effectively disable the Button.

- [#1136](https://github.com/CrowdStrike/glide-core/pull/1136) [`7f2b520`](https://github.com/CrowdStrike/glide-core/commit/7f2b52078cb3d971cda0cb746ec19ed6f9886f7f) Thanks [@clintcs](https://github.com/clintcs)! - Select now supports multiselection via a new `multiple` attribute.

- [#1166](https://github.com/CrowdStrike/glide-core/pull/1166) [`4eaf4e0`](https://github.com/CrowdStrike/glide-core/commit/4eaf4e0024413cab32e0d330efb4da6466af9bd4) Thanks [@clintcs](https://github.com/clintcs)! - The `role` attribute of Select's target is now "listbox" instead of "menu".

- [#1167](https://github.com/CrowdStrike/glide-core/pull/1167) [`be849a4`](https://github.com/CrowdStrike/glide-core/commit/be849a4f6ff9160c459f8f86b8c2198d95abc726) Thanks [@clintcs](https://github.com/clintcs)! - Select now supports slots in its Options component.

- [#1169](https://github.com/CrowdStrike/glide-core/pull/1169) [`1ca7ef2`](https://github.com/CrowdStrike/glide-core/commit/1ca7ef26fccfe7e1ee6e4132267b82f0207295fd) Thanks [@clintcs](https://github.com/clintcs)! - Select now updates its `value` attribute when the `value` attribute of a selected Option changes.

- [#1168](https://github.com/CrowdStrike/glide-core/pull/1168) [`9655556`](https://github.com/CrowdStrike/glide-core/commit/9655556e6884496e18552d7fd191c2be1760dd82) Thanks [@clintcs](https://github.com/clintcs)! - Option now dispatches a "value-change" event when its `value` attribute is changed programmatically.

- [#1161](https://github.com/CrowdStrike/glide-core/pull/1161) [`62892a4`](https://github.com/CrowdStrike/glide-core/commit/62892a432787229fa7cf0e21d7b0a3ff3c2242ee) Thanks [@clintcs](https://github.com/clintcs)! - Tooltip no longer sets its `open` attribute when disabled and its target is hovered.

- [#1163](https://github.com/CrowdStrike/glide-core/pull/1163) [`ae903ae`](https://github.com/CrowdStrike/glide-core/commit/ae903ae497dc46b34cd38530876aeb2e2cbae86d) Thanks [@ynotdraw](https://github.com/ynotdraw)! - All screen reader announced strings have been translated for French and Japanese.

- [#1158](https://github.com/CrowdStrike/glide-core/pull/1158) [`c9cdbbb`](https://github.com/CrowdStrike/glide-core/commit/c9cdbbb716be6d4d112c6e8bfc5bef9794b41907) Thanks [@ynotdraw](https://github.com/ynotdraw)! - Icon Button now supports a `size` attribute which can be set to `small` or `large`. `small` is the default. It does not apply when `variant="tertiary"`.

- [#1147](https://github.com/CrowdStrike/glide-core/pull/1147) [`6fa736b`](https://github.com/CrowdStrike/glide-core/commit/6fa736b319b73c41e5beec2f8ed359e2537c59e5) Thanks [@clintcs](https://github.com/clintcs)! - Disabled Option sub-Menu targets are now hidden.

- [#1159](https://github.com/CrowdStrike/glide-core/pull/1159) [`7f08c34`](https://github.com/CrowdStrike/glide-core/commit/7f08c348d156034abe502f057cbf918c3aadf540) Thanks [@clintcs](https://github.com/clintcs)! - - Popover no longer dispatches a "toggle" event when disabled and opened programmatically.

- Popover no longer sets its `open` attribute when disabled and its target is clicked.
- Popover now sets `aria-expanded="false"` on its target both when initially open but disabled and when initially closed and enabled.

- [#1116](https://github.com/CrowdStrike/glide-core/pull/1116) [`3ef1093`](https://github.com/CrowdStrike/glide-core/commit/3ef1093c0ddc7d750e59d7f553f438a62a542d78) Thanks [@clintcs](https://github.com/clintcs)! - Popover's content is now announced by screenreaders when Popover is opened.

## 0.34.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crowdstrike/glide-core",
"version": "0.34.1",
"version": "0.35.0",
"description": "A Web Component design system",
"author": "CrowdStrike UX Team",
"license": "Apache-2.0",
Expand Down
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载