Skip to content

Commit 9a6e93e

Browse files
Version Packages (#625)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 954b26c commit 9a6e93e

File tree

8 files changed

+19
-31
lines changed

8 files changed

+19
-31
lines changed

.changeset/brown-humans-crash.md

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

.changeset/fast-lizards-raise.md

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

.changeset/giant-monkeys-sing.md

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

.changeset/nice-ducks-kiss.md

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

.changeset/proud-colts-cheer.md

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

.changeset/sweet-books-hope.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.58.0
4+
5+
### Minor Changes
6+
7+
- [#624](https://github.com/cube-js/cube-ui-kit/pull/624) [`954b26c`](https://github.com/cube-js/cube-ui-kit/commit/954b26c39d1a05840016200ea712b47c85c81f8b) Thanks [@tenphi](https://github.com/tenphi)! - Remove CJS support.
8+
9+
- [#624](https://github.com/cube-js/cube-ui-kit/pull/624) [`954b26c`](https://github.com/cube-js/cube-ui-kit/commit/954b26c39d1a05840016200ea712b47c85c81f8b) Thanks [@tenphi](https://github.com/tenphi)! - When a dialog is opened focus on the first input with autofocus or primary button.
10+
11+
- [#624](https://github.com/cube-js/cube-ui-kit/pull/624) [`954b26c`](https://github.com/cube-js/cube-ui-kit/commit/954b26c39d1a05840016200ea712b47c85c81f8b) Thanks [@tenphi](https://github.com/tenphi)! - Fixes various issues with ComboBox input typing and selection.
12+
13+
- [#624](https://github.com/cube-js/cube-ui-kit/pull/624) [`954b26c`](https://github.com/cube-js/cube-ui-kit/commit/954b26c39d1a05840016200ea712b47c85c81f8b) Thanks [@tenphi](https://github.com/tenphi)! - Remove inputValue abstraction from form fields.
14+
15+
### Patch Changes
16+
17+
- [#624](https://github.com/cube-js/cube-ui-kit/pull/624) [`954b26c`](https://github.com/cube-js/cube-ui-kit/commit/954b26c39d1a05840016200ea712b47c85c81f8b) Thanks [@tenphi](https://github.com/tenphi)! - Fix RadioGroup style typings.
18+
19+
- [#624](https://github.com/cube-js/cube-ui-kit/pull/624) [`954b26c`](https://github.com/cube-js/cube-ui-kit/commit/954b26c39d1a05840016200ea712b47c85c81f8b) Thanks [@tenphi](https://github.com/tenphi)! - Fixes the bug when ComboBox is cleared when bluring the input without making any change.
20+
321
## 0.57.0
422

523
### Minor 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.57.0",
3+
"version": "0.58.0",
44
"description": "UIKit for Cube Projects",
55
"module": "dist/es/index.js",
66
"types": "dist/types/index.d.ts",

0 commit comments

Comments
 (0)