Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Releases: kevinmarrec/nuxt-pwa-module

v0.17.0

02 Mar 20:23
Compare
Choose a tag to compare

🩹 Bug Fixes

Notes

Adding key to metas should correctly prevent duplicated entries when using useHead.

v0.16.2

08 Feb 14:32
Compare
Choose a tag to compare

🩹 Bug Fixes

  • icon: rebuild cache if icon options change (17dfeb8), closes #77

v0.16.1

05 Feb 11:52
Compare
Choose a tag to compare

🩹 Bug Fixes

💚 New Contributors

v0.16.0

04 Feb 16:21
Compare
Choose a tag to compare

🚀 Features

  • workbox: auto unregister when not enabled (#92) (5b45153)

v0.15.0

12 Jan 09:50
Compare
Choose a tag to compare

🚀 Features

  • manifest: add manifest meta crossorigin attribute (#87) (c430214)

🩹 Bug Fixes

  • meta: improve appleStatusBarStyle types (1f318d8), closes #85

💚 New Contributors

v0.14.1

10 Jan 14:08
Compare
Choose a tag to compare

🩹 Bug Fixes

💚 New Contributors

v0.14.0

05 Jan 15:38
Compare
Choose a tag to compare

🚀 Features

v0.13.0

23 Nov 15:16
Compare
Choose a tag to compare

⚠️ Breaking Changes

  • meta: remove some of twitter meta tags (6b09f53)

twitterTitle, twitterDescription & twitterImage options have been removed, and none of these meta tags will be added.
Twitter will take og:title, og:description & og:image as source of truth and is recommended.
https://developer.twitter.com/en/docs/twitter-for-websites/cards/guides/getting-started

v0.12.0

23 Nov 14:56
Compare
Choose a tag to compare

🚀 Features

  • meta: add hid to all meta tags (faa5ad6)

v0.11.0

17 Nov 10:59
Compare
Choose a tag to compare

🚀 Features

  • meta: better twitter meta support (b40c401)

🩹 Bug Fixes

  • meta: better title behavior (with opt out) (fe1b47d)