This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
Releases: nuxt-community/composition-api
Releases · nuxt-community/composition-api
v0.22.3
v0.22.2
v0.22.1
v0.22.0
v0.21.0
v0.20.2
v0.20.1
v0.20.0
0.20.0 (2021-02-14)
⚠ BREAKING CHANGES
- split out types and imports
Features
- add
defineNuxtConfig
helper (6484e97) - add
useRoute
,useRouter
anduseStore
wrapper functions (80e6c08) - add
wrapProperty
helper information (bc0e091) - do some very dodgy things to improve dx (0998d66), closes #334
- fetch improvements (#366) (d4bdbfb), closes #364 nuxt/nuxt.js#8781 #292
Bug Fixes
- correct
static-json
path with custom router base or cdnURL (fca527e), closes #351 - create
static-json
folder before dev/build (27e2ffa), closes #337 - ensure
defineNuxtConfig
is accessible within config file (06500ab) - split out types and imports (cc81ad6), closes #334
- type issues with new wrapper functions (fb2aa09)
- use es module version of entrypoint in build (72e753a)