@pie-element/ebsr 8.14.0 → 8.14.1-beta.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.
Files changed (57) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/configure/CHANGELOG.md +19 -0
  3. package/configure/node_modules/@pie-element/multiple-choice/CHANGELOG.json +1972 -0
  4. package/configure/node_modules/@pie-element/multiple-choice/CHANGELOG.md +2431 -0
  5. package/configure/node_modules/@pie-element/multiple-choice/LICENSE.md +5 -0
  6. package/configure/node_modules/@pie-element/multiple-choice/PRINT.md +35 -0
  7. package/configure/node_modules/@pie-element/multiple-choice/README.md +56 -0
  8. package/configure/node_modules/@pie-element/multiple-choice/choice.png +0 -0
  9. package/configure/node_modules/@pie-element/multiple-choice/configure/CHANGELOG.json +1387 -0
  10. package/configure/node_modules/@pie-element/multiple-choice/configure/CHANGELOG.md +1902 -0
  11. package/configure/node_modules/@pie-element/multiple-choice/configure/lib/defaults.js +133 -0
  12. package/configure/node_modules/@pie-element/multiple-choice/configure/lib/defaults.js.map +1 -0
  13. package/configure/node_modules/@pie-element/multiple-choice/configure/lib/index.js +248 -0
  14. package/configure/node_modules/@pie-element/multiple-choice/configure/lib/index.js.map +1 -0
  15. package/configure/node_modules/@pie-element/multiple-choice/configure/lib/main.js +610 -0
  16. package/configure/node_modules/@pie-element/multiple-choice/configure/lib/main.js.map +1 -0
  17. package/configure/node_modules/@pie-element/multiple-choice/configure/lib/utils.js +18 -0
  18. package/configure/node_modules/@pie-element/multiple-choice/configure/lib/utils.js.map +1 -0
  19. package/configure/node_modules/@pie-element/multiple-choice/configure/package.json +20 -0
  20. package/configure/node_modules/@pie-element/multiple-choice/controller/CHANGELOG.json +527 -0
  21. package/configure/node_modules/@pie-element/multiple-choice/controller/CHANGELOG.md +834 -0
  22. package/configure/node_modules/@pie-element/multiple-choice/controller/lib/defaults.js +18 -0
  23. package/configure/node_modules/@pie-element/multiple-choice/controller/lib/defaults.js.map +1 -0
  24. package/configure/node_modules/@pie-element/multiple-choice/controller/lib/index.js +306 -0
  25. package/configure/node_modules/@pie-element/multiple-choice/controller/lib/index.js.map +1 -0
  26. package/configure/node_modules/@pie-element/multiple-choice/controller/lib/utils.js +36 -0
  27. package/configure/node_modules/@pie-element/multiple-choice/controller/lib/utils.js.map +1 -0
  28. package/configure/node_modules/@pie-element/multiple-choice/controller/package.json +15 -0
  29. package/configure/node_modules/@pie-element/multiple-choice/docs/config-schema.json +614 -0
  30. package/configure/node_modules/@pie-element/multiple-choice/docs/config-schema.json.md +469 -0
  31. package/configure/node_modules/@pie-element/multiple-choice/docs/demo/config.js +8 -0
  32. package/configure/node_modules/@pie-element/multiple-choice/docs/demo/generate.js +53 -0
  33. package/configure/node_modules/@pie-element/multiple-choice/docs/demo/index.html +1 -0
  34. package/configure/node_modules/@pie-element/multiple-choice/docs/demo/session.js +7 -0
  35. package/configure/node_modules/@pie-element/multiple-choice/docs/pie-schema.json +411 -0
  36. package/configure/node_modules/@pie-element/multiple-choice/docs/pie-schema.json.md +327 -0
  37. package/configure/node_modules/@pie-element/multiple-choice/lib/choice-input.js +332 -0
  38. package/configure/node_modules/@pie-element/multiple-choice/lib/choice-input.js.map +1 -0
  39. package/configure/node_modules/@pie-element/multiple-choice/lib/choice.js +165 -0
  40. package/configure/node_modules/@pie-element/multiple-choice/lib/choice.js.map +1 -0
  41. package/configure/node_modules/@pie-element/multiple-choice/lib/feedback-tick.js +174 -0
  42. package/configure/node_modules/@pie-element/multiple-choice/lib/feedback-tick.js.map +1 -0
  43. package/configure/node_modules/@pie-element/multiple-choice/lib/index.js +156 -0
  44. package/configure/node_modules/@pie-element/multiple-choice/lib/index.js.map +1 -0
  45. package/configure/node_modules/@pie-element/multiple-choice/lib/main.js +96 -0
  46. package/configure/node_modules/@pie-element/multiple-choice/lib/main.js.map +1 -0
  47. package/configure/node_modules/@pie-element/multiple-choice/lib/multiple-choice.js +359 -0
  48. package/configure/node_modules/@pie-element/multiple-choice/lib/multiple-choice.js.map +1 -0
  49. package/configure/node_modules/@pie-element/multiple-choice/lib/print.js +129 -0
  50. package/configure/node_modules/@pie-element/multiple-choice/lib/print.js.map +1 -0
  51. package/configure/node_modules/@pie-element/multiple-choice/lib/session-updater.js +35 -0
  52. package/configure/node_modules/@pie-element/multiple-choice/lib/session-updater.js.map +1 -0
  53. package/configure/node_modules/@pie-element/multiple-choice/package.json +35 -0
  54. package/configure/package.json +3 -3
  55. package/controller/CHANGELOG.md +8 -0
  56. package/controller/package.json +1 -1
  57. package/package.json +3 -3
