@playkit-js/playkit-js-ivq 3.7.7 → 3.7.8
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 -1
- package/dist/playkit-ivq.js +1 -1
- package/dist/playkit-ivq.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
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
|
+
### 3.7.8 (2025-07-17)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **ADA-2797:** Fix Quiz issues ([#168](https://github.com/kaltura/playkit-js-ivq/issues/168)) ([dfaa43d](https://github.com/kaltura/playkit-js-ivq/commit/dfaa43d))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
5
14
|
### 3.7.7 (2025-05-22)
|
|
6
15
|
|
|
7
16
|
|
|
@@ -515,7 +524,7 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
515
524
|
### Features
|
|
516
525
|
|
|
517
526
|
* **FEV-1034:** data-manager ([1da627a](https://github.com/kaltura/playkit-js-ivq/commit/1da627a))
|
|
518
|
-
* **FEV-1039:** Reflection point and Open question ([#8](https://github.com/kaltura/playkit-js-ivq/issues/8)) ([
|
|
527
|
+
* **FEV-1039:** Reflection point and Open question ([#8](https://github.com/kaltura/playkit-js-ivq/issues/8)) ([33.7.8c](https://github.com/kaltura/playkit-js-ivq/commit/33.7.8c))
|
|
519
528
|
* **FEV-1164:** add quiz answers to multirequest ([4561168](https://github.com/kaltura/playkit-js-ivq/commit/4561168))
|
|
520
529
|
* **FEV-1164:** address PR comments ([f10a2b4](https://github.com/kaltura/playkit-js-ivq/commit/f10a2b4))
|
|
521
530
|
* **FEV-1164:** fetch quiz data ([1071d1d](https://github.com/kaltura/playkit-js-ivq/commit/1071d1d))
|