Skip to content

Commit 95c8fbf

Browse files
Version Packages (#907)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 21d8a31 commit 95c8fbf

File tree

4 files changed

+19
-20
lines changed

4 files changed

+19
-20
lines changed

.changeset/add-disclosure-component.md

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

.changeset/tasty-drinks-invent.md

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

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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+
17+
### Patch Changes
18+
19+
- [#908](https://github.com/cube-js/cube-ui-kit/pull/908) [`21d8a310`](https://github.com/cube-js/cube-ui-kit/commit/21d8a310765f121fb9257a55a71e15c87a7b0ae0) Thanks [@tenphi](https://github.com/tenphi)! - Fix content visibility in Disclosure.
20+
321
## 0.93.1
422

523
### 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)