@tivio/sdk-react 6.0.1 → 7.0.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 +9 -0
- package/README.md.bak +9 -0
- package/dist/index.d.ts +774 -129
- package/dist/index.js +1 -1
- package/dist/sdk-react.d.ts +793 -129
- package/package.json +2 -2
package/README.md
CHANGED
@@ -6,6 +6,15 @@ settings in the administration of Tivio Studio while having the freedom to build
|
|
6
6
|
|
7
7
|
## Changelog
|
8
8
|
|
9
|
+
* 7.0.0
|
10
|
+
* major: delete deprecated useWatchWithoutAdsOffer hook
|
11
|
+
* major: consolidate duplicated source types
|
12
|
+
* patch: add new properties to PlayerInterface
|
13
|
+
* patch: expose getSeekingMatrixPreviewByTime in Video interface
|
14
|
+
* major: delete deprecated useBetOffer hook
|
15
|
+
* major: rework of source types
|
16
|
+
* major: make useChannelSource deprecated
|
17
|
+
|
9
18
|
* 6.0.1
|
10
19
|
* patch: fix dependency to @tivio/common
|
11
20
|
|
package/README.md.bak
CHANGED
@@ -6,6 +6,15 @@ settings in the administration of Tivio Studio while having the freedom to build
|
|
6
6
|
|
7
7
|
## Changelog
|
8
8
|
|
9
|
+
* 7.0.0
|
10
|
+
* major: delete deprecated useWatchWithoutAdsOffer hook
|
11
|
+
* major: consolidate duplicated source types
|
12
|
+
* patch: add new properties to PlayerInterface
|
13
|
+
* patch: expose getSeekingMatrixPreviewByTime in Video interface
|
14
|
+
* major: delete deprecated useBetOffer hook
|
15
|
+
* major: rework of source types
|
16
|
+
* major: make useChannelSource deprecated
|
17
|
+
|
9
18
|
* 6.0.1
|
10
19
|
* patch: fix dependency to @tivio/common
|
11
20
|
|