This repository was archived by the owner on Sep 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +27
-3
lines changed Expand file tree Collapse file tree 4 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 0.6.6
4
+
5
+ ### Patch Changes
6
+
7
+ ** 🌟 New features**
8
+ - feat: include all known css properties #319
9
+ - feat(CStack): allow stack html elements #324
10
+
11
+ ** 🛠 Bug fixes**
12
+ - fix(creset): include font-family to global styles #323
13
+ - fix(inputgroup): default inputgroup z-index to containing element zindex #325
14
+ - Documentation fixes #329 , #328 , #321
15
+
3
16
## 0.6.5
4
17
5
18
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chakra-ui/vue" ,
3
- "version" : " 0.6.5 " ,
3
+ "version" : " 0.6.6 " ,
4
4
"description" : " Build Accessible and Responsive Vue.js websites and applications with speed ⚡️" ,
5
5
"main" : " dist/cjs/index.js" ,
6
6
"module" : " dist/esm/index.js" ,
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 0.1.0
4
+
5
+ ### Minor Changes
6
+ ** 🌟 New features**
7
+ - feat: add autoImport to @chakra-ui/nuxt module options #326
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [ undefined]
12
+ - @chakra-ui/vue @0.6.6
13
+
3
14
## 0.0.13
4
15
5
16
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chakra-ui/nuxt" ,
3
- "version" : " 0.0.13 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"description" : " Chakra UI Module for Nuxt.js" ,
5
5
"repository" : " https://github.com/chakra-ui/chakra-ui-vue" ,
6
6
"license" : " MIT" ,
18
18
"test" : " jest"
19
19
},
20
20
"dependencies" : {
21
- "@chakra-ui/vue" : " ^0.6.5 " ,
21
+ "@chakra-ui/vue" : " ^0.6.6 " ,
22
22
"chakra-loader" : " latest" ,
23
23
"emotion" : " ^10.0.27"
24
24
},
You can’t perform that action at this time.
0 commit comments