@@ -0,0 +1,2431 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ## [7.16.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.16.0...@pie-element/multiple-choice@7.16.1) (2023-10-26)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update pie-lib PD-3221 ([f04d59f](https://github.com/pie-framework/pie-elements/commit/f04d59f204852e430dc3e8fe2c442bb9a1634761))
12
+
13
+
14
+
15
+
16
+
17
+ # [7.16.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.15.5...@pie-element/multiple-choice@7.16.0) (2023-10-16)
18
+
19
+
20
+ ### Features
21
+
22
+ * updated pie-libs PD-2950 ([acffe41](https://github.com/pie-framework/pie-elements/commit/acffe41120fbe288e375321cbd58cfbd48f98595))
23
+
24
+
25
+
26
+
27
+
28
+ ## [7.15.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.15.4...@pie-element/multiple-choice@7.15.5) (2023-10-16)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * updated pie-libs PD-3223, PD-3121, PD-3018, PD-2765, PD-3105 ([666e660](https://github.com/pie-framework/pie-elements/commit/666e6604c40b9bde8b88af5ce1b02ba65f11e957))
34
+
35
+
36
+
37
+
38
+
39
+ ## [7.15.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.15.3...@pie-element/multiple-choice@7.15.4) (2023-10-03)
40
+
41
+
42
+ ### Bug Fixes
43
+
44
+ * update with latest pie-libs, forcing pie-lib/math-rendering to v2.5.18 ([7ff936a](https://github.com/pie-framework/pie-elements/commit/7ff936ab9fc85c264032181755ce5e2149825406))
45
+
46
+
47
+
48
+
49
+
50
+ ## [7.15.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.15.2...@pie-element/multiple-choice@7.15.3) (2023-09-28)
51
+
52
+ **Note:** Version bump only for package @pie-element/multiple-choice
53
+
54
+
55
+
56
+
57
+
58
+ ## [7.15.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.15.1...@pie-element/multiple-choice@7.15.2) (2023-09-26)
59
+
60
+
61
+ ### Bug Fixes
62
+
63
+ * update pie-libs ([702f4c6](https://github.com/pie-framework/pie-elements/commit/702f4c657f3413274b3a4443c1950e2cdf8e5588))
64
+
65
+
66
+
67
+
68
+
69
+ ## [7.15.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.15.0...@pie-element/multiple-choice@7.15.1) (2023-09-25)
70
+
71
+ **Note:** Version bump only for package @pie-element/multiple-choice
72
+
73
+
74
+
75
+
76
+
77
+ # [7.15.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.14.0...@pie-element/multiple-choice@7.15.0) (2023-09-25)
78
+
79
+
80
+ ### Features
81
+
82
+ * **multiple-choice:** add translations ([fe4dc0f](https://github.com/pie-framework/pie-elements/commit/fe4dc0f15158c039ad9276f09d8b9874d61224cf))
83
+ * **multiple-choice:** pd-1508 update doc ([93dab94](https://github.com/pie-framework/pie-elements/commit/93dab9475a5987d8e33fd0e8bf1141a0dfec00f3))
84
+ * **multiple-choice:** pd-1508 update doc ([556fbc4](https://github.com/pie-framework/pie-elements/commit/556fbc490379fcf0dc0039f3a010ce29d88d0ed5))
85
+
86
+
87
+
88
+
89
+
90
+ # [7.14.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.13.7...@pie-element/multiple-choice@7.14.0) (2023-09-25)
91
+
92
+
93
+ ### Bug Fixes
94
+
95
+ * update pie-libs PD-3167 ([1b109bb](https://github.com/pie-framework/pie-elements/commit/1b109bb3b74dcea72ee2f241996a5e6a71893b4e))
96
+ * update pie-libs PD-3167 ([b21d0c3](https://github.com/pie-framework/pie-elements/commit/b21d0c332623667257a5de1363b9f4fc6ee2bb51))
97
+ * update pie-libs PD-3167 ([1a76806](https://github.com/pie-framework/pie-elements/commit/1a7680657ebe0a73969f3100e60f0a090ffc7ada))
98
+ * update pie-libs PD-3167, PD-3105, PD-3162, PD-2765 ([26199b2](https://github.com/pie-framework/pie-elements/commit/26199b255ddbcb9255f2769091c7ba58f8b1dae0))
99
+
100
+
101
+ ### Features
102
+
103
+ * update pie-libs PD-3011 ([0fd32b3](https://github.com/pie-framework/pie-elements/commit/0fd32b3fd1333bb25de584b98c8ef0471de2d5e8))
104
+
105
+
106
+
107
+
108
+
109
+ ## [7.13.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.13.6...@pie-element/multiple-choice@7.13.7) (2023-09-05)
110
+
111
+
112
+ ### Bug Fixes
113
+
114
+ * update pie-libs PD-2765 ([f03972d](https://github.com/pie-framework/pie-elements/commit/f03972dda33ff5d4c0343f094fd33acadad30cb4))
115
+
116
+
117
+
118
+
119
+
120
+ ## [7.13.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.13.5...@pie-element/multiple-choice@7.13.6) (2023-09-04)
121
+
122
+
123
+ ### Bug Fixes
124
+
125
+ * update pie-libs PD-3051 ([1e1a7a3](https://github.com/pie-framework/pie-elements/commit/1e1a7a38732eff5585ad789aea5a08c5e94720ae))
126
+ * updated pie-libs PD-2765, PD-3051 ([e6f5b17](https://github.com/pie-framework/pie-elements/commit/e6f5b17c95faf426898f897651863089a54ff3ff))
127
+
128
+
129
+
130
+
131
+
132
+ ## [7.13.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.13.4...@pie-element/multiple-choice@7.13.5) (2023-08-21)
133
+
134
+
135
+ ### Bug Fixes
136
+
137
+ * update pie-libs PD-3119 ([01c474b](https://github.com/pie-framework/pie-elements/commit/01c474bf9396374dc86b9248651206672b765af6))
138
+
139
+
140
+
141
+
142
+
143
+ ## [7.13.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.13.3...@pie-element/multiple-choice@7.13.4) (2023-08-21)
144
+
145
+
146
+ ### Bug Fixes
147
+
148
+ * **multiple-choice:** dna-17953 - prevent element to compute size based on root ([66534c4](https://github.com/pie-framework/pie-elements/commit/66534c4eee58dfabc0f4493913da39522fbd145d))
149
+
150
+
151
+
152
+
153
+
154
+ ## [7.13.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.13.2...@pie-element/multiple-choice@7.13.3) (2023-08-15)
155
+
156
+
157
+ ### Bug Fixes
158
+
159
+ * update pie-libs PD-3049, PD-2916, PD-2059 ([0e800b5](https://github.com/pie-framework/pie-elements/commit/0e800b54b852304d222a292400362e0870f0cc9a))
160
+ * updated pie-lib to fix PD-2802 ([eab79f7](https://github.com/pie-framework/pie-elements/commit/eab79f70ad4488207a5b9b401679eb096feba247))
161
+ * updated pie-lib to fix PD-2802, PD-3050, PD-3051 ([34b4dd7](https://github.com/pie-framework/pie-elements/commit/34b4dd7ba18f4c18589975921cc9d127926f8294))
162
+ * updated pie-libs Pd-1163 ([300c1db](https://github.com/pie-framework/pie-elements/commit/300c1db1658ce85ca58f3cc2981b604aefbf9f01))
163
+
164
+
165
+
166
+
167
+
168
+ ## [7.13.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.13.1...@pie-element/multiple-choice@7.13.2) (2023-07-24)
169
+
170
+
171
+ ### Bug Fixes
172
+
173
+ * update pie-libs PD-2984, PD-2991, PD-2992, PD-3036 ([12c9426](https://github.com/pie-framework/pie-elements/commit/12c94269e3b645d74a0014c597d30662823bb34a))
174
+
175
+
176
+
177
+
178
+
179
+ ## [7.13.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.13.0...@pie-element/multiple-choice@7.13.1) (2023-07-06)
180
+
181
+
182
+ ### Bug Fixes
183
+
184
+ * updated editable-html dependent packages for PD-2150 ([ffa6297](https://github.com/pie-framework/pie-elements/commit/ffa62977a9e329c1e12ea1dfcb2af4ba4c993bca))
185
+ * updated pie-lib PD-2150 ([72f20be](https://github.com/pie-framework/pie-elements/commit/72f20be258248c86dde8d5d587290cd640bfd947))
186
+
187
+
188
+
189
+
190
+
191
+ # [7.13.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.12.0...@pie-element/multiple-choice@7.13.0) (2023-06-13)
192
+
193
+
194
+ ### Bug Fixes
195
+
196
+ * update libs PD-2722, PD-2827, PD-2832 ([834ecf9](https://github.com/pie-framework/pie-elements/commit/834ecf92cc7204c851c68f0945ad5d52e453c9d0))
197
+ * update pie-libs ([649fb8f](https://github.com/pie-framework/pie-elements/commit/649fb8f535172d76b3ffc676ec53b2726432808c))
198
+ * update pie-libs PD-2150, PD-2795 ([ff6f64a](https://github.com/pie-framework/pie-elements/commit/ff6f64afa6ccaa8a060c986b1637c680e68c62b6))
199
+ * **multiple-choice:** avoid duplicate id for choice in case ebsr-PD-2831 ([36548f6](https://github.com/pie-framework/pie-elements/commit/36548f6342d47ec05ed977bd3bea43932f6aaeca))
200
+
201
+
202
+ ### Features
203
+
204
+ * **ebsr:** make the part labels h3 headings for accessibility PD-2884 ([26c6eec](https://github.com/pie-framework/pie-elements/commit/26c6eec1f38fdd305088aff207b2bf8b0038ce70))
205
+ * **multiple-choice:** add hidden heading for screen readers PD-2883 ([4487146](https://github.com/pie-framework/pie-elements/commit/4487146229d49db026259c1f08f0edfd8a90377b))
206
+ * add mathMlOptions PD-2150 ([0c6984c](https://github.com/pie-framework/pie-elements/commit/0c6984cf042141eac36badfbab1c46d8d42f71ee))
207
+
208
+
209
+
210
+
211
+
212
+ # [7.12.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.11.3...@pie-element/multiple-choice@7.12.0) (2023-05-23)
213
+
214
+
215
+ ### Bug Fixes
216
+
217
+ * update pie-lib PD-2777, PD-1914, PD-2066 ([7102893](https://github.com/pie-framework/pie-elements/commit/71028930a6dc554eb587cf4de0c1d0d28bfff1f5))
218
+ * update pie-libs PD-2774, PD-1026 ([04f8cd0](https://github.com/pie-framework/pie-elements/commit/04f8cd000afdb2ccb0c25146d46acb60c5fea651))
219
+
220
+
221
+ ### Features
222
+
223
+ * ability to upload images when using imageSupoort from pie-api-components PD-2707 ([685f3b0](https://github.com/pie-framework/pie-elements/commit/685f3b035d86c5f4ad60cdb9ec84690d5ccaa4fc))
224
+
225
+
226
+
227
+
228
+
229
+ ## [7.11.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.11.2...@pie-element/multiple-choice@7.11.3) (2023-05-02)
230
+
231
+
232
+ ### Bug Fixes
233
+
234
+ * update pie-libs PD-2755, PD-2625, PD-2119 ([698446b](https://github.com/pie-framework/pie-elements/commit/698446b29a553a022c91825118370faae824b723))
235
+ * update pie-libs PD-2755, PD-2625, PD-491, PD-2753, PD-2758, PD-2720, PD-2770 ([2cf9ffa](https://github.com/pie-framework/pie-elements/commit/2cf9ffa4fbef6f2ebc0924f305debc9fc6560a75))
236
+ * **multiple-choice:** fix vertical allignment within choice labels ([25b2602](https://github.com/pie-framework/pie-elements/commit/25b2602c25ecb6b1b5d867a194e9e8071346b530))
237
+ * **multiple-choice:** fix vertical allignment within choice labels PD-2720 ([7434961](https://github.com/pie-framework/pie-elements/commit/74349619147a5b9cbd40930e914e9755c1cdebf2))
238
+ * update pie-libs (fix eslint problems PD-2732) ([3fa630e](https://github.com/pie-framework/pie-elements/commit/3fa630eb96b116cb685ab58fbf216fb572d1c333))
239
+
240
+
241
+
242
+
243
+
244
+ ## [7.11.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.11.1...@pie-element/multiple-choice@7.11.2) (2023-04-25)
245
+
246
+
247
+ ### Bug Fixes
248
+
249
+ * update pie-libs PD-2762 ([7ac4313](https://github.com/pie-framework/pie-elements/commit/7ac431346b822fe3bbb0d13375f044f6ce1f426b))
250
+
251
+
252
+
253
+
254
+
255
+ ## [7.11.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.11.0...@pie-element/multiple-choice@7.11.1) (2023-04-14)
256
+
257
+
258
+ ### Bug Fixes
259
+
260
+ * update pie-libs ([830e9fc](https://github.com/pie-framework/pie-elements/commit/830e9fcf07f057e632b44d7a64ddb436353d49f6))
261
+
262
+
263
+
264
+
265
+
266
+ # [7.11.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.10.2...@pie-element/multiple-choice@7.11.0) (2023-04-10)
267
+
268
+
269
+ ### Bug Fixes
270
+
271
+ * update pie-libs ([b7d3e7f](https://github.com/pie-framework/pie-elements/commit/b7d3e7f7160aafd5dcfed2960bc6c2f03dba2180))
272
+ * **all elements:** fix eslint problems-PD-2732 ([eaeabfb](https://github.com/pie-framework/pie-elements/commit/eaeabfbbe3a868a1f9828ef831a7ea864dee75a9))
273
+ * update pie-libs ([6738269](https://github.com/pie-framework/pie-elements/commit/6738269d878f24ec4429f210d18bbf591123a55f))
274
+ * **multiple-choice:** add sanity checks ([147346f](https://github.com/pie-framework/pie-elements/commit/147346fe3cb8974a4eb3b59944e1382fabf4abed))
275
+ * **multiple-choice:** refactor accessibilty attributes for choices ([8009de0](https://github.com/pie-framework/pie-elements/commit/8009de0a7a87a51bfe9b2c0c4be3f952634413db))
276
+ * update pie-libs ([9f05be1](https://github.com/pie-framework/pie-elements/commit/9f05be1ae6bf0a9651739b6bef7eca32ecabb4ce))
277
+
278
+
279
+ ### Features
280
+
281
+ * added the ability to set min/max width and height for the content PD-2425 ([befba3a](https://github.com/pie-framework/pie-elements/commit/befba3a8fa23e8dd21a3e3f63f306bd6dfc35bdd))
282
+
283
+
284
+
285
+
286
+
287
+ ## [7.10.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.10.0...@pie-element/multiple-choice@7.10.2) (2023-03-20)
288
+
289
+
290
+ ### Bug Fixes
291
+
292
+ * version bump ([b3f6919](https://github.com/pie-framework/pie-elements/commit/b3f6919c3ad2078953ed5162327cf356090c9aec))
293
+
294
+
295
+
296
+
297
+
298
+ # [7.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.9.2...@pie-element/multiple-choice@7.10.0) (2023-03-20)
299
+
300
+
301
+ ### Bug Fixes
302
+
303
+ * **multiple-choice:** check button when clicking on label text ([4f719b3](https://github.com/pie-framework/pie-elements/commit/4f719b378ddfb44b9df665b9369cc1eff3e2d318))
304
+ * update pie-libs ([340825a](https://github.com/pie-framework/pie-elements/commit/340825aab8c88569378eb5af6c5b9c9b99aeb285))
305
+ * **multiple-choice:** add for attribute to choice label ([7ee352c](https://github.com/pie-framework/pie-elements/commit/7ee352c77aae4d40aad8879265372710d94ba529))
306
+ * **multiple-choice:** remove aria-label from choices, move choice label in FormControlLabel ([e80b268](https://github.com/pie-framework/pie-elements/commit/e80b268dc5ee6657825cf346216923329dd82316))
307
+ * **multiple-choice:** update checked value correctly if session exists ([18935a2](https://github.com/pie-framework/pie-elements/commit/18935a2585efeac1b35b3f023b5ee29be412f349))
308
+ * update pie-libs ([1fe3d37](https://github.com/pie-framework/pie-elements/commit/1fe3d37d2b001f7944e4da7c895a83ccecefefcb))
309
+ * **multiple-choice:** add space between displayKey and label ([efaae2d](https://github.com/pie-framework/pie-elements/commit/efaae2d8ffe383ce878373d7763ec8a5f67556aa))
310
+
311
+
312
+ ### Features
313
+
314
+ * added color theming support PD-310 ([64976e0](https://github.com/pie-framework/pie-elements/commit/64976e08151b346f0760aedee2cd0e4ce6ff7f8b))
315
+
316
+
317
+
318
+
319
+
320
+ ## [7.9.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.9.1...@pie-element/multiple-choice@7.9.2) (2023-02-28)
321
+
322
+
323
+ ### Bug Fixes
324
+
325
+ * update pie-libs ([7bb37a7](https://github.com/pie-framework/pie-elements/commit/7bb37a7da11017eff7191968fad4517182f1c363))
326
+ * **multiple-choice:** fix labels for choices ([cb5b4a0](https://github.com/pie-framework/pie-elements/commit/cb5b4a02d46f50ad14eb811010a67941788dd644))
327
+
328
+
329
+
330
+
331
+
332
+ ## [7.9.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.9.0...@pie-element/multiple-choice@7.9.1) (2023-02-28)
333
+
334
+
335
+ ### Bug Fixes
336
+
337
+ * update pie-libs ([6a10f3f](https://github.com/pie-framework/pie-elements/commit/6a10f3f45306cc9d9e077e45a90245d047235521))
338
+
339
+
340
+
341
+
342
+
343
+ # [7.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.8.0...@pie-element/multiple-choice@7.9.0) (2023-02-28)
344
+
345
+
346
+ ### Bug Fixes
347
+
348
+ * update pie-libs ([110161a](https://github.com/pie-framework/pie-elements/commit/110161ad113e76b5fdb6fc06e233889befbc366a))
349
+
350
+
351
+ ### Features
352
+
353
+ * add back forceEnabled functionality with documentation ([10a5502](https://github.com/pie-framework/pie-elements/commit/10a55021ca455b27dc5e5a38436648a1fd2f9d36))
354
+ * **multiple-choice:** find a way to update state for checked radio button, WIP ([af8236b](https://github.com/pie-framework/pie-elements/commit/af8236b47dfb8cdf25587cd7c97c982d843a3bf0))
355
+ * **multiple-choice:** refactor and cleanup ([ba99eb8](https://github.com/pie-framework/pie-elements/commit/ba99eb804e391da2c0dfa9dc21518f399c93102d))
356
+ * **multiple-choice:** set correct checked state for radio buttons and checkboxes ([93e0922](https://github.com/pie-framework/pie-elements/commit/93e09225708246ebe3887e5ec83ad3ec438ffc3a))
357
+ * **multiple-choice:** wip ([9306a70](https://github.com/pie-framework/pie-elements/commit/9306a7013ef2be34f810b678e687a851ffe4c3b2))
358
+
359
+
360
+
361
+
362
+
363
+ # [7.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.7.0...@pie-element/multiple-choice@7.8.0) (2023-02-14)
364
+
365
+
366
+ ### Bug Fixes
367
+
368
+ * **multiple-choice:** add aria-label and role attributes on parent element ([aaeec5c](https://github.com/pie-framework/pie-elements/commit/aaeec5cc6f1ead5eedf6fd2d8326d378aa5b3968))
369
+ * **multiple-choice:** refactor without using findDOMNode. It doesn’t work with function components and is deprecated in StrictMode. See https://reactjs.org/docs/react-dom.html#finddomnode ([db87b9b](https://github.com/pie-framework/pie-elements/commit/db87b9bbbf982c49dace5a80d74149af7058cfe5))
370
+ * **multiple-choice:** update aria-label when coiceMode is changed ([c81bf50](https://github.com/pie-framework/pie-elements/commit/c81bf5067818165cc572d6490309815c52825228))
371
+
372
+
373
+ ### Features
374
+
375
+ * **multiple-choice:** add aria-label and role attributes on parent element PD-2476 ([21fd4b2](https://github.com/pie-framework/pie-elements/commit/21fd4b25e5a8053e9ed2523ec88c7f9c97385ab9))
376
+ * update pie-libs ([e2c0b89](https://github.com/pie-framework/pie-elements/commit/e2c0b894caa20ed5d5681302a84b2bfd20dbd9f6))
377
+ * **elements:** updates snapshots and tests conform to new devault value-PD-2509 ([654aa5c](https://github.com/pie-framework/pie-elements/commit/654aa5c200acf5af557e4ae2a5801f26e001c699))
378
+ * **pie-elements:** feedback turned off if model does not specify feedback settings ([6ced7e8](https://github.com/pie-framework/pie-elements/commit/6ced7e8daa4d3df86b44b724b884e7cf72c717ba))
379
+
380
+
381
+
382
+
383
+
384
+ # [7.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.6.0...@pie-element/multiple-choice@7.7.0) (2023-02-01)
385
+
386
+
387
+ ### Features
388
+
389
+ * update pie-libs ([0af590d](https://github.com/pie-framework/pie-elements/commit/0af590d624f4b2c0af58039e935531cef52e2a86))
390
+ * **multiple-choice:** add ARIA attributes ([e257a64](https://github.com/pie-framework/pie-elements/commit/e257a64a7c3c12496a01947a83a7412e89be2014))
391
+ * **multiple-choice:** add fieldset and legend tag to radio type choices ([169d4c3](https://github.com/pie-framework/pie-elements/commit/169d4c32b36fe6fee586cc1fbaef596d60e33562))
392
+
393
+
394
+
395
+
396
+
397
+ # [7.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.5.0...@pie-element/multiple-choice@7.6.0) (2023-01-17)
398
+
399
+
400
+ ### Features
401
+
402
+ * update pie-libs ([6423903](https://github.com/pie-framework/pie-elements/commit/6423903898b041f56db2111de2e4aac4ee9f1fd3))
403
+
404
+
405
+
406
+
407
+
408
+ # [7.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.4.1...@pie-element/multiple-choice@7.5.0) (2023-01-05)
409
+
410
+
411
+ ### Features
412
+
413
+ * update pie-libs ([b174476](https://github.com/pie-framework/pie-elements/commit/b174476729119a0689f1f8adfc8c235246676cab))
414
+ * update pie-libs ([f72c3c8](https://github.com/pie-framework/pie-elements/commit/f72c3c8d8bc9bbf061bb81502317157a63c22972))
415
+ * update pie-libs ([8490729](https://github.com/pie-framework/pie-elements/commit/8490729a2389d36fd3968f0806119fde96577842))
416
+ * **multiple-choice:** added configuration prop to hide the settings pannel PD-1999 + refactoring ([f0f3f6e](https://github.com/pie-framework/pie-elements/commit/f0f3f6e95f9bd96196dec2ba5e861b5bf170e146))
417
+
418
+
419
+
420
+
421
+
422
+ ## [7.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.4.0...@pie-element/multiple-choice@7.4.1) (2022-12-21)
423
+
424
+
425
+ ### Bug Fixes
426
+
427
+ * updated pie-libs ([8cb5b90](https://github.com/pie-framework/pie-elements/commit/8cb5b90d501ccbdf5ffd764e6555faa48b8f54d6))
428
+
429
+
430
+
431
+
432
+
433
+ # [7.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.3.3...@pie-element/multiple-choice@7.4.0) (2022-12-20)
434
+
435
+
436
+ ### Bug Fixes
437
+
438
+ * updated pie-libs ([6549302](https://github.com/pie-framework/pie-elements/commit/65493026fbf356c5ab752ae6a14d961d4b256368))
439
+
440
+
441
+ ### Features
442
+
443
+ * **pie-models:** update schemas for extended-text-entry in order to include the updated spellchek property ([bf4b656](https://github.com/pie-framework/pie-elements/commit/bf4b656241887acf8e2aa1264e747c0c338ed727))
444
+
445
+
446
+
447
+
448
+
449
+ ## [7.3.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.3.2...@pie-element/multiple-choice@7.3.3) (2022-12-07)
450
+
451
+
452
+ ### Bug Fixes
453
+
454
+ * update libs ([441f403](https://github.com/pie-framework/pie-elements/commit/441f403870b7bec0d61fab58b8d93dbe0ead4c32))
455
+ * update libs for PD-2030 PD-2031 ([3174022](https://github.com/pie-framework/pie-elements/commit/3174022d45603ed217bbe8804a142b07084636a5))
456
+ * updated lib PD-1715 ([42e788d](https://github.com/pie-framework/pie-elements/commit/42e788db0c792838994e55001952da7701251a8e))
457
+ * updated libs ([c20de3a](https://github.com/pie-framework/pie-elements/commit/c20de3a6ba4499a090c809e18e52588d2a585fa0))
458
+ * updated libs ([0eed79a](https://github.com/pie-framework/pie-elements/commit/0eed79a32c3b777c16c8cabf201513fc1d2726a0))
459
+ * updated libs ([343c9ec](https://github.com/pie-framework/pie-elements/commit/343c9ec3dccba7f781e90ae2bd195cac6f78f467))
460
+
461
+
462
+
463
+
464
+
465
+ ## [7.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.3.1...@pie-element/multiple-choice@7.3.2) (2022-11-15)
466
+
467
+ **Note:** Version bump only for package @pie-element/multiple-choice
468
+
469
+
470
+
471
+
472
+
473
+ ## [7.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.3.0...@pie-element/multiple-choice@7.3.1) (2022-11-11)
474
+
475
+
476
+ ### Bug Fixes
477
+
478
+ * **multiple-choice:** add sanity checks for withRubric ([76558ed](https://github.com/pie-framework/pie-elements/commit/76558ed68c4c2f038640864996197d8139431c3e))
479
+
480
+
481
+
482
+
483
+
484
+ # [7.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.2.1...@pie-element/multiple-choice@7.3.0) (2022-11-01)
485
+
486
+
487
+ ### Features
488
+
489
+ * add a different property in the config, to force a value ([300c664](https://github.com/pie-framework/pie-elements/commit/300c664618f46177137deef3bced2d096cdb8126))
490
+
491
+
492
+
493
+
494
+
495
+ ## [7.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.2.0...@pie-element/multiple-choice@7.2.1) (2022-10-31)
496
+
497
+ **Note:** Version bump only for package @pie-element/multiple-choice
498
+
499
+
500
+
501
+
502
+
503
+ # [7.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.1.9...@pie-element/multiple-choice@7.2.0) (2022-10-17)
504
+
505
+
506
+ ### Bug Fixes
507
+
508
+ * **multiple-choice:** add upload file option in choices ([1968e45](https://github.com/pie-framework/pie-elements/commit/1968e45753265c4e7267017b0d59cc745a115aa1))
509
+
510
+
511
+ ### Features
512
+
513
+ * enable spanish and special characters in author PD-2120 ([85fd3dd](https://github.com/pie-framework/pie-elements/commit/85fd3dd0fc10da1a2dfd5a842809c625790f8ba9))
514
+ * set withRubric to false in item default configurations. Set rubricEnabled to true if it's enabled for drawing-response and extended-text-entry ([a209057](https://github.com/pie-framework/pie-elements/commit/a209057f5a3fa5438efc8595453c89c11959a8f5))
515
+ * update libs ([7e174fb](https://github.com/pie-framework/pie-elements/commit/7e174fba75e7ea668900ad5c103751cefe33e2af))
516
+ * **categorize:** add pie-api config PD-23 ([79a3424](https://github.com/pie-framework/pie-elements/commit/79a3424efbb4e32097028da0bada6c493ad4d0e5))
517
+ * **categorize:** add settings to enable rubric. Add withRubric prop to configuration and rubricEnabled prop to model PD-2019 ([fc719ea](https://github.com/pie-framework/pie-elements/commit/fc719ea36f0a3fd74829e4e550222d1d1a9b0df8))
518
+ * **categorize:** add uploadSoundSupport property PD-23-updated ([74eb10b](https://github.com/pie-framework/pie-elements/commit/74eb10b6187cdd5c068820e5079e88230246b0d4))
519
+ * **multiple-choice:** add pie-api config PD-23 ([2568ef7](https://github.com/pie-framework/pie-elements/commit/2568ef75200a95d014f803addda8addf520b2abc))
520
+ * **multiple-choice:** add settings to enable rubric. Add withRubric prop to configuration and rubricEnabled prop to model PD-2019 ([92668e4](https://github.com/pie-framework/pie-elements/commit/92668e40e6e7f6a015c8ee49ab773c4d4cd09dc0))
521
+ * **multiple-choice:** add uploadSoundSupport property + proper events emit events (wip) PD-23-updated ([488f422](https://github.com/pie-framework/pie-elements/commit/488f4224f95de2ffdcb11ac608d7c627146b6216))
522
+ * **multiple-choice:** bump pie-configure-events and editable-html versions ([aaaaf46](https://github.com/pie-framework/pie-elements/commit/aaaaf46b44b0bed74fd09f05ccf5fcda2f8bb71f))
523
+
524
+
525
+
526
+
527
+
528
+ ## [7.1.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.1.8...@pie-element/multiple-choice@7.1.9) (2022-09-29)
529
+
530
+ **Note:** Version bump only for package @pie-element/multiple-choice
531
+
532
+
533
+
534
+
535
+
536
+ ## [7.1.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.1.7...@pie-element/multiple-choice@7.1.8) (2022-09-14)
537
+
538
+ **Note:** Version bump only for package @pie-element/multiple-choice
539
+
540
+
541
+
542
+
543
+
544
+ ## [7.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.1.6...@pie-element/multiple-choice@7.1.7) (2022-08-31)
545
+
546
+ **Note:** Version bump only for package @pie-element/multiple-choice
547
+
548
+
549
+
550
+
551
+
552
+ ## [7.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.1.5...@pie-element/multiple-choice@7.1.6) (2022-08-16)
553
+
554
+ **Note:** Version bump only for package @pie-element/multiple-choice
555
+
556
+
557
+
558
+
559
+
560
+ ## [7.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.1.4...@pie-element/multiple-choice@7.1.5) (2022-08-08)
561
+
562
+ **Note:** Version bump only for package @pie-element/multiple-choice
563
+
564
+
565
+
566
+
567
+
568
+ ## [7.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.1.3...@pie-element/multiple-choice@7.1.4) (2022-08-02)
569
+
570
+ **Note:** Version bump only for package @pie-element/multiple-choice
571
+
572
+
573
+
574
+
575
+
576
+ ## [7.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.1.2...@pie-element/multiple-choice@7.1.3) (2022-07-22)
577
+
578
+ **Note:** Version bump only for package @pie-element/multiple-choice
579
+
580
+
581
+
582
+
583
+
584
+ ## [7.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.1.1...@pie-element/multiple-choice@7.1.2) (2022-07-20)
585
+
586
+ **Note:** Version bump only for package @pie-element/multiple-choice
587
+
588
+
589
+
590
+
591
+
592
+ ## [7.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.1.0...@pie-element/multiple-choice@7.1.1) (2022-07-19)
593
+
594
+ **Note:** Version bump only for package @pie-element/multiple-choice
595
+
596
+
597
+
598
+
599
+
600
+ # [7.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@7.0.0...@pie-element/multiple-choice@7.1.0) (2022-06-28)
601
+
602
+
603
+ ### Features
604
+
605
+ * **multiple-choice:** add maxImageWidth and maxImageHeight props PD-1801 ([36b9617](https://github.com/pie-framework/pie-elements/commit/36b961715f3913606b8abb9e9aae764bf02c8d7a))
606
+
607
+
608
+
609
+
610
+
611
+ # [7.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.3.4...@pie-element/multiple-choice@7.0.0) (2022-06-28)
612
+
613
+
614
+ ### chore
615
+
616
+ * Merge master with develop. ([cdca48a](https://github.com/pie-framework/pie-elements/commit/cdca48abaa1d4179e4a961e13d171e14b7ed2444))
617
+
618
+
619
+ ### BREAKING CHANGES
620
+
621
+ * Image percent buttons were removed from toolbar.
622
+ New properties maxImageWidth and maxImageHeight were added.
623
+
624
+
625
+
626
+
627
+
628
+ ## [6.3.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.3.3...@pie-element/multiple-choice@6.3.4) (2022-06-13)
629
+
630
+ **Note:** Version bump only for package @pie-element/multiple-choice
631
+
632
+
633
+
634
+
635
+
636
+ ## [6.3.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.3.2...@pie-element/multiple-choice@6.3.3) (2022-05-30)
637
+
638
+ **Note:** Version bump only for package @pie-element/multiple-choice
639
+
640
+
641
+
642
+
643
+
644
+ ## [6.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.3.1...@pie-element/multiple-choice@6.3.2) (2022-05-16)
645
+
646
+ **Note:** Version bump only for package @pie-element/multiple-choice
647
+
648
+
649
+
650
+
651
+
652
+ ## [6.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.3.0...@pie-element/multiple-choice@6.3.1) (2022-05-09)
653
+
654
+ **Note:** Version bump only for package @pie-element/multiple-choice
655
+
656
+
657
+
658
+
659
+
660
+ # [6.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.2.7...@pie-element/multiple-choice@6.3.0) (2022-05-03)
661
+
662
+
663
+ ### Bug Fixes
664
+
665
+ * build ([7b3a278](https://github.com/pie-framework/pie-elements/commit/7b3a278f2c83562cbe848bd08c38a20d6cd2b8a0))
666
+ * fix crash ([0b5ab48](https://github.com/pie-framework/pie-elements/commit/0b5ab48ecf0468ac7fb724a152a5640dc25fea62))
667
+ * **multiple-choice:** comment validation ui/ux ([89e731c](https://github.com/pie-framework/pie-elements/commit/89e731c549a3da60f4dcbdb2e131d53a4587b5ea))
668
+ * added getters for the session PD-1668 ([de8a754](https://github.com/pie-framework/pie-elements/commit/de8a754f4580370b127257c435e43db405b4bdc4))
669
+ * **multiple-choice:** set choices layout for print PD-1623 ([ed90d57](https://github.com/pie-framework/pie-elements/commit/ed90d578da7d8db040082e93e718357a60dd8881))
670
+ * **multiple-choice:** set lockChoiceOrder to true for print ([5de2c75](https://github.com/pie-framework/pie-elements/commit/5de2c751b7a6cc63d54d4c8a1bbfb7adab4d2c00))
671
+
672
+
673
+ ### Features
674
+
675
+ * **multiple-choice:** PD-1697 ui/ux for validation ([9a088a3](https://github.com/pie-framework/pie-elements/commit/9a088a3d4af75586d6b8e302078c8629a3e7d718))
676
+ * **multiple-choice:** updated validation behaviors PD-1696 PD-1697 ([ab009c4](https://github.com/pie-framework/pie-elements/commit/ab009c4832572dab96c5b4130a5088dea17222e6))
677
+ * added configurable validation ([1e3a0d6](https://github.com/pie-framework/pie-elements/commit/1e3a0d6da3c790e68a7fd401df2c832917d62480))
678
+ * added configurable validation + refactoring PD-1696 ([31f6354](https://github.com/pie-framework/pie-elements/commit/31f6354b256fef876fa6c48e79a3f82486b5fce7))
679
+ * added configurable validation + refactoring PD-1696 ([08d9b70](https://github.com/pie-framework/pie-elements/commit/08d9b70991f159707ef7fd5b3e533a0addda1d90))
680
+ * added configurable validation + refactoring PD-1696 ([07c42c2](https://github.com/pie-framework/pie-elements/commit/07c42c2811349d1e829d367993541157fbbe2dfc))
681
+ * start working on multiple-choice validation ([722037b](https://github.com/pie-framework/pie-elements/commit/722037bc0fddd2e090ec1506e85a91949ad86c91))
682
+
683
+
684
+
685
+
686
+
687
+ ## [6.2.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.2.6...@pie-element/multiple-choice@6.2.7) (2022-04-12)
688
+
689
+ **Note:** Version bump only for package @pie-element/multiple-choice
690
+
691
+
692
+
693
+
694
+
695
+ ## [6.2.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.2.5...@pie-element/multiple-choice@6.2.6) (2022-03-28)
696
+
697
+ **Note:** Version bump only for package @pie-element/multiple-choice
698
+
699
+
700
+
701
+
702
+
703
+ ## [6.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.2.4...@pie-element/multiple-choice@6.2.5) (2022-03-22)
704
+
705
+ **Note:** Version bump only for package @pie-element/multiple-choice
706
+
707
+
708
+
709
+
710
+
711
+ ## [6.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.2.3...@pie-element/multiple-choice@6.2.4) (2022-03-08)
712
+
713
+ **Note:** Version bump only for package @pie-element/multiple-choice
714
+
715
+
716
+
717
+
718
+
719
+ ## [6.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.2.2...@pie-element/multiple-choice@6.2.3) (2022-03-08)
720
+
721
+ **Note:** Version bump only for package @pie-element/multiple-choice
722
+
723
+
724
+
725
+
726
+
727
+ ## [6.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.2.1...@pie-element/multiple-choice@6.2.2) (2022-02-21)
728
+
729
+ **Note:** Version bump only for package @pie-element/multiple-choice
730
+
731
+
732
+
733
+
734
+
735
+ ## [6.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.2.0...@pie-element/multiple-choice@6.2.1) (2022-02-04)
736
+
737
+ **Note:** Version bump only for package @pie-element/multiple-choice
738
+
739
+
740
+
741
+
742
+
743
+ # [6.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.1.11...@pie-element/multiple-choice@6.2.0) (2022-01-24)
744
+
745
+
746
+ ### Bug Fixes
747
+
748
+ * check if limitChoicesNumber is defined when adding a choice ([6f32cf0](https://github.com/pie-framework/pie-elements/commit/6f32cf05a1095b2be28864f2bb697080d05744f8))
749
+ * **multiple-choice:** fix colors for evaluate and view PD-1433 ([7050109](https://github.com/pie-framework/pie-elements/commit/705010946a1b0175fe19566d9daa86846fc55ca7))
750
+ * **multiple-choice:** limit choice number to 9 if it's defined ([4fa374c](https://github.com/pie-framework/pie-elements/commit/4fa374c77ca625522549ce68e1062ca4a5145b8b))
751
+ * **multiple-choice:** show choice prefix in print DNA-13066 ([52bd9bf](https://github.com/pie-framework/pie-elements/commit/52bd9bf862ad7adaf5ff0067a6738ad944b6d32d))
752
+ * **multiple-choice-print:** remove feedback ([25cbac5](https://github.com/pie-framework/pie-elements/commit/25cbac5647afe8864bedd9c50cd98abe6b31ddb0))
753
+ * **multiple-choice-print, ecr-print:** fix toggle issue, change options.mode to options.role ([0b3f534](https://github.com/pie-framework/pie-elements/commit/0b3f534bb4d2f969e21528e74516345e84f18d72))
754
+ * **multiple-choice, explicit-constructed-response, extended-text-entry:** print do not show teacher instructions, rationale or prompt if they are diabled DNA-13089 ([06b9555](https://github.com/pie-framework/pie-elements/commit/06b9555b25e094e0b2bce0e6a852a206c6d2c17d))
755
+ * show tick if available only in evaluate mode ([dddca13](https://github.com/pie-framework/pie-elements/commit/dddca137875221d3b52b17151163610f5eb1ea98))
756
+
757
+
758
+ ### Features
759
+
760
+ * **multiple-choice:** set min and max number of choices. BREAKING CHANGE: removed limitChoicesNumber from config and added minAnswerChoices and maxAnswerChoices ([a467f8f](https://github.com/pie-framework/pie-elements/commit/a467f8f4827c032c88de480b25eb49efcf1486aa))
761
+
762
+
763
+
764
+
765
+
766
+ ## [6.1.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.1.10...@pie-element/multiple-choice@6.1.11) (2022-01-11)
767
+
768
+ **Note:** Version bump only for package @pie-element/multiple-choice
769
+
770
+
771
+
772
+
773
+
774
+ ## [6.1.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.1.9...@pie-element/multiple-choice@6.1.10) (2022-01-10)
775
+
776
+ **Note:** Version bump only for package @pie-element/multiple-choice
777
+
778
+
779
+
780
+
781
+
782
+ ## [6.1.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.1.8...@pie-element/multiple-choice@6.1.9) (2021-12-23)
783
+
784
+ **Note:** Version bump only for package @pie-element/multiple-choice
785
+
786
+
787
+
788
+
789
+
790
+ ## [6.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.1.6...@pie-element/multiple-choice@6.1.7) (2021-12-13)
791
+
792
+ **Note:** Version bump only for package @pie-element/multiple-choice
793
+
794
+
795
+
796
+
797
+
798
+ ## [6.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.1.3...@pie-element/multiple-choice@6.1.4) (2021-11-29)
799
+
800
+ **Note:** Version bump only for package @pie-element/multiple-choice
801
+
802
+
803
+
804
+
805
+
806
+ ## [6.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.1.2...@pie-element/multiple-choice@6.1.3) (2021-11-11)
807
+
808
+ **Note:** Version bump only for package @pie-element/multiple-choice
809
+
810
+
811
+
812
+
813
+
814
+ ## [6.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.1.1...@pie-element/multiple-choice@6.1.2) (2021-11-01)
815
+
816
+ **Note:** Version bump only for package @pie-element/multiple-choice
817
+
818
+
819
+
820
+
821
+
822
+ ## [6.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.1.0...@pie-element/multiple-choice@6.1.1) (2021-10-04)
823
+
824
+ **Note:** Version bump only for package @pie-element/multiple-choice
825
+
826
+
827
+
828
+
829
+
830
+ # [6.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.0.1...@pie-element/multiple-choice@6.1.0) (2021-09-20)
831
+
832
+
833
+ ### Bug Fixes
834
+
835
+ * exports ([66ed4d2](https://github.com/pie-framework/pie-elements/commit/66ed4d2ae44df712b8b48849023e6849d6d69126))
836
+ * pie-lib updates ([e521c2f](https://github.com/pie-framework/pie-elements/commit/e521c2f1a44aa7f3e14f82a1cee05ceb484ed0a6))
837
+ * Updated pie-lib versions ([2fe4c5d](https://github.com/pie-framework/pie-elements/commit/2fe4c5d0be2d40f5fdb34815855695a7f1087f56))
838
+ * Updated pie-lib versions ([1c23830](https://github.com/pie-framework/pie-elements/commit/1c23830fc75d1de5f7bb3bb16de3c665ae5fa350))
839
+
840
+
841
+ ### Features
842
+
843
+ * print demo ([a7f9707](https://github.com/pie-framework/pie-elements/commit/a7f9707592e1ec89a55e9d61450b0600aea4d486))
844
+
845
+
846
+
847
+
848
+
849
+ ## [6.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@6.0.0...@pie-element/multiple-choice@6.0.1) (2021-09-01)
850
+
851
+ **Note:** Version bump only for package @pie-element/multiple-choice
852
+
853
+
854
+
855
+
856
+
857
+ # [6.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.10.0...@pie-element/multiple-choice@6.0.0) (2021-08-09)
858
+
859
+
860
+ ### Features
861
+
862
+ * **ebsr:** Added choicesLayout support ([33fb7e7](https://github.com/pie-framework/pie-elements/commit/33fb7e765146a7343a58663f3667f4a5de472960))
863
+ * **ebsr:** Added choicesLayout support \n BREAKING CHANGE: removed vertical mode ([348fc00](https://github.com/pie-framework/pie-elements/commit/348fc0031536d458071a1105e742c3d19399a15e))
864
+
865
+
866
+ ### BREAKING CHANGES
867
+
868
+ * **ebsr:** removed vertical mode.
869
+
870
+
871
+
872
+
873
+
874
+ # [5.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.9.2...@pie-element/multiple-choice@5.10.0) (2021-08-05)
875
+
876
+
877
+ ### Bug Fixes
878
+
879
+ * merge conflict ([01655ca](https://github.com/pie-framework/pie-elements/commit/01655caf59311cc1a7a6624a6243147b2819d76e))
880
+
881
+
882
+ ### Features
883
+
884
+ * **multiple-choice:** accessibility label - added aria label to checkbox and radio input types ([22514bb](https://github.com/pie-framework/pie-elements/commit/22514bb5e2476bc79a55756ff9a5c0c1e0642a29))
885
+ * **multiple-choice:** added possibility to change layout - vertical, grid, horizontal ([46e7681](https://github.com/pie-framework/pie-elements/commit/46e7681a178ff29c983db1c7b6206389b55e2a00))
886
+ * **multiple-choice:** grid layout - fix tests ([ab3c750](https://github.com/pie-framework/pie-elements/commit/ab3c750af03d9fbe0794f7ec53452c948b530ad8))
887
+ * **multiple-choice:** toolbar editor position set to bottom ([08ee249](https://github.com/pie-framework/pie-elements/commit/08ee249d45fdaab2c93a32453d757ec3c79215cd))
888
+ * if there are no choices - do not show grid columns dropdown BREAKING CHANGE: removed verticalMode(boolean) from model & configuration - and replaced it with choicesLayout(string) ([1c36ae8](https://github.com/pie-framework/pie-elements/commit/1c36ae8b7f9369b2723a6a84e7350370e1186c50))
889
+ * **multiple-choice:** grid layout - review comments ([540073f](https://github.com/pie-framework/pie-elements/commit/540073faeae2b67645a63e8ca609e7682138c710))
890
+ * **multiple-choice:** remove unused class name ([a7aa576](https://github.com/pie-framework/pie-elements/commit/a7aa576a32f5c44415994fe413491f3f3dd17b3f))
891
+ * **multiple-choice:** toolbar position ( bottom or top ) ([9af6cd9](https://github.com/pie-framework/pie-elements/commit/9af6cd9f6b893501e00640500a34e1c3404edc94))
892
+ * **multiple-choice:** update docs ([0843122](https://github.com/pie-framework/pie-elements/commit/084312288b501a7f1129b24a046f9ab19cf25f79))
893
+
894
+
895
+
896
+
897
+
898
+ ## [5.9.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.9.0...@pie-element/multiple-choice@5.9.2) (2021-08-05)
899
+
900
+
901
+ ### Bug Fixes
902
+
903
+ * force bump ([5ea7295](https://github.com/pie-framework/pie-elements/commit/5ea7295e4755fbc492a76e7ec69e5fc35b196919))
904
+
905
+
906
+
907
+
908
+
909
+ # [5.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.8.0...@pie-element/multiple-choice@5.9.0) (2021-06-29)
910
+
911
+
912
+ ### Bug Fixes
913
+
914
+ * Removed excess white space at the beginning of all items - PD-1184 ([#602](https://github.com/pie-framework/pie-elements/issues/602)) ([25b9f72](https://github.com/pie-framework/pie-elements/commit/25b9f72d2fe73bd46ea1a5c3611ff82eef3efb84))
915
+
916
+
917
+ ### Features
918
+
919
+ * remove audio and video buttons from various fields of various items PD-1180 ([#601](https://github.com/pie-framework/pie-elements/issues/601)) ([8766b25](https://github.com/pie-framework/pie-elements/commit/8766b25690f5dde6c3e896860d63e205bf3c831b))
920
+ * **ebsr:** Added vertical/horizontal layout setting - PD-1144 ([#579](https://github.com/pie-framework/pie-elements/issues/579)) ([51c4093](https://github.com/pie-framework/pie-elements/commit/51c4093b4ade86a9c1118066b9dee36bc0582f3a))
921
+
922
+
923
+
924
+
925
+
926
+ # [5.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.7.3...@pie-element/multiple-choice@5.8.0) (2021-04-07)
927
+
928
+
929
+ ### Features
930
+
931
+ * Added Vertical Mode for player ([#555](https://github.com/pie-framework/pie-elements/issues/555)) ([0da549e](https://github.com/pie-framework/pie-elements/commit/0da549e8af2523491779582674477ef08ba0990b))
932
+ * merge pie-ui into pie-elements PD-977 ([01ebfd7](https://github.com/pie-framework/pie-elements/commit/01ebfd7ce98b041dd0573575efd8b6da03f22162))
933
+
934
+
935
+
936
+
937
+
938
+ ## [5.7.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.7.0...@pie-element/multiple-choice@5.7.3) (2021-03-03)
939
+
940
+ **Note:** Version bump only for package @pie-element/multiple-choice
941
+
942
+
943
+
944
+
945
+
946
+ # [5.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.6.1...@pie-element/multiple-choice@5.7.0) (2021-03-03)
947
+
948
+
949
+ ### Bug Fixes
950
+
951
+ * **multiple-choice:** hide feedback for player if disabled ([2fb6a5d](https://github.com/pie-framework/pie-elements/commit/2fb6a5d707e9ed60502aaa87a5ff1aa3b77f8df0))
952
+ * **multiple-choice:** test feedback ([7827e4d](https://github.com/pie-framework/pie-elements/commit/7827e4d3032e321b9ff5ac7e465026faa2fa2997))
953
+
954
+
955
+ ### Features
956
+
957
+ * Updated design. Moved exclude zero at item level. Added ability to toggle from Settings Panel: level tag input, description, standards, visibility to student, half scoring, score labels, drag and drop. Added Actionable List. BREAKING CHANGE: moved exclude zero at item level (from scale level) ([c8bb906](https://github.com/pie-framework/pie-elements/commit/c8bb9064712aae057b74dceba5928a19054b27eb))
958
+
959
+
960
+
961
+
962
+
963
+ ## [5.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.6.0...@pie-element/multiple-choice@5.6.1) (2021-02-04)
964
+
965
+ **Note:** Version bump only for package @pie-element/multiple-choice
966
+
967
+
968
+
969
+
970
+
971
+ # [5.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.5.12...@pie-element/multiple-choice@5.6.0) (2021-02-02)
972
+
973
+
974
+ ### Features
975
+
976
+ * **multiple-choice:** add maximum number of choices toggle and related logic ([f506444](https://github.com/pie-framework/pie-elements/commit/f506444))
977
+
978
+
979
+
980
+
981
+
982
+ ## [5.5.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.5.11...@pie-element/multiple-choice@5.5.12) (2020-11-07)
983
+
984
+ **Note:** Version bump only for package @pie-element/multiple-choice
985
+
986
+
987
+
988
+
989
+
990
+ ## [5.5.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.5.10...@pie-element/multiple-choice@5.5.11) (2020-10-29)
991
+
992
+ **Note:** Version bump only for package @pie-element/multiple-choice
993
+
994
+
995
+
996
+
997
+
998
+ ## [5.5.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.5.9...@pie-element/multiple-choice@5.5.10) (2020-10-29)
999
+
1000
+ **Note:** Version bump only for package @pie-element/multiple-choice
1001
+
1002
+
1003
+
1004
+
1005
+
1006
+ ## [5.5.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.5.8...@pie-element/multiple-choice@5.5.9) (2020-10-16)
1007
+
1008
+ **Note:** Version bump only for package @pie-element/multiple-choice
1009
+
1010
+
1011
+
1012
+
1013
+
1014
+ ## [5.5.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.5.7...@pie-element/multiple-choice@5.5.8) (2020-10-02)
1015
+
1016
+ **Note:** Version bump only for package @pie-element/multiple-choice
1017
+
1018
+
1019
+
1020
+
1021
+
1022
+ ## [5.5.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.5.6...@pie-element/multiple-choice@5.5.7) (2020-09-23)
1023
+
1024
+ **Note:** Version bump only for package @pie-element/multiple-choice
1025
+
1026
+
1027
+
1028
+
1029
+
1030
+ ## [5.5.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.5.5...@pie-element/multiple-choice@5.5.6) (2020-09-23)
1031
+
1032
+ **Note:** Version bump only for package @pie-element/multiple-choice
1033
+
1034
+
1035
+
1036
+
1037
+
1038
+ ## [5.5.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.5.4...@pie-element/multiple-choice@5.5.5) (2020-09-07)
1039
+
1040
+ **Note:** Version bump only for package @pie-element/multiple-choice
1041
+
1042
+
1043
+
1044
+
1045
+
1046
+ ## [5.5.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.5.3...@pie-element/multiple-choice@5.5.4) (2020-08-25)
1047
+
1048
+ **Note:** Version bump only for package @pie-element/multiple-choice
1049
+
1050
+
1051
+
1052
+
1053
+
1054
+ ## [5.5.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.5.2...@pie-element/multiple-choice@5.5.3) (2020-08-25)
1055
+
1056
+ **Note:** Version bump only for package @pie-element/multiple-choice
1057
+
1058
+
1059
+
1060
+
1061
+
1062
+ ## [5.5.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.5.1...@pie-element/multiple-choice@5.5.2) (2020-08-13)
1063
+
1064
+ **Note:** Version bump only for package @pie-element/multiple-choice
1065
+
1066
+
1067
+
1068
+
1069
+
1070
+ ## [5.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.4.0...@pie-element/multiple-choice@5.5.1) (2020-08-07)
1071
+
1072
+ **Note:** Version bump only for package @pie-element/multiple-choice
1073
+
1074
+
1075
+
1076
+
1077
+
1078
+ # [5.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.3.5...@pie-element/multiple-choice@5.4.0) (2020-06-09)
1079
+
1080
+
1081
+ ### Features
1082
+
1083
+ * PD-311 - upgrade pie-ui/multiple-choice@4.13.0 ([154caf5](https://github.com/pie-framework/pie-elements/commit/154caf5))
1084
+
1085
+
1086
+
1087
+
1088
+
1089
+ ## [5.3.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.4.0-next.0...@pie-element/multiple-choice@5.3.5) (2020-05-25)
1090
+
1091
+
1092
+ ### Bug Fixes
1093
+
1094
+ * version issue ([3935c9c](https://github.com/pie-framework/pie-elements/commit/3935c9c))
1095
+
1096
+
1097
+
1098
+
1099
+
1100
+ # [5.4.0-next.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.3.4...@pie-element/multiple-choice@5.4.0-next.0) (2020-05-25)
1101
+
1102
+
1103
+ ### Bug Fixes
1104
+
1105
+ * bump deps ([c6080d6](https://github.com/pie-framework/pie-elements/commit/c6080d6))
1106
+ * Multiple Select should report a question as "answered" as soon as a selection has been made (Remove unintended clue about how many answer choices are correct.) PD-253 ([314ead5](https://github.com/pie-framework/pie-elements/commit/314ead5))
1107
+ * New partial-credit scoring algorithm for MCA items. PD-165 ([e80f2db](https://github.com/pie-framework/pie-elements/commit/e80f2db))
1108
+ * PD-253 upgrade @pie-ui/multiple-choice to 4.12.23 ([007fb04](https://github.com/pie-framework/pie-elements/commit/007fb04))
1109
+
1110
+
1111
+ ### Features
1112
+
1113
+ * add postpublish handler ([9b41dea](https://github.com/pie-framework/pie-elements/commit/9b41dea))
1114
+
1115
+
1116
+
1117
+
1118
+
1119
+ ## [5.3.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.3.3...@pie-element/multiple-choice@5.3.4) (2020-04-28)
1120
+
1121
+
1122
+ ### Bug Fixes
1123
+
1124
+ * bump ui/lib versions ([45f0da6](https://github.com/pie-framework/pie-elements/commit/45f0da6))
1125
+ * ui+libs update ([6127de2](https://github.com/pie-framework/pie-elements/commit/6127de2))
1126
+ * update ui/lib versions ([0226b0b](https://github.com/pie-framework/pie-elements/commit/0226b0b))
1127
+
1128
+
1129
+
1130
+
1131
+
1132
+ ## [5.3.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.3.2...@pie-element/multiple-choice@5.3.3) (2020-04-14)
1133
+
1134
+
1135
+ ### Bug Fixes
1136
+
1137
+ * bump ui/lib versions ([3edb232](https://github.com/pie-framework/pie-elements/commit/3edb232))
1138
+
1139
+
1140
+
1141
+
1142
+
1143
+ ## [5.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.3.1...@pie-element/multiple-choice@5.3.2) (2020-04-14)
1144
+
1145
+
1146
+ ### Bug Fixes
1147
+
1148
+ * PD-127: MC Choice Prefix Issue (Set 'letters' as default choicePrefix) ([27cd7ad](https://github.com/pie-framework/pie-elements/commit/27cd7ad))
1149
+ * PD-129: Updated pie-ui/multiple-choice version. ([7dd504a](https://github.com/pie-framework/pie-elements/commit/7dd504a))
1150
+
1151
+
1152
+
1153
+
1154
+
1155
+ ## [5.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.1.5...@pie-element/multiple-choice@5.3.1) (2020-04-10)
1156
+
1157
+
1158
+ ### Bug Fixes
1159
+
1160
+ * bump [@pie-lib](https://github.com/pie-lib) dependencies ([dcef3a7](https://github.com/pie-framework/pie-elements/commit/dcef3a7))
1161
+ * bump all packages to avoid tag conflict ([d9ec9a8](https://github.com/pie-framework/pie-elements/commit/d9ec9a8))
1162
+ * bump lib and ui versions ([a882cbf](https://github.com/pie-framework/pie-elements/commit/a882cbf))
1163
+ * bump ui versions ([5b9d99f](https://github.com/pie-framework/pie-elements/commit/5b9d99f))
1164
+ * bump version ([98a1304](https://github.com/pie-framework/pie-elements/commit/98a1304))
1165
+ * bump version to avoid tag conflict ([4d55f6d](https://github.com/pie-framework/pie-elements/commit/4d55f6d))
1166
+
1167
+
1168
+
1169
+
1170
+
1171
+ ## [5.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.1.5...@pie-element/multiple-choice@5.2.1) (2020-04-10)
1172
+
1173
+
1174
+ ### Bug Fixes
1175
+
1176
+ * bump [@pie-lib](https://github.com/pie-lib) dependencies ([dcef3a7](https://github.com/pie-framework/pie-elements/commit/dcef3a7))
1177
+ * bump lib and ui versions ([a882cbf](https://github.com/pie-framework/pie-elements/commit/a882cbf))
1178
+ * bump ui versions ([5b9d99f](https://github.com/pie-framework/pie-elements/commit/5b9d99f))
1179
+ * bump version ([98a1304](https://github.com/pie-framework/pie-elements/commit/98a1304))
1180
+ * bump version to avoid tag conflict ([4d55f6d](https://github.com/pie-framework/pie-elements/commit/4d55f6d))
1181
+
1182
+
1183
+
1184
+
1185
+
1186
+ ## [5.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.1.4...@pie-element/multiple-choice@5.1.5) (2020-02-18)
1187
+
1188
+ **Note:** Version bump only for package @pie-element/multiple-choice
1189
+
1190
+
1191
+
1192
+
1193
+
1194
+ ## [5.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.1.3...@pie-element/multiple-choice@5.1.4) (2020-01-31)
1195
+
1196
+ **Note:** Version bump only for package @pie-element/multiple-choice
1197
+
1198
+
1199
+
1200
+
1201
+
1202
+ ## [5.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.1.2...@pie-element/multiple-choice@5.1.3) (2020-01-30)
1203
+
1204
+ **Note:** Version bump only for package @pie-element/multiple-choice
1205
+
1206
+
1207
+
1208
+
1209
+
1210
+ ## [5.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.1.1...@pie-element/multiple-choice@5.1.2) (2020-01-28)
1211
+
1212
+ **Note:** Version bump only for package @pie-element/multiple-choice
1213
+
1214
+
1215
+
1216
+
1217
+
1218
+ ## [5.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.1.0...@pie-element/multiple-choice@5.1.1) (2020-01-28)
1219
+
1220
+ **Note:** Version bump only for package @pie-element/multiple-choice
1221
+
1222
+
1223
+
1224
+
1225
+
1226
+ # [5.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.0.9...@pie-element/multiple-choice@5.1.0) (2020-01-09)
1227
+
1228
+
1229
+ ### Features
1230
+
1231
+ * **normalization:** added a choicePrefix default value in case one is not given [ch6650] ([955ff40](https://github.com/pie-framework/pie-elements/commit/955ff40))
1232
+
1233
+
1234
+
1235
+
1236
+
1237
+ ## [5.0.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.0.8...@pie-element/multiple-choice@5.0.9) (2019-12-18)
1238
+
1239
+ **Note:** Version bump only for package @pie-element/multiple-choice
1240
+
1241
+
1242
+
1243
+
1244
+
1245
+ ## [5.0.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.0.7...@pie-element/multiple-choice@5.0.8) (2019-12-18)
1246
+
1247
+
1248
+ ### Bug Fixes
1249
+
1250
+ * bump pie-ui version ([42e7db9](https://github.com/pie-framework/pie-elements/commit/42e7db9))
1251
+
1252
+
1253
+
1254
+
1255
+
1256
+ ## [5.0.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.0.6...@pie-element/multiple-choice@5.0.7) (2019-12-03)
1257
+
1258
+
1259
+ ### Bug Fixes
1260
+
1261
+ * PIE-201 - store prompts and answers in session, fix ([2380224](https://github.com/pie-framework/pie-elements/commit/2380224))
1262
+
1263
+
1264
+
1265
+
1266
+
1267
+ ## [5.0.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.0.5...@pie-element/multiple-choice@5.0.6) (2019-11-06)
1268
+
1269
+
1270
+ ### Bug Fixes
1271
+
1272
+ * feedbackEnabled should not be the property that decides whether the choice correctness is displayed or not. ([b69adfd](https://github.com/pie-framework/pie-elements/commit/b69adfd))
1273
+ * Hide Partial Scoring option from Settings Panel setting to false by default. ([1d0f617](https://github.com/pie-framework/pie-elements/commit/1d0f617))
1274
+
1275
+
1276
+
1277
+
1278
+
1279
+ ## [5.0.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.0.4...@pie-element/multiple-choice@5.0.5) (2019-10-29)
1280
+
1281
+ **Note:** Version bump only for package @pie-element/multiple-choice
1282
+
1283
+
1284
+
1285
+
1286
+
1287
+ ## [5.0.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.0.3...@pie-element/multiple-choice@5.0.4) (2019-10-16)
1288
+
1289
+
1290
+ ### Bug Fixes
1291
+
1292
+ * ch2766 fix unresolved promise ([#366](https://github.com/pie-framework/pie-elements/issues/366)) ([9057b7f](https://github.com/pie-framework/pie-elements/commit/9057b7f)), closes [#365](https://github.com/pie-framework/pie-elements/issues/365)
1293
+
1294
+
1295
+
1296
+
1297
+
1298
+ ## [5.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.0.2...@pie-element/multiple-choice@5.0.3) (2019-10-16)
1299
+
1300
+ **Note:** Version bump only for package @pie-element/multiple-choice
1301
+
1302
+
1303
+
1304
+
1305
+
1306
+ ## [5.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.0.1...@pie-element/multiple-choice@5.0.2) (2019-10-15)
1307
+
1308
+
1309
+ ### Bug Fixes
1310
+
1311
+ * bump @pie-lib/controller-utils@^0.2.2 ([edae61c](https://github.com/pie-framework/pie-elements/commit/edae61c))
1312
+
1313
+
1314
+
1315
+
1316
+
1317
+ ## [5.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@5.0.0...@pie-element/multiple-choice@5.0.1) (2019-10-11)
1318
+
1319
+
1320
+ ### Bug Fixes
1321
+
1322
+ * bump @pie-lib/controller-utils@^0.2.1 [ch4723] ([0a33d68](https://github.com/pie-framework/pie-elements/commit/0a33d68))
1323
+ * Updated docs. ([3787619](https://github.com/pie-framework/pie-elements/commit/3787619))
1324
+
1325
+
1326
+
1327
+
1328
+
1329
+ # [5.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@4.2.2...@pie-element/multiple-choice@5.0.0) (2019-10-08)
1330
+
1331
+
1332
+ * Andreea/ch3969/for all items default values should be true (#355) ([9916c38](https://github.com/pie-framework/pie-elements/commit/9916c38)), closes [#355](https://github.com/pie-framework/pie-elements/issues/355)
1333
+
1334
+
1335
+ ### BREAKING CHANGES
1336
+
1337
+ * allowFeedback was replaced with feedbackEnabled.
1338
+
1339
+ * fix(charting): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1340
+
1341
+ * fix(drag-in-the-blank): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1342
+
1343
+ * fix(drawing-response): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1344
+
1345
+ * fix(ebsr): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1346
+
1347
+ * fix(explicit-constructed-response): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1348
+
1349
+ * fix(extended-text-entry): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1350
+
1351
+ * fix(graph-lines): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1352
+
1353
+ * fix(graphing): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1354
+
1355
+ * fix(hotspot): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1356
+
1357
+ * fix(image-cloze-association): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1358
+
1359
+ * fix(inline-dropdown): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1360
+
1361
+ * fix(match): replaced usage of allowFeedback with feedbackEnabled. Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1362
+ * allowFeedback was replaced with feedbackEnabled. `configuration.feedback.enabled` was moved to `model.feedbackEnabled`.
1363
+
1364
+ * fix(math-inline): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1365
+
1366
+ * fix(multiple-choice): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1367
+
1368
+ * fix(placement-ordering): replaced usage of allowFeedback with feedbackEnabled. Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1369
+ * allowFeedback was replaced with feedbackEnabled. `configuration.feedback.enabled` was moved to `model.feedbackEnabled`.
1370
+
1371
+ * fix(select-text): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1372
+
1373
+ * fix(text-entry): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1374
+
1375
+ * fix: Updated pie-models.
1376
+
1377
+ * fix(categorize): Added normalize function on controller (to be able to add default values to the model).
1378
+
1379
+ * fix(charting): Added normalize function on controller (to be able to add default values to the model).
1380
+
1381
+ * fix(drag-in-the-blank): Added normalize function on controller (to be able to add default values to the model).
1382
+
1383
+ * fix(drawing-response): Added normalize function on controller (to be able to add default values to the model).
1384
+
1385
+ * fix(ebsr): Added normalize function on controller (to be able to add default values to the model).
1386
+
1387
+ * fix(explicit-constructed-response): Added normalize function on controller (to be able to add default values to the model).
1388
+
1389
+ * fix(extended-text-entry): Added normalize function on controller (to be able to add default values to the model).
1390
+
1391
+ * Remove unnecessary change.
1392
+
1393
+ * fix(graph-lines): Added normalize function on controller (to be able to add default values to the model).
1394
+
1395
+ * fix(graphing): Added normalize function on controller (to be able to add default values to the model).
1396
+
1397
+ * fix(hotspot): Added normalize function on controller (to be able to add default values to the model).
1398
+
1399
+ * fix(image-cloze-association): Added normalize function on controller (to be able to add default values to the model).
1400
+
1401
+ * fix(inline-dropdown): Added normalize function on controller (to be able to add default values to the model).
1402
+
1403
+ * fix(match): Added normalize function on controller (to be able to add default values to the model).
1404
+
1405
+ * fix(math-inline): Added normalize function on controller (to be able to add default values to the model).
1406
+
1407
+ * fix(multiple-choice): Added normalize function on controller (to be able to add default values to the model).
1408
+
1409
+ * fix(placement-ordering): Added normalize function on controller (to be able to add default values to the model).
1410
+
1411
+ * fix(select-text): Added normalize function on controller (to be able to add default values to the model).
1412
+
1413
+ * fix(text-entry): Added normalize function on controller (to be able to add default values to the model).
1414
+
1415
+
1416
+
1417
+
1418
+
1419
+ ## [4.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@4.2.1...@pie-element/multiple-choice@4.2.2) (2019-10-04)
1420
+
1421
+ **Note:** Version bump only for package @pie-element/multiple-choice
1422
+
1423
+
1424
+
1425
+
1426
+
1427
+ ## [4.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@4.2.0...@pie-element/multiple-choice@4.2.1) (2019-10-03)
1428
+
1429
+ **Note:** Version bump only for package @pie-element/multiple-choice
1430
+
1431
+
1432
+
1433
+
1434
+
1435
+ # [4.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@4.1.1...@pie-element/multiple-choice@4.2.0) (2019-10-03)
1436
+
1437
+
1438
+ ### Features
1439
+
1440
+ * **alternateSection:** removed isBrowser function [ch4599] and debounced some session changes in ecr [ch4387] ([01dc151](https://github.com/pie-framework/pie-elements/commit/01dc151))
1441
+ * **alternateSection:** removed isBrowser function [ch4599], debounced some session changes in ecr [ch4387] and fixed select-text issue [ch4385] ([ab4478e](https://github.com/pie-framework/pie-elements/commit/ab4478e))
1442
+
1443
+
1444
+
1445
+
1446
+
1447
+ ## [4.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@4.1.0...@pie-element/multiple-choice@4.1.1) (2019-10-03)
1448
+
1449
+ **Note:** Version bump only for package @pie-element/multiple-choice
1450
+
1451
+
1452
+
1453
+
1454
+
1455
+ # [4.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@4.0.1...@pie-element/multiple-choice@4.1.0) (2019-09-27)
1456
+
1457
+
1458
+ ### Bug Fixes
1459
+
1460
+ * Show Correct Answer was not working properly: replaced allowFeedback (used to send data to pie-ui) with feedbackEnabled (can be changed in settings panel). ([494bf3a](https://github.com/pie-framework/pie-elements/commit/494bf3a))
1461
+
1462
+
1463
+ ### Features
1464
+
1465
+ * **multiple-choice:** model based prompt ([d90c1a1](https://github.com/pie-framework/pie-elements/commit/d90c1a1))
1466
+
1467
+
1468
+
1469
+
1470
+
1471
+ ## [4.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@4.0.0...@pie-element/multiple-choice@4.0.1) (2019-09-19)
1472
+
1473
+ **Note:** Version bump only for package @pie-element/multiple-choice
1474
+
1475
+
1476
+
1477
+
1478
+
1479
+ # [4.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.10.1...@pie-element/multiple-choice@4.0.0) (2019-09-17)
1480
+
1481
+
1482
+ * Moved rationale, teacherInstructions and studentInstructions enabled flag in model because it's needed in controller. ([9b3e532](https://github.com/pie-framework/pie-elements/commit/9b3e532))
1483
+
1484
+
1485
+ ### BREAKING CHANGES
1486
+
1487
+ * `enabled` property from `configuration.rationale.enabled` moved to `model.rationaleEnabled`. Same applies to teacherInstructions/studentInstructions.
1488
+
1489
+
1490
+
1491
+
1492
+
1493
+ ## [3.10.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.10.0...@pie-element/multiple-choice@3.10.1) (2019-09-13)
1494
+
1495
+ **Note:** Version bump only for package @pie-element/multiple-choice
1496
+
1497
+
1498
+
1499
+
1500
+
1501
+ # [3.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.9.0...@pie-element/multiple-choice@3.10.0) (2019-09-13)
1502
+
1503
+
1504
+ ### Features
1505
+
1506
+ * add Part Labels feature (but will be used in EBSR context only) ([c3c066b](https://github.com/pie-framework/pie-elements/commit/c3c066b))
1507
+
1508
+
1509
+
1510
+
1511
+
1512
+ # [3.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.8.1...@pie-element/multiple-choice@3.9.0) (2019-09-13)
1513
+
1514
+
1515
+ ### Features
1516
+
1517
+ * Added the possibility to disable Settings Panel (used for EBSR). ([0327953](https://github.com/pie-framework/pie-elements/commit/0327953))
1518
+
1519
+
1520
+
1521
+
1522
+
1523
+ ## [3.8.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.8.0...@pie-element/multiple-choice@3.8.1) (2019-09-05)
1524
+
1525
+ **Note:** Version bump only for package @pie-element/multiple-choice
1526
+
1527
+
1528
+
1529
+
1530
+
1531
+ # [3.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.7.0...@pie-element/multiple-choice@3.8.0) (2019-09-04)
1532
+
1533
+
1534
+ ### Bug Fixes
1535
+
1536
+ * bump pie-lib/controller-utils ([ba3de00](https://github.com/pie-framework/pie-elements/commit/ba3de00))
1537
+ * prevent value='' ([754372b](https://github.com/pie-framework/pie-elements/commit/754372b))
1538
+
1539
+
1540
+ ### Features
1541
+
1542
+ * make use of updateSession callback ([c82de88](https://github.com/pie-framework/pie-elements/commit/c82de88))
1543
+
1544
+
1545
+
1546
+
1547
+
1548
+ # [3.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.6.1...@pie-element/multiple-choice@3.7.0) (2019-08-27)
1549
+
1550
+
1551
+ ### Features
1552
+
1553
+ * Session null/empty check. ([f24dc8b](https://github.com/pie-framework/pie-elements/commit/f24dc8b))
1554
+
1555
+
1556
+
1557
+
1558
+
1559
+ ## [3.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.5.11...@pie-element/multiple-choice@3.6.1) (2019-08-26)
1560
+
1561
+
1562
+ ### Bug Fixes
1563
+
1564
+ * null choices were throwing 'choices.map is not a function' error. ([54d0c8c](https://github.com/pie-framework/pie-elements/commit/54d0c8c))
1565
+
1566
+
1567
+
1568
+
1569
+
1570
+ ## [3.5.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.5.10...@pie-element/multiple-choice@3.5.11) (2019-08-21)
1571
+
1572
+ **Note:** Version bump only for package @pie-element/multiple-choice
1573
+
1574
+
1575
+
1576
+
1577
+
1578
+ ## [3.5.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.5.9...@pie-element/multiple-choice@3.5.10) (2019-08-21)
1579
+
1580
+
1581
+ ### Bug Fixes
1582
+
1583
+ * **math-rendering:** updated all dependent packages for math rendering and for editable-html [ch3365], [ch1530] ([33e3287](https://github.com/pie-framework/pie-elements/commit/33e3287))
1584
+
1585
+
1586
+
1587
+
1588
+
1589
+ ## [3.5.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.5.8...@pie-element/multiple-choice@3.5.9) (2019-08-18)
1590
+
1591
+
1592
+ ### Bug Fixes
1593
+
1594
+ * **math-rendering:** updated all dependent packages [ch3365] ([7cbf25a](https://github.com/pie-framework/pie-elements/commit/7cbf25a))
1595
+ * set default values to configuration properties ([83501cd](https://github.com/pie-framework/pie-elements/commit/83501cd))
1596
+
1597
+
1598
+
1599
+
1600
+
1601
+ ## [3.5.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.5.7...@pie-element/multiple-choice@3.5.8) (2019-08-15)
1602
+
1603
+
1604
+ ### Bug Fixes
1605
+
1606
+ * **elements:** version bumped the editable-html packages [ch1738] ([949222a](https://github.com/pie-framework/pie-elements/commit/949222a))
1607
+
1608
+
1609
+
1610
+
1611
+
1612
+ ## [3.5.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.5.6...@pie-element/multiple-choice@3.5.7) (2019-08-02)
1613
+
1614
+
1615
+ ### Bug Fixes
1616
+
1617
+ * **elements:** fixed some feedback config issues and the prompt issue on categorize [ch2192], [ch1770] ([eb22724](https://github.com/pie-framework/pie-elements/commit/eb22724))
1618
+
1619
+
1620
+
1621
+
1622
+
1623
+ ## [3.5.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.5.5...@pie-element/multiple-choice@3.5.6) (2019-07-25)
1624
+
1625
+ **Note:** Version bump only for package @pie-element/multiple-choice
1626
+
1627
+
1628
+
1629
+
1630
+
1631
+ ## [3.5.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.5.4...@pie-element/multiple-choice@3.5.5) (2019-07-25)
1632
+
1633
+ **Note:** Version bump only for package @pie-element/multiple-choice
1634
+
1635
+
1636
+
1637
+
1638
+
1639
+ ## [3.5.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.5.3...@pie-element/multiple-choice@3.5.4) (2019-07-13)
1640
+
1641
+ **Note:** Version bump only for package @pie-element/multiple-choice
1642
+
1643
+
1644
+
1645
+
1646
+
1647
+ ## [3.5.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.5.2...@pie-element/multiple-choice@3.5.3) (2019-07-12)
1648
+
1649
+ **Note:** Version bump only for package @pie-element/multiple-choice
1650
+
1651
+
1652
+
1653
+
1654
+
1655
+ ## [3.5.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.5.1...@pie-element/multiple-choice@3.5.2) (2019-07-12)
1656
+
1657
+
1658
+ ### Bug Fixes
1659
+
1660
+ * **rendering:** implemented rendering for math elements [ch1915], [ch1935] ([2f35842](https://github.com/pie-framework/pie-elements/commit/2f35842))
1661
+
1662
+
1663
+
1664
+
1665
+
1666
+ ## [3.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.5.0...@pie-element/multiple-choice@3.5.1) (2019-07-12)
1667
+
1668
+ **Note:** Version bump only for package @pie-element/multiple-choice
1669
+
1670
+
1671
+
1672
+
1673
+
1674
+ # [3.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.4.9...@pie-element/multiple-choice@3.5.0) (2019-07-11)
1675
+
1676
+
1677
+ ### Features
1678
+
1679
+ * **template-elements:** updated the dependent packages that use editable-html and fixed [ch2564], [ch2565], [ch2538], [ch2489], [ch2557], [ch2593], [ch2490], [ch2527] ([a87febe](https://github.com/pie-framework/pie-elements/commit/a87febe))
1680
+
1681
+
1682
+
1683
+
1684
+
1685
+ ## [3.4.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.4.8...@pie-element/multiple-choice@3.4.9) (2019-07-09)
1686
+
1687
+ **Note:** Version bump only for package @pie-element/multiple-choice
1688
+
1689
+
1690
+
1691
+
1692
+
1693
+ ## [3.4.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.4.7...@pie-element/multiple-choice@3.4.8) (2019-07-09)
1694
+
1695
+
1696
+ ### Bug Fixes
1697
+
1698
+ * The text when adding a new choice should be empty. ([f37bcb0](https://github.com/pie-framework/pie-elements/commit/f37bcb0))
1699
+
1700
+
1701
+
1702
+
1703
+
1704
+ ## [3.4.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.4.6...@pie-element/multiple-choice@3.4.7) (2019-07-07)
1705
+
1706
+ **Note:** Version bump only for package @pie-element/multiple-choice
1707
+
1708
+
1709
+
1710
+
1711
+
1712
+ ## [3.4.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.4.5...@pie-element/multiple-choice@3.4.6) (2019-07-07)
1713
+
1714
+
1715
+ ### Bug Fixes
1716
+
1717
+ * **editable-html:** fixed lots of stuff regarding the editable-html ([12c1129](https://github.com/pie-framework/pie-elements/commit/12c1129))
1718
+
1719
+
1720
+
1721
+
1722
+
1723
+ ## [3.4.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.4.4...@pie-element/multiple-choice@3.4.5) (2019-07-05)
1724
+
1725
+ **Note:** Version bump only for package @pie-element/multiple-choice
1726
+
1727
+
1728
+
1729
+
1730
+
1731
+ ## [3.4.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.4.3...@pie-element/multiple-choice@3.4.4) (2019-07-04)
1732
+
1733
+
1734
+ ### Bug Fixes
1735
+
1736
+ * **template-els:** fixed some ditb issues ([9133840](https://github.com/pie-framework/pie-elements/commit/9133840))
1737
+
1738
+
1739
+
1740
+
1741
+
1742
+ ## [3.4.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.4.2...@pie-element/multiple-choice@3.4.3) (2019-07-03)
1743
+
1744
+ **Note:** Version bump only for package @pie-element/multiple-choice
1745
+
1746
+
1747
+
1748
+
1749
+
1750
+ ## [3.4.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.4.1...@pie-element/multiple-choice@3.4.2) (2019-07-03)
1751
+
1752
+ **Note:** Version bump only for package @pie-element/multiple-choice
1753
+
1754
+
1755
+
1756
+
1757
+
1758
+ ## [3.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.4.0...@pie-element/multiple-choice@3.4.1) (2019-07-02)
1759
+
1760
+ **Note:** Version bump only for package @pie-element/multiple-choice
1761
+
1762
+
1763
+
1764
+
1765
+
1766
+ # [3.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.3.1...@pie-element/multiple-choice@3.4.0) (2019-07-02)
1767
+
1768
+
1769
+ ### Features
1770
+
1771
+ * **mask-markup-elements:** refactored the elements and version bumped the necessary files ([f8f77c0](https://github.com/pie-framework/pie-elements/commit/f8f77c0))
1772
+
1773
+
1774
+
1775
+
1776
+
1777
+ ## [3.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.3.0...@pie-element/multiple-choice@3.3.1) (2019-06-26)
1778
+
1779
+ **Note:** Version bump only for package @pie-element/multiple-choice
1780
+
1781
+
1782
+
1783
+
1784
+
1785
+ # [3.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.2.1...@pie-element/multiple-choice@3.3.0) (2019-06-26)
1786
+
1787
+
1788
+ ### Features
1789
+
1790
+ * **settings-panel:** updated the settings panel design and changes needed for [ch2242] ([d830e57](https://github.com/pie-framework/pie-elements/commit/d830e57))
1791
+
1792
+
1793
+
1794
+
1795
+
1796
+ ## [3.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.2.0...@pie-element/multiple-choice@3.2.1) (2019-06-23)
1797
+
1798
+ **Note:** Version bump only for package @pie-element/multiple-choice
1799
+
1800
+
1801
+
1802
+
1803
+
1804
+ # [3.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.1.7...@pie-element/multiple-choice@3.2.0) (2019-06-21)
1805
+
1806
+
1807
+ ### Features
1808
+
1809
+ * **general:** updated all the packages that have the config-ui as a dependency ([44061de](https://github.com/pie-framework/pie-elements/commit/44061de))
1810
+
1811
+
1812
+
1813
+
1814
+
1815
+ ## [3.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.1.6...@pie-element/multiple-choice@3.1.7) (2019-06-17)
1816
+
1817
+ **Note:** Version bump only for package @pie-element/multiple-choice
1818
+
1819
+
1820
+
1821
+
1822
+
1823
+ ## [3.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.1.5...@pie-element/multiple-choice@3.1.6) (2019-06-12)
1824
+
1825
+ **Note:** Version bump only for package @pie-element/multiple-choice
1826
+
1827
+
1828
+
1829
+
1830
+
1831
+ ## [3.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.1.4...@pie-element/multiple-choice@3.1.5) (2019-06-07)
1832
+
1833
+ **Note:** Version bump only for package @pie-element/multiple-choice
1834
+
1835
+
1836
+
1837
+
1838
+
1839
+ ## [3.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.1.3...@pie-element/multiple-choice@3.1.4) (2019-06-06)
1840
+
1841
+ **Note:** Version bump only for package @pie-element/multiple-choice
1842
+
1843
+
1844
+
1845
+
1846
+
1847
+ ## [3.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.1.2...@pie-element/multiple-choice@3.1.3) (2019-06-05)
1848
+
1849
+ **Note:** Version bump only for package @pie-element/multiple-choice
1850
+
1851
+
1852
+
1853
+
1854
+
1855
+ ## [3.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.1.1...@pie-element/multiple-choice@3.1.2) (2019-05-23)
1856
+
1857
+ **Note:** Version bump only for package @pie-element/multiple-choice
1858
+
1859
+
1860
+
1861
+
1862
+
1863
+ ## [3.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.1.0...@pie-element/multiple-choice@3.1.1) (2019-05-21)
1864
+
1865
+
1866
+ ### Bug Fixes
1867
+
1868
+ * Updated pie-schema and config-schema. ([e552800](https://github.com/pie-framework/pie-elements/commit/e552800))
1869
+
1870
+
1871
+
1872
+
1873
+
1874
+ # [3.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.0.1...@pie-element/multiple-choice@3.1.0) (2019-05-16)
1875
+
1876
+
1877
+ ### Features
1878
+
1879
+ * added rationale support ([3c1edf3](https://github.com/pie-framework/pie-elements/commit/3c1edf3))
1880
+ * added rationale support. ([1ddc137](https://github.com/pie-framework/pie-elements/commit/1ddc137))
1881
+ * added support for rationale. ([9c206b0](https://github.com/pie-framework/pie-elements/commit/9c206b0))
1882
+
1883
+
1884
+
1885
+
1886
+
1887
+ ## [3.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@3.0.0...@pie-element/multiple-choice@3.0.1) (2019-05-08)
1888
+
1889
+ **Note:** Version bump only for package @pie-element/multiple-choice
1890
+
1891
+
1892
+
1893
+
1894
+
1895
+ # [3.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.12.6...@pie-element/multiple-choice@3.0.0) (2019-05-07)
1896
+
1897
+
1898
+ ### Features
1899
+
1900
+ * Updated with new version of [@pie-lib-config-ui](https://github.com/pie-lib-config-ui). Renamed `configure` with `configuration`. Removed usage of state (root.jsx) and updated tests. ([8031454](https://github.com/pie-framework/pie-elements/commit/8031454))
1901
+
1902
+
1903
+ ### BREAKING CHANGES
1904
+
1905
+ * `configure` is removed, use `configuration` instead.
1906
+
1907
+
1908
+
1909
+
1910
+
1911
+ ## [2.12.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.12.5...@pie-element/multiple-choice@2.12.6) (2019-05-02)
1912
+
1913
+ **Note:** Version bump only for package @pie-element/multiple-choice
1914
+
1915
+
1916
+
1917
+
1918
+
1919
+ ## [2.12.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.12.4...@pie-element/multiple-choice@2.12.5) (2019-05-02)
1920
+
1921
+
1922
+ ### Bug Fixes
1923
+
1924
+ * Removed usage of state and updated tests. ([0985890](https://github.com/pie-framework/pie-elements/commit/0985890))
1925
+ * renamed `configure` to `configuration` ([d18cea9](https://github.com/pie-framework/pie-elements/commit/d18cea9))
1926
+ * Updated with new version of @pie-lib/config-ui. ([4dd2a2e](https://github.com/pie-framework/pie-elements/commit/4dd2a2e))
1927
+
1928
+
1929
+
1930
+
1931
+
1932
+ ## [2.12.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.12.3...@pie-element/multiple-choice@2.12.4) (2019-05-01)
1933
+
1934
+ **Note:** Version bump only for package @pie-element/multiple-choice
1935
+
1936
+
1937
+
1938
+
1939
+
1940
+ ## [2.12.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.12.2...@pie-element/multiple-choice@2.12.3) (2019-04-26)
1941
+
1942
+
1943
+ ### Bug Fixes
1944
+
1945
+ * Updated @pie-ui/multiple-choice version. ([0eb901a](https://github.com/pie-framework/pie-elements/commit/0eb901a))
1946
+ * Updated with new version of @pie-lib/config-ui. ([49bb68b](https://github.com/pie-framework/pie-elements/commit/49bb68b))
1947
+
1948
+
1949
+
1950
+
1951
+
1952
+ ## [2.12.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.12.1...@pie-element/multiple-choice@2.12.2) (2019-04-23)
1953
+
1954
+ **Note:** Version bump only for package @pie-element/multiple-choice
1955
+
1956
+
1957
+
1958
+
1959
+
1960
+ ## [2.12.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.12.0...@pie-element/multiple-choice@2.12.1) (2019-04-19)
1961
+
1962
+ **Note:** Version bump only for package @pie-element/multiple-choice
1963
+
1964
+
1965
+
1966
+
1967
+
1968
+ # [2.12.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.11.2...@pie-element/multiple-choice@2.12.0) (2019-04-18)
1969
+
1970
+
1971
+ ### Bug Fixes
1972
+
1973
+ * **multiple-choice:** Refactored using new established naming convention and updated tests. ([78ffbae](https://github.com/pie-framework/pie-elements/commit/78ffbae))
1974
+ * **placement-ordering:** renaming model properties with naming conventions. ([9d9be01](https://github.com/pie-framework/pie-elements/commit/9d9be01))
1975
+
1976
+
1977
+ ### Features
1978
+
1979
+ * Updated @pie-ui/multiple-choice version. ([93dbd6a](https://github.com/pie-framework/pie-elements/commit/93dbd6a))
1980
+ * **multiple-choice:** Integrated new settings panel. Updated tests. ([6387043](https://github.com/pie-framework/pie-elements/commit/6387043))
1981
+
1982
+
1983
+
1984
+
1985
+
1986
+ ## [2.11.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.11.1...@pie-element/multiple-choice@2.11.2) (2019-04-08)
1987
+
1988
+ **Note:** Version bump only for package @pie-element/multiple-choice
1989
+
1990
+
1991
+
1992
+
1993
+
1994
+ ## [2.11.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.11.0...@pie-element/multiple-choice@2.11.1) (2019-04-08)
1995
+
1996
+
1997
+ ### Bug Fixes
1998
+
1999
+ * Update state.model if there are any changes. ([610a9db](https://github.com/pie-framework/pie-elements/commit/610a9db))
2000
+
2001
+
2002
+
2003
+
2004
+
2005
+ # [2.11.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.10.3...@pie-element/multiple-choice@2.11.0) (2019-04-04)
2006
+
2007
+
2008
+ ### Bug Fixes
2009
+
2010
+ * bump editable-html ([1b4b238](https://github.com/pie-framework/pie-elements/commit/1b4b238))
2011
+
2012
+
2013
+ ### Features
2014
+
2015
+ * allow config to control the UI ([70551b8](https://github.com/pie-framework/pie-elements/commit/70551b8))
2016
+ * partial scoring ([928bcc3](https://github.com/pie-framework/pie-elements/commit/928bcc3))
2017
+ * support env.partialScoring, disable for radio ([40862cb](https://github.com/pie-framework/pie-elements/commit/40862cb))
2018
+
2019
+
2020
+
2021
+
2022
+
2023
+ ## [2.10.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.10.2...@pie-element/multiple-choice@2.10.3) (2019-03-18)
2024
+
2025
+ **Note:** Version bump only for package @pie-element/multiple-choice
2026
+
2027
+
2028
+
2029
+
2030
+
2031
+ ## [2.10.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.10.1...@pie-element/multiple-choice@2.10.2) (2019-03-18)
2032
+
2033
+ **Note:** Version bump only for package @pie-element/multiple-choice
2034
+
2035
+
2036
+
2037
+
2038
+
2039
+ ## [2.10.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.10.0...@pie-element/multiple-choice@2.10.1) (2019-03-18)
2040
+
2041
+ **Note:** Version bump only for package @pie-element/multiple-choice
2042
+
2043
+
2044
+
2045
+
2046
+
2047
+ # [2.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.9.0...@pie-element/multiple-choice@2.10.0) (2019-03-18)
2048
+
2049
+
2050
+ ### Features
2051
+
2052
+ * **general:** initialize default model (2) ([#138](https://github.com/pie-framework/pie-elements/issues/138)) ([fc72eca](https://github.com/pie-framework/pie-elements/commit/fc72eca))
2053
+
2054
+
2055
+
2056
+
2057
+
2058
+ # [2.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.8.0...@pie-element/multiple-choice@2.9.0) (2019-03-13)
2059
+
2060
+
2061
+ ### Features
2062
+
2063
+ * **general:** initialize default model ([#129](https://github.com/pie-framework/pie-elements/issues/129)) ([b62d058](https://github.com/pie-framework/pie-elements/commit/b62d058))
2064
+ * all elements on `develop` target [@next](https://github.com/next) releases ([d3766e6](https://github.com/pie-framework/pie-elements/commit/d3766e6))
2065
+ * update schema docs ([#136](https://github.com/pie-framework/pie-elements/issues/136)) ([184f262](https://github.com/pie-framework/pie-elements/commit/184f262))
2066
+
2067
+
2068
+
2069
+
2070
+
2071
+ # [2.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.7.1...@pie-element/multiple-choice@2.8.0) (2019-02-20)
2072
+
2073
+
2074
+ ### Features
2075
+
2076
+ * **multiple-choice:** reimplemented the new design ([10c3b9b](https://github.com/pie-framework/pie-elements/commit/10c3b9b))
2077
+
2078
+
2079
+
2080
+
2081
+
2082
+ ## [2.7.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.6.1...@pie-element/multiple-choice@2.7.1) (2019-02-13)
2083
+
2084
+ **Note:** Version bump only for package @pie-element/multiple-choice
2085
+
2086
+
2087
+
2088
+
2089
+
2090
+ ## [2.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.5.1...@pie-element/multiple-choice@2.6.1) (2019-02-13)
2091
+
2092
+ **Note:** Version bump only for package @pie-element/multiple-choice
2093
+
2094
+
2095
+
2096
+
2097
+
2098
+ ## [2.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.5.0...@pie-element/multiple-choice@2.5.1) (2019-02-13)
2099
+
2100
+ **Note:** Version bump only for package @pie-element/multiple-choice
2101
+
2102
+
2103
+
2104
+
2105
+
2106
+ # [2.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.4.0...@pie-element/multiple-choice@2.5.0) (2019-02-08)
2107
+
2108
+
2109
+ ### Bug Fixes
2110
+
2111
+ * **multiple-choice:** fixed a warning ([c8ccb36](https://github.com/pie-framework/pie-elements/commit/c8ccb36))
2112
+ * add partial scoring and shuffle prop for multiple-choice ([7577651](https://github.com/pie-framework/pie-elements/commit/7577651))
2113
+
2114
+
2115
+ ### Features
2116
+
2117
+ * **multiple-choice:** added a configurable property for the multiple-choice configure element and fixed some names for the customization properties ([9959eda](https://github.com/pie-framework/pie-elements/commit/9959eda))
2118
+ * **multiple-choice:** added a third option for the choices label and also fixed a configuration property name ([2f6d28d](https://github.com/pie-framework/pie-elements/commit/2f6d28d))
2119
+ * **multiple-choice:** changed the behaviour when enableShowPrompt is false ([5edaad1](https://github.com/pie-framework/pie-elements/commit/5edaad1))
2120
+ * **multiple-choice:** made some change in order to be able to publish a new version ([2be2aae](https://github.com/pie-framework/pie-elements/commit/2be2aae))
2121
+ * **multiple-choice:** made some change to the customization properties ([6f0d1b6](https://github.com/pie-framework/pie-elements/commit/6f0d1b6))
2122
+ * json schemas and docs ([6bfc2a9](https://github.com/pie-framework/pie-elements/commit/6bfc2a9))
2123
+ * **multiple-choice:** updated package version ([8f75d56](https://github.com/pie-framework/pie-elements/commit/8f75d56))
2124
+
2125
+
2126
+
2127
+ ## 2.4.1 (2019-01-08)
2128
+
2129
+
2130
+ ### Bug Fixes
2131
+
2132
+ * **multiple-choice:** bumped the editable-html version ([220b147](https://github.com/pie-framework/pie-elements/commit/220b147))
2133
+
2134
+
2135
+
2136
+
2137
+
2138
+ # [2.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.3.3...@pie-element/multiple-choice@2.4.0) (2019-01-08)
2139
+
2140
+
2141
+ ### Bug Fixes
2142
+
2143
+ * **tests:** fixed tests for the multiple choice element ([0fa715c](https://github.com/pie-framework/pie-elements/commit/0fa715c))
2144
+
2145
+
2146
+ ### Features
2147
+
2148
+ * **multiple-choice:** moved the theming to the config-ui layout element and removed some unnecessary code ([910e799](https://github.com/pie-framework/pie-elements/commit/910e799))
2149
+ * **multiple-choice:** updated snapshot in order to fix tests ([3fb6464](https://github.com/pie-framework/pie-elements/commit/3fb6464))
2150
+ * **multiple-choice:** updated the config-ui package and the pie-ui package ([95ae357](https://github.com/pie-framework/pie-elements/commit/95ae357))
2151
+ * **multiple-choice:** updated the version of the config-ui ([1d79056](https://github.com/pie-framework/pie-elements/commit/1d79056))
2152
+
2153
+
2154
+
2155
+ ## 2.3.5 (2018-12-20)
2156
+
2157
+
2158
+ ### Features
2159
+
2160
+ * **multiple-choice:** updated the config-ui package ([bc7aac1](https://github.com/pie-framework/pie-elements/commit/bc7aac1))
2161
+
2162
+
2163
+
2164
+ ## 2.3.4 (2018-12-17)
2165
+
2166
+
2167
+ ### Features
2168
+
2169
+ * **multiple-choice:** refactored the code of the multiple-choice package in order to use the new layout ([b16b654](https://github.com/pie-framework/pie-elements/commit/b16b654))
2170
+
2171
+
2172
+
2173
+
2174
+
2175
+ ## [2.3.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.3.2...@pie-element/multiple-choice@2.3.3) (2018-11-14)
2176
+
2177
+ **Note:** Version bump only for package @pie-element/multiple-choice
2178
+
2179
+
2180
+
2181
+
2182
+
2183
+ ## [2.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.3.1...@pie-element/multiple-choice@2.3.2) (2018-11-12)
2184
+
2185
+
2186
+ ### Bug Fixes
2187
+
2188
+ * **multiple-choice-item-preview-reset:** resetting the item preview when changing response type ([eb2f4c2](https://github.com/pie-framework/pie-elements/commit/eb2f4c2))
2189
+ * **multiple-choice-tests:** added tests for the new and old logic ([b78d059](https://github.com/pie-framework/pie-elements/commit/b78d059))
2190
+
2191
+
2192
+
2193
+
2194
+
2195
+ ## [2.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.3.0...@pie-element/multiple-choice@2.3.1) (2018-11-12)
2196
+
2197
+
2198
+ ### Bug Fixes
2199
+
2200
+ * **dependencies-add:** added dependencies where needed ([23df697](https://github.com/pie-framework/pie-elements/commit/23df697))
2201
+ * conflict ([b854c6b](https://github.com/pie-framework/pie-elements/commit/b854c6b))
2202
+
2203
+
2204
+
2205
+
2206
+
2207
+ <a name="2.3.0"></a>
2208
+ # [2.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.2.0...@pie-element/multiple-choice@2.3.0) (2018-11-05)
2209
+
2210
+
2211
+ ### Features
2212
+
2213
+ * **multiple-choice-configure-customization:** added possibility to customize some of the elements from the design tab (ch557) ([b3b9d47](https://github.com/pie-framework/pie-elements/commit/b3b9d47))
2214
+ * **multiple-choice-configure-customization:** changed the key for the options object from config to configure ([8c01e2b](https://github.com/pie-framework/pie-elements/commit/8c01e2b))
2215
+ * **multiple-choice-configure-customization:** updated the scoring config version ([947cdd0](https://github.com/pie-framework/pie-elements/commit/947cdd0))
2216
+
2217
+
2218
+
2219
+
2220
+
2221
+ <a name="2.2.0"></a>
2222
+ # [2.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.1.3...@pie-element/multiple-choice@2.2.0) (2018-10-31)
2223
+
2224
+
2225
+ ### Features
2226
+
2227
+ * **ch497:** updated the partial scoring for 3 packages: match, select-text and multiple-choice ([5a46b06](https://github.com/pie-framework/pie-elements/commit/5a46b06))
2228
+ * **choice-interaction-update:** made the requested changes for the multiple-choice package ([d03dc1a](https://github.com/pie-framework/pie-elements/commit/d03dc1a))
2229
+ * **choice-interaction-update:** updated the partial scoring package version for 3 packages: match, select-text and multiple-choice (ch497) ([b1f2803](https://github.com/pie-framework/pie-elements/commit/b1f2803))
2230
+
2231
+
2232
+
2233
+
2234
+
2235
+ <a name="2.1.3"></a>
2236
+ ## [2.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.1.2...@pie-element/multiple-choice@2.1.3) (2018-10-10)
2237
+
2238
+
2239
+ ### Bug Fixes
2240
+
2241
+ * **editable-html-package-update:** updated the editable-html version ([4240cb8](https://github.com/pie-framework/pie-elements/commit/4240cb8))
2242
+
2243
+
2244
+
2245
+
2246
+
2247
+ <a name="2.1.2"></a>
2248
+ ## [2.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.1.1...@pie-element/multiple-choice@2.1.2) (2018-09-20)
2249
+
2250
+
2251
+ ### Bug Fixes
2252
+
2253
+ * fix bad import ([2cd1cde](https://github.com/pie-framework/pie-elements/commit/2cd1cde))
2254
+
2255
+
2256
+
2257
+
2258
+
2259
+ <a name="2.1.1"></a>
2260
+ ## [2.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.1.0...@pie-element/multiple-choice@2.1.1) (2018-09-20)
2261
+
2262
+
2263
+ ### Bug Fixes
2264
+
2265
+ * build fixes ([3c3a7f2](https://github.com/pie-framework/pie-elements/commit/3c3a7f2))
2266
+
2267
+
2268
+
2269
+
2270
+
2271
+ <a name="2.1.0"></a>
2272
+ # [2.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.0.5...@pie-element/multiple-choice@2.1.0) (2018-08-16)
2273
+
2274
+
2275
+ ### Features
2276
+
2277
+ * add outcome method to controller ([ec2853e](https://github.com/pie-framework/pie-elements/commit/ec2853e))
2278
+
2279
+
2280
+
2281
+
2282
+ <a name="2.0.5"></a>
2283
+ ## [2.0.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.0.4...@pie-element/multiple-choice@2.0.5) (2018-08-06)
2284
+
2285
+
2286
+ ### Bug Fixes
2287
+
2288
+ * bump config-ui@^7.6.6 ([266235a](https://github.com/pie-framework/pie-elements/commit/266235a))
2289
+
2290
+
2291
+
2292
+
2293
+ <a name="2.0.4"></a>
2294
+ ## [2.0.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.0.3...@pie-element/multiple-choice@2.0.4) (2018-07-27)
2295
+
2296
+
2297
+ ### Bug Fixes
2298
+
2299
+ * bump config-ui and editable html versions ([002fb60](https://github.com/pie-framework/pie-elements/commit/002fb60))
2300
+
2301
+
2302
+
2303
+
2304
+ <a name="2.0.3"></a>
2305
+ ## [2.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.0.2...@pie-element/multiple-choice@2.0.3) (2018-07-18)
2306
+
2307
+
2308
+
2309
+
2310
+ **Note:** Version bump only for package @pie-element/multiple-choice
2311
+
2312
+ <a name="2.0.2"></a>
2313
+ ## [2.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@2.0.1...@pie-element/multiple-choice@2.0.2) (2018-06-06)
2314
+
2315
+
2316
+ ### Bug Fixes
2317
+
2318
+ * dont import *.jsx files ([5811854](https://github.com/pie-framework/pie-elements/commit/5811854))
2319
+
2320
+
2321
+
2322
+
2323
+ <a name="2.0.1"></a>
2324
+ ## [2.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@1.8.0...@pie-element/multiple-choice@2.0.1) (2018-05-25)
2325
+
2326
+
2327
+
2328
+
2329
+ **Note:** Version bump only for package @pie-element/multiple-choice
2330
+
2331
+ <a name="1.8.0"></a>
2332
+ # [1.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@1.7.1...@pie-element/multiple-choice@1.8.0) (2018-05-22)
2333
+
2334
+
2335
+ ### Features
2336
+
2337
+ * upgrade material-ui -> [@material-ui](https://github.com/material-ui)/core@1.0.0-rc.1 ([3d57d5c](https://github.com/pie-framework/pie-elements/commit/3d57d5c))
2338
+
2339
+
2340
+
2341
+
2342
+ <a name="1.7.1"></a>
2343
+ ## [1.7.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@1.7.0...@pie-element/multiple-choice@1.7.1) (2018-05-11)
2344
+
2345
+
2346
+ ### Bug Fixes
2347
+
2348
+ * **prompt:** add image functionality back in ([3aa73db](https://github.com/pie-framework/pie-elements/commit/3aa73db))
2349
+
2350
+
2351
+
2352
+
2353
+ <a name="1.7.0"></a>
2354
+ # [1.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@1.6.1...@pie-element/multiple-choice@1.7.0) (2018-05-03)
2355
+
2356
+
2357
+ ### Features
2358
+
2359
+ * **dependencies:** use latest of [@pie-ui](https://github.com/pie-ui)/* ([ac9d2e5](https://github.com/pie-framework/pie-elements/commit/ac9d2e5))
2360
+
2361
+
2362
+
2363
+
2364
+ <a name="1.6.1"></a>
2365
+ ## [1.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@1.6.0...@pie-element/multiple-choice@1.6.1) (2018-05-02)
2366
+
2367
+
2368
+
2369
+
2370
+ **Note:** Version bump only for package @pie-element/multiple-choice
2371
+
2372
+ <a name="1.6.0"></a>
2373
+ # 1.6.0 (2018-04-25)
2374
+
2375
+
2376
+ ### Bug Fixes
2377
+
2378
+ * **configure:** make sure value is unique ([0f437c2](https://github.com/pie-framework/pie-elements/commit/0f437c2))
2379
+ * **dependencies:** use latest [@pie-lib](https://github.com/pie-lib)/editable-html ([b29ff91](https://github.com/pie-framework/pie-elements/commit/b29ff91))
2380
+ * **dependencies:** version bump ([ee6d3d0](https://github.com/pie-framework/pie-elements/commit/ee6d3d0))
2381
+ * **dependencies:** version bump [@pie-ui](https://github.com/pie-ui)/multiple-choice ([f82c722](https://github.com/pie-framework/pie-elements/commit/f82c722))
2382
+
2383
+
2384
+ ### Features
2385
+
2386
+ * **root:** use [@pie-lib](https://github.com/pie-lib)/config-ui choiceUtils ([2a3f180](https://github.com/pie-framework/pie-elements/commit/2a3f180))
2387
+ * **value:** remove 'value' input, it is now generated based on the choice index. ([5ea34fa](https://github.com/pie-framework/pie-elements/commit/5ea34fa))
2388
+
2389
+
2390
+
2391
+ <a name="1.5.0"></a>
2392
+ # 1.5.0 (2018-04-17)
2393
+
2394
+
2395
+ ### Features
2396
+
2397
+ * **dependencies:** use latest [@pie-ui](https://github.com/pie-ui)/multiple-choice ([9b73dbb](https://github.com/pie-framework/pie-elements/commit/9b73dbb))
2398
+
2399
+
2400
+
2401
+ <a name="1.2.2"></a>
2402
+ ## 1.2.2 (2018-03-06)
2403
+
2404
+
2405
+ ### Bug Fixes
2406
+
2407
+ * **dependencies:** fix dependencies ([0d16dc0](https://github.com/pie-framework/pie-elements/commit/0d16dc0))
2408
+ * **dependencies:** update dependency names ([dc789ac](https://github.com/pie-framework/pie-elements/commit/dc789ac))
2409
+
2410
+
2411
+
2412
+
2413
+ <a name="1.5.0"></a>
2414
+ # [1.5.0](https://github.com/pie-framework/pie-elements/compare/v1.4.1...v1.5.0) (2018-04-17)
2415
+
2416
+
2417
+ ### Features
2418
+
2419
+ * **dependencies:** use latest [@pie-ui](https://github.com/pie-ui)/multiple-choice ([9b73dbb](https://github.com/pie-framework/pie-elements/commit/9b73dbb))
2420
+
2421
+
2422
+
2423
+
2424
+ <a name="1.2.2"></a>
2425
+ ## 1.2.2 (2018-03-06)
2426
+
2427
+
2428
+ ### Bug Fixes
2429
+
2430
+ * **dependencies:** fix dependencies ([0d16dc0](https://github.com/pie-framework/pie-elements/commit/0d16dc0))
2431
+ * **dependencies:** update dependency names ([dc789ac](https://github.com/pie-framework/pie-elements/commit/dc789ac))