@playkit-js/playkit-js-ui 0.69.5 → 0.70.0-canary.a63f5d8
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 +16 -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,22 @@
|
|
|
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.70.0-canary.a63f5d8](https://github.com/kaltura/playkit-js-ui/compare/v0.69.5...v0.70.0-canary.a63f5d8) (2022-01-17)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **FEC-11733:** fix mouse cursor not appear on pre-playback issue ([#649](https://github.com/kaltura/playkit-js-ui/issues/649)) ([e491c28](https://github.com/kaltura/playkit-js-ui/commit/e491c28))
|
|
11
|
+
* **FEC-11733:** Hide mouse cursor when it's idle in fullscreen ([#647](https://github.com/kaltura/playkit-js-ui/issues/647)) ([171bfd5](https://github.com/kaltura/playkit-js-ui/commit/171bfd5))
|
|
12
|
+
* **FEC-11872:** middle play button remains during play ([a63f5d8](https://github.com/kaltura/playkit-js-ui/commit/a63f5d8))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **FEC-11738:** Related Entries - Phase 1 ([#645](https://github.com/kaltura/playkit-js-ui/issues/645)) ([6a18a35](https://github.com/kaltura/playkit-js-ui/commit/6a18a35))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
5
21
|
### [0.69.5](https://github.com/kaltura/playkit-js-ui/compare/v0.69.4...v0.69.5) (2021-12-21)
|
|
6
22
|
|
|
7
23
|
|