@playkit-js/transcript 3.0.1 → 3.1.0-canary.0-0df319e

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,6 +2,20 @@
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-canary.0-0df319e](https://github.com/kaltura/playkit-js-transcript/compare/v3.0.1...v3.1.0-canary.0-0df319e) (2022-12-12)
6
+
7
+
8
+ ### Features
9
+
10
+ * **FEV-1554:** Add support to the More plugin ([#114](https://github.com/kaltura/playkit-js-transcript/issues/114)) ([d22690c](https://github.com/kaltura/playkit-js-transcript/commit/d22690cac6210b322a51fde1665ad89f9bf6b9a5))
11
+
12
+
13
+ ### Bug Fixes
14
+
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))
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))
18
+
5
19
  ### [3.0.1](https://github.com/kaltura/playkit-js-transcript/compare/v2.1.4...v3.0.1) (2022-10-26)
6
20
 
7
21