Skip to content

Releases: nuxt-community/composition-api

Release 0.10.1

25 Jun 22:19
Compare
Choose a tag to compare

0.10.1 (2020-06-25)

Features

  • export nextTick from @vue/composition-api (df68e0a)

Release 0.10.0

25 Jun 21:46
Compare
Choose a tag to compare

0.10.0 (2020-06-25)

⚠ BREAKING CHANGES

  • requires nuxt 2.13+ for useFetch

Features

  • support static target for useFetch (74205b5), closes #127

Bug Fixes

  • handle preexisting babel plugins function (c5c338f)
  • specify type for inline function (694f21b)
  • write static files synchronously (eb91a5f)

Release 0.9.3

13 Jun 15:15
77e2891
Compare
Choose a tag to compare

0.9.3 (2020-06-13)

Features

Release 0.9.2

13 Jun 00:07
df5653c
Compare
Choose a tag to compare

0.9.2 (2020-06-13)

Features

Bug Fixes

  • remove duplicate static path definition (48b9afb)

Performance Improvements

  • remove unnecessary spread (2300a93)

Release 0.9.1

11 Jun 12:03
Compare
Choose a tag to compare

0.9.1 (2020-06-11)

Release 0.9.0

10 Jun 12:04
Compare
Choose a tag to compare

0.9.0 (2020-06-10)

⚠ BREAKING CHANGES

Features

  • upgrade to @vue/composition-api v0.6.1 (3d0bdc6)

Release 0.8.2

04 Jun 12:26
Compare
Choose a tag to compare

0.8.2 (2020-06-04)

Bug Fixes

  • regression if ssrRef is used outside setup (in dev) (f2beecd)

Release 0.8.1

02 Jun 19:10
9df413e
Compare
Choose a tag to compare

0.8.1 (2020-06-02)

Bug Fixes

  • re-run ssrRef factory functions on hot module reload (282b8d2), closes #88

Release 0.8.0

30 May 22:04
8ff945d
Compare
Choose a tag to compare

0.8.0 (2020-05-30)

Features

  • add useStatic helper to inline results of API calls (#79) (460b615)

Release 0.7.5

30 May 08:11
a893957
Compare
Choose a tag to compare

0.7.5 (2020-05-30)

Bug Fixes

  • allow extension of useContext return type (24d7586), closes #84