Releases: colorfy-software/react-native-gigya-sdk
Releases · colorfy-software/react-native-gigya-sdk
Release 2.2.0
2.2.0 (2024-09-06)
Features
Release 2.1.0
2.1.0 (2024-09-05)
Features
Release 2.0.0
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
1.3.0 (2023-02-02)
Bug Fixes
- update
isGigyaError()
check (16cf467)
Features
- implement
deleteAccount()
(fbf5e48)
- implement
resetPassword()
(12d6f29)
Release 1.2.4
1.2.4 (2022-12-14)
Bug Fixes
- update
socialLogin()
accepted providers (ff3c8ac)
Release 1.2.3
1.2.3 (2022-12-14)
Bug Fixes
- update
linkToSocialProvider()
accepted providers (d97f744)
Release 1.2.2
1.2.2 (2022-12-13)
Bug Fixes
- replace invalid
GigyaSdkLoginProvidersType.google
with GigyaSdkLoginProvidersType.googleplus
(c8e909a)
Release 1.2.1
1.2.1 (2022-12-13)
Bug Fixes
- replace custom
'email'
provider type by default 'site'
in GigyaSdkStateType.authenticationAttempt
(505c6c9)
Release 1.2.0
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
1.1.1 (2021-07-07)
Bug Fixes
- remove
registerAccount()
params types limitation (938dc45)