@playkit-js/playkit-js-ui 0.73.0-canary.8d02ee8 → 0.73.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 +4 -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 -1
- package/translations/de.i18n.json +1 -1
- package/translations/en.i18n.json +1 -1
- package/translations/es.i18n.json +1 -1
- package/translations/fi.i18n.json +1 -1
- package/translations/fr.i18n.json +1 -1
- package/translations/fr_ca.i18n.json +1 -1
- package/translations/he.i18n.json +1 -1
- package/translations/hi_in.i18n.json +1 -1
- package/translations/it.i18n.json +1 -1
- package/translations/ja.i18n.json +1 -1
- package/translations/ko.i18n.json +1 -1
- package/translations/nl.i18n.json +1 -1
- package/translations/pt_br.i18n.json +1 -1
- package/translations/ru.i18n.json +1 -1
- package/translations/zh_cn.i18n.json +1 -1
- package/translations/zh_tw.i18n.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,14 +2,17 @@
|
|
|
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.73.0
|
|
5
|
+
## [0.73.0](https://github.com/kaltura/playkit-js-ui/compare/v0.72.4...v0.73.0) (2022-12-28)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
9
9
|
|
|
10
|
+
* **FEC-12497:** Background color of plugin icon should not changed on focus state ([#707](https://github.com/kaltura/playkit-js-ui/issues/707)) ([276d30d](https://github.com/kaltura/playkit-js-ui/commit/276d30d))
|
|
10
11
|
* **FEC-12719:** [WEB][UI]- Player v7 | playlist v3.0.1-canary.1-51e0b54 | Accessibility | After entry reaches the end, when tab navigate to the square next video in the middle of the player (autoContinue: false) "Space" doesn't work. ([#701](https://github.com/kaltura/playkit-js-ui/issues/701)) ([fdb92df](https://github.com/kaltura/playkit-js-ui/commit/fdb92df))
|
|
12
|
+
* **FEC-12728:** Buttons for caption customization do not have descriptive names (they all say, "sample") ([#712](https://github.com/kaltura/playkit-js-ui/issues/712)) ([492dd9d](https://github.com/kaltura/playkit-js-ui/commit/492dd9d))
|
|
11
13
|
* **FEC-12763:** Volume slider is inaccessible for JAWS screen reader ([#704](https://github.com/kaltura/playkit-js-ui/issues/704)) ([bb24f99](https://github.com/kaltura/playkit-js-ui/commit/bb24f99))
|
|
12
14
|
* **FEC-12819:** live and background colors are not changed while configured ([#711](https://github.com/kaltura/playkit-js-ui/issues/711)) ([8d02ee8](https://github.com/kaltura/playkit-js-ui/commit/8d02ee8))
|
|
15
|
+
* **FEC-12837:** UI colors - Cast icon is black instead of white ([#715](https://github.com/kaltura/playkit-js-ui/issues/715)) ([60179c5](https://github.com/kaltura/playkit-js-ui/commit/60179c5))
|
|
13
16
|
|
|
14
17
|
|
|
15
18
|
### Features
|