@playkit-js/transcript 2.1.5-canary.20-c308f5e → 2.1.5-canary.21-e28422e
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.21-e28422e](https://github.com/kaltura/playkit-js-transcript/compare/v2.1.4...v2.1.5-canary.21-e28422e) (2022-08-17)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
@@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
13
13
|
* **FEV-1346:** style-loader fix ([#99](https://github.com/kaltura/playkit-js-transcript/issues/99)) ([c901bf0](https://github.com/kaltura/playkit-js-transcript/commit/c901bf08054df133274bf2e5fcf8568009a936c6))
|
|
14
14
|
* **FEV-1355:** Transcript only works for first language in videos that contain multiple captions ([#101](https://github.com/kaltura/playkit-js-transcript/issues/101)) ([c308f5e](https://github.com/kaltura/playkit-js-transcript/commit/c308f5ef101b5dedbb318f57be6bf3c5c71c71b3))
|
|
15
15
|
* **FEV-1356:** transcript print/download labels ([#100](https://github.com/kaltura/playkit-js-transcript/issues/100)) ([9f26a4a](https://github.com/kaltura/playkit-js-transcript/commit/9f26a4a86e63d130d30b398003771e71fa8fa4cd))
|
|
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))
|
|
16
17
|
|
|
17
18
|
### [2.1.4](https://github.com/kaltura/playkit-js-transcript/compare/v2.1.3...v2.1.4) (2022-01-19)
|
|
18
19
|
|