@pie-element/multiple-choice 9.10.1-next.13 → 9.11.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 +18 -0
- package/configure/CHANGELOG.md +12 -0
- package/configure/package.json +1 -1
- package/controller/CHANGELOG.md +11 -0
- package/controller/package.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,24 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [9.11.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@9.10.0...@pie-element/multiple-choice@9.11.0) (2025-02-07)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **multiple-choice:** autoplay issue with Safari, Firefox, and Edge ghosts audio PD-4771 ([18f0c16](https://github.com/pie-framework/pie-elements/commit/18f0c164729e8a116e3bbb940731e00b0603f46b))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* **multiple-choice:** add keydown support for selecting options PD-4411 ([ec20a27](https://github.com/pie-framework/pie-elements/commit/ec20a2767fe183f371ffff47ccf94a438392eb29))
|
|
17
|
+
* **multiple-choice:** add keydown support for selecting options PD-4411 ([adbd2da](https://github.com/pie-framework/pie-elements/commit/adbd2dadad0e6af6b4efd0894b223d801e756e5d))
|
|
18
|
+
* **multiple-choice:** add keydown support for selecting options PD-4411 ([d0f940e](https://github.com/pie-framework/pie-elements/commit/d0f940e049276507c04fb8ff2b1eb011c10e492a))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
6
24
|
# [9.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@9.9.1...@pie-element/multiple-choice@9.10.0) (2025-02-06)
|
|
7
25
|
|
|
8
26
|
|
package/configure/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [7.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@7.3.1...@pie-element/multiple-choice-configure@7.4.0) (2025-02-07)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **multiple-choice:** add keydown support for selecting options PD-4411 ([ec20a27](https://github.com/pie-framework/pie-elements/commit/ec20a2767fe183f371ffff47ccf94a438392eb29))
|
|
12
|
+
* **multiple-choice:** add keydown support for selecting options PD-4411 ([adbd2da](https://github.com/pie-framework/pie-elements/commit/adbd2dadad0e6af6b4efd0894b223d801e756e5d))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
6
18
|
## [7.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@7.3.0...@pie-element/multiple-choice-configure@7.3.1) (2025-02-06)
|
|
7
19
|
|
|
8
20
|
|
package/configure/package.json
CHANGED
package/controller/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [5.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@5.6.0...@pie-element/multiple-choice-controller@5.7.0) (2025-02-07)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **multiple-choice:** add keydown support for selecting options PD-4411 ([adbd2da](https://github.com/pie-framework/pie-elements/commit/adbd2dadad0e6af6b4efd0894b223d801e756e5d))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [5.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@5.5.0...@pie-element/multiple-choice-controller@5.6.0) (2025-02-06)
|
|
7
18
|
|
|
8
19
|
|
package/controller/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/multiple-choice",
|
|
3
3
|
"repository": "pie-framework/pie-elements",
|
|
4
|
-
"version": "9.
|
|
4
|
+
"version": "9.11.0",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"react-test-renderer": "^16.3.2",
|
|
20
20
|
"react-transition-group": "^2.3.1"
|
|
21
21
|
},
|
|
22
|
-
"gitHead": "
|
|
22
|
+
"gitHead": "c57100977e1e77bd70214f862e9fdb07028b0e0f",
|
|
23
23
|
"scripts": {
|
|
24
24
|
"postpublish": "../../scripts/postpublish"
|
|
25
25
|
},
|