@tivio/sdk-react 4.0.0 → 4.1.0
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/README.md +13 -0
- package/README.md.bak +13 -0
- package/dist/index.d.ts +413 -73
- package/dist/index.js +1 -1
- package/dist/sdk-react.d.ts +473 -75
- package/package.json +2 -2
package/README.md
CHANGED
@@ -6,6 +6,17 @@ settings in the administration of Tivio Studio while having the freedom to build
|
|
6
6
|
|
7
7
|
## Changelog
|
8
8
|
|
9
|
+
* v4.1.0
|
10
|
+
* patch: added italian language to `LangCode` enum
|
11
|
+
* minor: fixed spanish language code in `LangCode` enum (`sp` -> `es`)
|
12
|
+
* minor: other misc type changes
|
13
|
+
|
14
|
+
* v4.0.1
|
15
|
+
* patch: added setBundleVersion setter to bundle type
|
16
|
+
* patch: added setStorageManager setter to bundle type
|
17
|
+
* patch: `Purchase.isPurchased` is deprecated
|
18
|
+
* patch: fill `useSearch` field `hasNextPage` with proper value
|
19
|
+
|
9
20
|
* v4.0.0
|
10
21
|
* minor: Types cleanup
|
11
22
|
* MAJOR: Remove deprecated and unused stuff
|
@@ -41,6 +52,8 @@ settings in the administration of Tivio Studio while having the freedom to build
|
|
41
52
|
* subscribeToSectionsInChannel
|
42
53
|
* subscribeToChannelsInWidget
|
43
54
|
* subscribeToScreen
|
55
|
+
---
|
56
|
+
_Versions <= v3.7.0 requires core-react-dom bundle < v3.0.0 (because sdk-react used some sdk API deleted in core-react-dom@4.0.0)_
|
44
57
|
|
45
58
|
* v3.7.0
|
46
59
|
* minor: purchase contains created and updated
|
package/README.md.bak
CHANGED
@@ -6,6 +6,17 @@ settings in the administration of Tivio Studio while having the freedom to build
|
|
6
6
|
|
7
7
|
## Changelog
|
8
8
|
|
9
|
+
* v4.1.0
|
10
|
+
* patch: added italian language to `LangCode` enum
|
11
|
+
* minor: fixed spanish language code in `LangCode` enum (`sp` -> `es`)
|
12
|
+
* minor: other misc type changes
|
13
|
+
|
14
|
+
* v4.0.1
|
15
|
+
* patch: added setBundleVersion setter to bundle type
|
16
|
+
* patch: added setStorageManager setter to bundle type
|
17
|
+
* patch: `Purchase.isPurchased` is deprecated
|
18
|
+
* patch: fill `useSearch` field `hasNextPage` with proper value
|
19
|
+
|
9
20
|
* v4.0.0
|
10
21
|
* minor: Types cleanup
|
11
22
|
* MAJOR: Remove deprecated and unused stuff
|
@@ -41,6 +52,8 @@ settings in the administration of Tivio Studio while having the freedom to build
|
|
41
52
|
* subscribeToSectionsInChannel
|
42
53
|
* subscribeToChannelsInWidget
|
43
54
|
* subscribeToScreen
|
55
|
+
---
|
56
|
+
_Versions <= v3.7.0 requires core-react-dom bundle < v3.0.0 (because sdk-react used some sdk API deleted in core-react-dom@4.0.0)_
|
44
57
|
|
45
58
|
* v3.7.0
|
46
59
|
* minor: purchase contains created and updated
|