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

Releases: nuxt-community/composition-api

Release 0.4.1

08 May 08:57
0094ff1
Compare
Choose a tag to compare

0.4.1 (2020-05-08)

Bug Fixes

  • hotfix so ssrRefs work in production (7c15c92), closes #28

Release 0.4.0

08 May 06:18
e9f29bf
Compare
Choose a tag to compare

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

04 May 22:51
90d2fe7
Compare
Choose a tag to compare

0.3.2 (2020-05-04)

Bug Fixes

  • purge non-stringifiable values from ssrRefs (ac199b1)

Release 0.3.1

04 May 22:33
9d65775
Compare
Choose a tag to compare

0.3.1 (2020-05-04)

Bug Fixes

  • set ssrContext through plugin (3ba85f5)
  • use own onServerPrefetch for useFetch (60e23dd)

Release 0.3.0

04 May 19:03
bce426b
Compare
Choose a tag to compare

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

01 May 11:57
8790e67
Compare
Choose a tag to compare

0.2.3 (2020-05-01)

Bug Fixes

  • respect fetchOnServer option (368f33d)

Release 0.2.2

30 Apr 22:14
d4d673e
Compare
Choose a tag to compare

0.2.2 (2020-04-30)

Bug Fixes

  • correctly match $fetch and $fetchState features (e2d0442)

Release 0.2.1

30 Apr 21:15
b1cee52
Compare
Choose a tag to compare

0.2.1 (2020-04-30)

Bug Fixes

  • require @vue/composition-api (f81182e)

Release 0.2.0

30 Apr 21:07
f7878e6
Compare
Choose a tag to compare

0.2.0 (2020-04-30)

Features

  • enable this to be used as a nuxt module (#13) (9c5dee7)

Release 0.1.5

29 Apr 22:07
1feb533
Compare
Choose a tag to compare

0.1.5 (2020-04-29)

Bug Fixes