You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 20, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: packages/chakra-ui-core/CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,24 @@
1
1
# Change Log
2
2
3
+
## 0.8.0
4
+
5
+
### Minor Changes
6
+
7
+
-[`8af1c07`](https://github.com/chakra-ui/chakra-ui-vue/commit/8af1c07404d2cfa94bb338e4268c5e0869a50776) Thanks [@codebender828](https://github.com/codebender828)! - Adds type definitions, aspect-ratio-box fixes, switch fixes and collapse fixes
8
+
- feat: add type definition of component #380 by @odanado
9
+
- feat: CCollapse now renders with collapsed height if initially closed by @codebender828 . closes #269
10
+
- fix: Set ccollapse height to auto on enter complete, unless finalHeight wa... #384 by @IHIutch
11
+
- fix: Add position: relative to switch label #396 by @IHIutch
12
+
- fix: Deeply nested aspect-ratio by @IHIutch
13
+
3
14
## 0.7.4
4
15
5
16
### Patch Changes
6
17
7
18
-[`951906a`](https://github.com/chakra-ui/chakra-ui-vue/commit/951906a61deabdcf1d3f04b7f8f9fdeaad1f3841)[#375](https://github.com/chakra-ui/chakra-ui-vue/pull/375) Thanks [@codebender828](https://github.com/codebender828)! - Added support for Feather Icons to Nuxt.js
0 commit comments