@playkit-js/transcript 3.5.31 → 3.5.32-canary.0-0c78c8d
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.LICENSE.txt +2 -0
- package/dist/playkit-transcript.js.map +1 -1
- package/package.json +4 -4
- package/src/components/popover-menu/popover-menu-item.tsx +108 -0
- package/src/components/popover-menu/popover-menu.scss +16 -7
- package/src/components/popover-menu/popover-menu.tsx +33 -56
- package/src/components/transcript/transcript.tsx +9 -3
- package/src/components/transcript-menu/transcript-menu.tsx +23 -1
- package/src/transcript-plugin.tsx +20 -7
- package/src/utils/utils.ts +4 -0
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.32-canary.0-0c78c8d (2024-11-20)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **FEC-14118:** change transcript language in transcript plugin ([#224](https://github.com/kaltura/playkit-js-transcript/issues/224)) ([0c78c8d](https://github.com/kaltura/playkit-js-transcript/commit/0c78c8d853095a2733dd44eed94db65671bce3be))
|
|
11
|
+
|
|
5
12
|
### 3.5.31 (2024-11-14)
|
|
6
13
|
|
|
7
14
|
### 3.5.30 (2024-11-14)
|
|
@@ -149,7 +156,7 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
149
156
|
|
|
150
157
|
### Bug Fixes
|
|
151
158
|
|
|
152
|
-
* **FEC-13216:** upd dependencies ([#149](https://github.com/kaltura/playkit-js-transcript/issues/149)) ([3f9abc7](https://github.com/kaltura/playkit-js-transcript/commit/
|
|
159
|
+
* **FEC-13216:** upd dependencies ([#149](https://github.com/kaltura/playkit-js-transcript/issues/149)) ([3f9abc7](https://github.com/kaltura/playkit-js-transcript/commit/3f9abc766f365431259d273b47ff23ed14edbeb1))
|
|
153
160
|
|
|
154
161
|
### [3.4.2](https://github.com/kaltura/playkit-js-transcript/compare/v3.4.1...v3.4.2) (2023-05-17)
|
|
155
162
|
|