@vueuse/head
Advanced tools
Comparing version 1.1.23 to 1.1.26
@@ -84,3 +84,3 @@ import { HeadTag, MergeHead, MaybeComputedRef, ReactiveHead, VueHeadClient } from '@unhead/vue'; | ||
declare const HeadVuePlugin: Plugin<any[]>; | ||
declare const HeadVuePlugin: Plugin; | ||
declare const renderHeadToString: <T extends MergeHead = {}>(head: HeadClient<T>) => Promise<_unhead_schema.SSRHeadPayload>; | ||
@@ -87,0 +87,0 @@ type HeadObjectPlain = Head$1; |
{ | ||
"name": "@vueuse/head", | ||
"version": "1.1.23", | ||
"version": "1.1.26", | ||
"packageManager": "pnpm@7.25.0", | ||
@@ -52,6 +52,6 @@ "description": "Document head manager for Vue 3. SSR ready.", | ||
"dependencies": { | ||
"@unhead/dom": "^1.1.23", | ||
"@unhead/schema": "^1.1.23", | ||
"@unhead/ssr": "^1.1.23", | ||
"@unhead/vue": "^1.1.23" | ||
"@unhead/dom": "^1.1.26", | ||
"@unhead/schema": "^1.1.26", | ||
"@unhead/ssr": "^1.1.26", | ||
"@unhead/vue": "^1.1.26" | ||
}, | ||
@@ -58,0 +58,0 @@ "devDependencies": { |
@@ -30,10 +30,11 @@ <h1 align='center'>@vueuse/head</h1> | ||
### v1.1.0 released | ||
### 🌇 Sunsetting @vueuse/head | ||
- :sparkles: New Tag: `templateParams` | ||
- 🎉 New `useHeadSafe` | ||
- and much more! | ||
The `@vueuse/head` package is a simple compatible wrapper around [Unhead](https://unhead.harlanzw.com/), they share an almost identical API. | ||
In the coming months, the `@vueuse/head` package will be deprecated. | ||
If you're setting up this package on a new project, you should | ||
use the `@unhead/vue` package directly. | ||
Further documentation, guides and announcements will be out soon, | ||
for now you can follow the [installation guide](https://unhead.harlanzw.com/integrations/vue/setup). | ||
Read the [release notes](https://github.com/unjs/unhead/releases/tag/v1.1.0). | ||
## Features | ||
@@ -40,0 +41,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21790
135
Updated@unhead/dom@^1.1.26
Updated@unhead/schema@^1.1.26
Updated@unhead/ssr@^1.1.26
Updated@unhead/vue@^1.1.26