@playkit-js/playkit-js-ui 0.74.0 → 0.74.1-canary.badb62f
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-ui.js +1 -1
- package/dist/playkit-ui.js.map +1 -1
- package/package.json +1 -1
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
|
+
### [0.74.1-canary.badb62f](https://github.com/kaltura/playkit-js-ui/compare/v0.74.0...v0.74.1-canary.badb62f) (2023-02-09)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **FEC-12911:** keyboard Navigation - Advanced Captions modal ([#724](https://github.com/kaltura/playkit-js-ui/issues/724)) ([badb62f](https://github.com/kaltura/playkit-js-ui/commit/badb62f))
|
|
11
|
+
* **FEC-12927:** Remove pre-playback overly screen and PIP from untimed img ([#722](https://github.com/kaltura/playkit-js-ui/issues/722)) ([e12c9b5](https://github.com/kaltura/playkit-js-ui/commit/e12c9b5))
|
|
12
|
+
* **FEC-12972:** Remove the volume control on image playback ([#725](https://github.com/kaltura/playkit-js-ui/issues/725)) ([467664d](https://github.com/kaltura/playkit-js-ui/commit/467664d))
|
|
13
|
+
* **FEV-1539:** inconsistency between the tool tips styles of the dualscreen buttons ([#721](https://github.com/kaltura/playkit-js-ui/issues/721)) ([e65b812](https://github.com/kaltura/playkit-js-ui/commit/e65b812))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
5
17
|
## [0.74.0](https://github.com/kaltura/playkit-js-ui/compare/v0.73.0...v0.74.0) (2023-01-26)
|
|
6
18
|
|
|
7
19
|
|