Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 498fcaa

Browse files
Merge pull request #511 from chakra-ui/develop
release candidate `@chakra-ui/[email protected]` 🎉
2 parents f00375b + f1f091b commit 498fcaa

File tree

76 files changed

+2049
-1421
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+2049
-1421
lines changed

.changeset/dull-books-judge.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@chakra-ui/vue": patch
3+
---
4+
5+
Include CGridItem in type definitions

.changeset/large-birds-add.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
'nuxt-js': minor
3+
'@chakra-ui/vue': minor
4+
'@chakra-ui/nuxt': minor
5+
'@chakra-ui/theme-vue': minor
6+
'chakra-ui-docs': minor
7+
---
8+
9+
This PR fixes the error in the c-menu-option-group prop and allow the value prop to be passed as an array (#497)

.changeset/pre.json

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

.changeset/real-cycles-hammer.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@chakra-ui/vue": patch
3+
"@chakra-ui/nuxt": patch
4+
---
5+
6+
fix(select): prevent duplicated ID on wrapper + input

.changeset/smooth-cups-kiss.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@chakra-ui/vue": minor
3+
"@chakra-ui/nuxt": minor
4+
---
5+
6+
feat(types): add type exports for color mode & theme providers
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2-
'nuxt-js': patch
32
'@chakra-ui/vue': patch
43
'@chakra-ui/nuxt': patch
54
'@chakra-ui/theme-vue': patch
65
'chakra-ui-docs': patch
76
---
87

9-
Fix regression in theme resolution for @chakra-ui/nuxt
8+
Fixes change event lsitener

.changeset/young-eagles-stare.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@chakra-ui/vue": patch
3+
"@chakra-ui/theme-vue": patch
4+
"chakra-ui-docs": patch
5+
---
6+
7+
fix(theme): Responsive styles breaking

examples/nuxt-js/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# nuxt-js
22

3-
## 1.0.1-next.0
3+
## 1.0.1
4+
45
### Patch Changes
56

7+
- [`5c5a3006`](https://github.com/chakra-ui/chakra-ui-vue/commit/5c5a3006d8286cf0cfcd14bc867d64e8877fb1d7) [#480](https://github.com/chakra-ui/chakra-ui-vue/pull/480) Thanks [@codebender828](https://github.com/codebender828)! - Fix regression in theme resolution for @chakra-ui/nuxt
8+
9+
- Updated dependencies [[`5c5a3006`](https://github.com/chakra-ui/chakra-ui-vue/commit/5c5a3006d8286cf0cfcd14bc867d64e8877fb1d7)]:
10+
- @chakra-ui/nuxt@0.4.2
11+
12+
## 1.0.1-next.0
613

14+
### Patch Changes
715

816
- [`5c5a3006`](https://github.com/chakra-ui/chakra-ui-vue/commit/5c5a3006d8286cf0cfcd14bc867d64e8877fb1d7) [#480](https://github.com/chakra-ui/chakra-ui-vue/pull/480) Thanks [@codebender828](https://github.com/codebender828)! - Fix regression in theme resolution for @chakra-ui/nuxt
917

examples/nuxt-js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-js",
3-
"version": "1.0.1-next.0",
3+
"version": "1.0.1",
44
"private": true,
55
"scripts": {
66
"dev": "nuxt",
@@ -9,7 +9,7 @@
99
"generate": "nuxt generate"
1010
},
1111
"dependencies": {
12-
"@chakra-ui/nuxt": "^0.4.2-next.0",
12+
"@chakra-ui/nuxt": "^0.4.2",
1313
"@nuxtjs/emotion": "^0.1.0",
1414
"core-js": "^3.15.1",
1515
"nuxt": "^2.15.7"

packages/chakra-ui-core/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 0.10.2
4+
5+
### Patch Changes
6+
7+
- [`5c5a3006`](https://github.com/chakra-ui/chakra-ui-vue/commit/5c5a3006d8286cf0cfcd14bc867d64e8877fb1d7) [#480](https://github.com/chakra-ui/chakra-ui-vue/pull/480) Thanks [@codebender828](https://github.com/codebender828)! - Fix regression in theme resolution for @chakra-ui/nuxt
8+
9+
- Updated dependencies [[`5c5a3006`](https://github.com/chakra-ui/chakra-ui-vue/commit/5c5a3006d8286cf0cfcd14bc867d64e8877fb1d7)]:
10+
- @chakra-ui/theme-vue@0.3.2
11+
312
## 0.10.2-next.0
413

514
### Patch Changes

packages/chakra-ui-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chakra-ui/vue",
3-
"version": "0.10.2-next.0",
3+
"version": "0.10.2",
44
"description": "Build Accessible and Responsive Vue.js websites and applications with speed ⚡️",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
@@ -36,7 +36,7 @@
3636
"max-overall-size": "85KB"
3737
},
3838
"dependencies": {
39-
"@chakra-ui/styled-system": "^1.12.2",
39+
"@chakra-ui/styled-system": "^1.15.0",
4040
"@chakra-ui/theme-vue": "^0.3.2-next.0",
4141
"@popperjs/core": "^2.4.0",
4242
"animejs": "^3.1.0",

packages/chakra-ui-core/src/CAccordion/tests/__snapshots__/CAccordion.test.js.snap

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,22 @@ exports[`should render correctly 1`] = `
2424
outline-offset: 2px;
2525
-webkit-transition: all 0.2s;
2626
transition: all 0.2s;
27-
-webkit-padding-start: var(--space-4);
28-
padding-inline-start: var(--space-4);
29-
-webkit-padding-end: var(--space-4);
30-
padding-inline-end: var(--space-4);
31-
padding-top: var(--space-2);
32-
padding-bottom: var(--space-2);
27+
-webkit-padding-start: var(--chakra-space-4);
28+
padding-inline-start: var(--chakra-space-4);
29+
-webkit-padding-end: var(--chakra-space-4);
30+
padding-inline-end: var(--chakra-space-4);
31+
padding-top: var(--chakra-space-2);
32+
padding-bottom: var(--chakra-space-2);
3333
}
3434
3535
.emotion-3:focus,
3636
.emotion-3[data-focus] {
37-
box-shadow: var(--shadows-outline);
37+
box-shadow: var(--chakra-shadows-outline);
3838
}
3939
4040
.emotion-3:hover,
4141
.emotion-3[data-hover] {
42-
background: var(--colors-blackAlpha-50);
42+
background: var(--chakra-colors-blackAlpha-50);
4343
}
4444
4545
.emotion-3[disabled],
@@ -80,12 +80,12 @@ exports[`should render correctly 1`] = `
8080
}
8181
8282
.emotion-8 {
83-
padding-top: var(--space-2);
84-
-webkit-padding-start: var(--space-4);
85-
padding-inline-start: var(--space-4);
86-
-webkit-padding-end: var(--space-4);
87-
padding-inline-end: var(--space-4);
88-
padding-bottom: var(--space-5);
83+
padding-top: var(--chakra-space-2);
84+
-webkit-padding-start: var(--chakra-space-4);
85+
padding-inline-start: var(--chakra-space-4);
86+
-webkit-padding-end: var(--chakra-space-4);
87+
padding-inline-end: var(--chakra-space-4);
88+
padding-bottom: var(--chakra-space-5);
8989
}
9090
9191
<div

0 commit comments

Comments
 (0)