@playkit-js/transcript 3.5.4 → 3.5.5
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 +9 -2
- package/dist/playkit-transcript.js +1 -1
- package/package.json +1 -1
- package/translations/es.i18n.json +1 -1
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.5 (2023-12-21)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **SUP-40351:** [eLearning] correcting typo in Spanish translation ([#172](https://github.com/kaltura/playkit-js-transcript/issues/172)) ([9f49075](https://github.com/kaltura/playkit-js-transcript/commit/9f49075e7c7fedd77cb31011f57af4a399e45333))
|
|
11
|
+
|
|
5
12
|
### 3.5.4 (2023-12-10)
|
|
6
13
|
|
|
7
14
|
### 3.5.3 (2023-12-07)
|
|
@@ -53,7 +60,7 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
53
60
|
### Bug Fixes
|
|
54
61
|
|
|
55
62
|
* **FEC-13050:** CSS backdrop-filter property is not supposed in Safari ([#140](https://github.com/kaltura/playkit-js-transcript/issues/140)) ([7cccf5e](https://github.com/kaltura/playkit-js-transcript/commit/7cccf5ea96240fdc62c5cfdbdca35139657d42bf))
|
|
56
|
-
* **FEC-13125:** fix translates ([#146](https://github.com/kaltura/playkit-js-transcript/issues/146)) ([5244ad0](https://github.com/kaltura/playkit-js-transcript/commit/
|
|
63
|
+
* **FEC-13125:** fix translates ([#146](https://github.com/kaltura/playkit-js-transcript/issues/146)) ([5244ad0](https://github.com/kaltura/playkit-js-transcript/commit/5244ad03b53a62c6be5b99262bc85335b4cb1caf))
|
|
57
64
|
* **FEC-13125:** transcript - menu missing a name ([#143](https://github.com/kaltura/playkit-js-transcript/issues/143)) ([e5bbd6d](https://github.com/kaltura/playkit-js-transcript/commit/e5bbd6d9b5be845494af0c7ae162a5942571f0a1))
|
|
58
65
|
* **FEC-13126:** a11y - change aria labels of next/prev buttons and search results text ([#142](https://github.com/kaltura/playkit-js-transcript/issues/142)) ([77e14dc](https://github.com/kaltura/playkit-js-transcript/commit/77e14dc34b9c64a2aa41c1328c29b49efda30428))
|
|
59
66
|
* **FEC-13127:** a11y - when reaching the autoscroll button from end of script SR does not announce it ([#141](https://github.com/kaltura/playkit-js-transcript/issues/141)) ([1a1b1ea](https://github.com/kaltura/playkit-js-transcript/commit/1a1b1ea01966509b971c11b91c3d687fc35c07d2))
|
|
@@ -195,7 +202,7 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
195
202
|
|
|
196
203
|
### Features
|
|
197
204
|
|
|
198
|
-
* added standalone scripts (REACH2-733) ([b9d9ee3](https://github.com/kaltura/playkit-js-transcript/commit/
|
|
205
|
+
* added standalone scripts (REACH2-733) ([b9d9ee3](https://github.com/kaltura/playkit-js-transcript/commit/b9d9ee355541733331cb52339c684d0922b88324))
|
|
199
206
|
* added standalone template (REACH2-733) ([753a87d](https://github.com/kaltura/playkit-js-transcript/commit/753a87d28166284a2e9a82126a0680a14fa5ae1f))
|
|
200
207
|
* added TW configuration options (REACH2-733) ([ffbc9bf](https://github.com/kaltura/playkit-js-transcript/commit/ffbc9bf05a76899d2e57336098f5f9cd929206e6))
|
|
201
208
|
* dynamic label for download/print menu (REACH2-675) ([76219c0](https://github.com/kaltura/playkit-js-transcript/commit/76219c050ee5f6000ec84a8f5bdfb91778031263))
|