@playkit-js/playkit-js-ui 0.69.4-canary.3f561a0 → 0.69.5
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
CHANGED
|
@@ -2,12 +2,23 @@
|
|
|
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.69.
|
|
5
|
+
### [0.69.5](https://github.com/kaltura/playkit-js-ui/compare/v0.69.4...v0.69.5) (2021-12-21)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **FEC-11712:** quality selection should be sorted by resolution (quality) ([#644](https://github.com/kaltura/playkit-js-ui/issues/644)) ([b2f160c](https://github.com/kaltura/playkit-js-ui/commit/b2f160c))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### [0.69.4](https://github.com/kaltura/playkit-js-ui/compare/v0.69.3...v0.69.4) (2021-11-24)
|
|
6
15
|
|
|
7
16
|
|
|
8
17
|
### Bug Fixes
|
|
9
18
|
|
|
10
19
|
* **FEC-11156:** cast button appears for one player only when multiple players configured on the page and casting failed ([#640](https://github.com/kaltura/playkit-js-ui/issues/640)) ([3f561a0](https://github.com/kaltura/playkit-js-ui/commit/3f561a0))
|
|
20
|
+
* **FEC-11707:** V3 - cast on multiple players - when casting started by some player, "Cast" buttons become enabled on all players ([#642](https://github.com/kaltura/playkit-js-ui/issues/642)) ([0f0a708](https://github.com/kaltura/playkit-js-ui/commit/0f0a708))
|
|
21
|
+
* **FEC-11708:** V3 - cast on multiple players - if try to cast when other player are casting, the player will be disabled ([#643](https://github.com/kaltura/playkit-js-ui/issues/643)) ([cc1e421](https://github.com/kaltura/playkit-js-ui/commit/cc1e421))
|
|
11
22
|
|
|
12
23
|
|
|
13
24
|
|