@playkit-js/transcript 3.5.7 → 3.5.8-canary.0-6be5a59
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 +8 -1
- package/dist/playkit-transcript.js +1 -1
- package/dist/playkit-transcript.js.map +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -3
- package/src/transcript-plugin.tsx +10 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
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
|
+
### 3.5.8-canary.0-6be5a59 (2024-01-24)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **FEC-13517:** Wrong and inconsistent order of plugins ([#175](https://github.com/kaltura/playkit-js-transcript/issues/175)) ([6be5a59](https://github.com/kaltura/playkit-js-transcript/commit/6be5a59667bf09ff39f829d4809753cbf80673dd)), closes [kaltura/playkit-js-ui-managers#51](https://github.com/kaltura/playkit-js-ui-managers/issues/51) [kaltura/playkit-js-share#38](https://github.com/kaltura/playkit-js-share/issues/38) [kaltura/playkit-js-moderation#74](https://github.com/kaltura/playkit-js-moderation/issues/74) [kaltura/playkit-js-playlist#53](https://github.com/kaltura/playkit-js-playlist/issues/53) [kaltura/playkit-js-related#61](https://github.com/kaltura/playkit-js-related/issues/61) [kaltura/playkit-js-navigation#348](https://github.com/kaltura/playkit-js-navigation/issues/348) [kaltura/playkit-js-info#90](https://github.com/kaltura/playkit-js-info/issues/90) [kaltura/playkit-js-downloads#39](https://github.com/kaltura/playkit-js-downloads/issues/39) [kaltura/playkit-js-qna#334](https://github.com/kaltura/playkit-js-qna/issues/334)
|
|
11
|
+
|
|
5
12
|
### 3.5.7 (2024-01-07)
|
|
6
13
|
|
|
7
14
|
### 3.5.6 (2023-12-21)
|
|
@@ -144,7 +151,7 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
144
151
|
* **FEV-1273:** tiny style changes ([4967668](https://github.com/kaltura/playkit-js-transcript/commit/49676686b24cd36a0881e2f5897c472a7e555b94))
|
|
145
152
|
* **FEV-1346:** style fix for transcript body ([1578af8](https://github.com/kaltura/playkit-js-transcript/commit/1578af8cf01c954e15cfc38cfd8ffbbd3dd4b905))
|
|
146
153
|
* **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))
|
|
147
|
-
* **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/
|
|
154
|
+
* **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))
|
|
148
155
|
* **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))
|
|
149
156
|
* **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))
|
|
150
157
|
* **FEV-1362:** use 1st language from list if captions switched to "off" ([a954dce](https://github.com/kaltura/playkit-js-transcript/commit/a954dcefa22660e29ef5e68a2384d01859436133))
|