@playkit-js/playkit-js-ui 0.70.1 → 0.71.0-canary.22f5725
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 +17 -0
- package/dist/playkit-ui.js +2 -2
- package/dist/playkit-ui.js.map +1 -1
- package/flow-typed/types/ui-options.js +1 -0
- package/package.json +1 -1
- package/translations/ar.i18n.json +2 -0
- package/translations/de.i18n.json +2 -0
- package/translations/en.i18n.json +2 -0
- package/translations/es.i18n.json +2 -0
- package/translations/fi.i18n.json +2 -0
- package/translations/fr.i18n.json +2 -0
- package/translations/fr_ca.i18n.json +2 -0
- package/translations/he.i18n.json +2 -0
- package/translations/hi_in.i18n.json +2 -0
- package/translations/it.i18n.json +2 -0
- package/translations/ja.i18n.json +2 -0
- package/translations/ko.i18n.json +2 -0
- package/translations/nl.i18n.json +2 -0
- package/translations/pt_br.i18n.json +2 -0
- package/translations/ru.i18n.json +2 -0
- package/translations/zh_cn.i18n.json +2 -0
- package/translations/zh_tw.i18n.json +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,23 @@
|
|
|
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
|
+
## [0.71.0-canary.22f5725](https://github.com/kaltura/playkit-js-ui/compare/v0.70.1...v0.71.0-canary.22f5725) (2022-05-01)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **FEC-12154:** Playlist - Active Prev and Next buttons have no tooltip when player width <= 480px ([fb1a4c1](https://github.com/kaltura/playkit-js-ui/commit/fb1a4c1))
|
|
11
|
+
* **FEC-12167:** UI updated to live/vod only after some time ([#672](https://github.com/kaltura/playkit-js-ui/issues/672)) ([3b22ffc](https://github.com/kaltura/playkit-js-ui/commit/3b22ffc))
|
|
12
|
+
* **FEC-12212:** add i18n to CC button ([#673](https://github.com/kaltura/playkit-js-ui/issues/673)) ([22f5725](https://github.com/kaltura/playkit-js-ui/commit/22f5725))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **FEC-11981:** Related Entries - p3 ([9f1ec16](https://github.com/kaltura/playkit-js-ui/commit/9f1ec16)), closes [kaltura/playkit-js-related#5](https://github.com/kaltura/playkit-js-ui/issues/5) [kaltura/kaltura-player-js#532](https://github.com/kaltura/playkit-js-ui/issues/532)
|
|
18
|
+
* **FEC-12015:** CC button for on/off subtitles ([#670](https://github.com/kaltura/playkit-js-ui/issues/670)) ([b298776](https://github.com/kaltura/playkit-js-ui/commit/b298776))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
5
22
|
### [0.70.1](https://github.com/kaltura/playkit-js-ui/compare/v0.70.0...v0.70.1) (2022-02-16)
|
|
6
23
|
|
|
7
24
|
|