Skip to content

Commit 6e4c848

Browse files
Version package (#757)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c414b53 commit 6e4c848

File tree

4 files changed

+14
-15
lines changed

4 files changed

+14
-15
lines changed

.changeset/lucky-owls-collect.md

-6
This file was deleted.

.changeset/tasty-doors-trade.md

-8
This file was deleted.

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @crowdstrike/glide-core
22

3+
## 0.20.4
4+
5+
### Patch Changes
6+
7+
- [#756](https://github.com/CrowdStrike/glide-core/pull/756) [`7defd95`](https://github.com/CrowdStrike/glide-core/commit/7defd9577d3531d74bedb1c0e9ab31cd5085103e) Thanks [@clintcs](https://github.com/clintcs)! - - Dropdown now selects options when `value` is set initially.
8+
9+
- Radio Group now checks radios when `value` is set initially.
10+
11+
- [#751](https://github.com/CrowdStrike/glide-core/pull/751) [`507a9f4`](https://github.com/CrowdStrike/glide-core/commit/507a9f4fcbc86aacd4f2633bd75683b37311c9aa) Thanks [@clintcs](https://github.com/clintcs)! - - Dropdown no longer presents as expanded to screenreaders when open but disabled.
12+
- Single-select Dropdown now presents to screenreaders as disabled when disabled.
13+
- Form controls' tooltip icon is no longer presented to screenreaders.
14+
- Checkbox's indeterminate icon is no longer presented to screenreaders.
15+
316
## 0.20.3
417

518
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crowdstrike/glide-core",
3-
"version": "0.20.3",
3+
"version": "0.20.4",
44
"description": "A Web Component design system",
55
"author": "CrowdStrike UX Team",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)