@pie-element/ebsr 9.0.2-next.13 → 9.0.2-next.15

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