Skip to content

Commit 577c3aa

Browse files
authoredAug 7, 2024
Version Packages (#279)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fb8ff76 commit 577c3aa

7 files changed

+23
-32
lines changed
 

‎.changeset/good-jars-thank.md

-5
This file was deleted.

‎.changeset/hungry-pears-destroy.md

-5
This file was deleted.

‎.changeset/odd-icons-study.md

-11
This file was deleted.

‎.changeset/quiet-schools-retire.md

-5
This file was deleted.

‎.changeset/ten-onions-return.md

-5
This file was deleted.

‎packages/components/CHANGELOG.md

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

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- [#232](https://github.com/CrowdStrike/glide-core/pull/232) [`e7538c0`](https://github.com/CrowdStrike/glide-core/commit/e7538c0cd4db5f7d4c899a7b5d0c5a4a107da2f2) Thanks [@danwenzel](https://github.com/danwenzel)! - Change form elements to start validating on blur
8+
9+
### Patch Changes
10+
11+
- [#250](https://github.com/CrowdStrike/glide-core/pull/250) [`d76b8d3`](https://github.com/CrowdStrike/glide-core/commit/d76b8d3e56c1a3589f123623a3a5cd5b53516b97) Thanks [@ynotdraw](https://github.com/ynotdraw)! - Adjusted the open and closing animations to use a cubic ease out timing function for Drawer to better align with designs.
12+
13+
- [#281](https://github.com/CrowdStrike/glide-core/pull/281) [`b06705c`](https://github.com/CrowdStrike/glide-core/commit/b06705c3c5695989bc1aaa3cf44d21f55671a0c8) Thanks [@clintcs](https://github.com/clintcs)! - Dropdown no longer steals focus when an option is selected.
14+
15+
- [#284](https://github.com/CrowdStrike/glide-core/pull/284) [`fb8ff76`](https://github.com/CrowdStrike/glide-core/commit/fb8ff76b8538f827da0ad9d3cab63a0273d5ae9b) Thanks [@danwenzel](https://github.com/danwenzel)! - 2 new attributes have been added to Tree Item:
16+
17+
- Allow tree items without an expand icon to have that indentation removed via the `remove-indentation` attribute.
18+
- Added a `non-collapsible` attribute for tree item. For such tree items:
19+
- Child tree items remain expanded
20+
- Expand/collapse caret will not be shown
21+
- Clicking on the parent will select it
22+
23+
- [#283](https://github.com/CrowdStrike/glide-core/pull/283) [`b41d20d`](https://github.com/CrowdStrike/glide-core/commit/b41d20d2dff2dc62d591c95906d7179186a44da7) Thanks [@clintcs](https://github.com/clintcs)! - Dropdown now emits "change" and "input" events after `value` is changed programmatically.
24+
325
## 0.6.5
426

527
### Patch Changes

‎packages/components/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.6.5",
3+
"version": "0.7.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)
Please sign in to comment.