Skip to content

Releases: colorfy-software/react-native-gigya-sdk

Release 2.2.0

06 Sep 14:41
Compare
Choose a tag to compare

2.2.0 (2024-09-06)

Features

Release 2.1.0

05 Sep 13:40
Compare
Choose a tag to compare

2.1.0 (2024-09-05)

Features

Release 2.0.0

26 Aug 09:55
Compare
Choose a tag to compare

2.0.0 (2024-08-26)

Features

  • add new TypeScript interfaces (e4220c3)
  • add support for new consent API to getRequiredConsentsSchema() (3641093)
  • allow Gigyadk.init() to be called multiple times with partial config (c907ab0)
  • allow setAccountInfo() to be used during registration (e203a47)
  • implement declineConsentSchemas() (5d41ab9)
  • implement getOptionalConsentSchemas() (c78589e)

BREAKING CHANGES

  • The library will now expect GigyaSdkDataCenters enum to be provided as dataCenter in GigyaSdk.init(). GigyaConsentSchemaType's name has also been standardized to GigyaSdkConsentSchemaType.

Release 1.3.0

02 Feb 11:03
Compare
Choose a tag to compare

1.3.0 (2023-02-02)

Bug Fixes

  • update isGigyaError() check (16cf467)

Features

  • implement deleteAccount() (fbf5e48)
  • implement resetPassword() (12d6f29)

Release 1.2.4

14 Dec 14:33
Compare
Choose a tag to compare

1.2.4 (2022-12-14)

Bug Fixes

  • update socialLogin() accepted providers (ff3c8ac)

Release 1.2.3

14 Dec 09:42
Compare
Choose a tag to compare

1.2.3 (2022-12-14)

Bug Fixes

  • update linkToSocialProvider() accepted providers (d97f744)

Release 1.2.2

13 Dec 15:16
Compare
Choose a tag to compare

1.2.2 (2022-12-13)

Bug Fixes

  • replace invalid GigyaSdkLoginProvidersType.google with GigyaSdkLoginProvidersType.googleplus (c8e909a)

Release 1.2.1

13 Dec 13:56
Compare
Choose a tag to compare

1.2.1 (2022-12-13)

Bug Fixes

  • replace custom 'email' provider type by default 'site' in GigyaSdkStateType.authenticationAttempt (505c6c9)

Release 1.2.0

06 Dec 13:29
Compare
Choose a tag to compare

1.2.0 (2022-12-06)

Bug Fixes

  • handle calls to native methods with params containing objects (75d3fd5), closes #4

Features

  • add TS support for all native social login SDKs (90637fe)
  • improve TS interfaces (ea5f9f5)

Release 1.1.1

07 Jul 13:53
Compare
Choose a tag to compare

1.1.1 (2021-07-07)

Bug Fixes

  • remove registerAccount() params types limitation (938dc45)