Skip to content

Commit aafa0d5

Browse files
committed
Merge remote-tracking branch 'origin' into field-qa-prop
2 parents fbc301f + c93c520 commit aafa0d5

File tree

24 files changed

+10506
-8877
lines changed

24 files changed

+10506
-8877
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
- uses: actions/checkout@v2
2525

2626
- name: Install pnpm
27-
uses: pnpm/action-setup@v2
27+
uses: pnpm/action-setup@v4
2828
with:
29-
version: 8
29+
version: 9.12.2
3030

3131
- name: Setup Node.js
3232
uses: actions/setup-node@v3
@@ -64,9 +64,9 @@ jobs:
6464
fetch-depth: 0
6565

6666
- name: Install pnpm
67-
uses: pnpm/action-setup@v2
67+
uses: pnpm/action-setup@v4
6868
with:
69-
version: 8
69+
version: 9.12.2
7070

7171
- uses: actions/cache@v2
7272
name: Download storybook cache
@@ -110,9 +110,9 @@ jobs:
110110
- uses: actions/checkout@v2
111111

112112
- name: Install pnpm
113-
uses: pnpm/action-setup@v2
113+
uses: pnpm/action-setup@v4
114114
with:
115-
version: 8
115+
version: 9.12.2
116116

117117
- uses: actions/cache@v2
118118
name: Download storybook cache

.github/workflows/pull-request.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
- uses: actions/checkout@v3
2929

3030
- name: Install pnpm
31-
uses: pnpm/action-setup@v2
31+
uses: pnpm/action-setup@v4
3232
with:
33-
version: 8
33+
version: 9.12.2
3434

3535
- uses: actions/setup-node@v3
3636
with:
@@ -82,9 +82,9 @@ jobs:
8282
- uses: actions/checkout@v2
8383

8484
- name: Install pnpm
85-
uses: pnpm/action-setup@v2
85+
uses: pnpm/action-setup@v4
8686
with:
87-
version: 8
87+
version: 9.12.2
8888

8989
- uses: actions/cache@v2
9090
name: Download eslint cache
@@ -122,9 +122,9 @@ jobs:
122122
fetch-depth: 0
123123

124124
- name: Install pnpm
125-
uses: pnpm/action-setup@v2
125+
uses: pnpm/action-setup@v4
126126
with:
127-
version: 8
127+
version: 9.12.2
128128

129129
- uses: actions/cache@v2
130130
name: Download storybook cache
@@ -184,9 +184,9 @@ jobs:
184184
- uses: actions/checkout@v2
185185

186186
- name: Install pnpm
187-
uses: pnpm/action-setup@v2
187+
uses: pnpm/action-setup@v4
188188
with:
189-
version: 8
189+
version: 9.12.2
190190

191191
- uses: actions/cache@v2
192192
name: Download storybook cache

.github/workflows/size-limit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
- uses: actions/checkout@v3
2929

3030
- name: Install pnpm
31-
uses: pnpm/action-setup@v2
31+
uses: pnpm/action-setup@v4
3232
with:
33-
version: 8
33+
version: 9.12.2
3434

3535
- uses: actions/setup-node@v3
3636
with:

CHANGELOG.md

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

