Releases: nuxt-community/composition-api
Releases · nuxt-community/composition-api
Release 0.4.1
0.4.1 (2020-05-08)
Bug Fixes
- hotfix so ssrRefs work in production (7c15c92), closes #28
Release 0.4.0
0.4.0 (2020-05-08)
⚠ BREAKING CHANGES
withContext
is now deprecated
Features
- add
useContext
helper function (9752a61), closes #29
- add composition api helper to interact with
head()
(#35) (b7467e2)
Bug Fixes
- correctly type
ssrRef
with factory function (7b734ac)
- make
useContext
API available (#39) (dc4f028)
Release 0.3.2
0.3.2 (2020-05-04)
Bug Fixes
- purge non-stringifiable values from ssrRefs (ac199b1)
Release 0.3.1
0.3.1 (2020-05-04)
Bug Fixes
- set
ssrContext
through plugin (3ba85f5)
- use own
onServerPrefetch
for useFetch
(60e23dd)
Release 0.3.0
0.3.0 (2020-05-04)
Features
- add
ssrRef
capability for automatic SSR support (#23) (f27fae8)
Reverts
- Revert "docs: remove live demo link (Now is rate-limiting deploy)" (bbd8661)
Release 0.2.3
0.2.3 (2020-05-01)
Bug Fixes
- respect
fetchOnServer
option (368f33d)
Release 0.2.2
0.2.2 (2020-04-30)
Bug Fixes
- correctly match
$fetch
and $fetchState
features (e2d0442)
Release 0.2.1
0.2.1 (2020-04-30)
Bug Fixes
- require
@vue/composition-api
(f81182e)
Release 0.2.0
0.2.0 (2020-04-30)
Features
- enable this to be used as a nuxt module (#13) (9c5dee7)
Release 0.1.5
0.1.5 (2020-04-29)
Bug Fixes