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

v0.22.3

20 Mar 22:10
Compare
Choose a tag to compare

0.22.3 (2021-03-20)

Bug Fixes

  • ensure that injected plugin is inserted first (5cd13bc), closes #406

v0.22.2

20 Mar 20:02
Compare
Choose a tag to compare

0.22.2 (2021-03-20)

v0.22.1

11 Mar 14:56
Compare
Choose a tag to compare

0.22.1 (2021-03-11)

v0.22.0

05 Mar 14:38
Compare
Choose a tag to compare

0.22.0 (2021-03-05)

Features

Bug Fixes

v0.21.0

03 Mar 10:08
Compare
Choose a tag to compare

0.21.0 (2021-03-03)

Features

  • upgrade @vue/composition-api to rc3 (d4faf1d)

Bug Fixes

  • build on Windows (#377) (f80ad03)
  • use upath in more places for better windows support (#388) (fcd61db)
  • use es module import as much as possible (f7269b5), closes #334

v0.20.2

18 Feb 10:34
Compare
Choose a tag to compare

0.20.2 (2021-02-18)

Features

  • add new exports from composition-api (#380) (9cd5e93)

Bug Fixes

v0.20.1

15 Feb 09:24
Compare
Choose a tag to compare

0.20.1 (2021-02-15)

Bug Fixes

  • always return $fetch and $fetchState (e0a9cf4), closes #372

v0.20.0

14 Feb 19:40
Compare
Choose a tag to compare

0.20.0 (2021-02-14)

⚠ BREAKING CHANGES

  • split out types and imports

Features

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)

v0.19.1

04 Feb 15:36
Compare
Choose a tag to compare

0.19.1 (2021-02-04)

Bug Fixes

v0.19.0

25 Jan 23:34
e7ee3c7
Compare
Choose a tag to compare

0.19.0 (2021-01-25)

Features

  • add compositionAPI flag in jsx babel configuration (#304) (fec4218)

Bug Fixes

  • don't import core-js polyfill in server build (#353) (2755d6b)
  • revert siroc to fix windows error (#356) (acdf18d)