@playkit-js/transcript 3.7.6 → 3.7.7
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 +3 -1
- package/dist/playkit-transcript.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
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.7.7 (2025-11-06)
|
|
6
|
+
|
|
5
7
|
### 3.7.6 (2025-10-23)
|
|
6
8
|
|
|
7
9
|
### 3.7.5 (2025-10-23)
|
|
@@ -283,7 +285,7 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
283
285
|
|
|
284
286
|
* **FEV-1531:** when transcript panel is open, navigating inside it using tab is not working properly ([#118](https://github.com/kaltura/playkit-js-transcript/issues/118)) ([ca9cf88](https://github.com/kaltura/playkit-js-transcript/commit/ca9cf884180b21307ed9c1af2431cb17a11a0881))
|
|
285
287
|
* **FEV-1590:** Transcript captions are not readable on mac voice over ([#120](https://github.com/kaltura/playkit-js-transcript/issues/120)) ([f1d1c59](https://github.com/kaltura/playkit-js-transcript/commit/f1d1c59a7698c3fad3a07dd57166bbf695ff8701))
|
|
286
|
-
* **FEV-1597:** handle non-external text tracks ([#119](https://github.com/kaltura/playkit-js-transcript/issues/119)) ([372ac3f](https://github.com/kaltura/playkit-js-transcript/commit/
|
|
288
|
+
* **FEV-1597:** handle non-external text tracks ([#119](https://github.com/kaltura/playkit-js-transcript/issues/119)) ([372ac3f](https://github.com/kaltura/playkit-js-transcript/commit/372ac3fdbc6417ba3d38706f63e19e85408f595a))
|
|
287
289
|
|
|
288
290
|
### [3.0.1](https://github.com/kaltura/playkit-js-transcript/compare/v2.1.4...v3.0.1) (2022-10-26)
|
|
289
291
|
|