@playkit-js/playkit-js-ui 0.72.4 → 0.72.5-canary.bb24f99
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 +10 -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,16 @@
|
|
|
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.72.5-canary.bb24f99](https://github.com/kaltura/playkit-js-ui/compare/v0.72.4...v0.72.5-canary.bb24f99) (2022-12-13)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **FEC-12719:** [WEB][UI]- Player v7 | playlist v3.0.1-canary.1-51e0b54 | Accessibility | After entry reaches the end, when tab navigate to the square next video in the middle of the player (autoContinue: false) "Space" doesn't work. ([#701](https://github.com/kaltura/playkit-js-ui/issues/701)) ([fdb92df](https://github.com/kaltura/playkit-js-ui/commit/fdb92df))
|
|
11
|
+
* **FEC-12763:** Volume slider is inaccessible for JAWS screen reader ([#704](https://github.com/kaltura/playkit-js-ui/issues/704)) ([bb24f99](https://github.com/kaltura/playkit-js-ui/commit/bb24f99))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
5
15
|
### [0.72.4](https://github.com/kaltura/playkit-js-ui/compare/v0.72.3...v0.72.4) (2022-12-07)
|
|
6
16
|
|
|
7
17
|
|