@playkit-js/transcript 2.1.5-canary.28-e902d48 → 2.1.5-canary.32-d85d393
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/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
-
### [2.1.5-canary.
|
|
5
|
+
### [2.1.5-canary.32-d85d393](https://github.com/kaltura/playkit-js-transcript/compare/v2.1.4...v2.1.5-canary.32-d85d393) (2022-09-13)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
@@ -16,6 +16,7 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
16
16
|
* **FEV-1362:** resolve race condition between API call and FirstPlaying event ([#103](https://github.com/kaltura/playkit-js-transcript/issues/103)) ([e28422e](https://github.com/kaltura/playkit-js-transcript/commit/e28422ef5822aee23f193e9f9ddd49ad49195a1b))
|
|
17
17
|
* **FEV-1362:** use 1st language from list if captions switched to "off" ([a954dce](https://github.com/kaltura/playkit-js-transcript/commit/a954dcefa22660e29ef5e68a2384d01859436133))
|
|
18
18
|
* **FEV-1363:** disable transcript plugin for live entries ([1ea40a3](https://github.com/kaltura/playkit-js-transcript/commit/1ea40a3f23c181d42e7cce84183c22b64fe457e2))
|
|
19
|
+
* **FEV-1419:** register to player ready event instead of plugin ready event ([#106](https://github.com/kaltura/playkit-js-transcript/issues/106)) ([8163cc8](https://github.com/kaltura/playkit-js-transcript/commit/8163cc89e8868a2c5eb2e50c89dd167165a75940))
|
|
19
20
|
|
|
20
21
|
### [2.1.4](https://github.com/kaltura/playkit-js-transcript/compare/v2.1.3...v2.1.4) (2022-01-19)
|
|
21
22
|
|