Skip to content

Commit d0e10e4

Browse files
Version Packages (#285)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e2bf2ff commit d0e10e4

7 files changed

+24
-33
lines changed

.changeset/hip-yaks-occur.md

-5
This file was deleted.

.changeset/selfish-queens-rush.md

-12
This file was deleted.

.changeset/serious-items-prove.md

-5
This file was deleted.

.changeset/tough-rice-remain.md

-5
This file was deleted.

.changeset/warm-ladybugs-hammer.md

-5
This file was deleted.

CHANGELOG.md

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

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- [#253](https://github.com/CrowdStrike/glide-core/pull/253) [`51f14b0`](https://github.com/CrowdStrike/glide-core/commit/51f14b0344f27e1caf518c66b36daeade47f3eb5) Thanks [@dylankcrwd](https://github.com/dylankcrwd)! - Adjustments were made to the Tab components to remove all existing variants in favor of a single design. Overflow buttons are added to `glide-core-tab-group` when the tabs overflow their container.
8+
9+
See the example below.
10+
11+
```diff
12+
+ <glide-core-tab-group>
13+
- <glide-core-tab-group variant="secondary">
14+
```
15+
16+
- [#290](https://github.com/CrowdStrike/glide-core/pull/290) [`e2bf2ff`](https://github.com/CrowdStrike/glide-core/commit/e2bf2ff4d359666f9fe564faaf403a9ccec3e3b7) Thanks [@clintcs](https://github.com/clintcs)! - Dropdown doesn't dispatch events when `value` is changed programmatically.
17+
18+
### Patch Changes
19+
20+
- [#282](https://github.com/CrowdStrike/glide-core/pull/282) [`7441afb`](https://github.com/CrowdStrike/glide-core/commit/7441afbc9b24697105295ac1cdf9e20cb1d51e8f) Thanks [@ynotdraw](https://github.com/ynotdraw)! - Checkbox's indeterminate state works with both light and dark modes.
21+
22+
- [#286](https://github.com/CrowdStrike/glide-core/pull/286) [`1ace9d0`](https://github.com/CrowdStrike/glide-core/commit/1ace9d08f229524b516ec64ad453a115959673f7) Thanks [@clintcs](https://github.com/clintcs)! - Checkbox no longer throws locally on render.
23+
24+
- [#290](https://github.com/CrowdStrike/glide-core/pull/290) [`e2bf2ff`](https://github.com/CrowdStrike/glide-core/commit/e2bf2ff4d359666f9fe564faaf403a9ccec3e3b7) Thanks [@clintcs](https://github.com/clintcs)! - Dropdown's `readonly` attribute is reflected.
25+
326
## 0.7.0
427

528
### Minor 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.7.0",
3+
"version": "0.8.0",
44
"description": "CrowdStrike's Glide Design System components package for providing web components",
55
"author": "CrowdStrike UX Team",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)