@tivio/sdk-react 3.6.3 → 4.0.1
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 +47 -0
- package/README.md.bak +47 -0
- package/dist/index.d.ts +566 -343
- package/dist/index.js +1 -1
- package/dist/sdk-react.d.ts +608 -346
- package/package.json +2 -2
- package/doc/changelog.md +0 -0
package/README.md
CHANGED
@@ -6,6 +6,53 @@ 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
|
+
|
15
|
+
* v4.0.0
|
16
|
+
* minor: Types cleanup
|
17
|
+
* MAJOR: Remove deprecated and unused stuff
|
18
|
+
* auth
|
19
|
+
* changePassword
|
20
|
+
* changeUserPhoto
|
21
|
+
* removeUserPhoto
|
22
|
+
* getPurchasedVodsWithInitializedVideos
|
23
|
+
* initializeUser
|
24
|
+
* createFreePurchase
|
25
|
+
* components
|
26
|
+
* VideoAdBanner
|
27
|
+
* getters
|
28
|
+
* getExportedConfig
|
29
|
+
* getChannelById
|
30
|
+
* getSectionById
|
31
|
+
* getWidgetById
|
32
|
+
* hooks
|
33
|
+
* useLastVideoByWidgetId
|
34
|
+
* useScreen
|
35
|
+
* useFreePurchase
|
36
|
+
* useWidget
|
37
|
+
* useChannel
|
38
|
+
* useSection
|
39
|
+
* useVideosInSection
|
40
|
+
* useSectionsInChannel
|
41
|
+
* useChannelsInWidget
|
42
|
+
* subscriptions
|
43
|
+
* subscribeToWidget
|
44
|
+
* subscribeToChannel
|
45
|
+
* subscribeToSection
|
46
|
+
* subscribeToVideosInSection
|
47
|
+
* subscribeToSectionsInChannel
|
48
|
+
* subscribeToChannelsInWidget
|
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)_
|
52
|
+
|
53
|
+
* v3.7.0
|
54
|
+
* minor: purchase contains created and updated
|
55
|
+
|
9
56
|
* v3.6.3
|
10
57
|
* patch: improve README.md
|
11
58
|
|
package/README.md.bak
CHANGED
@@ -6,6 +6,53 @@ 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
|
+
|
15
|
+
* v4.0.0
|
16
|
+
* minor: Types cleanup
|
17
|
+
* MAJOR: Remove deprecated and unused stuff
|
18
|
+
* auth
|
19
|
+
* changePassword
|
20
|
+
* changeUserPhoto
|
21
|
+
* removeUserPhoto
|
22
|
+
* getPurchasedVodsWithInitializedVideos
|
23
|
+
* initializeUser
|
24
|
+
* createFreePurchase
|
25
|
+
* components
|
26
|
+
* VideoAdBanner
|
27
|
+
* getters
|
28
|
+
* getExportedConfig
|
29
|
+
* getChannelById
|
30
|
+
* getSectionById
|
31
|
+
* getWidgetById
|
32
|
+
* hooks
|
33
|
+
* useLastVideoByWidgetId
|
34
|
+
* useScreen
|
35
|
+
* useFreePurchase
|
36
|
+
* useWidget
|
37
|
+
* useChannel
|
38
|
+
* useSection
|
39
|
+
* useVideosInSection
|
40
|
+
* useSectionsInChannel
|
41
|
+
* useChannelsInWidget
|
42
|
+
* subscriptions
|
43
|
+
* subscribeToWidget
|
44
|
+
* subscribeToChannel
|
45
|
+
* subscribeToSection
|
46
|
+
* subscribeToVideosInSection
|
47
|
+
* subscribeToSectionsInChannel
|
48
|
+
* subscribeToChannelsInWidget
|
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)_
|
52
|
+
|
53
|
+
* v3.7.0
|
54
|
+
* minor: purchase contains created and updated
|
55
|
+
|
9
56
|
* v3.6.3
|
10
57
|
* patch: improve README.md
|
11
58
|
|