@pie-element/inline-dropdown 10.1.2-next.1 → 10.1.2

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 (86) hide show
  1. package/CHANGELOG.json +1082 -0
  2. package/CHANGELOG.md +2192 -0
  3. package/LICENSE.md +5 -0
  4. package/README.md +1 -0
  5. package/configure/CHANGELOG.json +647 -0
  6. package/configure/CHANGELOG.md +1949 -0
  7. package/configure/lib/defaults.js +192 -0
  8. package/configure/lib/defaults.js.map +1 -0
  9. package/configure/lib/index.js +135 -0
  10. package/configure/lib/index.js.map +1 -0
  11. package/configure/lib/inline-dropdown-toolbar.js +456 -0
  12. package/configure/lib/inline-dropdown-toolbar.js.map +1 -0
  13. package/configure/lib/main.js +612 -0
  14. package/configure/lib/main.js.map +1 -0
  15. package/configure/lib/markupUtils.js +50 -0
  16. package/configure/lib/markupUtils.js.map +1 -0
  17. package/configure/lib/response-area.js +48 -0
  18. package/configure/lib/response-area.js.map +1 -0
  19. package/configure/lib/utils.js +22 -0
  20. package/configure/lib/utils.js.map +1 -0
  21. package/configure/package.json +24 -0
  22. package/controller/CHANGELOG.json +467 -0
  23. package/controller/CHANGELOG.md +1283 -0
  24. package/controller/lib/defaults.js +25 -0
  25. package/controller/lib/defaults.js.map +1 -0
  26. package/controller/lib/index.js +295 -0
  27. package/controller/lib/index.js.map +1 -0
  28. package/controller/lib/utils.js +32 -0
  29. package/controller/lib/utils.js.map +1 -0
  30. package/controller/package.json +16 -0
  31. package/docs/config-schema.json +2854 -0
  32. package/docs/config-schema.json.md +2106 -0
  33. package/docs/demo/config.js +8 -0
  34. package/docs/demo/generate.js +76 -0
  35. package/docs/demo/index.html +1 -0
  36. package/docs/demo/session.js +11 -0
  37. package/docs/pie-schema.json +1152 -0
  38. package/docs/pie-schema.json.md +814 -0
  39. package/lib/index.js +85 -0
  40. package/lib/index.js.map +1 -0
  41. package/lib/inline-dropdown.js +176 -0
  42. package/lib/inline-dropdown.js.map +1 -0
  43. package/package.json +21 -86
  44. package/configure.js +0 -2
  45. package/controller.js +0 -1
  46. package/dist/author/defaults.d.ts +0 -194
  47. package/dist/author/defaults.js +0 -130
  48. package/dist/author/index.d.ts +0 -43
  49. package/dist/author/index.js +0 -83
  50. package/dist/author/inline-dropdown-toolbar.d.ts +0 -48
  51. package/dist/author/inline-dropdown-toolbar.js +0 -268
  52. package/dist/author/main.d.ts +0 -49
  53. package/dist/author/main.js +0 -379
  54. package/dist/author/markupUtils.d.ts +0 -12
  55. package/dist/author/markupUtils.js +0 -23
  56. package/dist/author/response-area.d.ts +0 -20
  57. package/dist/author/response-area.js +0 -32
  58. package/dist/author/utils.d.ts +0 -10
  59. package/dist/author/utils.js +0 -10
  60. package/dist/browser/Close-CMvmRhfL.js +0 -9024
  61. package/dist/browser/Close-CMvmRhfL.js.map +0 -1
  62. package/dist/browser/author/index.js +0 -40578
  63. package/dist/browser/author/index.js.map +0 -1
  64. package/dist/browser/controller/index.js +0 -196
  65. package/dist/browser/controller/index.js.map +0 -1
  66. package/dist/browser/delivery/index.js +0 -2714
  67. package/dist/browser/delivery/index.js.map +0 -1
  68. package/dist/browser/dist-CAsDMEWi.js +0 -133
  69. package/dist/browser/dist-CAsDMEWi.js.map +0 -1
  70. package/dist/browser/inline-dropdown.css +0 -2
  71. package/dist/controller/defaults.d.ts +0 -27
  72. package/dist/controller/defaults.js +0 -21
  73. package/dist/controller/index.d.ts +0 -54
  74. package/dist/controller/index.js +0 -124
  75. package/dist/controller/utils.d.ts +0 -12
  76. package/dist/controller/utils.js +0 -13
  77. package/dist/delivery/index.d.ts +0 -20
  78. package/dist/delivery/index.js +0 -60
  79. package/dist/delivery/inline-dropdown.d.ts +0 -38
  80. package/dist/delivery/inline-dropdown.js +0 -109
  81. package/dist/index.d.ts +0 -1
  82. package/dist/index.iife.d.ts +0 -8
  83. package/dist/index.iife.js +0 -148
  84. package/dist/index.js +0 -2
  85. package/dist/runtime-support.d.ts +0 -12
  86. package/dist/runtime-support.js +0 -12
