Skip to content

Releases: devbaji/vue3-google-login

Version 2.0.26 patch

09 Mar 09:35
Compare
Choose a tag to compare
  • Removed [GSI_LOGGER] warnings related to usage of the Google One Tap prompt UI status methods
  • Removed onNotification callback function from options of googleOneTap function to avoid console warnings

Version 2.0.21 patch

18 Sep 08:31
Compare
Choose a tag to compare
  • 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

20 Jun 19:17
Compare
Choose a tag to compare
  • 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

09 Mar 13:09
Compare
Choose a tag to compare
  • Added a missing error callback
  • Fixed broken links in doc pages

Version 2.0.14 patch

10 Feb 15:32
Compare
Choose a tag to compare
  • 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

20 Aug 12:47
Compare
Choose a tag to compare
  • Fixed build failing issue while using quasar-app-extension-ssg

Version 2.0.11 patch

08 Jul 12:19
Compare
Choose a tag to compare
  • Fixed issues faced while adding this plugin to an existing projects.

Version 2.0.10 patch

18 Jun 15:29
Compare
Choose a tag to compare
  • Resolved 'document is not defined' error occurred in Nuxt3

Version 2.0.7 bug fix patch

24 May 07:33
Compare
Choose a tag to compare

Bug Fixes

  • Button render error fix (Change button element acquisition from id to ref)
  • Fixed error occured on using GoogleLogin component without plugin install (with prompt prop)

New Contributors

Version 2.0.5 patch

21 May 20:50
Compare
Choose a tag to compare
  • Complete docs on version 2
  • Calback function types exported
  • Minor bug fixes