|
1 | 1 | # @chakra-ui/c-accordion
|
2 | 2 |
|
| 3 | +## 2.1.0-beta.1 |
| 4 | + |
| 5 | +### Minor Changes |
| 6 | + |
| 7 | +- 630d1c5c: Add slot and prop support for icon compoennts in icon button and |
| 8 | + icon |
| 9 | +- 408e2367: adds `createIcon` api to allow consumers to inline icons they want |
| 10 | + to use o the fly" |
| 11 | +- 7ae8edac: Convert all component exports to named exports |
| 12 | +- 5d8c878d: Provide auto-import for components in Nuxt and expose theme type for |
| 13 | + `useTheme` hook" |
| 14 | +- db54c195: Version packages to flat number |
| 15 | + |
| 16 | +### Patch Changes |
| 17 | + |
| 18 | +- 8b97512b: Normalize build output. Fix Nuxt imports" |
| 19 | +- 1b6ddd39: Rename core to vue package directory |
| 20 | +- e17c0e5d: Fix build version numbers |
| 21 | +- 58af70d6: Include lodash modules in nuxt dependencies |
| 22 | +- df489c30: chore: exclude lodash.merge from bundler |
| 23 | +- ef9b3e51: Fix mergeWith import from lodash |
| 24 | +- 1a1a6b49: Include all internal lodash modules to the optimized dependencies |
| 25 | + since they do not natively export ESM modules. |
| 26 | +- 3100adfc: Update contribution guide" |
| 27 | +- 348e90d0: Exclude chakra ui utils from bundling" |
| 28 | +- Updated dependencies [8b97512b] |
| 29 | +- Updated dependencies [1b6ddd39] |
| 30 | +- Updated dependencies [e17c0e5d] |
| 31 | +- Updated dependencies [58af70d6] |
| 32 | +- Updated dependencies [df489c30] |
| 33 | +- Updated dependencies [630d1c5c] |
| 34 | +- Updated dependencies [ef9b3e51] |
| 35 | +- Updated dependencies [408e2367] |
| 36 | +- Updated dependencies [7ae8edac] |
| 37 | +- Updated dependencies [1a1a6b49] |
| 38 | +- Updated dependencies [3100adfc] |
| 39 | +- Updated dependencies [348e90d0] |
| 40 | +- Updated dependencies [5d8c878d] |
| 41 | +- Updated dependencies [db54c195] |
| 42 | + - @chakra-ui/vue-composables@2.1.0-beta.1 |
| 43 | + - @chakra-ui/c-motion@2.1.0-beta.1 |
| 44 | + - @chakra-ui/c-icon@2.1.0-beta.1 |
| 45 | + - @chakra-ui/vue-system@2.1.0-beta.1 |
| 46 | + - @chakra-ui/vue-utils@2.1.0-beta.1 |
| 47 | + |
3 | 48 | ## 0.0.0-beta.1
|
4 | 49 |
|
5 | 50 | ### Major Changes
|
|
0 commit comments