package/LICENSE.md ADDED
@@ -0,0 +1,5 @@
1
+ Copyright 2019 CoreSpring Inc
2
+
3
+ Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
4
+
5
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
package/README.md ADDED
@@ -0,0 +1 @@
1
+ # inline-dropdown
@@ -0,0 +1,647 @@
1
+ [
2
+ {
3
+ "type": "chore",
4
+ "scope": "version",
5
+ "subject": "bumped the versions",
6
+ "merge": null,
7
+ "header": "chore(version): bumped the versions",
8
+ "body": null,
9
+ "footer": null,
10
+ "notes": [],
11
+ "hash": "12b141d884c66a15d23c8cbb34be820a422d7332",
12
+ "gitTags": " (origin/feat/mask-markup-elements)",
13
+ "committerDate": "2019-06-06 01:15:50 +0300",
14
+ "isTagged": true,
15
+ "tag": "@pie-element/inline-dropdown-configure@1.1.0"
16
+ },
17
+ {
18
+ "type": "feat",
19
+ "scope": "mask-markup-elements",
20
+ "subject": "major changes to all 3 elements",
21
+ "merge": null,
22
+ "header": "feat(mask-markup-elements): major changes to all 3 elements",
23
+ "body": null,
24
+ "footer": null,
25
+ "notes": [],
26
+ "hash": "039a33e23496f96bbd75f3615d9a2b661a9bb47e",
27
+ "gitTags": "",
28
+ "committerDate": "2019-06-05 17:45:57 +0300",
29
+ "isTagged": true,
30
+ "tag": "@pie-element/inline-dropdown-configure@1.1.0"
31
+ },
32
+ {
33
+ "type": "feat",
34
+ "scope": "mask-markup-elements",
35
+ "subject": "most of the work for the 3 new elements: inline-dropdown, explicit-constructed-response and drag-in-the-blank",
36
+ "merge": null,
37
+ "header": "feat(mask-markup-elements): most of the work for the 3 new elements: inline-dropdown, explicit-constructed-response and drag-in-the-blank",
38
+ "body": null,
39
+ "footer": null,
40
+ "notes": [],
41
+ "hash": "67f3c3d21019b89fb2924abfabdb19531d3f6168",
42
+ "gitTags": "",
43
+ "committerDate": "2019-05-16 15:55:08 +0300",
44
+ "isTagged": true,
45
+ "tag": "@pie-element/inline-dropdown-configure@1.1.0"
46
+ },
47
+ {
48
+ "type": "chore",
49
+ "scope": "version",
50
+ "subject": "bumped the packages that depend on the editable-html",
51
+ "merge": null,
52
+ "header": "chore(version): bumped the packages that depend on the editable-html",
53
+ "body": null,
54
+ "footer": null,
55
+ "notes": [],
56
+ "hash": "00eb12e58c01b50dde8e4d1a179c879e2f3216fc",
57
+ "gitTags": " (develop)",
58
+ "committerDate": "2019-06-06 13:16:05 +0300",
59
+ "isTagged": true,
60
+ "tag": "@pie-element/inline-dropdown-configure@1.1.1"
61
+ },
62
+ {
63
+ "type": "fix",
64
+ "scope": "general",
65
+ "subject": "fixed some general issues",
66
+ "merge": null,
67
+ "header": "fix(general): fixed some general issues",
68
+ "body": null,
69
+ "footer": null,
70
+ "notes": [],
71
+ "hash": "29a8bd3beab50358d1aa4bf4bfbdbed03fe5afab",
72
+ "gitTags": "",
73
+ "committerDate": "2019-06-19 17:57:41 -0500",
74
+ "isTagged": true,
75
+ "tag": "@pie-element/inline-dropdown-configure@1.1.4"
76
+ },
77
+ {
78
+ "type": "fix",
79
+ "scope": "general",
80
+ "subject": "fixed some general issues",
81
+ "merge": null,
82
+ "header": "fix(general): fixed some general issues",
83
+ "body": null,
84
+ "footer": null,
85
+ "notes": [],
86
+ "hash": "29a8bd3beab50358d1aa4bf4bfbdbed03fe5afab",
87
+ "gitTags": "",
88
+ "committerDate": "2019-06-19 17:57:41 -0500",
89
+ "isTagged": true,
90
+ "tag": "@pie-element/inline-dropdown-configure@1.1.4"
91
+ },
92
+ {
93
+ "type": "feat",
94
+ "scope": "general",
95
+ "subject": "updated all the packages that have the config-ui as a dependency",
96
+ "merge": null,
97
+ "header": "feat(general): updated all the packages that have the config-ui as a dependency",
98
+ "body": null,
99
+ "footer": null,
100
+ "notes": [],
101
+ "hash": "44061deecae6d18cdbf6f5fb524f3d3094ccd354",
102
+ "gitTags": "",
103
+ "committerDate": "2019-06-20 22:32:48 -0400",
104
+ "isTagged": true,
105
+ "tag": "@pie-element/inline-dropdown-configure@1.2.0"
106
+ },
107
+ {
108
+ "type": "feat",
109
+ "scope": "settings-panel",
110
+ "subject": "updated the settings panel design and changes needed for [ch2242]",
111
+ "merge": null,
112
+ "header": "feat(settings-panel): updated the settings panel design and changes needed for [ch2242]",
113
+ "body": null,
114
+ "footer": null,
115
+ "notes": [],
116
+ "hash": "d830e57b32bd09ac8cc02c7a12d75d988d9df21c",
117
+ "gitTags": "",
118
+ "committerDate": "2019-06-25 23:42:15 -0400",
119
+ "isTagged": true,
120
+ "tag": "@pie-element/inline-dropdown-configure@1.3.0"
121
+ },
122
+ {
123
+ "type": "fix",
124
+ "scope": "rendering",
125
+ "subject": "made sure all the items are rendered properly [c1935]",
126
+ "merge": null,
127
+ "header": "fix(rendering): made sure all the items are rendered properly [c1935]",
128
+ "body": null,
129
+ "footer": null,
130
+ "notes": [],
131
+ "hash": "61a85ab4a03713abb029b5323ce683cd1534eb1a",
132
+ "gitTags": " (origin/andreilakatos/ch1935/item-rendering-issue)",
133
+ "committerDate": "2019-06-26 13:02:43 -0400",
134
+ "isTagged": true,
135
+ "tag": "@pie-element/inline-dropdown-configure@1.3.2"
136
+ },
137
+ {
138
+ "type": "feat",
139
+ "scope": "mask-markup-elements",
140
+ "subject": "refactored the elements and version bumped the necessary files",
141
+ "merge": null,
142
+ "header": "feat(mask-markup-elements): refactored the elements and version bumped the necessary files",
143
+ "body": null,
144
+ "footer": null,
145
+ "notes": [],
146
+ "hash": "f8f77c02e44afd90e491a371d86d3d4093eb41e5",
147
+ "gitTags": "",
148
+ "committerDate": "2019-07-02 13:38:48 -0400",
149
+ "isTagged": true,
150
+ "tag": "@pie-element/inline-dropdown-configure@1.4.0"
151
+ },
152
+ {
153
+ "type": "chore",
154
+ "scope": "editable-html",
155
+ "subject": "version bumped the necessary packages",
156
+ "merge": null,
157
+ "header": "chore(editable-html): version bumped the necessary packages",
158
+ "body": null,
159
+ "footer": null,
160
+ "notes": [],
161
+ "hash": "3c7caf6a1f8dc120ca23ab93258a90a593bbeb65",
162
+ "gitTags": "",
163
+ "committerDate": "2019-07-02 15:13:55 -0400",
164
+ "isTagged": true,
165
+ "tag": "@pie-element/inline-dropdown-configure@1.4.1"
166
+ },
167
+ {
168
+ "type": "chore",
169
+ "scope": "version",
170
+ "subject": "version bumped the editable-html dependent packages",
171
+ "merge": null,
172
+ "header": "chore(version): version bumped the editable-html dependent packages",
173
+ "body": null,
174
+ "footer": null,
175
+ "notes": [],
176
+ "hash": "19961d346e8596064bad27156e0cf5a03afc3889",
177
+ "gitTags": "",
178
+ "committerDate": "2019-07-03 15:57:58 -0400",
179
+ "isTagged": true,
180
+ "tag": "@pie-element/inline-dropdown-configure@1.4.3"
181
+ },
182
+ {
183
+ "type": "fix",
184
+ "scope": "template-els",
185
+ "subject": "fixed some ditb issues",
186
+ "merge": null,
187
+ "header": "fix(template-els): fixed some ditb issues",
188
+ "body": null,
189
+ "footer": null,
190
+ "notes": [],
191
+ "hash": "9133840e48a263b2cf49ce4db9c4310743efffe0",
192
+ "gitTags": "",
193
+ "committerDate": "2019-07-04 11:45:23 -0400",
194
+ "isTagged": true,
195
+ "tag": "@pie-element/inline-dropdown-configure@1.4.4"
196
+ },
197
+ {
198
+ "type": "fix",
199
+ "scope": "editable-html",
200
+ "subject": "fixed lots of stuff regarding the editable-html",
201
+ "merge": null,
202
+ "header": "fix(editable-html): fixed lots of stuff regarding the editable-html",
203
+ "body": null,
204
+ "footer": null,
205
+ "notes": [],
206
+ "hash": "12c112917e0b5065ec35efdbdc276703602a6c68",
207
+ "gitTags": " (origin/andrei/fixes)",
208
+ "committerDate": "2019-07-07 14:16:34 -0400",
209
+ "isTagged": true,
210
+ "tag": "@pie-element/inline-dropdown-configure@1.4.6"
211
+ },
212
+ {
213
+ "type": "chore",
214
+ "scope": "config-ui",
215
+ "subject": "bumped dependent packages",
216
+ "merge": null,
217
+ "header": "chore(config-ui): bumped dependent packages",
218
+ "body": null,
219
+ "footer": null,
220
+ "notes": [],
221
+ "hash": "645756c242868cf21e36a73227b355affb5f957a",
222
+ "gitTags": "",
223
+ "committerDate": "2019-07-07 15:44:44 -0400",
224
+ "isTagged": true,
225
+ "tag": "@pie-element/inline-dropdown-configure@1.4.7"
226
+ },
227
+ {
228
+ "type": "chore",
229
+ "scope": "editable-html",
230
+ "subject": "version bumped some dependant packages",
231
+ "merge": null,
232
+ "header": "chore(editable-html): version bumped some dependant packages",
233
+ "body": null,
234
+ "footer": null,
235
+ "notes": [],
236
+ "hash": "a4fbf3e8e7841ecae4f034328f9481a1f69ae3df",
237
+ "gitTags": "",
238
+ "committerDate": "2019-07-09 13:38:59 +0300",
239
+ "isTagged": true,
240
+ "tag": "@pie-element/inline-dropdown-configure@1.4.8"
241
+ },
242
+ {
243
+ "type": "feat",
244
+ "scope": "template-elements",
245
+ "subject": "updated the dependent packages that use editable-html and fixed [ch2564], [ch2565], [ch2538], [ch2489], [ch2557], [ch2593], [ch2490], [ch2527]",
246
+ "merge": null,
247
+ "header": "feat(template-elements): updated the dependent packages that use editable-html and fixed [ch2564], [ch2565], [ch2538], [ch2489], [ch2557], [ch2593], [ch2490], [ch2527]",
248
+ "body": null,
249
+ "footer": null,
250
+ "notes": [],
251
+ "hash": "a87febe2518ada7ee433b0b39895c26c15737ac4",
252
+ "gitTags": "",
253
+ "committerDate": "2019-07-11 16:57:13 +0300",
254
+ "isTagged": true,
255
+ "tag": "@pie-element/inline-dropdown-configure@1.5.0"
256
+ },
257
+ {
258
+ "type": "fix",
259
+ "scope": "behaviour",
260
+ "subject": "added alternate scoring for placement-ordering [ch1304], rendered math in extended-text-entry [ch1016], moved the toolbar above the editor for [ch2493]",
261
+ "merge": null,
262
+ "header": "fix(behaviour): added alternate scoring for placement-ordering [ch1304], rendered math in extended-text-entry [ch1016], moved the toolbar above the editor for [ch2493]",
263
+ "body": null,
264
+ "footer": null,
265
+ "notes": [],
266
+ "hash": "81c94b4390624cf205845a208a9df36a53a53025",
267
+ "gitTags": "",
268
+ "committerDate": "2019-07-09 17:33:00 +0300",
269
+ "isTagged": true,
270
+ "tag": "@pie-element/inline-dropdown-configure@1.5.0"
271
+ },
272
+ {
273
+ "type": "fix",
274
+ "scope": "rendering",
275
+ "subject": "implemented rendering for math elements [ch1915], [ch1935]",
276
+ "merge": null,
277
+ "header": "fix(rendering): implemented rendering for math elements [ch1915], [ch1935]",
278
+ "body": null,
279
+ "footer": null,
280
+ "notes": [],
281
+ "hash": "2f3584200654e098c7b4cc4b312813efac09e7a9",
282
+ "gitTags": "",
283
+ "committerDate": "2019-07-12 15:45:27 +0300",
284
+ "isTagged": true,
285
+ "tag": "@pie-element/inline-dropdown-configure@1.5.2"
286
+ },
287
+ {
288
+ "type": "fix",
289
+ "scope": "template-areas",
290
+ "subject": "fixed the remaining issues with the inline-dropdown and ecr [ch2797], [ch2802]",
291
+ "merge": null,
292
+ "header": "fix(template-areas): fixed the remaining issues with the inline-dropdown and ecr [ch2797], [ch2802]",
293
+ "body": null,
294
+ "footer": null,
295
+ "notes": [],
296
+ "hash": "1fbce9d1bbe2022612adc86790f8d193cc2b5cff",
297
+ "gitTags": "",
298
+ "committerDate": "2019-07-13 21:48:38 +0300",
299
+ "isTagged": true,
300
+ "tag": "@pie-element/inline-dropdown-configure@1.5.5"
301
+ },
302
+ {
303
+ "type": "fix",
304
+ "scope": null,
305
+ "subject": "support rationale",
306
+ "merge": null,
307
+ "header": "fix: support rationale",
308
+ "body": null,
309
+ "footer": null,
310
+ "notes": [],
311
+ "hash": "025b37acd6d1602b3558f25e049c2f5eefd67de4",
312
+ "gitTags": "",
313
+ "committerDate": "2019-07-15 19:07:02 +0300",
314
+ "isTagged": true,
315
+ "tag": "@pie-element/inline-dropdown-configure@1.5.7"
316
+ },
317
+ {
318
+ "type": "fix",
319
+ "scope": "elements",
320
+ "subject": "version bumped the editable-html packages [ch1738]",
321
+ "merge": null,
322
+ "header": "fix(elements): version bumped the editable-html packages [ch1738]",
323
+ "body": null,
324
+ "footer": null,
325
+ "notes": [],
326
+ "hash": "949222a6a3af39cf8b81a885a81e5c6f3c6a28a0",
327
+ "gitTags": "",
328
+ "committerDate": "2019-08-08 08:40:11 +0300",
329
+ "isTagged": true,
330
+ "tag": "@pie-element/inline-dropdown-configure@1.5.12"
331
+ },
332
+ {
333
+ "type": "fix",
334
+ "scope": "math-rendering",
335
+ "subject": "updated all dependent packages [ch3365]",
336
+ "merge": null,
337
+ "header": "fix(math-rendering): updated all dependent packages [ch3365]",
338
+ "body": null,
339
+ "footer": null,
340
+ "notes": [],
341
+ "hash": "7cbf25ac92040a16621d5699e232c38575f6c36c",
342
+ "gitTags": "",
343
+ "committerDate": "2019-08-16 23:04:42 +0300",
344
+ "isTagged": true,
345
+ "tag": "@pie-element/inline-dropdown-configure@1.5.13"
346
+ },
347
+ {
348
+ "type": "fix",
349
+ "scope": null,
350
+ "subject": "set default values to configuration properties",
351
+ "merge": null,
352
+ "header": "fix: set default values to configuration properties",
353
+ "body": null,
354
+ "footer": null,
355
+ "notes": [],
356
+ "hash": "31221f11ec3d1fc160c34fd01ea25882de27c45e",
357
+ "gitTags": "",
358
+ "committerDate": "2019-08-15 13:58:00 +0300",
359
+ "isTagged": true,
360
+ "tag": "@pie-element/inline-dropdown-configure@1.5.13"
361
+ },
362
+ {
363
+ "type": "fix",
364
+ "scope": "math-rendering",
365
+ "subject": "updated all dependent packages for math rendering and for editable-html [ch3365], [ch1530]",
366
+ "merge": null,
367
+ "header": "fix(math-rendering): updated all dependent packages for math rendering and for editable-html [ch3365], [ch1530]",
368
+ "body": null,
369
+ "footer": null,
370
+ "notes": [],
371
+ "hash": "33e3287a735cec9aed893f697a1933ff0c077042",
372
+ "gitTags": "",
373
+ "committerDate": "2019-08-19 19:37:56 +0300",
374
+ "isTagged": true,
375
+ "tag": "@pie-element/inline-dropdown-configure@1.5.14"
376
+ },
377
+ {
378
+ "type": "feat",
379
+ "scope": "mask-markup",
380
+ "subject": "made some fixes for mask markup elements: [ch1897], [ch2974], [ch2991], [ch2984], [ch2988], [ch2987], [ch2521]",
381
+ "merge": null,
382
+ "header": "feat(mask-markup): made some fixes for mask markup elements: [ch1897], [ch2974], [ch2991], [ch2984], [ch2988], [ch2987], [ch2521]",
383
+ "body": null,
384
+ "footer": null,
385
+ "notes": [],
386
+ "hash": "d0a343b93a68672fc9dd3673d1b50e335ee53f61",
387
+ "gitTags": "",
388
+ "committerDate": "2019-08-22 09:18:44 +0300",
389
+ "isTagged": true,
390
+ "tag": "@pie-element/inline-dropdown-configure@1.6.0"
391
+ },
392
+ {
393
+ "type": "fix",
394
+ "scope": null,
395
+ "subject": "Removed incorrect defaults, fixed bug (App crash at: remove options from a dropdown until you have only one option, save, click OK on the opened dialog)",
396
+ "merge": null,
397
+ "header": "fix: Removed incorrect defaults, fixed bug (App crash at: remove options from a dropdown until you have only one option, save, click OK on the opened dialog)",
398
+ "body": null,
399
+ "footer": null,
400
+ "notes": [],
401
+ "hash": "26410f2de695162cd507252a3aa33d6a1b2bc52d",
402
+ "gitTags": "",
403
+ "committerDate": "2019-09-18 10:15:00 +0300",
404
+ "isTagged": true,
405
+ "tag": "@pie-element/inline-dropdown-configure@2.0.1"
406
+ },
407
+ {
408
+ "type": "fix",
409
+ "scope": null,
410
+ "subject": "Removed usage of state.markup. Prevented crash for \"Show Correct Answers\" Toggle.",
411
+ "merge": null,
412
+ "header": "fix: Removed usage of state.markup. Prevented crash for \"Show Correct Answers\" Toggle.",
413
+ "body": null,
414
+ "footer": null,
415
+ "notes": [],
416
+ "hash": "8e668529fc1272713f01bf0a468d8cea1c3fd4ec",
417
+ "gitTags": "",
418
+ "committerDate": "2019-09-18 08:52:23 +0300",
419
+ "isTagged": true,
420
+ "tag": "@pie-element/inline-dropdown-configure@2.0.1"
421
+ },
422
+ {
423
+ "type": "fix",
424
+ "scope": null,
425
+ "subject": "State not updating.",
426
+ "merge": null,
427
+ "header": "fix: State not updating.",
428
+ "body": null,
429
+ "footer": null,
430
+ "notes": [],
431
+ "hash": "1f1e6b4f29baf8b23dda3cf33a5bb2689dc49054",
432
+ "gitTags": " (origin/andreea/ch4011/for-inline-dropdown-in-ibx-and-the-pie-api-2)",
433
+ "committerDate": "2019-09-19 10:20:44 +0300",
434
+ "isTagged": true,
435
+ "tag": "@pie-element/inline-dropdown-configure@2.0.3"
436
+ },
437
+ {
438
+ "type": "fix",
439
+ "scope": null,
440
+ "subject": "variables pointing to the same address issue",
441
+ "merge": null,
442
+ "header": "fix: variables pointing to the same address issue",
443
+ "body": null,
444
+ "footer": null,
445
+ "notes": [],
446
+ "hash": "76cfd3080ba6d459974166972abeca6dc7b69dbe",
447
+ "gitTags": "",
448
+ "committerDate": "2019-09-19 09:47:24 +0300",
449
+ "isTagged": true,
450
+ "tag": "@pie-element/inline-dropdown-configure@2.0.2"
451
+ },
452
+ {
453
+ "type": "feat",
454
+ "scope": "inline-dropdown",
455
+ "subject": "model based prompt",
456
+ "merge": null,
457
+ "header": "feat(inline-dropdown): model based prompt",
458
+ "body": null,
459
+ "footer": null,
460
+ "notes": [],
461
+ "hash": "8d4be7fca066e94ac396547782dbb36d89d0b873",
462
+ "gitTags": "",
463
+ "committerDate": "2019-09-25 17:38:12 +0300",
464
+ "isTagged": true,
465
+ "tag": "@pie-element/inline-dropdown-configure@2.1.0"
466
+ },
467
+ {
468
+ "type": "fix",
469
+ "scope": null,
470
+ "subject": "Hide Partial Scoring option from Settings Panel setting to false by default.",
471
+ "merge": null,
472
+ "header": "fix: Hide Partial Scoring option from Settings Panel setting to false by default.",
473
+ "body": null,
474
+ "footer": null,
475
+ "notes": [],
476
+ "hash": "1d0f617741d88756dd9861647981b1121e04963f",
477
+ "gitTags": "",
478
+ "committerDate": "2019-11-06 09:57:11 +0200",
479
+ "isTagged": true,
480
+ "tag": "@pie-element/inline-dropdown-configure@3.0.1"
481
+ },
482
+ {
483
+ "type": "feat",
484
+ "scope": null,
485
+ "subject": "bump to math-rendering@^2.0.3",
486
+ "merge": null,
487
+ "header": "feat: bump to math-rendering@^2.0.3",
488
+ "body": null,
489
+ "footer": null,
490
+ "notes": [],
491
+ "hash": "b0af226bca75b80840e54a779a8cf5c7913943a0",
492
+ "gitTags": "",
493
+ "committerDate": "2019-12-17 19:11:33 +0000",
494
+ "isTagged": true,
495
+ "tag": "@pie-element/inline-dropdown-configure@3.1.0"
496
+ },
497
+ {
498
+ "type": "feat",
499
+ "scope": "markup",
500
+ "subject": "sanity checked the choices [ch5774]",
501
+ "merge": null,
502
+ "header": "feat(markup): sanity checked the choices [ch5774]",
503
+ "body": null,
504
+ "footer": null,
505
+ "notes": [],
506
+ "hash": "2a63751a4de8d3abe1ffb8544f7bd7366f3b0ca0",
507
+ "gitTags": "",
508
+ "committerDate": "2019-12-17 09:34:18 +0200",
509
+ "isTagged": true,
510
+ "tag": "@pie-element/inline-dropdown-configure@3.1.0"
511
+ },
512
+ {
513
+ "type": "feat",
514
+ "scope": "test",
515
+ "subject": "added tests [ch5684]",
516
+ "merge": null,
517
+ "header": "feat(test): added tests [ch5684]",
518
+ "body": null,
519
+ "footer": null,
520
+ "notes": [],
521
+ "hash": "097dc1366d4200c370125310b5e55f3471a7eb37",
522
+ "gitTags": " (origin/andrei/ch5684/drag-in-the-blank-image-in-choices)",
523
+ "committerDate": "2020-01-22 20:14:03 +0200",
524
+ "isTagged": true,
525
+ "tag": "@pie-element/inline-dropdown-configure@3.2.0"
526
+ },
527
+ {
528
+ "type": "feat",
529
+ "scope": "choices",
530
+ "subject": "handled html tags in choices to allow images [ch5684]",
531
+ "merge": null,
532
+ "header": "feat(choices): handled html tags in choices to allow images [ch5684]",
533
+ "body": null,
534
+ "footer": null,
535
+ "notes": [],
536
+ "hash": "39b774972cc3928cd288acdf92d13892192cab45",
537
+ "gitTags": "",
538
+ "committerDate": "2020-01-20 09:47:44 +0200",
539
+ "isTagged": true,
540
+ "tag": "@pie-element/inline-dropdown-configure@3.2.0"
541
+ },
542
+ {
543
+ "type": "fix",
544
+ "scope": null,
545
+ "subject": "bump ui versions",
546
+ "merge": null,
547
+ "header": "fix: bump ui versions",
548
+ "body": null,
549
+ "footer": null,
550
+ "notes": [],
551
+ "hash": "5b9d99fe59c304bdd173c9336503eb558900d2a2",
552
+ "gitTags": "",
553
+ "committerDate": "2020-03-31 19:25:13 +0100",
554
+ "isTagged": true,
555
+ "tag": "@pie-element/inline-dropdown-configure@3.3.0"
556
+ },
557
+ {
558
+ "type": "fix",
559
+ "scope": null,
560
+ "subject": "bump lib and ui versions",
561
+ "merge": null,
562
+ "header": "fix: bump lib and ui versions",
563
+ "body": null,
564
+ "footer": null,
565
+ "notes": [],
566
+ "hash": "a882cbf4580098ce0e12c51cf6ad2879817e17e7",
567
+ "gitTags": "",
568
+ "committerDate": "2020-04-10 17:13:24 +0100",
569
+ "isTagged": true,
570
+ "tag": "@pie-element/inline-dropdown-configure@3.3.1"
571
+ },
572
+ {
573
+ "type": "fix",
574
+ "scope": null,
575
+ "subject": "bump all packages to avoid tag conflict",
576
+ "merge": null,
577
+ "header": "fix: bump all packages to avoid tag conflict",
578
+ "body": null,
579
+ "footer": null,
580
+ "notes": [],
581
+ "hash": "d9ec9a8689f0a391594b5e2f4ea958c6dc9f6d7b",
582
+ "gitTags": "",
583
+ "committerDate": "2020-04-10 20:01:37 +0100",
584
+ "isTagged": true,
585
+ "tag": "@pie-element/inline-dropdown-configure@3.3.1"
586
+ },
587
+ {
588
+ "type": "fix",
589
+ "scope": null,
590
+ "subject": "bump ui/lib versions",
591
+ "merge": null,
592
+ "header": "fix: bump ui/lib versions",
593
+ "body": null,
594
+ "footer": null,
595
+ "notes": [],
596
+ "hash": "3edb2321ebaefcaee70c3642aa6da8a50e8a99e5",
597
+ "gitTags": "",
598
+ "committerDate": "2020-04-14 15:36:44 +0100",
599
+ "isTagged": true,
600
+ "tag": "@pie-element/inline-dropdown-configure@3.3.3"
601
+ },
602
+ {
603
+ "type": "fix",
604
+ "scope": null,
605
+ "subject": "bump ui/lib versions",
606
+ "merge": null,
607
+ "header": "fix: bump ui/lib versions",
608
+ "body": null,
609
+ "footer": null,
610
+ "notes": [],
611
+ "hash": "45f0da6e3e01f33aff6059cb13d571554690348b",
612
+ "gitTags": "",
613
+ "committerDate": "2020-04-28 14:57:57 +0100",
614
+ "isTagged": true,
615
+ "tag": "@pie-element/inline-dropdown-configure@3.3.4"
616
+ },
617
+ {
618
+ "type": "fix",
619
+ "scope": null,
620
+ "subject": "update ui/lib versions",
621
+ "merge": null,
622
+ "header": "fix: update ui/lib versions",
623
+ "body": null,
624
+ "footer": null,
625
+ "notes": [],
626
+ "hash": "0226b0bc0869d468ba3e5986bc469e020f4f12a6",
627
+ "gitTags": "",
628
+ "committerDate": "2020-04-28 14:20:37 +0100",
629
+ "isTagged": true,
630
+ "tag": "@pie-element/inline-dropdown-configure@3.3.4"
631
+ },
632
+ {
633
+ "type": "fix",
634
+ "scope": null,
635
+ "subject": "ui+libs update",
636
+ "merge": null,
637
+ "header": "fix: ui+libs update",
638
+ "body": null,
639
+ "footer": null,
640
+ "notes": [],
641
+ "hash": "6127de27006a7835d1dd7a9c4c5f13de950aa06d",
642
+ "gitTags": "",
643
+ "committerDate": "2020-04-27 19:52:07 +0100",
644
+ "isTagged": true,
645
+ "tag": "@pie-element/inline-dropdown-configure@3.3.4"
646
+ }
647
+ ]