@tivio/sdk-react 4.0.0 → 4.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +8 -0
- package/README.md.bak +8 -0
- package/dist/index.d.ts +393 -68
- package/dist/index.js +1 -1
- package/dist/sdk-react.d.ts +434 -70
- package/package.json +2 -2
package/README.md
CHANGED
@@ -6,6 +6,12 @@ settings in the administration of Tivio Studio while having the freedom to build
|
|
6
6
|
|
7
7
|
## Changelog
|
8
8
|
|
9
|
+
* v4.0.1
|
10
|
+
* patch: added setBundleVersion setter to bundle type
|
11
|
+
* patch: added setStorageManager setter to bundle type
|
12
|
+
* patch: `Purchase.isPurchased` is deprecated
|
13
|
+
* patch: fill `useSearch` field `hasNextPage` with proper value
|
14
|
+
|
9
15
|
* v4.0.0
|
10
16
|
* minor: Types cleanup
|
11
17
|
* MAJOR: Remove deprecated and unused stuff
|
@@ -41,6 +47,8 @@ settings in the administration of Tivio Studio while having the freedom to build
|
|
41
47
|
* subscribeToSectionsInChannel
|
42
48
|
* subscribeToChannelsInWidget
|
43
49
|
* subscribeToScreen
|
50
|
+
---
|
51
|
+
_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
52
|
|
45
53
|
* v3.7.0
|
46
54
|
* minor: purchase contains created and updated
|
package/README.md.bak
CHANGED
@@ -6,6 +6,12 @@ settings in the administration of Tivio Studio while having the freedom to build
|
|
6
6
|
|
7
7
|
## Changelog
|
8
8
|
|
9
|
+
* v4.0.1
|
10
|
+
* patch: added setBundleVersion setter to bundle type
|
11
|
+
* patch: added setStorageManager setter to bundle type
|
12
|
+
* patch: `Purchase.isPurchased` is deprecated
|
13
|
+
* patch: fill `useSearch` field `hasNextPage` with proper value
|
14
|
+
|
9
15
|
* v4.0.0
|
10
16
|
* minor: Types cleanup
|
11
17
|
* MAJOR: Remove deprecated and unused stuff
|
@@ -41,6 +47,8 @@ settings in the administration of Tivio Studio while having the freedom to build
|
|
41
47
|
* subscribeToSectionsInChannel
|
42
48
|
* subscribeToChannelsInWidget
|
43
49
|
* subscribeToScreen
|
50
|
+
---
|
51
|
+
_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
52
|
|
45
53
|
* v3.7.0
|
46
54
|
* minor: purchase contains created and updated
|