Skip to content

Commit c6ae561

Browse files
chore: release
1 parent 9fd69a2 commit c6ae561

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.changeset/add-disclosure-component.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @cube-dev/ui-kit
22

3+
## 0.94.0
4+
5+
### Minor Changes
6+
7+
- [#906](https://github.com/cube-js/cube-ui-kit/pull/906) [`9fd69a24`](https://github.com/cube-js/cube-ui-kit/commit/9fd69a2475da8dc16e47d8561033ff687c2ac9dc) Thanks [@tenphi](https://github.com/tenphi)! - Add new `Disclosure` component for expandable/collapsible content sections. Features include:
8+
9+
- `Disclosure` - Single expandable panel with trigger and content
10+
- `Disclosure.Trigger` - Built on ItemButton with full support for icons, descriptions, and actions
11+
- `Disclosure.Content` - Collapsible content area with smooth height animations
12+
- `Disclosure.Group` - Accordion container for multiple disclosures with single or multiple expanded support
13+
- `Disclosure.Item` - Individual item within a group
14+
15+
Supports controlled/uncontrolled state, `shape` variants (`default`, `card`, `sharp`), disabled state, custom transition duration, and render prop API for custom triggers.
16+
317
## 0.93.1
418

519
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cube-dev/ui-kit",
3-
"version": "0.93.1",
3+
"version": "0.94.0",
44
"type": "module",
55
"description": "UIKit for Cube Projects",
66
"repository": {

0 commit comments

Comments
 (0)