@integry/sdk 3.7.4 → 3.7.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG_INTERNAL.md +30 -0
- package/dist/esm/index.csm.js +1 -1
- package/dist/umd/index.umd.js +1 -1
- package/package.json +1 -1
package/CHANGELOG_INTERNAL.md
CHANGED
|
@@ -5,6 +5,36 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [3.7.6] - 2023-18-11
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Update button SDK button color to Integry blue.
|
|
13
|
+
|
|
14
|
+
## [3.7.4] - 2023-18-11
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- Made deployment ID opetional in SDK config.
|
|
19
|
+
|
|
20
|
+
## [3.7.2] - 2023-18-11
|
|
21
|
+
|
|
22
|
+
### Added
|
|
23
|
+
|
|
24
|
+
- Refresh SDK when authorization is deleted using `removeAuthorization` funtion.
|
|
25
|
+
|
|
26
|
+
## [3.7.1] - 2023-14-11
|
|
27
|
+
|
|
28
|
+
### Added
|
|
29
|
+
|
|
30
|
+
- Added ‘Did-app-load’ when App loading is completed
|
|
31
|
+
|
|
32
|
+
## [3.6.9] - 2023-15-11
|
|
33
|
+
|
|
34
|
+
### Added
|
|
35
|
+
|
|
36
|
+
- Added function called `removeAuthorization` to deleted end-user authorization.
|
|
37
|
+
|
|
8
38
|
## [3.6.7] - 2023-09-11
|
|
9
39
|
|
|
10
40
|
### Changed
|