@playkit-js/playkit-js-ui 0.73.0 → 0.74.0-canary.cbdb875
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 +14 -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,20 @@
|
|
|
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.0-canary.cbdb875](https://github.com/kaltura/playkit-js-ui/compare/v0.73.0...v0.74.0-canary.cbdb875) (2023-01-19)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **FEV-1542:** countdown shows 10 sec after reaching to 0 and after seeking ([#717](https://github.com/kaltura/playkit-js-ui/issues/717)) ([2bbd07b](https://github.com/kaltura/playkit-js-ui/commit/2bbd07b))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* **FEC-12612:** Image Playback Options - Fake Video or Single Image Render, and Playlist ([#718](https://github.com/kaltura/playkit-js-ui/issues/718)) ([cbdb875](https://github.com/kaltura/playkit-js-ui/commit/cbdb875)), closes [kaltura/playkit-js-image-player#1](https://github.com/kaltura/playkit-js-ui/issues/1) [kaltura/playkit-js-providers#190](https://github.com/kaltura/playkit-js-ui/issues/190) [kaltura/kaltura-player-js#598](https://github.com/kaltura/playkit-js-ui/issues/598) [kaltura/playkit-js#697](https://github.com/kaltura/playkit-js-ui/issues/697)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
5
19
|
## [0.73.0](https://github.com/kaltura/playkit-js-ui/compare/v0.72.4...v0.73.0) (2022-12-28)
|
|
6
20
|
|
|
7
21
|
|