@playkit-js/transcript 2.1.5-canary.41-1c7bc1d → 3.0.1-canary.44-4c445bb
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 +2 -1
- package/dist/playkit-transcript.js +1 -1
- package/dist/playkit-transcript.js.map +1 -1
- package/package.json +2 -2
- package/src/components/caption/caption.tsx +20 -24
- package/src/components/caption-list/captionList.tsx +5 -5
- package/src/components/close-button/index.tsx +9 -3
- package/src/components/download-print-menu/download-print-menu.scss +0 -16
- package/src/components/download-print-menu/download-print-menu.tsx +48 -84
- package/src/components/plugin-button/plugin-button.tsx +10 -2
- package/src/components/popover/index.ts +1 -0
- package/src/components/popover/popover.scss +43 -0
- package/src/components/popover/popover.tsx +142 -0
- package/src/components/search/search.tsx +93 -57
- package/src/components/transcript/transcript.tsx +22 -7
- package/src/transcript-plugin.tsx +23 -31
- package/src/utils/index.ts +0 -1
- package/src/components/popover-menu/index.ts +0 -1
- package/src/components/popover-menu/popover-menu.scss +0 -6
- package/src/components/popover-menu/popover-menu.tsx +0 -52
- package/src/utils/popover/popover.scss +0 -30
- package/src/utils/popover/popover.tsx +0 -178
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
|
-
### [
|
|
5
|
+
### [3.0.1-canary.44-4c445bb](https://github.com/kaltura/playkit-js-transcript/compare/v2.1.4...v3.0.1-canary.44-4c445bb) (2022-10-13)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
@@ -19,6 +19,7 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
19
19
|
* **FEV-1363:** disable transcript plugin for live entries ([1ea40a3](https://github.com/kaltura/playkit-js-transcript/commit/1ea40a3f23c181d42e7cce84183c22b64fe457e2))
|
|
20
20
|
* **FEV-1418:** add plugin dependencies ([100671c](https://github.com/kaltura/playkit-js-transcript/commit/100671c650cd0f4eb22371d60e9ed1c6e5da3d44))
|
|
21
21
|
* **FEV-1419:** register to player ready event instead of plugin ready event ([#106](https://github.com/kaltura/playkit-js-transcript/issues/106)) ([8163cc8](https://github.com/kaltura/playkit-js-transcript/commit/8163cc89e8868a2c5eb2e50c89dd167165a75940))
|
|
22
|
+
* **FEV-1448:** a11y changes ([#113](https://github.com/kaltura/playkit-js-transcript/issues/113)) ([4c445bb](https://github.com/kaltura/playkit-js-transcript/commit/4c445bb2052b308892eadf63ca35afddb819f4ea))
|
|
22
23
|
|
|
23
24
|
### [2.1.4](https://github.com/kaltura/playkit-js-transcript/compare/v2.1.3...v2.1.4) (2022-01-19)
|
|
24
25
|
|