Skip to content

Latest commit

 

History

History
95 lines (55 loc) · 5.11 KB

CHANGELOG.md

File metadata and controls

95 lines (55 loc) · 5.11 KB

3.3.6 (2023-11-26)

What's Changed

  • refactor: deprecate displayName, use name property (Android) by @itsLucario in #326
  • chore: integrate docgen by @reslear in #327

Full Changelog: https://github.com/CodetrixStudio/CapacitorGoogleAuth/compare/3.3.5...3.3.6

3.3.5 (2023-11-17)

What's Changed

  • Update README.md by @Martin-Eckleben in #323
  • Bump ios GoogleSignIn to 6.2.4 (Allows requesting scopes during initial signIn) by @Endrzei in #321

3.3.4 (2023-10-20)

What's Changed

  • Android refresh method by @CaolanCode in #314

3.3.3 (2023-10-09)

What's Changed

  • Demo Ionic Angular by @razmans in #290
  • Fix #272, #55 by @mirko77 in #288
  • Port android test stubs to capacitor 5, and exclude them from npm package by @adamschoenemann in #307

3.3.2 (2023-06-01)

What's Changed

  • Fix peerDependencies for capacitor migration tool by @KerimM in #285

3.3.1 (2023-05-31)

What's Changed

  • fix plugin-migration-v4-to-v5​ by @KerimM in #284

3.3.0 (2023-05-30)

Features

3.2.2 (2023-01-27)

Docs

  • Update android plugin instructions by @teaqu in #254

3.2.1 (2023-01-19)

Fixes

3.2.0 (2022-08-15)

Features

  • Support Capacitor 4 #218 (0a1f4ff) - BREAKING CHANGE!

Docs

3.1.4 (2022-06-10)

Fixes

  • Web: discontinuing authorization support for the Google Sign-In JavaScript Platform Library #208 (c9fca36), from #202

3.1.3 (2022-04-03)

Features

  • iOS: ios return user when restorePreviousSignIn() (#194) (8b69e12), fixes #69
  • Android: added accessToken to Android implementation (#173) (0ed544c), closes #53
  • Android: separate messages for signin exception (#176) (96626ba)

Docs

  • fix initialize parameter keys (#193) (e7bd54c)

3.1.0 (2021-07-30)

Features

  • supporting .ts and.js config, exported types (#114) (eaabf9d)
  • update ios to GoogleSignIn 6.0.1 Pod (#136) (4859f9c)
  • add prettier with ionic config (#137) (6a7dba5)
  • request additional scopes if necessary (#146) (21f16fd) resolves #144

BREAKING CHANGES

  • use GoogleAuth.initialize() method instead of GoogleAuth.init()