3+
## 0.39.0
4+
5+
### Minor Changes
6+
7+
- [#425](https://github.com/cube-js/cube-ui-kit/pull/425) [`d31976e`](https://github.com/cube-js/cube-ui-kit/commit/d31976eccdfba4517057c699bbc921a00b02d9c5) Thanks [@tenphi](https://github.com/tenphi)! - Add casting property to Field component to cast Field value to different type that input allows
8+
9+
## 0.38.0
10+
11+
### Minor Changes
12+
13+
- [#507](https://github.com/cube-js/cube-ui-kit/pull/507) [`c2b126e`](https://github.com/cube-js/cube-ui-kit/commit/c2b126e3b6d9e46a75025c334066f777acd8106c) Thanks [@tenphi](https://github.com/tenphi)! - Change MenuItem API to support isDisabled and onAction props.
14+
15+
### Patch Changes
16+
17+
- [#507](https://github.com/cube-js/cube-ui-kit/pull/507) [`c2b126e`](https://github.com/cube-js/cube-ui-kit/commit/c2b126e3b6d9e46a75025c334066f777acd8106c) Thanks [@tenphi](https://github.com/tenphi)! - Fix unresponsive Menu Item on tap to click.
18+
19+
## 0.37.5
20+
21+
### Patch Changes
22+
23+
- [#504](https://github.com/cube-js/cube-ui-kit/pull/504) [`b83122e`](https://github.com/cube-js/cube-ui-kit/commit/b83122e01f9cc1ff1febf4eaa451044106b8c202) Thanks [@tenphi](https://github.com/tenphi)! - Add support for dark schema for Underlay.
24+
25+
- [#504](https://github.com/cube-js/cube-ui-kit/pull/504) [`b83122e`](https://github.com/cube-js/cube-ui-kit/commit/b83122e01f9cc1ff1febf4eaa451044106b8c202) Thanks [@tenphi](https://github.com/tenphi)! - Fix FileTabs Pane max size.
26+
27+
- [#504](https://github.com/cube-js/cube-ui-kit/pull/504) [`b83122e`](https://github.com/cube-js/cube-ui-kit/commit/b83122e01f9cc1ff1febf4eaa451044106b8c202) Thanks [@tenphi](https://github.com/tenphi)! - Fix typings for SearchInput to support onSubmit and onClear callbacks.
28+
329
## 0.37.4
430

531
### Patch Changes

package.json

Lines changed: 33 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "@cube-dev/ui-kit",
3-
"version": "0.37.4",
3+
"version": "0.39.0",
44
"description": "UIKit for Cube Projects",
55
"module": "dist/es/index.js",
66
"main": "dist/cjs/index.js",
77
"types": "dist/types/index.d.ts",
88
"sideEffects": false,
9+
"packageManager": "[email protected]",
910
"exports": {
1011
".": {
1112
"import": "./dist/es/index.js",
@@ -57,42 +58,42 @@
5758
"styled-components": ">= 5.3.0"
5859
},
5960
"dependencies": {
60-
"@ant-design/icons": "^5.3.4",
61-
"@internationalized/date": "^3.5.2",
62-
"@react-aria/focus": "^3.16.2",
63-
"@react-aria/i18n": "^3.10.2",
64-
"@react-aria/interactions": "^3.21.1",
65-
"@react-aria/selection": "^3.17.5",
66-
"@react-aria/ssr": "^3.9.2",
67-
"@react-aria/utils": "^3.23.2",
68-
"@react-spectrum/utils": "^3.11.2",
69-
"@react-stately/utils": "^3.9.1",
70-
"@react-types/button": "^3.9.2",
71-
"@react-types/calendar": "^3.4.4",
72-
"@react-types/checkbox": "^3.7.1",
73-
"@react-types/combobox": "^3.10.1",
74-
"@react-types/datepicker": "^3.7.2",
75-
"@react-types/dialog": "^3.5.8",
76-
"@react-types/menu": "^3.9.7",
77-
"@react-types/numberfield": "^3.8.1",
78-
"@react-types/overlays": "^3.8.5",
79-
"@react-types/radio": "^3.7.1",
80-
"@react-types/select": "^3.9.2",
81-
"@react-types/shared": "^3.22.1",
82-
"@react-types/slider": "^3.7.1",
83-
"@react-types/switch": "^3.5.1",
84-
"@react-types/textfield": "^3.9.1",
85-
"@react-types/tooltip": "^3.4.7",
86-
"@vitejs/plugin-react": "^4.2.1",
61+
"@ant-design/icons": "^5.5.1",
62+
"@internationalized/date": "^3.5.6",
63+
"@react-aria/focus": "^3.18.4",
64+
"@react-aria/i18n": "^3.12.3",
65+
"@react-aria/interactions": "^3.22.4",
66+
"@react-aria/selection": "^3.20.1",
67+
"@react-aria/ssr": "^3.9.6",
68+
"@react-aria/utils": "^3.25.3",
69+
"@react-spectrum/utils": "^3.11.11",
70+
"@react-stately/utils": "^3.10.4",
71+
"@react-types/button": "^3.10.0",
72+
"@react-types/calendar": "^3.4.10",
73+
"@react-types/checkbox": "^3.8.4",
74+
"@react-types/combobox": "^3.13.0",
75+
"@react-types/datepicker": "^3.8.3",
76+
"@react-types/dialog": "^3.5.13",
77+
"@react-types/menu": "^3.9.12",
78+
"@react-types/numberfield": "^3.8.6",
79+
"@react-types/overlays": "^3.8.10",
80+
"@react-types/radio": "^3.8.4",
81+
"@react-types/select": "^3.9.7",
82+
"@react-types/shared": "^3.25.0",
83+
"@react-types/slider": "^3.7.6",
84+
"@react-types/switch": "^3.5.6",
85+
"@react-types/textfield": "^3.9.7",
86+
"@react-types/tooltip": "^3.4.12",
87+
"@vitejs/plugin-react": "^4.3.2",
8788
"clipboard-copy": "^4.0.1",
8889
"clsx": "^1.1.1",
8990
"email-validator": "^2.0.4",
9091
"prismjs": "^1.27.0",
91-
"react-aria": "^3.32.1",
92+
"react-aria": "^3.35.1",
9293
"react-focus-lock": "^2.11.2",
93-
"react-is": "^18.2.0",
94+
"react-is": "^18.3.1",
9495
"react-keyed-flatten-children": "^1.3.0",
95-
"react-stately": "^3.30.1",
96+
"react-stately": "^3.33.0",
9697
"react-transition-group": "^4.4.5",
9798
"react-types": "^0.1.0",
9899
"tiny-invariant": "^1.3.3",
@@ -185,6 +186,6 @@
185186
"license": "MIT",
186187
"engines": {
187188
"node": ">=18.0.0",
188-
"pnpm": "^8.6.10"
189+
"pnpm": "^9.0.0"
189190
}
190191
}

0 commit comments

Comments
 (0)