Releases: nuxt-community/composition-api
Releases Β· nuxt-community/composition-api
v0.34.0
v0.33.1
v0.33.0
0.33.0 (2022-07-08)
β BREAKING CHANGES
- upgrade
defu
and other dev-dependencies - Some of the API and behaviour differ between Vue 2.7 and
@vue/composition-api
. In addition, there are some composition utilites that are no longer exported from@nuxtjs/composition-api
, such asdefineAsyncComponent
,warn
, etc.
Please read https://blog.vuejs.org/posts/vue-2-7-naruto.html for the announcement and more information.
Features
Miscellaneous Chores
- upgrade
defu
and other dev-dependencies (1cbce73)