Releases: devbaji/vue3-google-login
Releases · devbaji/vue3-google-login
Version 2.0.31 CDN version support
Version 2.0.29 patch
- Handled error conditions while loading Google 3P Authorization JavaScript Library.
- Throws error if plugin is being tried to load on Server Side.
- Added instruction for integrating the plugin in SSR suported frameworks like Nuxt 3 or Quasar, see here.
Version 2.0.26 patch
- Removed [GSI_LOGGER] warnings related to usage of the Google One Tap prompt UI status methods
- Removed
onNotification
callback function from options ofgoogleOneTap
function to avoid console warnings
Version 2.0.21 patch
- Removed 'api-loading' class to avoid bugs in Nuxt.js apps.
- Set default value of 'use_fedcm_for_prompt' to true
Version 2.0.16 patch
- Catch the error callbacks from login popups (Code/Token Model), this can be used to for handling popup close event
Version 2.0.15 patch
- Added a missing error callback
- Fixed broken links in doc pages
Version 2.0.14 patch
- Fixed TypeScript issue while installing the plugin in main.js
- Updated some incorrect docs in TypeScript section of the doc page
Version 2.0.12 patch
- Fixed build failing issue while using quasar-app-extension-ssg
Version 2.0.11 patch
- Fixed issues faced while adding this plugin to an existing projects.
Version 2.0.10 patch
- Resolved 'document is not defined' error occurred in Nuxt3