@tivio/sdk-react 6.0.0 → 7.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +12 -0
- package/README.md.bak +12 -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,18 @@ 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
|
+
|
18
|
+
* 6.0.1
|
19
|
+
* patch: fix dependency to @tivio/common
|
20
|
+
|
9
21
|
* 6.0.0
|
10
22
|
* major: delete usePlayerEvent hook
|
11
23
|
* major: replace uri attributes in types with url
|
package/README.md.bak
CHANGED
@@ -6,6 +6,18 @@ 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
|
+
|
18
|
+
* 6.0.1
|
19
|
+
* patch: fix dependency to @tivio/common
|
20
|
+
|
9
21
|
* 6.0.0
|
10
22
|
* major: delete usePlayerEvent hook
|
11
23
|
* major: replace uri attributes in types with url
|