@playkit-js/transcript 3.6.0-canary.0-a9d40a5 → 3.6.0-canary.0-baa8e71
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 +59 -2
- package/dist/playkit-transcript.js +1 -1
- package/dist/playkit-transcript.js.map +1 -1
- package/package.json +9 -8
- package/src/components/attach-placeholder/attach-placeholder.tsx +2 -2
- package/src/components/caption/caption.scss +1 -1
- package/src/components/caption/caption.tsx +81 -19
- package/src/components/caption-list/captionList.tsx +31 -27
- package/src/components/plugin-button/plugin-button.tsx +1 -0
- package/src/components/popover-menu/popover-menu-item.tsx +108 -0
- package/src/components/popover-menu/popover-menu.scss +18 -7
- package/src/components/popover-menu/popover-menu.tsx +58 -68
- package/src/components/search/search.tsx +29 -0
- package/src/components/small-screen-slate/small-screen-slate.scss +1 -0
- package/src/components/transcript/transcript.scss +23 -2
- package/src/components/transcript/transcript.tsx +112 -43
- package/src/components/transcript-menu/transcript-menu.tsx +47 -4
- package/src/events/events.ts +4 -1
- package/src/transcript-plugin.tsx +82 -39
- package/src/utils/index.ts +0 -1
- package/src/utils/utils.ts +4 -0
- package/translations/ca_es.i18n.json +31 -0
- package/translations/en.i18n.json +11 -5
- package/src/utils/debounce.ts +0 -36
package/CHANGELOG.md
CHANGED
|
@@ -2,12 +2,69 @@
|
|
|
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.6.0-canary.0-
|
|
5
|
+
## 3.6.0-canary.0-baa8e71 (2025-03-03)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Features
|
|
9
9
|
|
|
10
|
-
* **FEC-
|
|
10
|
+
* **FEC-14380:** add nonce to style tags ([#245](https://github.com/kaltura/playkit-js-transcript/issues/245)) ([baa8e71](https://github.com/kaltura/playkit-js-transcript/commit/baa8e718394f5ba1bf660b8805dfd79370647478))
|
|
11
|
+
|
|
12
|
+
### 3.5.38 (2025-02-07)
|
|
13
|
+
|
|
14
|
+
### 3.5.36 (2025-01-23)
|
|
15
|
+
|
|
16
|
+
### 3.5.35 (2025-01-09)
|
|
17
|
+
|
|
18
|
+
### 3.5.34 (2025-01-09)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* **ADA-1988:** Change time to be read as text ([#231](https://github.com/kaltura/playkit-js-transcript/issues/231)) ([5587adb](https://github.com/kaltura/playkit-js-transcript/commit/5587adbac9596ae437a626ec2858aa882f6ea515)), closes [kaltura/playkit-js-ui#955](https://github.com/kaltura/playkit-js-ui/issues/955)
|
|
24
|
+
|
|
25
|
+
### 3.5.33 (2024-12-19)
|
|
26
|
+
|
|
27
|
+
### 3.5.32 (2024-11-28)
|
|
28
|
+
|
|
29
|
+
### 3.5.31 (2024-11-14)
|
|
30
|
+
|
|
31
|
+
### 3.5.30 (2024-11-14)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Bug Fixes
|
|
35
|
+
|
|
36
|
+
* **FEC-14237:** Player v7 | No option to Shift+tab backwards from transcript plugin to the play, previous & next buttons. ([#226](https://github.com/kaltura/playkit-js-transcript/issues/226)) ([e5c3d3a](https://github.com/kaltura/playkit-js-transcript/commit/e5c3d3a5e95c607f249a67c5341c80bf5551507c))
|
|
37
|
+
|
|
38
|
+
### 3.5.29 (2024-10-13)
|
|
39
|
+
|
|
40
|
+
### 3.5.28 (2024-10-13)
|
|
41
|
+
|
|
42
|
+
### 3.5.27 (2024-09-19)
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
### Bug Fixes
|
|
46
|
+
|
|
47
|
+
* **ADA-1689:** [Strategic Blue / University of Sheffield] - highlight search text within the video ([#219](https://github.com/kaltura/playkit-js-transcript/issues/219)) ([6e9e9bc](https://github.com/kaltura/playkit-js-transcript/commit/6e9e9bc46cbad51ec261f76892f5fb28182b6ced))
|
|
48
|
+
|
|
49
|
+
### 3.5.26 (2024-08-22)
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
### Bug Fixes
|
|
53
|
+
|
|
54
|
+
* **FEC-14132:** fix rendering jump to search result button ([#216](https://github.com/kaltura/playkit-js-transcript/issues/216)) ([7fa5f63](https://github.com/kaltura/playkit-js-transcript/commit/7fa5f6388cdc208ea1805c52288ab4672e444ed3))
|
|
55
|
+
|
|
56
|
+
### 3.5.25 (2024-08-03)
|
|
57
|
+
|
|
58
|
+
### 3.5.24 (2024-07-11)
|
|
59
|
+
|
|
60
|
+
### 3.5.23 (2024-07-04)
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
### Bug Fixes
|
|
64
|
+
|
|
65
|
+
* **FEC-14023:** tooltip fix for detach mode ([#209](https://github.com/kaltura/playkit-js-transcript/issues/209)) ([0293024](https://github.com/kaltura/playkit-js-transcript/commit/02930248628625a118b2fe48ffabe8c68c978756))
|
|
66
|
+
|
|
67
|
+
### 3.5.22 (2024-06-30)
|
|
11
68
|
|
|
12
69
|
### 3.5.21 (2024-06-16)
|
|
13
70
|
|