@playkit-js/transcript 3.1.0-canary.4-372ac3f → 3.1.0
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
|
-
## [3.1.0
|
|
5
|
+
## [3.1.0](https://github.com/kaltura/playkit-js-transcript/compare/v3.0.1...v3.1.0) (2022-12-12)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Features
|
|
@@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
13
13
|
### Bug Fixes
|
|
14
14
|
|
|
15
15
|
* **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))
|
|
16
|
+
* **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))
|
|
16
17
|
* **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))
|
|
17
18
|
|
|
18
19
|
### [3.0.1](https://github.com/kaltura/playkit-js-transcript/compare/v2.1.4...v3.0.1) (2022-10-26)
|