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

Release 0.6.0

Choose a tag to compare

@danielroe danielroe released this 09 May 21:40
e14d019

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)