@playkit-js/transcript 3.2.1 → 3.3.0-canary.2-11ee279
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 +12 -0
- package/dist/playkit-transcript.js +1 -1
- package/dist/playkit-transcript.js.map +1 -1
- package/package.json +2 -2
- package/src/components/autoscroll-button/autoscroll-button.tsx +0 -1
- package/src/components/caption/caption.tsx +1 -2
- package/src/components/plugin-button/plugin-button.tsx +7 -1
- package/src/components/transcript/transcript.tsx +3 -3
- package/src/transcript-plugin.tsx +39 -7
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
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.3.0-canary.2-11ee279](https://github.com/kaltura/playkit-js-transcript/compare/v3.2.1...v3.3.0-canary.2-11ee279) (2023-02-15)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **FEV-1658:** Add translation for Spanish on transcript plugin ([#127](https://github.com/kaltura/playkit-js-transcript/issues/127)) ([11ee279](https://github.com/kaltura/playkit-js-transcript/commit/11ee2792f39fe37961a786921231abc3ac75d57a))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **FEC-12918:** When users close a menu by clicking the close button, focus should go back to the button that opened the plugin ([#126](https://github.com/kaltura/playkit-js-transcript/issues/126)) ([792a782](https://github.com/kaltura/playkit-js-transcript/commit/792a782369eabece1d2cac53b9a6c604bce9bef1))
|
|
16
|
+
|
|
5
17
|
### [3.2.1](https://github.com/kaltura/playkit-js-transcript/compare/v3.2.0...v3.2.1) (2023-01-26)
|
|
6
18
|
|
|
7
19
|
## [3.2.0](https://github.com/kaltura/playkit-js-transcript/compare/v3.1.0...v3.2.0) (2023-01-19)
|