Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Releases: chakra-ui/chakra-ui-vue

@chakra-ui/[email protected]

14 Mar 18:48
38a873b
Compare
Choose a tag to compare

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]

14 Mar 18:48
38a873b
Compare
Choose a tag to compare

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

@chakra-ui/[email protected]

06 Jan 06:29
dc36164
Compare
Choose a tag to compare

Patch Changes

@chakra-ui/[email protected]

06 Jan 06:29
dc36164
Compare
Choose a tag to compare

Patch Changes

@chakra-ui/[email protected]

31 Dec 08:13
Compare
Choose a tag to compare

@chakra-ui/[email protected]

31 Dec 08:13
Compare
Choose a tag to compare

@chakra-ui/[email protected]

31 Dec 08:13
Compare
Choose a tag to compare

Patch Changes

Upgrades emotion to @emotion/css

24 Dec 09:13
d04bcaa
Compare
Choose a tag to compare

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 the emotion 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.

30 Sep 04:05
d04bcaa
Compare
Choose a tag to compare

@chakra-ui/[email protected]

Patch Changes

🌟 New features

  • feat: include all known css properties #319
  • feat(CStack): allow stack html elements #324

🛠 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

Bug fixes and improvements

06 Sep 02:18
Compare
Choose a tag to compare
  • Fix: CSwitch component v-model + @change event handler.