Skip to content

Commit 4d01350

Browse files
Version Packages (#152)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e3eaeba commit 4d01350

File tree

4 files changed

+16
-19
lines changed

4 files changed

+16
-19
lines changed

.changeset/stupid-rockets-clap.md

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

.changeset/unlucky-pans-cross.md

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

CHANGELOG.md

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

3+
## 0.10.13
4+
5+
### Patch Changes
6+
7+
- [#151](https://github.com/cube-js/cube-ui-kit/pull/151) [`e3eaeba`](https://github.com/cube-js/cube-ui-kit/commit/e3eaebac88a3826ad7b1bb542e72e25af563d367) Thanks [@nikolaykost](https://github.com/nikolaykost)! - Adds prop `selectionType` for `Menu` component. That stands for values `checkbox` or `radio`.
8+
9+
```jsx
10+
<Menu selectionType="checkbox" selectionMode="single">
11+
<Item key="1">Item 1</Item>
12+
<Item key="2">Item 2</Item>
13+
</Menu>
14+
```
15+
16+
- [#111](https://github.com/cube-js/cube-ui-kit/pull/111) [`f45b927`](https://github.com/cube-js/cube-ui-kit/commit/f45b927bb34dbc9bd0374a5d55c039bd37fa899e) Thanks [@MrFlashAccount](https://github.com/MrFlashAccount)! - [CC-677](https://cubedevinc.atlassian.net/browse/CC-677) significantly improved performance of the `Spin` component in all browsers.
17+
318
## 0.10.12
419

520
### 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.10.12",
3+
"version": "0.10.13",
44
"description": "UIKit for Cube Projects",
55
"module": "dist/es/index.js",
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)