@playkit-js/playkit-js-ui 0.72.0-canary.acb4af0 → 0.72.0
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 +7 -1
- package/dist/playkit-ui.js +2 -2
- package/dist/playkit-ui.js.map +1 -1
- package/package.json +1 -1
- package/translations/ar.i18n.json +1 -0
- package/translations/de.i18n.json +1 -0
- package/translations/en.i18n.json +1 -0
- package/translations/es.i18n.json +1 -0
- package/translations/fi.i18n.json +1 -0
- package/translations/fr.i18n.json +1 -0
- package/translations/fr_ca.i18n.json +1 -0
- package/translations/he.i18n.json +1 -0
- package/translations/hi_in.i18n.json +1 -0
- package/translations/it.i18n.json +1 -0
- package/translations/ja.i18n.json +1 -0
- package/translations/ko.i18n.json +1 -0
- package/translations/nl.i18n.json +1 -0
- package/translations/pt_br.i18n.json +1 -0
- package/translations/ru.i18n.json +1 -0
- package/translations/zh_cn.i18n.json +1 -0
- package/translations/zh_tw.i18n.json +1 -0
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
|
-
## [0.72.0
|
|
5
|
+
## [0.72.0](https://github.com/kaltura/playkit-js-ui/compare/v0.71.0...v0.72.0) (2022-06-09)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
@@ -11,9 +11,15 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
11
11
|
* **FEC-12245:** add i18n to CC button: wrong tooltip for German (the same with Dutch) ([#675](https://github.com/kaltura/playkit-js-ui/issues/675)) ([596c875](https://github.com/kaltura/playkit-js-ui/commit/596c875))
|
|
12
12
|
|
|
13
13
|
|
|
14
|
+
### Build System
|
|
15
|
+
|
|
16
|
+
* set prerelease false ([5613a71](https://github.com/kaltura/playkit-js-ui/commit/5613a71))
|
|
17
|
+
|
|
18
|
+
|
|
14
19
|
### Features
|
|
15
20
|
|
|
16
21
|
* **FEC-12113:** Add Side Panels Management to player UI ([#674](https://github.com/kaltura/playkit-js-ui/issues/674)) ([60ee1d1](https://github.com/kaltura/playkit-js-ui/commit/60ee1d1)), closes [kaltura/playkit-js-ui-managers#1](https://github.com/kaltura/playkit-js-ui/issues/1) [kaltura/kaltura-player-js#544](https://github.com/kaltura/playkit-js-ui/issues/544)
|
|
22
|
+
* **FEC-12255:** New design of "up next" popups ([#676](https://github.com/kaltura/playkit-js-ui/issues/676)) ([77e648e](https://github.com/kaltura/playkit-js-ui/commit/77e648e))
|
|
17
23
|
|
|
18
24
|
|
|
19
25
|
|