This repository was archived by the owner on Sep 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +30
-11
lines changed Expand file tree Collapse file tree 8 files changed +30
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 0.9.2
4+
5+ ### Patch Changes
6+
7+ - [ ` 2627e9f ` ] ( https://github.com/chakra-ui/chakra-ui-vue/commit/2627e9f833ec62d4bc35703bcb3bb1293d20c391 ) [ #455 ] ( https://github.com/chakra-ui/chakra-ui-vue/pull/455 ) Thanks [ @codebender828 ] ( https://github.com/codebender828 ) ! -
8+
39## 0.9.1
410
511### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @chakra-ui/vue" ,
3- "version" : " 0.9.1 " ,
3+ "version" : " 0.9.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" ,
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 0.3.4
4+
5+ ### Patch Changes
6+
7+ - [ ` 2627e9f ` ] ( https://github.com/chakra-ui/chakra-ui-vue/commit/2627e9f833ec62d4bc35703bcb3bb1293d20c391 ) [ #455 ] ( https://github.com/chakra-ui/chakra-ui-vue/pull/455 ) Thanks [ @codebender828 ] ( https://github.com/codebender828 ) ! -
8+
9+ - Updated dependencies [[ ` 2627e9f ` ] ( https://github.com/chakra-ui/chakra-ui-vue/commit/2627e9f833ec62d4bc35703bcb3bb1293d20c391 )] :
10+ - @chakra-ui/vue @0.9.2
11+
312## 0.3.2
413
514### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @chakra-ui/nuxt" ,
3- "version" : " 0.3.3 " ,
3+ "version" : " 0.3.4 " ,
44 "description" : " Chakra UI Module for Nuxt.js" ,
55 "repository" : " https://github.com/chakra-ui/chakra-ui-vue" ,
66 "license" : " MIT" ,
1818 "test" : " jest"
1919 },
2020 "dependencies" : {
21- "@chakra-ui/vue" : " ^0.9.1 " ,
21+ "@chakra-ui/vue" : " ^0.9.2 " ,
2222 "chakra-loader" : " latest" ,
2323 "@emotion/css" : " ^11.0.0"
2424 },
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 0.6.1
4+
5+ ### Patch Changes
6+
7+ - [ ` 2627e9f ` ] ( https://github.com/chakra-ui/chakra-ui-vue/commit/2627e9f833ec62d4bc35703bcb3bb1293d20c391 ) [ #455 ] ( https://github.com/chakra-ui/chakra-ui-vue/pull/455 ) Thanks [ @codebender828 ] ( https://github.com/codebender828 ) ! -
8+
9+ - Updated dependencies [[ ` 2627e9f ` ] ( https://github.com/chakra-ui/chakra-ui-vue/commit/2627e9f833ec62d4bc35703bcb3bb1293d20c391 )] :
10+ - @chakra-ui/vue @0.9.2
11+
312## 0.6.0
413
514### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " chakra-ui-docs" ,
3- "version" : " 0.6.0 " ,
3+ "version" : " 0.6.1 " ,
44 "description" : " Chakra UI Vue documentation site" ,
55 "private" : true ,
66 "scripts" : {
2727 },
2828 "dependencies" : {
2929 "@chakra-ui/theme-vue" : " ^0.2.11" ,
30- "@chakra-ui/vue" : " ^0.9.0 " ,
30+ "@chakra-ui/vue" : " ^0.9.2 " ,
3131 "@emotion/css" : " ^11.0.0" ,
3232 "@mdx-js/vue-loader" : " ^1.6.1" ,
3333 "@nuxtjs/dotenv" : " ^1.4.0" ,
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ the Menu component. `isOpen` reflects the current open or closed state of the `C
7070``` vue live=true
7171<template>
7272 <c-menu v-slot="{ isOpen }">
73- <c-menu-button :is-active="isOpen" right-icon="chevron-down">
73+ <c-menu-button :is-active="isOpen" : right-icon="isOpen ? ' chevron-up' : 'chevron- down' ">
7474 {{ isOpen ? 'Close' : 'Open' }}
7575 </c-menu-button>
7676 <c-menu-list>
You can’t perform that action at this time.
0 commit comments