@pie-element/multiple-choice 13.2.0-next.28 → 13.2.1

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
@@ -3,6 +3,22 @@
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
+ ## [13.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@13.2.0...@pie-element/multiple-choice@13.2.1) (2026-05-21)
7
+
8
+ **Note:** Version bump only for package @pie-element/multiple-choice
9
+
10
+ # [13.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@13.2.0-next.1...@pie-element/multiple-choice@13.2.0) (2026-05-21)
11
+
12
+ ### Bug Fixes
13
+
14
+ - bump pie-libs PIE-434, PIE-437, PIE-452, PIE-510, PIE-451 ([f0764a8](https://github.com/pie-framework/pie-elements/commit/f0764a861ef328fd7c35bfefa5a274b0c6d2d77b))
15
+ - bump shared modules and libs PIE-522, PIE-451, PIE-511, PIE-561, PIE-562, PIE-563 ([5cfc2e9](https://github.com/pie-framework/pie-elements/commit/5cfc2e9f7d6c1a485538fd674f8602dd92018c50))
16
+ - **multiple-choice:** decouple radio group name from partLabel to keep EBSR parts in separate radio groups regardless of partLabels setting PIE-174 ([73b622d](https://github.com/pie-framework/pie-elements/commit/73b622d996f1e2e21091f3cf80f819856049fe90))
17
+ - **multiple-choice:** fix choice mode button PIE-560 ([98cce22](https://github.com/pie-framework/pie-elements/commit/98cce22ad5a3a295571a4bc493f0eb476ef2fb71))
18
+ - **multiple-choice:** forward autoFocusRef via inputRef so Tab lands on the first radio in a group, use a unique random radio group name per instance so EBSR parts stay independent regardless of partLabels PIE-174 ([9ed65f5](https://github.com/pie-framework/pie-elements/commit/9ed65f5904e23f035f07594ddcb5ea5a6ff0a5aa))
19
+ - publish missing libs ([04a5b2f](https://github.com/pie-framework/pie-elements/commit/04a5b2f26ae7b009b4f5df665b4c901d82e27775))
20
+ - test ([e0a769d](https://github.com/pie-framework/pie-elements/commit/e0a769d8c4411b2afa08b0ebd48da24154302f8a))
21
+
6
22
  # [13.2.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@13.2.0-next.0...@pie-element/multiple-choice@13.2.0-next.1) (2026-05-06)
7
23
 
8
24
  ### Bug Fixes
@@ -3,6 +3,20 @@
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
+ ## [10.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@10.1.0...@pie-element/multiple-choice-configure@10.1.1) (2026-05-21)
7
+
8
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
9
+
10
+ # [10.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@10.1.0-next.1...@pie-element/multiple-choice-configure@10.1.0) (2026-05-21)
11
+
12
+ ### Bug Fixes
13
+
14
+ - bump pie-libs PIE-434, PIE-437, PIE-452, PIE-510, PIE-451 ([f0764a8](https://github.com/pie-framework/pie-elements/commit/f0764a861ef328fd7c35bfefa5a274b0c6d2d77b))
15
+ - bump shared modules and libs PIE-522, PIE-451, PIE-511, PIE-561, PIE-562, PIE-563 ([5cfc2e9](https://github.com/pie-framework/pie-elements/commit/5cfc2e9f7d6c1a485538fd674f8602dd92018c50))
16
+ - **multiple-choice:** fix choice mode button PIE-560 ([98cce22](https://github.com/pie-framework/pie-elements/commit/98cce22ad5a3a295571a4bc493f0eb476ef2fb71))
17
+ - publish missing libs ([04a5b2f](https://github.com/pie-framework/pie-elements/commit/04a5b2f26ae7b009b4f5df665b4c901d82e27775))
18
+ - test ([e0a769d](https://github.com/pie-framework/pie-elements/commit/e0a769d8c4411b2afa08b0ebd48da24154302f8a))
19
+
6
20
  # [10.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@10.1.0-next.0...@pie-element/multiple-choice-configure@10.1.0-next.1) (2026-05-06)
7
21
 
8
22
  ### Bug Fixes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-element/multiple-choice-configure",
3
- "version": "10.1.0-next.1",
3
+ "version": "10.1.1",
4
4
  "private": true,
5
5
  "main": "lib/index.js",
6
6
  "module": "src/index.js",
@@ -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
+ ## [8.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@8.1.0...@pie-element/multiple-choice-controller@8.1.1) (2026-05-21)
7
+
8
+ **Note:** Version bump only for package @pie-element/multiple-choice-controller
9
+
10
+ # [8.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@8.1.0-next.1...@pie-element/multiple-choice-controller@8.1.0) (2026-05-21)
11
+
12
+ ### Bug Fixes
13
+
14
+ - bump pie-libs PIE-434, PIE-437, PIE-452, PIE-510, PIE-451 ([f0764a8](https://github.com/pie-framework/pie-elements/commit/f0764a861ef328fd7c35bfefa5a274b0c6d2d77b))
15
+ - publish missing libs ([04a5b2f](https://github.com/pie-framework/pie-elements/commit/04a5b2f26ae7b009b4f5df665b4c901d82e27775))
16
+
6
17
  # [8.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@8.1.0-next.0...@pie-element/multiple-choice-controller@8.1.0-next.1) (2026-05-06)
7
18
 
8
19
  ### Bug Fixes
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pie-element/multiple-choice-controller",
3
3
  "private": true,
4
- "version": "8.1.0-next.1",
4
+ "version": "8.1.1",
5
5
  "description": "",
6
6
  "main": "lib/index.js",
7
7
  "module": "src/index.js",
package/module/index.html CHANGED
@@ -2,7 +2,7 @@
2
2
  <!doctype html>
3
3
  <html>
4
4
  <head>
5
- <title>@pie-element/multiple-choice@13.2.0-next.1</title>
5
+ <title>@pie-element/multiple-choice@13.2.0</title>
6
6
  <script
7
7
  type="module"
8
8
  src="https://cdn.jsdelivr.net/npm/@pslb/demo-el@^1.0.0/dist/demo-el/demo-el.esm.js"></script>
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-element/multiple-choice",
3
- "version": "13.2.0-next.1",
3
+ "version": "13.2.0",
4
4
  "modules": [
5
5
  {
6
6
  "name": "@pie-lib/shared-module",
package/module/print.html CHANGED
@@ -2,7 +2,7 @@
2
2
  <!doctype html>
3
3
  <html>
4
4
  <head>
5
- <title>@pie-element/multiple-choice@13.2.0-next.1</title>
5
+ <title>@pie-element/multiple-choice@13.2.0</title>
6
6
  <link
7
7
  href="https://fonts.googleapis.com/css?family=Roboto&display=swap"
8
8
  rel="stylesheet"
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": "13.2.0-next.28+6e3c5a0f2",
4
+ "version": "13.2.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -23,7 +23,7 @@
23
23
  "react-dom": "18.3.1",
24
24
  "react-transition-group": "^4.4.5"
25
25
  },
26
- "gitHead": "6e3c5a0f2462e38aafbb7c9899ecb29f2e15c8a0",
26
+ "gitHead": "103c0fbfbc458001afb7abb0f72e7b8ead258860",
27
27
  "scripts": {
28
28
  "postpublish": "../../scripts/postpublish"
29
29
  },