This repository has been archived by the owner on Jul 22, 2022. It is now read-only.
Releases: mazipan/vue-google-adsense
Releases · mazipan/vue-google-adsense
Support Vue 3
What's Changed
- 💥 [BREAKING] Vue3 initial work by @james090500 in #170
Published under next
tag, so you can install
npm install vue-scriptx vue-google-adsense@next --save
New Contributors
- @james090500 made their first contribution in #170
Full Changelog: 1.10.1...2.0.0
New props
Fix: docs missing on npm
- Add readme from root project to be publish to npm
Fix multiple "adsbygoogle" definition
Docs - fix wrong docs
- Fix wrong docs regarding Gridsome, issue #155
💥 Change prop type
- Change prop
data-full-width-responsive
andis-non-personalized-ads
from Boolean to stringyes
|no
- Add docs for Gridsome
- Refresh docs using vue-chakra-ui
- Full re-architecture internal code structure using pnpm
Fix: Non personalized ads TypeError
Fix non personalized ads default
- Fix non personalized ads default on #147