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/vue@0.11` 🎉
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

0 commit comments

Comments
 (0)