@playkit-js/playkit-js-ui 0.76.0-canary.9728af9 → 0.76.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 CHANGED
@@ -2,11 +2,12 @@
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.76.0-canary.9728af9](https://github.com/kaltura/playkit-js-ui/compare/v0.75.2...v0.76.0-canary.9728af9) (2023-03-16)
5
+ ## [0.76.0](https://github.com/kaltura/playkit-js-ui/compare/v0.75.2...v0.76.0) (2023-03-22)
6
6
 
7
7
 
8
8
  ### Bug Fixes
9
9
 
10
+ * **FEC-12519:** Overlaid side panel should be over the player controls ([#744](https://github.com/kaltura/playkit-js-ui/issues/744)) ([17b2556](https://github.com/kaltura/playkit-js-ui/commit/17b2556))
10
11
  * **FEC-12519:** Side panels should be overlaid the entire player when player size is "SMALL" (smaller then 480px) ([#738](https://github.com/kaltura/playkit-js-ui/issues/738)) ([9728af9](https://github.com/kaltura/playkit-js-ui/commit/9728af9))
11
12
  * **FEC-12614:** Add 'fill-rule' prop to the generic icon component ([#734](https://github.com/kaltura/playkit-js-ui/issues/734)) ([ea37c8b](https://github.com/kaltura/playkit-js-ui/commit/ea37c8b)), closes [kaltura/playkit-js-playlist#33](https://github.com/kaltura/playkit-js-ui/issues/33)
12
13
  * **FEC-12909:** volume control a11y ([#737](https://github.com/kaltura/playkit-js-ui/issues/737)) ([c11d7db](https://github.com/kaltura/playkit-js-ui/commit/c11d7db))