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

Releases: nuxt-community/composition-api

Release 0.7.4

28 May 20:14
016a3c7

Choose a tag to compare

0.7.4 (2020-05-28)

Bug Fixes

Release 0.7.3

27 May 23:39

Choose a tag to compare

0.7.3 (2020-05-27)

Bug Fixes

Release 0.7.2

27 May 23:02

Choose a tag to compare

0.7.2 (2020-05-27)

Bug Fixes

  • allow custom globalContext and globalNuxt (#80) (8b8d7eb)
  • reduce chance of $fetch/$fetchState collision (534dc43), closes #74
  • sanitise ssrRefs (fcb4a9d)

Release 0.7.1

19 May 22:21

Choose a tag to compare

0.7.1 (2020-05-19)

Bug Fixes

  • register composition api before layouts (93024a8), closes #64 #65

Release 0.7.0

14 May 09:14
4718c4e

Choose a tag to compare

0.7.0 (2020-05-14)

⚠ BREAKING CHANGES

  • route, query, from and params are now returned as refs from useContext, which was probably what you wanted anyway.

Bug Fixes

  • make route-related context reactive (91292c8)

Release 0.6.3

11 May 13:43

Choose a tag to compare

0.6.3 (2020-05-11)

Features

Release 0.6.2

11 May 11:01
5f7c3f0

Choose a tag to compare

0.6.2 (2020-05-11)

Features

  • use appropriate core-js polyfill for ie11 (5281e66)

Bug Fixes

  • insert composition api plugin before others (2ef608b)
  • reduce meta type definitions (fa9efa3)
  • revert data sanitisation (1a4bbed)
  • sanitise ssrRef data (d86fdb2)

Release 0.6.1

10 May 19:01
91fe119

Choose a tag to compare

0.6.1 (2020-05-10)

Features

  • allow ssrRef to work outside of setup (#46) (6a67c05)

Bug Fixes

  • improve default values for useMeta (f3024e1)

Release 0.6.0

09 May 21:40
e14d019

Choose a tag to compare

0.6.0 (2020-05-09)

⚠ BREAKING CHANGES

  • useHead() no longer exists and instead useMeta can be used directly within setup, as long as a minimal head: {} is defined in the component options.

Note: Work has already begun on composable hooks for vue-meta that will mean we don't need to define a minimal head object: see here.

Features

  • allow automatic injection of head() into components (#43) (f1bda39), closes #41
  • return $fetch and $fetchState from useFetch (c45177f)

Release 0.5.0

08 May 13:35
cfaac02

Choose a tag to compare

0.5.0 (2020-05-08)

Features

Bug Fixes

  • address cross-request state pollution (b7248c7)
  • remove no-setup ssrRefs until solution (707fb25)

Performance Improvements