@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,1902 @@
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
+ ## [5.13.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.13.0...@pie-element/multiple-choice-configure@5.13.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
+ # [5.13.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.12.5...@pie-element/multiple-choice-configure@5.13.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
+ ## [5.12.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.12.4...@pie-element/multiple-choice-configure@5.12.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
+ ## [5.12.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.12.3...@pie-element/multiple-choice-configure@5.12.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
+ ## [5.12.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.12.2...@pie-element/multiple-choice-configure@5.12.3) (2023-09-28)
51
+
52
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
53
+
54
+
55
+
56
+
57
+
58
+ ## [5.12.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.12.1...@pie-element/multiple-choice-configure@5.12.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
+ ## [5.12.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.12.0...@pie-element/multiple-choice-configure@5.12.1) (2023-09-25)
70
+
71
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
72
+
73
+
74
+
75
+
76
+
77
+ # [5.12.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.11.0...@pie-element/multiple-choice-configure@5.12.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
+
84
+
85
+
86
+
87
+
88
+ # [5.11.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.10.7...@pie-element/multiple-choice-configure@5.11.0) (2023-09-25)
89
+
90
+
91
+ ### Bug Fixes
92
+
93
+ * update pie-libs PD-3167 ([1b109bb](https://github.com/pie-framework/pie-elements/commit/1b109bb3b74dcea72ee2f241996a5e6a71893b4e))
94
+ * update pie-libs PD-3167 ([b21d0c3](https://github.com/pie-framework/pie-elements/commit/b21d0c332623667257a5de1363b9f4fc6ee2bb51))
95
+ * update pie-libs PD-3167 ([1a76806](https://github.com/pie-framework/pie-elements/commit/1a7680657ebe0a73969f3100e60f0a090ffc7ada))
96
+ * update pie-libs PD-3167, PD-3105, PD-3162, PD-2765 ([26199b2](https://github.com/pie-framework/pie-elements/commit/26199b255ddbcb9255f2769091c7ba58f8b1dae0))
97
+
98
+
99
+ ### Features
100
+
101
+ * update pie-libs PD-3011 ([0fd32b3](https://github.com/pie-framework/pie-elements/commit/0fd32b3fd1333bb25de584b98c8ef0471de2d5e8))
102
+
103
+
104
+
105
+
106
+
107
+ ## [5.10.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.10.6...@pie-element/multiple-choice-configure@5.10.7) (2023-09-05)
108
+
109
+
110
+ ### Bug Fixes
111
+
112
+ * update pie-libs PD-2765 ([f03972d](https://github.com/pie-framework/pie-elements/commit/f03972dda33ff5d4c0343f094fd33acadad30cb4))
113
+
114
+
115
+
116
+
117
+
118
+ ## [5.10.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.10.5...@pie-element/multiple-choice-configure@5.10.6) (2023-09-04)
119
+
120
+
121
+ ### Bug Fixes
122
+
123
+ * update pie-libs PD-3051 ([1e1a7a3](https://github.com/pie-framework/pie-elements/commit/1e1a7a38732eff5585ad789aea5a08c5e94720ae))
124
+ * updated pie-libs PD-2765, PD-3051 ([e6f5b17](https://github.com/pie-framework/pie-elements/commit/e6f5b17c95faf426898f897651863089a54ff3ff))
125
+
126
+
127
+
128
+
129
+
130
+ ## [5.10.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.10.4...@pie-element/multiple-choice-configure@5.10.5) (2023-08-21)
131
+
132
+
133
+ ### Bug Fixes
134
+
135
+ * update pie-libs PD-3119 ([01c474b](https://github.com/pie-framework/pie-elements/commit/01c474bf9396374dc86b9248651206672b765af6))
136
+
137
+
138
+
139
+
140
+
141
+ ## [5.10.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.10.3...@pie-element/multiple-choice-configure@5.10.4) (2023-08-21)
142
+
143
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
144
+
145
+
146
+
147
+
148
+
149
+ ## [5.10.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.10.2...@pie-element/multiple-choice-configure@5.10.3) (2023-08-15)
150
+
151
+
152
+ ### Bug Fixes
153
+
154
+ * update pie-libs PD-3049, PD-2916, PD-2059 ([0e800b5](https://github.com/pie-framework/pie-elements/commit/0e800b54b852304d222a292400362e0870f0cc9a))
155
+ * updated pie-lib to fix PD-2802, PD-3050, PD-3051 ([34b4dd7](https://github.com/pie-framework/pie-elements/commit/34b4dd7ba18f4c18589975921cc9d127926f8294))
156
+ * updated pie-libs Pd-1163 ([300c1db](https://github.com/pie-framework/pie-elements/commit/300c1db1658ce85ca58f3cc2981b604aefbf9f01))
157
+
158
+
159
+
160
+
161
+
162
+ ## [5.10.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.10.1...@pie-element/multiple-choice-configure@5.10.2) (2023-07-24)
163
+
164
+
165
+ ### Bug Fixes
166
+
167
+ * update pie-libs PD-2984, PD-2991, PD-2992, PD-3036 ([12c9426](https://github.com/pie-framework/pie-elements/commit/12c94269e3b645d74a0014c597d30662823bb34a))
168
+
169
+
170
+
171
+
172
+
173
+ ## [5.10.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.10.0...@pie-element/multiple-choice-configure@5.10.1) (2023-07-06)
174
+
175
+
176
+ ### Bug Fixes
177
+
178
+ * updated editable-html dependent packages for PD-2150 ([ffa6297](https://github.com/pie-framework/pie-elements/commit/ffa62977a9e329c1e12ea1dfcb2af4ba4c993bca))
179
+ * updated pie-lib PD-2150 ([72f20be](https://github.com/pie-framework/pie-elements/commit/72f20be258248c86dde8d5d587290cd640bfd947))
180
+
181
+
182
+
183
+
184
+
185
+ # [5.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.9.0...@pie-element/multiple-choice-configure@5.10.0) (2023-06-13)
186
+
187
+
188
+ ### Bug Fixes
189
+
190
+ * update libs PD-2722, PD-2827, PD-2832 ([834ecf9](https://github.com/pie-framework/pie-elements/commit/834ecf92cc7204c851c68f0945ad5d52e453c9d0))
191
+ * update pie-libs ([649fb8f](https://github.com/pie-framework/pie-elements/commit/649fb8f535172d76b3ffc676ec53b2726432808c))
192
+ * update pie-libs PD-2150, PD-2795 ([ff6f64a](https://github.com/pie-framework/pie-elements/commit/ff6f64afa6ccaa8a060c986b1637c680e68c62b6))
193
+
194
+
195
+ ### Features
196
+
197
+ * add mathMlOptions PD-2150 ([0c6984c](https://github.com/pie-framework/pie-elements/commit/0c6984cf042141eac36badfbab1c46d8d42f71ee))
198
+
199
+
200
+
201
+
202
+
203
+ # [5.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.8.3...@pie-element/multiple-choice-configure@5.9.0) (2023-05-23)
204
+
205
+
206
+ ### Bug Fixes
207
+
208
+ * update pie-lib PD-2777, PD-1914, PD-2066 ([7102893](https://github.com/pie-framework/pie-elements/commit/71028930a6dc554eb587cf4de0c1d0d28bfff1f5))
209
+ * update pie-libs PD-2774, PD-1026 ([04f8cd0](https://github.com/pie-framework/pie-elements/commit/04f8cd000afdb2ccb0c25146d46acb60c5fea651))
210
+
211
+
212
+ ### Features
213
+
214
+ * ability to upload images when using imageSupoort from pie-api-components PD-2707 ([685f3b0](https://github.com/pie-framework/pie-elements/commit/685f3b035d86c5f4ad60cdb9ec84690d5ccaa4fc))
215
+
216
+
217
+
218
+
219
+
220
+ ## [5.8.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.8.2...@pie-element/multiple-choice-configure@5.8.3) (2023-05-02)
221
+
222
+
223
+ ### Bug Fixes
224
+
225
+ * update pie-libs (fix eslint problems PD-2732) ([3fa630e](https://github.com/pie-framework/pie-elements/commit/3fa630eb96b116cb685ab58fbf216fb572d1c333))
226
+ * update pie-libs PD-2755, PD-2625, PD-2119 ([698446b](https://github.com/pie-framework/pie-elements/commit/698446b29a553a022c91825118370faae824b723))
227
+ * 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))
228
+
229
+
230
+
231
+
232
+
233
+ ## [5.8.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.8.1...@pie-element/multiple-choice-configure@5.8.2) (2023-04-25)
234
+
235
+
236
+ ### Bug Fixes
237
+
238
+ * update pie-libs PD-2762 ([7ac4313](https://github.com/pie-framework/pie-elements/commit/7ac431346b822fe3bbb0d13375f044f6ce1f426b))
239
+
240
+
241
+
242
+
243
+
244
+ ## [5.8.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.8.0...@pie-element/multiple-choice-configure@5.8.1) (2023-04-14)
245
+
246
+
247
+ ### Bug Fixes
248
+
249
+ * update pie-libs ([830e9fc](https://github.com/pie-framework/pie-elements/commit/830e9fcf07f057e632b44d7a64ddb436353d49f6))
250
+
251
+
252
+
253
+
254
+
255
+ # [5.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.7.0...@pie-element/multiple-choice-configure@5.8.0) (2023-04-10)
256
+
257
+
258
+ ### Bug Fixes
259
+
260
+ * update pie-libs ([b7d3e7f](https://github.com/pie-framework/pie-elements/commit/b7d3e7f7160aafd5dcfed2960bc6c2f03dba2180))
261
+ * update pie-libs ([6738269](https://github.com/pie-framework/pie-elements/commit/6738269d878f24ec4429f210d18bbf591123a55f))
262
+ * update pie-libs ([9f05be1](https://github.com/pie-framework/pie-elements/commit/9f05be1ae6bf0a9651739b6bef7eca32ecabb4ce))
263
+
264
+
265
+ ### Features
266
+
267
+ * 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))
268
+
269
+
270
+
271
+
272
+
273
+ # [5.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.6.3...@pie-element/multiple-choice-configure@5.7.0) (2023-03-20)
274
+
275
+
276
+ ### Bug Fixes
277
+
278
+ * update pie-libs ([340825a](https://github.com/pie-framework/pie-elements/commit/340825aab8c88569378eb5af6c5b9c9b99aeb285))
279
+ * update pie-libs ([1fe3d37](https://github.com/pie-framework/pie-elements/commit/1fe3d37d2b001f7944e4da7c895a83ccecefefcb))
280
+
281
+
282
+ ### Features
283
+
284
+ * added color theming support PD-310 ([64976e0](https://github.com/pie-framework/pie-elements/commit/64976e08151b346f0760aedee2cd0e4ce6ff7f8b))
285
+
286
+
287
+
288
+
289
+
290
+ ## [5.6.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.6.2...@pie-element/multiple-choice-configure@5.6.3) (2023-02-28)
291
+
292
+
293
+ ### Bug Fixes
294
+
295
+ * update pie-libs ([7bb37a7](https://github.com/pie-framework/pie-elements/commit/7bb37a7da11017eff7191968fad4517182f1c363))
296
+
297
+
298
+
299
+
300
+
301
+ ## [5.6.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.6.1...@pie-element/multiple-choice-configure@5.6.2) (2023-02-28)
302
+
303
+
304
+ ### Bug Fixes
305
+
306
+ * update pie-libs ([6a10f3f](https://github.com/pie-framework/pie-elements/commit/6a10f3f45306cc9d9e077e45a90245d047235521))
307
+
308
+
309
+
310
+
311
+
312
+ ## [5.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.6.0...@pie-element/multiple-choice-configure@5.6.1) (2023-02-28)
313
+
314
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
315
+
316
+
317
+
318
+
319
+
320
+ # [5.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.5.0...@pie-element/multiple-choice-configure@5.6.0) (2023-02-14)
321
+
322
+
323
+ ### Features
324
+
325
+ * update pie-libs ([e2c0b89](https://github.com/pie-framework/pie-elements/commit/e2c0b894caa20ed5d5681302a84b2bfd20dbd9f6))
326
+ * **elements:** updates snapshots and tests conform to new devault value-PD-2509 ([654aa5c](https://github.com/pie-framework/pie-elements/commit/654aa5c200acf5af557e4ae2a5801f26e001c699))
327
+ * **pie-elements:** feedback turned off if model does not specify feedback settings ([6ced7e8](https://github.com/pie-framework/pie-elements/commit/6ced7e8daa4d3df86b44b724b884e7cf72c717ba))
328
+
329
+
330
+
331
+
332
+
333
+ # [5.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.4.0...@pie-element/multiple-choice-configure@5.5.0) (2023-02-01)
334
+
335
+
336
+ ### Features
337
+
338
+ * update pie-libs ([0af590d](https://github.com/pie-framework/pie-elements/commit/0af590d624f4b2c0af58039e935531cef52e2a86))
339
+
340
+
341
+
342
+
343
+
344
+ # [5.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.3.0...@pie-element/multiple-choice-configure@5.4.0) (2023-01-17)
345
+
346
+
347
+ ### Features
348
+
349
+ * update pie-libs ([6423903](https://github.com/pie-framework/pie-elements/commit/6423903898b041f56db2111de2e4aac4ee9f1fd3))
350
+
351
+
352
+
353
+
354
+
355
+ # [5.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.2.6...@pie-element/multiple-choice-configure@5.3.0) (2023-01-05)
356
+
357
+
358
+ ### Features
359
+
360
+ * update pie-libs ([b174476](https://github.com/pie-framework/pie-elements/commit/b174476729119a0689f1f8adfc8c235246676cab))
361
+ * update pie-libs ([f72c3c8](https://github.com/pie-framework/pie-elements/commit/f72c3c8d8bc9bbf061bb81502317157a63c22972))
362
+ * update pie-libs ([8490729](https://github.com/pie-framework/pie-elements/commit/8490729a2389d36fd3968f0806119fde96577842))
363
+ * **multiple-choice:** added configuration prop to hide the settings pannel PD-1999 + refactoring ([f0f3f6e](https://github.com/pie-framework/pie-elements/commit/f0f3f6e95f9bd96196dec2ba5e861b5bf170e146))
364
+
365
+
366
+
367
+
368
+
369
+ ## [5.2.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.2.5...@pie-element/multiple-choice-configure@5.2.6) (2022-12-21)
370
+
371
+
372
+ ### Bug Fixes
373
+
374
+ * updated pie-libs ([8cb5b90](https://github.com/pie-framework/pie-elements/commit/8cb5b90d501ccbdf5ffd764e6555faa48b8f54d6))
375
+
376
+
377
+
378
+
379
+
380
+ ## [5.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.2.4...@pie-element/multiple-choice-configure@5.2.5) (2022-12-20)
381
+
382
+
383
+ ### Bug Fixes
384
+
385
+ * updated pie-libs ([6549302](https://github.com/pie-framework/pie-elements/commit/65493026fbf356c5ab752ae6a14d961d4b256368))
386
+
387
+
388
+
389
+
390
+
391
+ ## [5.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.2.3...@pie-element/multiple-choice-configure@5.2.4) (2022-12-07)
392
+
393
+
394
+ ### Bug Fixes
395
+
396
+ * update libs ([441f403](https://github.com/pie-framework/pie-elements/commit/441f403870b7bec0d61fab58b8d93dbe0ead4c32))
397
+ * update libs for PD-2030 PD-2031 ([3174022](https://github.com/pie-framework/pie-elements/commit/3174022d45603ed217bbe8804a142b07084636a5))
398
+ * updated lib PD-1715 ([42e788d](https://github.com/pie-framework/pie-elements/commit/42e788db0c792838994e55001952da7701251a8e))
399
+ * updated libs ([c20de3a](https://github.com/pie-framework/pie-elements/commit/c20de3a6ba4499a090c809e18e52588d2a585fa0))
400
+ * updated libs ([0eed79a](https://github.com/pie-framework/pie-elements/commit/0eed79a32c3b777c16c8cabf201513fc1d2726a0))
401
+ * updated libs ([343c9ec](https://github.com/pie-framework/pie-elements/commit/343c9ec3dccba7f781e90ae2bd195cac6f78f467))
402
+
403
+
404
+
405
+
406
+
407
+ ## [5.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.2.2...@pie-element/multiple-choice-configure@5.2.3) (2022-11-15)
408
+
409
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
410
+
411
+
412
+
413
+
414
+
415
+ ## [5.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.2.1...@pie-element/multiple-choice-configure@5.2.2) (2022-11-11)
416
+
417
+
418
+ ### Bug Fixes
419
+
420
+ * **multiple-choice:** add sanity checks for withRubric ([76558ed](https://github.com/pie-framework/pie-elements/commit/76558ed68c4c2f038640864996197d8139431c3e))
421
+
422
+
423
+
424
+
425
+
426
+ ## [5.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.2.0...@pie-element/multiple-choice-configure@5.2.1) (2022-10-31)
427
+
428
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
429
+
430
+
431
+
432
+
433
+
434
+ # [5.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.1.9...@pie-element/multiple-choice-configure@5.2.0) (2022-10-17)
435
+
436
+
437
+ ### Bug Fixes
438
+
439
+ * **multiple-choice:** add upload file option in choices ([1968e45](https://github.com/pie-framework/pie-elements/commit/1968e45753265c4e7267017b0d59cc745a115aa1))
440
+
441
+
442
+ ### Features
443
+
444
+ * enable spanish and special characters in author PD-2120 ([85fd3dd](https://github.com/pie-framework/pie-elements/commit/85fd3dd0fc10da1a2dfd5a842809c625790f8ba9))
445
+ * 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))
446
+ * update libs ([7e174fb](https://github.com/pie-framework/pie-elements/commit/7e174fba75e7ea668900ad5c103751cefe33e2af))
447
+ * **categorize:** add pie-api config PD-23 ([79a3424](https://github.com/pie-framework/pie-elements/commit/79a3424efbb4e32097028da0bada6c493ad4d0e5))
448
+ * **categorize:** add uploadSoundSupport property PD-23-updated ([74eb10b](https://github.com/pie-framework/pie-elements/commit/74eb10b6187cdd5c068820e5079e88230246b0d4))
449
+ * **multiple-choice:** add pie-api config PD-23 ([2568ef7](https://github.com/pie-framework/pie-elements/commit/2568ef75200a95d014f803addda8addf520b2abc))
450
+ * **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))
451
+ * **multiple-choice:** add uploadSoundSupport property + proper events emit events (wip) PD-23-updated ([488f422](https://github.com/pie-framework/pie-elements/commit/488f4224f95de2ffdcb11ac608d7c627146b6216))
452
+ * **multiple-choice:** bump pie-configure-events and editable-html versions ([aaaaf46](https://github.com/pie-framework/pie-elements/commit/aaaaf46b44b0bed74fd09f05ccf5fcda2f8bb71f))
453
+
454
+
455
+
456
+
457
+
458
+ ## [5.1.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.1.8...@pie-element/multiple-choice-configure@5.1.9) (2022-09-29)
459
+
460
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
461
+
462
+
463
+
464
+
465
+
466
+ ## [5.1.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.1.7...@pie-element/multiple-choice-configure@5.1.8) (2022-09-14)
467
+
468
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
469
+
470
+
471
+
472
+
473
+
474
+ ## [5.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.1.6...@pie-element/multiple-choice-configure@5.1.7) (2022-08-31)
475
+
476
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
477
+
478
+
479
+
480
+
481
+
482
+ ## [5.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.1.5...@pie-element/multiple-choice-configure@5.1.6) (2022-08-16)
483
+
484
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
485
+
486
+
487
+
488
+
489
+
490
+ ## [5.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.1.4...@pie-element/multiple-choice-configure@5.1.5) (2022-08-08)
491
+
492
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
493
+
494
+
495
+
496
+
497
+
498
+ ## [5.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.1.3...@pie-element/multiple-choice-configure@5.1.4) (2022-08-02)
499
+
500
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
501
+
502
+
503
+
504
+
505
+
506
+ ## [5.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.1.2...@pie-element/multiple-choice-configure@5.1.3) (2022-07-22)
507
+
508
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
509
+
510
+
511
+
512
+
513
+
514
+ ## [5.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.1.1...@pie-element/multiple-choice-configure@5.1.2) (2022-07-20)
515
+
516
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
517
+
518
+
519
+
520
+
521
+
522
+ ## [5.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.1.0...@pie-element/multiple-choice-configure@5.1.1) (2022-07-19)
523
+
524
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
525
+
526
+
527
+
528
+
529
+
530
+ # [5.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@5.0.0...@pie-element/multiple-choice-configure@5.1.0) (2022-06-28)
531
+
532
+
533
+ ### Features
534
+
535
+ * **multiple-choice:** add maxImageWidth and maxImageHeight props PD-1801 ([36b9617](https://github.com/pie-framework/pie-elements/commit/36b961715f3913606b8abb9e9aae764bf02c8d7a))
536
+
537
+
538
+
539
+
540
+
541
+ # [5.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@4.2.4...@pie-element/multiple-choice-configure@5.0.0) (2022-06-28)
542
+
543
+
544
+ ### chore
545
+
546
+ * Merge master with develop. ([cdca48a](https://github.com/pie-framework/pie-elements/commit/cdca48abaa1d4179e4a961e13d171e14b7ed2444))
547
+
548
+
549
+ ### BREAKING CHANGES
550
+
551
+ * Image percent buttons were removed from toolbar.
552
+ New properties maxImageWidth and maxImageHeight were added.
553
+
554
+
555
+
556
+
557
+
558
+ ## [4.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@4.2.3...@pie-element/multiple-choice-configure@4.2.4) (2022-06-13)
559
+
560
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
561
+
562
+
563
+
564
+
565
+
566
+ ## [4.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@4.2.2...@pie-element/multiple-choice-configure@4.2.3) (2022-05-30)
567
+
568
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
569
+
570
+
571
+
572
+
573
+
574
+ ## [4.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@4.2.1...@pie-element/multiple-choice-configure@4.2.2) (2022-05-16)
575
+
576
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
577
+
578
+
579
+
580
+
581
+
582
+ ## [4.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@4.2.0...@pie-element/multiple-choice-configure@4.2.1) (2022-05-09)
583
+
584
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
585
+
586
+
587
+
588
+
589
+
590
+ # [4.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@4.1.7...@pie-element/multiple-choice-configure@4.2.0) (2022-05-03)
591
+
592
+
593
+ ### Bug Fixes
594
+
595
+ * build ([7b3a278](https://github.com/pie-framework/pie-elements/commit/7b3a278f2c83562cbe848bd08c38a20d6cd2b8a0))
596
+ * fix crash ([0b5ab48](https://github.com/pie-framework/pie-elements/commit/0b5ab48ecf0468ac7fb724a152a5640dc25fea62))
597
+ * **multiple-choice:** comment validation ui/ux ([89e731c](https://github.com/pie-framework/pie-elements/commit/89e731c549a3da60f4dcbdb2e131d53a4587b5ea))
598
+
599
+
600
+ ### Features
601
+
602
+ * **multiple-choice:** PD-1697 ui/ux for validation ([9a088a3](https://github.com/pie-framework/pie-elements/commit/9a088a3d4af75586d6b8e302078c8629a3e7d718))
603
+ * **multiple-choice:** updated validation behaviors PD-1696 PD-1697 ([ab009c4](https://github.com/pie-framework/pie-elements/commit/ab009c4832572dab96c5b4130a5088dea17222e6))
604
+
605
+
606
+
607
+
608
+
609
+ ## [4.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@4.1.6...@pie-element/multiple-choice-configure@4.1.7) (2022-04-12)
610
+
611
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
612
+
613
+
614
+
615
+
616
+
617
+ ## [4.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@4.1.5...@pie-element/multiple-choice-configure@4.1.6) (2022-03-28)
618
+
619
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
620
+
621
+
622
+
623
+
624
+
625
+ ## [4.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@4.1.4...@pie-element/multiple-choice-configure@4.1.5) (2022-03-22)
626
+
627
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
628
+
629
+
630
+
631
+
632
+
633
+ ## [4.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@4.1.3...@pie-element/multiple-choice-configure@4.1.4) (2022-03-08)
634
+
635
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
636
+
637
+
638
+
639
+
640
+
641
+ ## [4.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@4.1.2...@pie-element/multiple-choice-configure@4.1.3) (2022-03-08)
642
+
643
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
644
+
645
+
646
+
647
+
648
+
649
+ ## [4.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@4.1.1...@pie-element/multiple-choice-configure@4.1.2) (2022-02-21)
650
+
651
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
652
+
653
+
654
+
655
+
656
+
657
+ ## [4.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@4.1.0...@pie-element/multiple-choice-configure@4.1.1) (2022-02-04)
658
+
659
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
660
+
661
+
662
+
663
+
664
+
665
+ # [4.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@4.0.11...@pie-element/multiple-choice-configure@4.1.0) (2022-01-24)
666
+
667
+
668
+ ### Bug Fixes
669
+
670
+ * check if limitChoicesNumber is defined when adding a choice ([6f32cf0](https://github.com/pie-framework/pie-elements/commit/6f32cf05a1095b2be28864f2bb697080d05744f8))
671
+ * **multiple-choice:** limit choice number to 9 if it's defined ([4fa374c](https://github.com/pie-framework/pie-elements/commit/4fa374c77ca625522549ce68e1062ca4a5145b8b))
672
+
673
+
674
+ ### Features
675
+
676
+ * **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))
677
+
678
+
679
+
680
+
681
+
682
+ ## [4.0.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@4.0.10...@pie-element/multiple-choice-configure@4.0.11) (2022-01-11)
683
+
684
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
685
+
686
+
687
+
688
+
689
+
690
+ ## [4.0.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@4.0.9...@pie-element/multiple-choice-configure@4.0.10) (2022-01-10)
691
+
692
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
693
+
694
+
695
+
696
+
697
+
698
+ ## [4.0.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@4.0.8...@pie-element/multiple-choice-configure@4.0.9) (2021-12-23)
699
+
700
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
701
+
702
+
703
+
704
+
705
+
706
+ ## [4.0.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@4.0.6...@pie-element/multiple-choice-configure@4.0.7) (2021-12-13)
707
+
708
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
709
+
710
+
711
+
712
+
713
+
714
+ ## [4.0.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@4.0.3...@pie-element/multiple-choice-configure@4.0.4) (2021-11-29)
715
+
716
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
717
+
718
+
719
+
720
+
721
+
722
+ ## [4.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@4.0.2...@pie-element/multiple-choice-configure@4.0.3) (2021-10-04)
723
+
724
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
725
+
726
+
727
+
728
+
729
+
730
+ ## [4.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@4.0.1...@pie-element/multiple-choice-configure@4.0.2) (2021-09-20)
731
+
732
+
733
+ ### Bug Fixes
734
+
735
+ * pie-lib updates ([e521c2f](https://github.com/pie-framework/pie-elements/commit/e521c2f1a44aa7f3e14f82a1cee05ceb484ed0a6))
736
+ * Updated pie-lib versions ([2fe4c5d](https://github.com/pie-framework/pie-elements/commit/2fe4c5d0be2d40f5fdb34815855695a7f1087f56))
737
+ * Updated pie-lib versions ([1c23830](https://github.com/pie-framework/pie-elements/commit/1c23830fc75d1de5f7bb3bb16de3c665ae5fa350))
738
+
739
+
740
+
741
+
742
+
743
+ ## [4.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@4.0.0...@pie-element/multiple-choice-configure@4.0.1) (2021-09-01)
744
+
745
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
746
+
747
+
748
+
749
+
750
+
751
+ # [4.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@3.5.0...@pie-element/multiple-choice-configure@4.0.0) (2021-08-09)
752
+
753
+
754
+ ### Features
755
+
756
+ * **ebsr:** Added choicesLayout support ([33fb7e7](https://github.com/pie-framework/pie-elements/commit/33fb7e765146a7343a58663f3667f4a5de472960))
757
+ * **ebsr:** Added choicesLayout support \n BREAKING CHANGE: removed vertical mode ([348fc00](https://github.com/pie-framework/pie-elements/commit/348fc0031536d458071a1105e742c3d19399a15e))
758
+
759
+
760
+ ### BREAKING CHANGES
761
+
762
+ * **ebsr:** removed vertical mode.
763
+
764
+
765
+
766
+
767
+
768
+ # [3.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@3.4.2...@pie-element/multiple-choice-configure@3.5.0) (2021-08-05)
769
+
770
+
771
+ ### Bug Fixes
772
+
773
+ * merge conflict ([01655ca](https://github.com/pie-framework/pie-elements/commit/01655caf59311cc1a7a6624a6243147b2819d76e))
774
+
775
+
776
+ ### Features
777
+
778
+ * **multiple-choice:** accessibility label - added aria label to checkbox and radio input types ([22514bb](https://github.com/pie-framework/pie-elements/commit/22514bb5e2476bc79a55756ff9a5c0c1e0642a29))
779
+ * 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))
780
+ * **multiple-choice:** added possibility to change layout - vertical, grid, horizontal ([46e7681](https://github.com/pie-framework/pie-elements/commit/46e7681a178ff29c983db1c7b6206389b55e2a00))
781
+ * **multiple-choice:** grid layout - fix tests ([ab3c750](https://github.com/pie-framework/pie-elements/commit/ab3c750af03d9fbe0794f7ec53452c948b530ad8))
782
+ * **multiple-choice:** toolbar position ( bottom or top ) ([9af6cd9](https://github.com/pie-framework/pie-elements/commit/9af6cd9f6b893501e00640500a34e1c3404edc94))
783
+ * **multiple-choice:** update docs ([0843122](https://github.com/pie-framework/pie-elements/commit/084312288b501a7f1129b24a046f9ab19cf25f79))
784
+
785
+
786
+
787
+
788
+
789
+ ## [3.4.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@3.4.0...@pie-element/multiple-choice-configure@3.4.2) (2021-08-05)
790
+
791
+
792
+ ### Bug Fixes
793
+
794
+ * force bump ([5ea7295](https://github.com/pie-framework/pie-elements/commit/5ea7295e4755fbc492a76e7ec69e5fc35b196919))
795
+
796
+
797
+
798
+
799
+
800
+ # [3.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@3.3.0...@pie-element/multiple-choice-configure@3.4.0) (2021-06-29)
801
+
802
+
803
+ ### Features
804
+
805
+ * 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))
806
+ * **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))
807
+
808
+
809
+
810
+
811
+
812
+ # [3.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@3.2.5...@pie-element/multiple-choice-configure@3.3.0) (2021-04-07)
813
+
814
+
815
+ ### Features
816
+
817
+ * 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))
818
+
819
+
820
+
821
+
822
+
823
+ ## [3.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@3.2.2...@pie-element/multiple-choice-configure@3.2.5) (2021-03-03)
824
+
825
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
826
+
827
+
828
+
829
+
830
+
831
+ ## [3.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@3.2.1...@pie-element/multiple-choice-configure@3.2.2) (2021-03-03)
832
+
833
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
834
+
835
+
836
+
837
+
838
+
839
+ ## [3.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@3.2.0...@pie-element/multiple-choice-configure@3.2.1) (2021-02-04)
840
+
841
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
842
+
843
+
844
+
845
+
846
+
847
+ # [3.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@3.1.17...@pie-element/multiple-choice-configure@3.2.0) (2021-02-02)
848
+
849
+
850
+ ### Features
851
+
852
+ * **multiple-choice:** add maximum number of choices toggle and related logic ([f506444](https://github.com/pie-framework/pie-elements/commit/f506444))
853
+
854
+
855
+
856
+
857
+
858
+ ## [3.1.17](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@3.1.16...@pie-element/multiple-choice-configure@3.1.17) (2020-11-07)
859
+
860
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
861
+
862
+
863
+
864
+
865
+
866
+ ## [3.1.16](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@3.1.15...@pie-element/multiple-choice-configure@3.1.16) (2020-10-29)
867
+
868
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
869
+
870
+
871
+
872
+
873
+
874
+ ## [3.1.15](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@3.1.14...@pie-element/multiple-choice-configure@3.1.15) (2020-10-29)
875
+
876
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
877
+
878
+
879
+
880
+
881
+
882
+ ## [3.1.14](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@3.1.13...@pie-element/multiple-choice-configure@3.1.14) (2020-10-16)
883
+
884
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
885
+
886
+
887
+
888
+
889
+
890
+ ## [3.1.13](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@3.1.12...@pie-element/multiple-choice-configure@3.1.13) (2020-10-02)
891
+
892
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
893
+
894
+
895
+
896
+
897
+
898
+ ## [3.1.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@3.1.11...@pie-element/multiple-choice-configure@3.1.12) (2020-09-23)
899
+
900
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
901
+
902
+
903
+
904
+
905
+
906
+ ## [3.1.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@3.1.10...@pie-element/multiple-choice-configure@3.1.11) (2020-09-23)
907
+
908
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
909
+
910
+
911
+
912
+
913
+
914
+ ## [3.1.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@3.1.9...@pie-element/multiple-choice-configure@3.1.10) (2020-09-07)
915
+
916
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
917
+
918
+
919
+
920
+
921
+
922
+ ## [3.1.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@3.1.8...@pie-element/multiple-choice-configure@3.1.9) (2020-08-25)
923
+
924
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
925
+
926
+
927
+
928
+
929
+
930
+ ## [3.1.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@3.1.7...@pie-element/multiple-choice-configure@3.1.8) (2020-08-13)
931
+
932
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
933
+
934
+
935
+
936
+
937
+
938
+ ## [3.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@3.1.6...@pie-element/multiple-choice-configure@3.1.7) (2020-08-07)
939
+
940
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
941
+
942
+
943
+
944
+
945
+
946
+ ## [3.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@3.1.5...@pie-element/multiple-choice-configure@3.1.6) (2020-05-25)
947
+
948
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
949
+
950
+
951
+
952
+
953
+
954
+ ## [3.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@3.1.4...@pie-element/multiple-choice-configure@3.1.5) (2020-05-25)
955
+
956
+
957
+ ### Bug Fixes
958
+
959
+ * bump deps ([c6080d6](https://github.com/pie-framework/pie-elements/commit/c6080d6))
960
+
961
+
962
+
963
+
964
+
965
+ ## [3.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@3.1.3...@pie-element/multiple-choice-configure@3.1.4) (2020-04-28)
966
+
967
+
968
+ ### Bug Fixes
969
+
970
+ * bump ui/lib versions ([45f0da6](https://github.com/pie-framework/pie-elements/commit/45f0da6))
971
+ * ui+libs update ([6127de2](https://github.com/pie-framework/pie-elements/commit/6127de2))
972
+ * update ui/lib versions ([0226b0b](https://github.com/pie-framework/pie-elements/commit/0226b0b))
973
+
974
+
975
+
976
+
977
+
978
+ ## [3.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@3.1.2...@pie-element/multiple-choice-configure@3.1.3) (2020-04-14)
979
+
980
+
981
+ ### Bug Fixes
982
+
983
+ * bump ui/lib versions ([3edb232](https://github.com/pie-framework/pie-elements/commit/3edb232))
984
+
985
+
986
+
987
+
988
+
989
+ ## [3.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@3.1.1...@pie-element/multiple-choice-configure@3.1.2) (2020-04-14)
990
+
991
+
992
+ ### Bug Fixes
993
+
994
+ * PD-127: MC Choice Prefix Issue (Set 'letters' as default choicePrefix) ([27cd7ad](https://github.com/pie-framework/pie-elements/commit/27cd7ad))
995
+
996
+
997
+
998
+
999
+
1000
+ ## [3.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@3.0.2...@pie-element/multiple-choice-configure@3.1.1) (2020-04-10)
1001
+
1002
+
1003
+ ### Bug Fixes
1004
+
1005
+ * bump [@pie-lib](https://github.com/pie-lib) dependencies ([dcef3a7](https://github.com/pie-framework/pie-elements/commit/dcef3a7))
1006
+ * bump all packages to avoid tag conflict ([d9ec9a8](https://github.com/pie-framework/pie-elements/commit/d9ec9a8))
1007
+ * bump lib and ui versions ([a882cbf](https://github.com/pie-framework/pie-elements/commit/a882cbf))
1008
+ * bump ui versions ([5b9d99f](https://github.com/pie-framework/pie-elements/commit/5b9d99f))
1009
+
1010
+
1011
+
1012
+
1013
+
1014
+ ## [3.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@3.0.2...@pie-element/multiple-choice-configure@3.0.3) (2020-04-10)
1015
+
1016
+
1017
+ ### Bug Fixes
1018
+
1019
+ * bump [@pie-lib](https://github.com/pie-lib) dependencies ([dcef3a7](https://github.com/pie-framework/pie-elements/commit/dcef3a7))
1020
+ * bump lib and ui versions ([a882cbf](https://github.com/pie-framework/pie-elements/commit/a882cbf))
1021
+ * bump ui versions ([5b9d99f](https://github.com/pie-framework/pie-elements/commit/5b9d99f))
1022
+
1023
+
1024
+
1025
+
1026
+
1027
+ ## [3.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@3.0.1...@pie-element/multiple-choice-configure@3.0.2) (2020-02-18)
1028
+
1029
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1030
+
1031
+
1032
+
1033
+
1034
+
1035
+ ## [3.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@3.0.0...@pie-element/multiple-choice-configure@3.0.1) (2019-11-06)
1036
+
1037
+
1038
+ ### Bug Fixes
1039
+
1040
+ * Hide Partial Scoring option from Settings Panel setting to false by default. ([1d0f617](https://github.com/pie-framework/pie-elements/commit/1d0f617))
1041
+
1042
+
1043
+
1044
+
1045
+
1046
+ # [3.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@2.1.3...@pie-element/multiple-choice-configure@3.0.0) (2019-10-08)
1047
+
1048
+
1049
+ * 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)
1050
+
1051
+
1052
+ ### BREAKING CHANGES
1053
+
1054
+ * allowFeedback was replaced with feedbackEnabled.
1055
+
1056
+ * fix(charting): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1057
+
1058
+ * fix(drag-in-the-blank): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1059
+
1060
+ * fix(drawing-response): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1061
+
1062
+ * fix(ebsr): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1063
+
1064
+ * fix(explicit-constructed-response): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1065
+
1066
+ * fix(extended-text-entry): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1067
+
1068
+ * fix(graph-lines): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1069
+
1070
+ * fix(graphing): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1071
+
1072
+ * fix(hotspot): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1073
+
1074
+ * fix(image-cloze-association): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1075
+
1076
+ * fix(inline-dropdown): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1077
+
1078
+ * fix(match): replaced usage of allowFeedback with feedbackEnabled. Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1079
+ * allowFeedback was replaced with feedbackEnabled. `configuration.feedback.enabled` was moved to `model.feedbackEnabled`.
1080
+
1081
+ * fix(math-inline): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1082
+
1083
+ * fix(multiple-choice): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1084
+
1085
+ * fix(placement-ordering): replaced usage of allowFeedback with feedbackEnabled. Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1086
+ * allowFeedback was replaced with feedbackEnabled. `configuration.feedback.enabled` was moved to `model.feedbackEnabled`.
1087
+
1088
+ * fix(select-text): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1089
+
1090
+ * fix(text-entry): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
1091
+
1092
+ * fix: Updated pie-models.
1093
+
1094
+ * fix(categorize): Added normalize function on controller (to be able to add default values to the model).
1095
+
1096
+ * fix(charting): Added normalize function on controller (to be able to add default values to the model).
1097
+
1098
+ * fix(drag-in-the-blank): Added normalize function on controller (to be able to add default values to the model).
1099
+
1100
+ * fix(drawing-response): Added normalize function on controller (to be able to add default values to the model).
1101
+
1102
+ * fix(ebsr): Added normalize function on controller (to be able to add default values to the model).
1103
+
1104
+ * fix(explicit-constructed-response): Added normalize function on controller (to be able to add default values to the model).
1105
+
1106
+ * fix(extended-text-entry): Added normalize function on controller (to be able to add default values to the model).
1107
+
1108
+ * Remove unnecessary change.
1109
+
1110
+ * fix(graph-lines): Added normalize function on controller (to be able to add default values to the model).
1111
+
1112
+ * fix(graphing): Added normalize function on controller (to be able to add default values to the model).
1113
+
1114
+ * fix(hotspot): Added normalize function on controller (to be able to add default values to the model).
1115
+
1116
+ * fix(image-cloze-association): Added normalize function on controller (to be able to add default values to the model).
1117
+
1118
+ * fix(inline-dropdown): Added normalize function on controller (to be able to add default values to the model).
1119
+
1120
+ * fix(match): Added normalize function on controller (to be able to add default values to the model).
1121
+
1122
+ * fix(math-inline): Added normalize function on controller (to be able to add default values to the model).
1123
+
1124
+ * fix(multiple-choice): Added normalize function on controller (to be able to add default values to the model).
1125
+
1126
+ * fix(placement-ordering): Added normalize function on controller (to be able to add default values to the model).
1127
+
1128
+ * fix(select-text): Added normalize function on controller (to be able to add default values to the model).
1129
+
1130
+ * fix(text-entry): Added normalize function on controller (to be able to add default values to the model).
1131
+
1132
+
1133
+
1134
+
1135
+
1136
+ ## [2.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@2.1.2...@pie-element/multiple-choice-configure@2.1.3) (2019-10-04)
1137
+
1138
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1139
+
1140
+
1141
+
1142
+
1143
+
1144
+ ## [2.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@2.1.1...@pie-element/multiple-choice-configure@2.1.2) (2019-10-03)
1145
+
1146
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1147
+
1148
+
1149
+
1150
+
1151
+
1152
+ ## [2.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@2.1.0...@pie-element/multiple-choice-configure@2.1.1) (2019-10-03)
1153
+
1154
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1155
+
1156
+
1157
+
1158
+
1159
+
1160
+ # [2.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@2.0.1...@pie-element/multiple-choice-configure@2.1.0) (2019-09-27)
1161
+
1162
+
1163
+ ### Bug Fixes
1164
+
1165
+ * 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))
1166
+
1167
+
1168
+ ### Features
1169
+
1170
+ * **multiple-choice:** model based prompt ([d90c1a1](https://github.com/pie-framework/pie-elements/commit/d90c1a1))
1171
+
1172
+
1173
+
1174
+
1175
+
1176
+ ## [2.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@2.0.0...@pie-element/multiple-choice-configure@2.0.1) (2019-09-19)
1177
+
1178
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1179
+
1180
+
1181
+
1182
+
1183
+
1184
+ # [2.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.7.1...@pie-element/multiple-choice-configure@2.0.0) (2019-09-17)
1185
+
1186
+
1187
+ * 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))
1188
+
1189
+
1190
+ ### BREAKING CHANGES
1191
+
1192
+ * `enabled` property from `configuration.rationale.enabled` moved to `model.rationaleEnabled`. Same applies to teacherInstructions/studentInstructions.
1193
+
1194
+
1195
+
1196
+
1197
+
1198
+ ## [1.7.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.7.0...@pie-element/multiple-choice-configure@1.7.1) (2019-09-13)
1199
+
1200
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1201
+
1202
+
1203
+
1204
+
1205
+
1206
+ # [1.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.6.0...@pie-element/multiple-choice-configure@1.7.0) (2019-09-13)
1207
+
1208
+
1209
+ ### Features
1210
+
1211
+ * add Part Labels feature (but will be used in EBSR context only) ([c3c066b](https://github.com/pie-framework/pie-elements/commit/c3c066b))
1212
+
1213
+
1214
+
1215
+
1216
+
1217
+ # [1.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.5.15...@pie-element/multiple-choice-configure@1.6.0) (2019-09-13)
1218
+
1219
+
1220
+ ### Features
1221
+
1222
+ * Added the possibility to disable Settings Panel (used for EBSR). ([0327953](https://github.com/pie-framework/pie-elements/commit/0327953))
1223
+
1224
+
1225
+
1226
+
1227
+
1228
+ ## [1.5.15](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.5.14...@pie-element/multiple-choice-configure@1.5.15) (2019-09-05)
1229
+
1230
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1231
+
1232
+
1233
+
1234
+
1235
+
1236
+ ## [1.5.14](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.5.13...@pie-element/multiple-choice-configure@1.5.14) (2019-09-04)
1237
+
1238
+
1239
+ ### Bug Fixes
1240
+
1241
+ * prevent value='' ([754372b](https://github.com/pie-framework/pie-elements/commit/754372b))
1242
+
1243
+
1244
+
1245
+
1246
+
1247
+ ## [1.5.13](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.5.12...@pie-element/multiple-choice-configure@1.5.13) (2019-08-27)
1248
+
1249
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1250
+
1251
+
1252
+
1253
+
1254
+
1255
+ ## [1.5.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.5.11...@pie-element/multiple-choice-configure@1.5.12) (2019-08-26)
1256
+
1257
+
1258
+ ### Bug Fixes
1259
+
1260
+ * null choices were throwing 'choices.map is not a function' error. ([54d0c8c](https://github.com/pie-framework/pie-elements/commit/54d0c8c))
1261
+
1262
+
1263
+
1264
+
1265
+
1266
+ ## [1.5.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.5.10...@pie-element/multiple-choice-configure@1.5.11) (2019-08-21)
1267
+
1268
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1269
+
1270
+
1271
+
1272
+
1273
+
1274
+ ## [1.5.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.5.9...@pie-element/multiple-choice-configure@1.5.10) (2019-08-21)
1275
+
1276
+
1277
+ ### Bug Fixes
1278
+
1279
+ * **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))
1280
+
1281
+
1282
+
1283
+
1284
+
1285
+ ## [1.5.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.5.8...@pie-element/multiple-choice-configure@1.5.9) (2019-08-18)
1286
+
1287
+
1288
+ ### Bug Fixes
1289
+
1290
+ * **math-rendering:** updated all dependent packages [ch3365] ([7cbf25a](https://github.com/pie-framework/pie-elements/commit/7cbf25a))
1291
+ * set default values to configuration properties ([83501cd](https://github.com/pie-framework/pie-elements/commit/83501cd))
1292
+
1293
+
1294
+
1295
+
1296
+
1297
+ ## [1.5.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.5.7...@pie-element/multiple-choice-configure@1.5.8) (2019-08-15)
1298
+
1299
+
1300
+ ### Bug Fixes
1301
+
1302
+ * **elements:** version bumped the editable-html packages [ch1738] ([949222a](https://github.com/pie-framework/pie-elements/commit/949222a))
1303
+
1304
+
1305
+
1306
+
1307
+
1308
+ ## [1.5.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.5.6...@pie-element/multiple-choice-configure@1.5.7) (2019-08-02)
1309
+
1310
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1311
+
1312
+
1313
+
1314
+
1315
+
1316
+ ## [1.5.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.5.5...@pie-element/multiple-choice-configure@1.5.6) (2019-07-25)
1317
+
1318
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1319
+
1320
+
1321
+
1322
+
1323
+
1324
+ ## [1.5.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.5.4...@pie-element/multiple-choice-configure@1.5.5) (2019-07-25)
1325
+
1326
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1327
+
1328
+
1329
+
1330
+
1331
+
1332
+ ## [1.5.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.5.3...@pie-element/multiple-choice-configure@1.5.4) (2019-07-13)
1333
+
1334
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1335
+
1336
+
1337
+
1338
+
1339
+
1340
+ ## [1.5.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.5.2...@pie-element/multiple-choice-configure@1.5.3) (2019-07-12)
1341
+
1342
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1343
+
1344
+
1345
+
1346
+
1347
+
1348
+ ## [1.5.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.5.1...@pie-element/multiple-choice-configure@1.5.2) (2019-07-12)
1349
+
1350
+
1351
+ ### Bug Fixes
1352
+
1353
+ * **rendering:** implemented rendering for math elements [ch1915], [ch1935] ([2f35842](https://github.com/pie-framework/pie-elements/commit/2f35842))
1354
+
1355
+
1356
+
1357
+
1358
+
1359
+ ## [1.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.5.0...@pie-element/multiple-choice-configure@1.5.1) (2019-07-12)
1360
+
1361
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1362
+
1363
+
1364
+
1365
+
1366
+
1367
+ # [1.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.4.9...@pie-element/multiple-choice-configure@1.5.0) (2019-07-11)
1368
+
1369
+
1370
+ ### Features
1371
+
1372
+ * **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))
1373
+
1374
+
1375
+
1376
+
1377
+
1378
+ ## [1.4.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.4.8...@pie-element/multiple-choice-configure@1.4.9) (2019-07-09)
1379
+
1380
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1381
+
1382
+
1383
+
1384
+
1385
+
1386
+ ## [1.4.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.4.7...@pie-element/multiple-choice-configure@1.4.8) (2019-07-09)
1387
+
1388
+
1389
+ ### Bug Fixes
1390
+
1391
+ * The text when adding a new choice should be empty. ([f37bcb0](https://github.com/pie-framework/pie-elements/commit/f37bcb0))
1392
+
1393
+
1394
+
1395
+
1396
+
1397
+ ## [1.4.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.4.6...@pie-element/multiple-choice-configure@1.4.7) (2019-07-07)
1398
+
1399
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1400
+
1401
+
1402
+
1403
+
1404
+
1405
+ ## [1.4.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.4.5...@pie-element/multiple-choice-configure@1.4.6) (2019-07-07)
1406
+
1407
+
1408
+ ### Bug Fixes
1409
+
1410
+ * **editable-html:** fixed lots of stuff regarding the editable-html ([12c1129](https://github.com/pie-framework/pie-elements/commit/12c1129))
1411
+
1412
+
1413
+
1414
+
1415
+
1416
+ ## [1.4.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.4.4...@pie-element/multiple-choice-configure@1.4.5) (2019-07-05)
1417
+
1418
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1419
+
1420
+
1421
+
1422
+
1423
+
1424
+ ## [1.4.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.4.3...@pie-element/multiple-choice-configure@1.4.4) (2019-07-04)
1425
+
1426
+
1427
+ ### Bug Fixes
1428
+
1429
+ * **template-els:** fixed some ditb issues ([9133840](https://github.com/pie-framework/pie-elements/commit/9133840))
1430
+
1431
+
1432
+
1433
+
1434
+
1435
+ ## [1.4.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.4.2...@pie-element/multiple-choice-configure@1.4.3) (2019-07-03)
1436
+
1437
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1438
+
1439
+
1440
+
1441
+
1442
+
1443
+ ## [1.4.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.4.1...@pie-element/multiple-choice-configure@1.4.2) (2019-07-03)
1444
+
1445
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1446
+
1447
+
1448
+
1449
+
1450
+
1451
+ ## [1.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.4.0...@pie-element/multiple-choice-configure@1.4.1) (2019-07-02)
1452
+
1453
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1454
+
1455
+
1456
+
1457
+
1458
+
1459
+ # [1.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.3.1...@pie-element/multiple-choice-configure@1.4.0) (2019-07-02)
1460
+
1461
+
1462
+ ### Features
1463
+
1464
+ * **mask-markup-elements:** refactored the elements and version bumped the necessary files ([f8f77c0](https://github.com/pie-framework/pie-elements/commit/f8f77c0))
1465
+
1466
+
1467
+
1468
+
1469
+
1470
+ ## [1.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.3.0...@pie-element/multiple-choice-configure@1.3.1) (2019-06-26)
1471
+
1472
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1473
+
1474
+
1475
+
1476
+
1477
+
1478
+ # [1.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.2.1...@pie-element/multiple-choice-configure@1.3.0) (2019-06-26)
1479
+
1480
+
1481
+ ### Features
1482
+
1483
+ * **settings-panel:** updated the settings panel design and changes needed for [ch2242] ([d830e57](https://github.com/pie-framework/pie-elements/commit/d830e57))
1484
+
1485
+
1486
+
1487
+
1488
+
1489
+ ## [1.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.2.0...@pie-element/multiple-choice-configure@1.2.1) (2019-06-23)
1490
+
1491
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1492
+
1493
+
1494
+
1495
+
1496
+
1497
+ # [1.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.1.7...@pie-element/multiple-choice-configure@1.2.0) (2019-06-21)
1498
+
1499
+
1500
+ ### Features
1501
+
1502
+ * **general:** updated all the packages that have the config-ui as a dependency ([44061de](https://github.com/pie-framework/pie-elements/commit/44061de))
1503
+
1504
+
1505
+
1506
+
1507
+
1508
+ ## [1.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.1.6...@pie-element/multiple-choice-configure@1.1.7) (2019-06-17)
1509
+
1510
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1511
+
1512
+
1513
+
1514
+
1515
+
1516
+ ## [1.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.1.5...@pie-element/multiple-choice-configure@1.1.6) (2019-06-12)
1517
+
1518
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1519
+
1520
+
1521
+
1522
+
1523
+
1524
+ ## [1.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.1.4...@pie-element/multiple-choice-configure@1.1.5) (2019-06-07)
1525
+
1526
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1527
+
1528
+
1529
+
1530
+
1531
+
1532
+ ## [1.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.1.3...@pie-element/multiple-choice-configure@1.1.4) (2019-06-06)
1533
+
1534
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1535
+
1536
+
1537
+
1538
+
1539
+
1540
+ ## [1.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.1.2...@pie-element/multiple-choice-configure@1.1.3) (2019-06-05)
1541
+
1542
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1543
+
1544
+
1545
+
1546
+
1547
+
1548
+ ## [1.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.1.1...@pie-element/multiple-choice-configure@1.1.2) (2019-05-23)
1549
+
1550
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1551
+
1552
+
1553
+
1554
+
1555
+
1556
+ ## [1.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.1.0...@pie-element/multiple-choice-configure@1.1.1) (2019-05-21)
1557
+
1558
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1559
+
1560
+
1561
+
1562
+
1563
+
1564
+ # [1.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.0.1...@pie-element/multiple-choice-configure@1.1.0) (2019-05-16)
1565
+
1566
+
1567
+ ### Features
1568
+
1569
+ * added rationale support. ([1ddc137](https://github.com/pie-framework/pie-elements/commit/1ddc137))
1570
+ * added support for rationale. ([9c206b0](https://github.com/pie-framework/pie-elements/commit/9c206b0))
1571
+
1572
+
1573
+
1574
+
1575
+
1576
+ ## [1.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@1.0.0...@pie-element/multiple-choice-configure@1.0.1) (2019-05-08)
1577
+
1578
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1579
+
1580
+
1581
+
1582
+
1583
+
1584
+ # [1.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@0.9.6...@pie-element/multiple-choice-configure@1.0.0) (2019-05-07)
1585
+
1586
+
1587
+ ### Features
1588
+
1589
+ * 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))
1590
+
1591
+
1592
+ ### BREAKING CHANGES
1593
+
1594
+ * `configure` is removed, use `configuration` instead.
1595
+
1596
+
1597
+
1598
+
1599
+
1600
+ ## [0.9.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@0.9.5...@pie-element/multiple-choice-configure@0.9.6) (2019-05-02)
1601
+
1602
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1603
+
1604
+
1605
+
1606
+
1607
+
1608
+ ## [0.9.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@0.9.4...@pie-element/multiple-choice-configure@0.9.5) (2019-05-02)
1609
+
1610
+
1611
+ ### Bug Fixes
1612
+
1613
+ * Removed usage of state and updated tests. ([0985890](https://github.com/pie-framework/pie-elements/commit/0985890))
1614
+ * renamed `configure` to `configuration` ([d18cea9](https://github.com/pie-framework/pie-elements/commit/d18cea9))
1615
+ * Updated with new version of @pie-lib/config-ui. ([4dd2a2e](https://github.com/pie-framework/pie-elements/commit/4dd2a2e))
1616
+
1617
+
1618
+
1619
+
1620
+
1621
+ ## [0.9.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@0.9.3...@pie-element/multiple-choice-configure@0.9.4) (2019-05-01)
1622
+
1623
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1624
+
1625
+
1626
+
1627
+
1628
+
1629
+ ## [0.9.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@0.9.2...@pie-element/multiple-choice-configure@0.9.3) (2019-04-26)
1630
+
1631
+
1632
+ ### Bug Fixes
1633
+
1634
+ * Updated with new version of @pie-lib/config-ui. ([49bb68b](https://github.com/pie-framework/pie-elements/commit/49bb68b))
1635
+
1636
+
1637
+
1638
+
1639
+
1640
+ ## [0.9.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@0.9.1...@pie-element/multiple-choice-configure@0.9.2) (2019-04-23)
1641
+
1642
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1643
+
1644
+
1645
+
1646
+
1647
+
1648
+ ## [0.9.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@0.9.0...@pie-element/multiple-choice-configure@0.9.1) (2019-04-19)
1649
+
1650
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1651
+
1652
+
1653
+
1654
+
1655
+
1656
+ # [0.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@0.8.6...@pie-element/multiple-choice-configure@0.9.0) (2019-04-18)
1657
+
1658
+
1659
+ ### Bug Fixes
1660
+
1661
+ * **multiple-choice:** Refactored using new established naming convention and updated tests. ([78ffbae](https://github.com/pie-framework/pie-elements/commit/78ffbae))
1662
+ * **placement-ordering:** renaming model properties with naming conventions. ([9d9be01](https://github.com/pie-framework/pie-elements/commit/9d9be01))
1663
+
1664
+
1665
+ ### Features
1666
+
1667
+ * **multiple-choice:** Integrated new settings panel. Updated tests. ([6387043](https://github.com/pie-framework/pie-elements/commit/6387043))
1668
+
1669
+
1670
+
1671
+
1672
+
1673
+ ## [0.8.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@0.8.5...@pie-element/multiple-choice-configure@0.8.6) (2019-04-08)
1674
+
1675
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1676
+
1677
+
1678
+
1679
+
1680
+
1681
+ ## [0.8.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@0.8.4...@pie-element/multiple-choice-configure@0.8.5) (2019-04-08)
1682
+
1683
+
1684
+ ### Bug Fixes
1685
+
1686
+ * Update state.model if there are any changes. ([610a9db](https://github.com/pie-framework/pie-elements/commit/610a9db))
1687
+
1688
+
1689
+
1690
+
1691
+
1692
+ ## [0.8.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@0.8.3...@pie-element/multiple-choice-configure@0.8.4) (2019-04-04)
1693
+
1694
+
1695
+ ### Bug Fixes
1696
+
1697
+ * bump editable-html ([1b4b238](https://github.com/pie-framework/pie-elements/commit/1b4b238))
1698
+
1699
+
1700
+
1701
+
1702
+
1703
+ ## [0.8.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@0.8.2...@pie-element/multiple-choice-configure@0.8.3) (2019-03-18)
1704
+
1705
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1706
+
1707
+
1708
+
1709
+
1710
+
1711
+ ## [0.8.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@0.8.1...@pie-element/multiple-choice-configure@0.8.2) (2019-03-18)
1712
+
1713
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1714
+
1715
+
1716
+
1717
+
1718
+
1719
+ ## [0.8.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@0.8.0...@pie-element/multiple-choice-configure@0.8.1) (2019-03-18)
1720
+
1721
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1722
+
1723
+
1724
+
1725
+
1726
+
1727
+ # [0.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@0.7.0...@pie-element/multiple-choice-configure@0.8.0) (2019-03-18)
1728
+
1729
+
1730
+ ### Features
1731
+
1732
+ * **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))
1733
+
1734
+
1735
+
1736
+
1737
+
1738
+ # [0.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@0.6.0...@pie-element/multiple-choice-configure@0.7.0) (2019-03-13)
1739
+
1740
+
1741
+ ### Features
1742
+
1743
+ * **general:** initialize default model ([#129](https://github.com/pie-framework/pie-elements/issues/129)) ([b62d058](https://github.com/pie-framework/pie-elements/commit/b62d058))
1744
+ * all elements on `develop` target [@next](https://github.com/next) releases ([d3766e6](https://github.com/pie-framework/pie-elements/commit/d3766e6))
1745
+
1746
+
1747
+
1748
+
1749
+
1750
+ # [0.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@0.5.2...@pie-element/multiple-choice-configure@0.6.0) (2019-02-20)
1751
+
1752
+
1753
+ ### Features
1754
+
1755
+ * **multiple-choice:** reimplemented the new design ([10c3b9b](https://github.com/pie-framework/pie-elements/commit/10c3b9b))
1756
+
1757
+
1758
+
1759
+
1760
+
1761
+ ## [0.5.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@0.5.1...@pie-element/multiple-choice-configure@0.5.2) (2019-02-13)
1762
+
1763
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1764
+
1765
+
1766
+
1767
+
1768
+
1769
+ ## [0.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@0.5.0...@pie-element/multiple-choice-configure@0.5.1) (2019-02-13)
1770
+
1771
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1772
+
1773
+
1774
+
1775
+
1776
+
1777
+ # [0.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@0.4.0...@pie-element/multiple-choice-configure@0.5.0) (2019-02-08)
1778
+
1779
+
1780
+ ### Bug Fixes
1781
+
1782
+ * **multiple-choice:** bumped the editable-html version ([220b147](https://github.com/pie-framework/pie-elements/commit/220b147))
1783
+ * **multiple-choice:** fixed a warning ([c8ccb36](https://github.com/pie-framework/pie-elements/commit/c8ccb36))
1784
+
1785
+
1786
+ ### Features
1787
+
1788
+ * **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))
1789
+ * **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))
1790
+ * **multiple-choice:** changed the behaviour when enableShowPrompt is false ([5edaad1](https://github.com/pie-framework/pie-elements/commit/5edaad1))
1791
+ * **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))
1792
+ * **multiple-choice:** made some change to the customization properties ([6f0d1b6](https://github.com/pie-framework/pie-elements/commit/6f0d1b6))
1793
+
1794
+
1795
+
1796
+
1797
+
1798
+ # [0.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@0.3.2...@pie-element/multiple-choice-configure@0.4.0) (2019-01-08)
1799
+
1800
+
1801
+ ### Bug Fixes
1802
+
1803
+ * **tests:** fixed tests for the multiple choice element ([0fa715c](https://github.com/pie-framework/pie-elements/commit/0fa715c))
1804
+
1805
+
1806
+ ### Features
1807
+
1808
+ * **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))
1809
+ * **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))
1810
+ * **multiple-choice:** updated snapshot in order to fix tests ([3fb6464](https://github.com/pie-framework/pie-elements/commit/3fb6464))
1811
+ * **multiple-choice:** updated the config-ui package ([bc7aac1](https://github.com/pie-framework/pie-elements/commit/bc7aac1))
1812
+ * **multiple-choice:** updated the config-ui package and the pie-ui package ([95ae357](https://github.com/pie-framework/pie-elements/commit/95ae357))
1813
+ * **multiple-choice:** updated the version of the config-ui ([1d79056](https://github.com/pie-framework/pie-elements/commit/1d79056))
1814
+
1815
+
1816
+
1817
+
1818
+
1819
+ ## [0.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@0.3.1...@pie-element/multiple-choice-configure@0.3.2) (2018-11-14)
1820
+
1821
+ **Note:** Version bump only for package @pie-element/multiple-choice-configure
1822
+
1823
+
1824
+
1825
+
1826
+
1827
+ ## [0.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@0.3.0...@pie-element/multiple-choice-configure@0.3.1) (2018-11-12)
1828
+
1829
+
1830
+ ### Bug Fixes
1831
+
1832
+ * **multiple-choice-item-preview-reset:** resetting the item preview when changing response type ([eb2f4c2](https://github.com/pie-framework/pie-elements/commit/eb2f4c2))
1833
+ * **multiple-choice-tests:** added tests for the new and old logic ([b78d059](https://github.com/pie-framework/pie-elements/commit/b78d059))
1834
+
1835
+
1836
+
1837
+
1838
+
1839
+ <a name="0.3.0"></a>
1840
+ # [0.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@0.2.0...@pie-element/multiple-choice-configure@0.3.0) (2018-11-05)
1841
+
1842
+
1843
+ ### Features
1844
+
1845
+ * **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))
1846
+ * **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))
1847
+ * **multiple-choice-configure-customization:** updated the scoring config version ([947cdd0](https://github.com/pie-framework/pie-elements/commit/947cdd0))
1848
+
1849
+
1850
+
1851
+
1852
+
1853
+ <a name="0.2.0"></a>
1854
+ # [0.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@0.1.1...@pie-element/multiple-choice-configure@0.2.0) (2018-10-31)
1855
+
1856
+
1857
+ ### Features
1858
+
1859
+ * **ch497:** updated the partial scoring for 3 packages: match, select-text and multiple-choice ([5a46b06](https://github.com/pie-framework/pie-elements/commit/5a46b06))
1860
+ * **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))
1861
+
1862
+
1863
+
1864
+
1865
+
1866
+ <a name="0.1.1"></a>
1867
+ ## [0.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@0.1.0...@pie-element/multiple-choice-configure@0.1.1) (2018-10-10)
1868
+
1869
+
1870
+ ### Bug Fixes
1871
+
1872
+ * **editable-html-package-update:** updated the editable-html version ([4240cb8](https://github.com/pie-framework/pie-elements/commit/4240cb8))
1873
+
1874
+
1875
+
1876
+
1877
+
1878
+ <a name="0.1.0"></a>
1879
+ # 0.1.0 (2018-09-20)
1880
+
1881
+
1882
+ ### Bug Fixes
1883
+
1884
+ * **configure:** make sure value is unique ([0f437c2](https://github.com/pie-framework/pie-elements/commit/0f437c2))
1885
+ * **dependencies:** fix dependencies ([0d16dc0](https://github.com/pie-framework/pie-elements/commit/0d16dc0))
1886
+ * **dependencies:** update dependency names ([dc789ac](https://github.com/pie-framework/pie-elements/commit/dc789ac))
1887
+ * **dependencies:** use latest [@pie-lib](https://github.com/pie-lib)/editable-html ([b29ff91](https://github.com/pie-framework/pie-elements/commit/b29ff91))
1888
+ * **dependencies:** version bump ([ee6d3d0](https://github.com/pie-framework/pie-elements/commit/ee6d3d0))
1889
+ * **prompt:** add image functionality back in ([3aa73db](https://github.com/pie-framework/pie-elements/commit/3aa73db))
1890
+ * bump config-ui and editable html versions ([002fb60](https://github.com/pie-framework/pie-elements/commit/002fb60))
1891
+ * bump config-ui@^7.6.6 ([266235a](https://github.com/pie-framework/pie-elements/commit/266235a))
1892
+ * dont import *.jsx files ([5811854](https://github.com/pie-framework/pie-elements/commit/5811854))
1893
+ * fix bad import ([2cd1cde](https://github.com/pie-framework/pie-elements/commit/2cd1cde))
1894
+
1895
+
1896
+ ### Features
1897
+
1898
+ * **dependencies:** use latest [@pie-ui](https://github.com/pie-ui)/multiple-choice ([9b73dbb](https://github.com/pie-framework/pie-elements/commit/9b73dbb))
1899
+ * **root:** use [@pie-lib](https://github.com/pie-lib)/config-ui choiceUtils ([2a3f180](https://github.com/pie-framework/pie-elements/commit/2a3f180))
1900
+ * **value:** remove 'value' input, it is now generated based on the choice index. ([5ea34fa](https://github.com/pie-framework/pie-elements/commit/5ea34fa))
1901
+ * add outcome method to controller ([ec2853e](https://github.com/pie-framework/pie-elements/commit/ec2853e))
1902
+ * 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))