This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
Releases: chakra-ui/chakra-ui-vue
Releases · chakra-ui/chakra-ui-vue
@chakra-ui/[email protected]
Minor Changes
8af1c07
Thanks @codebender828! - Adds type definitions, aspect-ratio-box fixes, switch fixes and collapse fixes- feat: add type definition of component #380 by @odanado
- feat: CCollapse now renders with collapsed height if initially closed by @codebender828 . closes #269
- fix: Set ccollapse height to auto on enter complete, unless finalHeight wa... #384 by @IHIutch
- fix: Add position: relative to switch label #396 by @IHIutch
- fix: Deeply nested aspect-ratio by @IHIutch
@chakra-ui/[email protected]
Minor Changes
8af1c07
Thanks @codebender828! - Adds type definitions, aspect-ratio-box fixes, switch fixes and collapse fixes- feat: add type definition of component #380 by @odanado
- feat: CCollapse now renders with collapsed height if initially closed by @codebender828 . closes #269
- fix: Set ccollapse height to auto on enter complete, unless finalHeight wa... #384 by @IHIutch
- fix: Add position: relative to switch label #396 by @IHIutch
- fix: Deeply nested aspect-ratio by @IHIutch
Patch Changes
- Updated dependencies [
8af1c07
]:- @chakra-ui/[email protected]
@chakra-ui/[email protected]
Patch Changes
951906a
#375 Thanks @codebender828! - Added support for Feather Icons to Nuxt.js
@chakra-ui/[email protected]
Patch Changes
-
951906a
#375 Thanks @codebender828! - Added support for Feather Icons to Nuxt.js -
Updated dependencies [
951906a
]:- @chakra-ui/[email protected]
@chakra-ui/[email protected]
@chakra-ui/[email protected]
@chakra-ui/[email protected]
@chakra-ui/[email protected]
@chakra-ui/[email protected]
Patch Changes
- e7fd349: Fixes registration of internal icons
- @chakra-ui/[email protected]
Upgrades emotion to @emotion/css
Features
- Adds
@emotion/css
for@chakra-ui/nuxt
- Added support for
feather-icons
for@chakra-ui/vue
- Removes UMD builds for Chakra UI Vue (They weren't really being anyway. Can be re-introduced)
- Migrated documentation icons to use feather icons.
Motivation and Context
- The
emotion
team recently upgraded theemotion
package to use@emotion/css
package. This affected new installs of@chakra-ui/vue
and@chakra-ui/nuxt
.
Related issues
closes #352
closes #360
closes #362
Changelog
0.7.0
Minor Changes
- 8715f8c: Upgraded
emotion
dependencies to namespaced@emotion/css
packages
Patch Changes
- 6b21ca5: Upgraded to @nuxtjs/emotion@^0.1.0
- 98ccc9f: Added support for feather-icons to Chakr aUI Vue
- eb47ac5: Removes UMD builds for Chakra UI Vue
0.7.0-next.3
Patch Changes
- Removes UMD builds for Chakra UI Vue
0.7.0-next.2
Patch Changes
- Added support for feather-icons to Chakr aUI Vue
0.7.0-next.1
Patch Changes
- Upgraded to @nuxtjs/emotion@^0.1.0
0.7.0-next.0
Minor Changes
- Upgraded
emotion
dependencies to namespaced@emotion/css
packages
@chakra-ui/nuxt auto-import with chakra-loader and more.
@chakra-ui/[email protected]
Patch Changes
🌟 New features
🛠 Bug fixes
- fix(creset): include font-family to global styles #323
- fix(inputgroup): default inputgroup z-index to containing element zindex #325
- Documentation fixes #329, #328, #321
@chakra-ui/[email protected]
Minor Changes
🌟 New features
- feat: add autoImport to @chakra-ui/nuxt module options #326
Patch Changes
- Updated dependencies [undefined]
- @chakra-ui/[email protected]
Bug fixes and improvements
- Fix:
CSwitch
component v-model + @change event handler.