@pie-element/match 12.1.2-next.2 → 12.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 (97) hide show
  1. package/CHANGELOG.json +1462 -0
  2. package/CHANGELOG.md +2337 -0
  3. package/LICENSE.md +5 -0
  4. package/README.md +1 -0
  5. package/configure/CHANGELOG.json +892 -0
  6. package/configure/CHANGELOG.md +2040 -0
  7. package/configure/lib/add-row.js +40 -0
  8. package/configure/lib/add-row.js.map +1 -0
  9. package/configure/lib/answer-config-block.js +288 -0
  10. package/configure/lib/answer-config-block.js.map +1 -0
  11. package/configure/lib/common.js +31 -0
  12. package/configure/lib/common.js.map +1 -0
  13. package/configure/lib/configure.js +410 -0
  14. package/configure/lib/configure.js.map +1 -0
  15. package/configure/lib/defaults.js +201 -0
  16. package/configure/lib/defaults.js.map +1 -0
  17. package/configure/lib/general-config-block.js +144 -0
  18. package/configure/lib/general-config-block.js.map +1 -0
  19. package/configure/lib/index.js +152 -0
  20. package/configure/lib/index.js.map +1 -0
  21. package/configure/lib/row.js +321 -0
  22. package/configure/lib/row.js.map +1 -0
  23. package/configure/lib/utils.js +12 -0
  24. package/configure/lib/utils.js.map +1 -0
  25. package/configure/package.json +29 -0
  26. package/configure/utils.js +19 -0
  27. package/controller/CHANGELOG.json +502 -0
  28. package/controller/CHANGELOG.md +1363 -0
  29. package/controller/lib/defaults.js +25 -0
  30. package/controller/lib/defaults.js.map +1 -0
  31. package/controller/lib/index.js +424 -0
  32. package/controller/lib/index.js.map +1 -0
  33. package/controller/package.json +24 -0
  34. package/docs/config-schema.json +2929 -0
  35. package/docs/config-schema.json.md +2162 -0
  36. package/docs/demo/config.js +8 -0
  37. package/docs/demo/generate.js +49 -0
  38. package/docs/demo/index.html +1 -0
  39. package/docs/demo/session.js +11 -0
  40. package/docs/pie-schema.json +1530 -0
  41. package/docs/pie-schema.json.md +907 -0
  42. package/lib/answer-grid.js +166 -0
  43. package/lib/answer-grid.js.map +1 -0
  44. package/lib/index.js +85 -0
  45. package/lib/index.js.map +1 -0
  46. package/lib/main.js +163 -0
  47. package/lib/main.js.map +1 -0
  48. package/package.json +21 -87
  49. package/configure.js +0 -2
  50. package/controller.js +0 -1
  51. package/dist/author/add-row.d.ts +0 -17
  52. package/dist/author/add-row.js +0 -24
  53. package/dist/author/answer-config-block.d.ts +0 -36
  54. package/dist/author/answer-config-block.js +0 -176
  55. package/dist/author/common.d.ts +0 -22
  56. package/dist/author/configure.d.ts +0 -48
  57. package/dist/author/configure.js +0 -259
  58. package/dist/author/defaults.d.ts +0 -203
  59. package/dist/author/defaults.js +0 -151
  60. package/dist/author/general-config-block.d.ts +0 -22
  61. package/dist/author/general-config-block.js +0 -93
  62. package/dist/author/index.d.ts +0 -44
  63. package/dist/author/index.js +0 -76
  64. package/dist/author/row.d.ts +0 -51
  65. package/dist/author/row.js +0 -204
  66. package/dist/author/utils.d.ts +0 -10
  67. package/dist/author/utils.js +0 -10
  68. package/dist/browser/Typography-DSiRJjOv.js +0 -9224
  69. package/dist/browser/Typography-DSiRJjOv.js.map +0 -1
  70. package/dist/browser/author/index.js +0 -41596
  71. package/dist/browser/author/index.js.map +0 -1
  72. package/dist/browser/browser-kkT1XVKw.js +0 -219
  73. package/dist/browser/browser-kkT1XVKw.js.map +0 -1
  74. package/dist/browser/controller/index.js +0 -267
  75. package/dist/browser/controller/index.js.map +0 -1
  76. package/dist/browser/delivery/index.js +0 -1984
  77. package/dist/browser/delivery/index.js.map +0 -1
  78. package/dist/browser/dist-i687VHmY.js +0 -100
  79. package/dist/browser/dist-i687VHmY.js.map +0 -1
  80. package/dist/browser/match.css +0 -2
  81. package/dist/controller/defaults.d.ts +0 -27
  82. package/dist/controller/defaults.js +0 -25
  83. package/dist/controller/index.d.ts +0 -29
  84. package/dist/controller/index.js +0 -154
  85. package/dist/delivery/answer-grid.d.ts +0 -28
  86. package/dist/delivery/answer-grid.js +0 -99
  87. package/dist/delivery/index.d.ts +0 -21
  88. package/dist/delivery/index.js +0 -51
  89. package/dist/delivery/main.d.ts +0 -26
  90. package/dist/delivery/main.js +0 -112
  91. package/dist/index.d.ts +0 -1
  92. package/dist/index.iife.d.ts +0 -8
  93. package/dist/index.iife.js +0 -148
  94. package/dist/index.js +0 -2
  95. package/dist/node_modules/.bun/clsx@2.1.1/node_modules/clsx/dist/clsx.js +0 -16
  96. package/dist/runtime-support.d.ts +0 -12
  97. package/dist/runtime-support.js +0 -12
package/CHANGELOG.json ADDED
@@ -0,0 +1,1462 @@
1
+ [
2
+ {
3
+ "type": "chore",
4
+ "scope": null,
5
+ "subject": "lock down versions",
6
+ "merge": null,
7
+ "header": "chore: lock down versions",
8
+ "body": null,
9
+ "footer": null,
10
+ "notes": [],
11
+ "hash": "742742d44454474b9ce461506357ff282de0ada0",
12
+ "gitTags": "",
13
+ "committerDate": "2019-03-12 23:33:57 +0000",
14
+ "isTagged": true,
15
+ "tag": "@pie-element/match@1.10.0"
16
+ },
17
+ {
18
+ "type": "feat",
19
+ "scope": "general",
20
+ "subject": "initialize default model (#129)",
21
+ "merge": null,
22
+ "header": "feat(general): initialize default model (#129)",
23
+ "body": "* feat: initialize empty README\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* fix: add babel-transform-runtime in order to support async/await\n\n* bump yarn lock\n\n* update snapshots",
24
+ "footer": null,
25
+ "notes": [],
26
+ "hash": "b62d0585a86c8e2fbe5a6181b869a28c1131756b",
27
+ "gitTags": "",
28
+ "committerDate": "2019-03-12 15:47:20 -0400",
29
+ "isTagged": true,
30
+ "tag": "@pie-element/match@1.10.0"
31
+ },
32
+ {
33
+ "type": "feat",
34
+ "scope": null,
35
+ "subject": "update schema docs (#136)",
36
+ "merge": null,
37
+ "header": "feat: update schema docs (#136)",
38
+ "body": null,
39
+ "footer": null,
40
+ "notes": [],
41
+ "hash": "184f2625b798a9f9ead150cc94a65cd2d10ed931",
42
+ "gitTags": "",
43
+ "committerDate": "2019-03-12 14:22:55 -0400",
44
+ "isTagged": true,
45
+ "tag": "@pie-element/match@1.10.0"
46
+ },
47
+ {
48
+ "type": "fix",
49
+ "scope": null,
50
+ "subject": "update schema for match interaction (#123)",
51
+ "merge": null,
52
+ "header": "fix: update schema for match interaction (#123)",
53
+ "body": null,
54
+ "footer": null,
55
+ "notes": [],
56
+ "hash": "74fad0b7a731c2f74951d13cc826527879c8782f",
57
+ "gitTags": "",
58
+ "committerDate": "2019-03-12 14:12:09 -0400",
59
+ "isTagged": true,
60
+ "tag": "@pie-element/match@1.10.0"
61
+ },
62
+ {
63
+ "type": "feat",
64
+ "scope": null,
65
+ "subject": "all elements on `develop` target @next releases",
66
+ "merge": null,
67
+ "header": "feat: all elements on `develop` target @next releases",
68
+ "body": "To allow us to build a `preview` version of the elements, we release\n`next` versions of `pie-elements` on each push to `develop`. This branch\nshould in turn target any other preview packages (aka @pie-ui/*).\n\nWhen we merge to master, a `pre-push` hooks prevents us from pushing if\nwe haven't resolved all the `next` versions.\n\n* use babel 7\n* use build-helper `Commands`",
69
+ "footer": null,
70
+ "notes": [],
71
+ "hash": "d3766e679f8442b55efc659e59242b6dfa6356a0",
72
+ "gitTags": "",
73
+ "committerDate": "2019-02-19 19:46:59 +0000",
74
+ "isTagged": true,
75
+ "tag": "@pie-element/match@1.10.0"
76
+ },
77
+ {
78
+ "type": "feat",
79
+ "scope": "general",
80
+ "subject": "updated the pie-lib/editable-html versions for all elements",
81
+ "merge": null,
82
+ "header": "feat(general): updated the pie-lib/editable-html versions for all elements",
83
+ "body": null,
84
+ "footer": null,
85
+ "notes": [],
86
+ "hash": "f642cb5332421f654ce031fd16002cc85dd5abd8",
87
+ "gitTags": "",
88
+ "committerDate": "2019-02-19 09:52:28 +0200",
89
+ "isTagged": true,
90
+ "tag": "@pie-element/match@1.10.0"
91
+ },
92
+ {
93
+ "type": "feat",
94
+ "scope": null,
95
+ "subject": "json schemas and docs",
96
+ "merge": null,
97
+ "header": "feat: json schemas and docs",
98
+ "body": null,
99
+ "footer": null,
100
+ "notes": [],
101
+ "hash": "6bfc2a985e813b7ef162182ca064700389644f39",
102
+ "gitTags": "",
103
+ "committerDate": "2019-01-24 09:09:50 -0500",
104
+ "isTagged": true,
105
+ "tag": "@pie-element/match@1.10.0"
106
+ },
107
+ {
108
+ "type": "fix",
109
+ "scope": "general",
110
+ "subject": "bumped the config-ui version for all packages",
111
+ "merge": null,
112
+ "header": "fix(general): bumped the config-ui version for all packages",
113
+ "body": null,
114
+ "footer": null,
115
+ "notes": [],
116
+ "hash": "159521db769e7043a1fbea9f06ed153f85bc55df",
117
+ "gitTags": "",
118
+ "committerDate": "2019-01-08 15:04:14 +0200",
119
+ "isTagged": true,
120
+ "tag": "@pie-element/match@1.10.0"
121
+ },
122
+ {
123
+ "type": "feat",
124
+ "scope": null,
125
+ "subject": "add generate module",
126
+ "merge": null,
127
+ "header": "feat: add generate module",
128
+ "body": null,
129
+ "footer": null,
130
+ "notes": [],
131
+ "hash": "ad80818be5f937fd037a34cfb7e75566560048f7",
132
+ "gitTags": "",
133
+ "committerDate": "2018-11-16 11:44:39 +0000",
134
+ "isTagged": true,
135
+ "tag": "@pie-element/match@1.10.0"
136
+ },
137
+ {
138
+ "type": "fix",
139
+ "scope": null,
140
+ "subject": "conflict",
141
+ "merge": null,
142
+ "header": "fix: conflict",
143
+ "body": null,
144
+ "footer": null,
145
+ "notes": [],
146
+ "hash": "b854c6bf9d8139161ae34c16556edf48eb7ba942",
147
+ "gitTags": "",
148
+ "committerDate": "2018-11-12 12:28:04 +0000",
149
+ "isTagged": true,
150
+ "tag": "@pie-element/match@1.10.0"
151
+ },
152
+ {
153
+ "type": "fix",
154
+ "scope": null,
155
+ "subject": "fix tests",
156
+ "merge": null,
157
+ "header": "fix: fix tests",
158
+ "body": null,
159
+ "footer": null,
160
+ "notes": [],
161
+ "hash": "79ee8a5e4aa0eccccf1f17108549a3d95102afa2",
162
+ "gitTags": "",
163
+ "committerDate": "2018-11-12 12:27:14 +0000",
164
+ "isTagged": true,
165
+ "tag": "@pie-element/match@1.10.0"
166
+ },
167
+ {
168
+ "type": "fix",
169
+ "scope": "dependencies-add",
170
+ "subject": "added dependencies where needed",
171
+ "merge": null,
172
+ "header": "fix(dependencies-add): added dependencies where needed",
173
+ "body": null,
174
+ "footer": null,
175
+ "notes": [],
176
+ "hash": "23df697120b76a227930c00a7976e79c33ccdcd7",
177
+ "gitTags": " (origin/fix/added-dependencies-where-needed)",
178
+ "committerDate": "2018-11-09 11:31:39 +0200",
179
+ "isTagged": true,
180
+ "tag": "@pie-element/match@1.10.0"
181
+ },
182
+ {
183
+ "type": "fix",
184
+ "scope": null,
185
+ "subject": "add missing dependency @pie-lib/drag",
186
+ "merge": null,
187
+ "header": "fix: add missing dependency @pie-lib/drag",
188
+ "body": null,
189
+ "footer": null,
190
+ "notes": [],
191
+ "hash": "ef7c123f82752f7abcbfd2cfb32966c587a63554",
192
+ "gitTags": "",
193
+ "committerDate": "2018-11-08 18:09:12 +0000",
194
+ "isTagged": true,
195
+ "tag": "@pie-element/match@1.10.0"
196
+ },
197
+ {
198
+ "type": "feat",
199
+ "scope": "choice-interaction-update",
200
+ "subject": "fixed some tests",
201
+ "merge": null,
202
+ "header": "feat(choice-interaction-update): fixed some tests",
203
+ "body": null,
204
+ "footer": null,
205
+ "notes": [],
206
+ "hash": "2cd4f1419780a98e26f078f6c13f2f2462415d17",
207
+ "gitTags": " (origin/ch497/update-partial-scoring-behavior)",
208
+ "committerDate": "2018-10-31 12:06:01 +0200",
209
+ "isTagged": true,
210
+ "tag": "@pie-element/match@1.10.0"
211
+ },
212
+ {
213
+ "type": "feat",
214
+ "scope": "choice-interaction-update",
215
+ "subject": "added the outcome function to the match controller and refactored the controller to work with the new structure",
216
+ "merge": null,
217
+ "header": "feat(choice-interaction-update): added the outcome function to the match controller and refactored the controller to work with the new structure",
218
+ "body": null,
219
+ "footer": null,
220
+ "notes": [],
221
+ "hash": "56faf8cae77ad928a99f7d8a664b5f706f2668a6",
222
+ "gitTags": "",
223
+ "committerDate": "2018-10-31 11:53:27 +0200",
224
+ "isTagged": true,
225
+ "tag": "@pie-element/match@1.10.0"
226
+ },
227
+ {
228
+ "type": "feat",
229
+ "scope": "choice-interaction-update",
230
+ "subject": "updated the partial scoring package version for 3 packages: match, select-text and multiple-choice (ch497)",
231
+ "merge": null,
232
+ "header": "feat(choice-interaction-update): updated the partial scoring package version for 3 packages: match, select-text and multiple-choice (ch497)",
233
+ "body": null,
234
+ "footer": null,
235
+ "notes": [],
236
+ "hash": "b1f2803ca442605108b5ceb78267b8598d6b182f",
237
+ "gitTags": "",
238
+ "committerDate": "2018-10-30 12:48:03 +0200",
239
+ "isTagged": true,
240
+ "tag": "@pie-element/match@1.10.0"
241
+ },
242
+ {
243
+ "type": "feat",
244
+ "scope": "ch497",
245
+ "subject": "updated the partial scoring for 3 packages: match, select-text and multiple-choice",
246
+ "merge": null,
247
+ "header": "feat(ch497): updated the partial scoring for 3 packages: match, select-text and multiple-choice",
248
+ "body": null,
249
+ "footer": null,
250
+ "notes": [],
251
+ "hash": "5a46b061aec68b46cd34f358d6bc239fa96df6fd",
252
+ "gitTags": "",
253
+ "committerDate": "2018-10-29 14:27:25 +0200",
254
+ "isTagged": true,
255
+ "tag": "@pie-element/match@1.10.0"
256
+ },
257
+ {
258
+ "type": "feat",
259
+ "scope": "ch467",
260
+ "subject": "removed unnecessary import and updated the version of the packages for pie-lib/editable-html and pie-ui/match",
261
+ "merge": null,
262
+ "header": "feat(ch467): removed unnecessary import and updated the version of the packages for pie-lib/editable-html and pie-ui/match",
263
+ "body": null,
264
+ "footer": null,
265
+ "notes": [],
266
+ "hash": "e3406272037e15a81b58fe83bafe7210535abbe8",
267
+ "gitTags": " (origin/ch468/updated-versions, ch468/updated-versions)",
268
+ "committerDate": "2018-10-22 09:54:25 +0300",
269
+ "isTagged": true,
270
+ "tag": "@pie-element/match@1.10.0"
271
+ },
272
+ {
273
+ "type": "chore",
274
+ "scope": null,
275
+ "subject": "add snapshot",
276
+ "merge": null,
277
+ "header": "chore: add snapshot",
278
+ "body": null,
279
+ "footer": null,
280
+ "notes": [],
281
+ "hash": "02840f28b2e378d1f15ea6d80b6d62b1b017f4e5",
282
+ "gitTags": "",
283
+ "committerDate": "2018-10-19 15:08:03 +0100",
284
+ "isTagged": true,
285
+ "tag": "@pie-element/match@1.10.0"
286
+ },
287
+ {
288
+ "type": "feat",
289
+ "scope": "ch467",
290
+ "subject": "changed the regular input to an editable-html component and added image support",
291
+ "merge": null,
292
+ "header": "feat(ch467): changed the regular input to an editable-html component and added image support",
293
+ "body": null,
294
+ "footer": null,
295
+ "notes": [],
296
+ "hash": "5521b15db2e3c473a493b552dc4fc4a247b40ef5",
297
+ "gitTags": "",
298
+ "committerDate": "2018-10-19 15:46:37 +0300",
299
+ "isTagged": true,
300
+ "tag": "@pie-element/match@1.10.0"
301
+ },
302
+ {
303
+ "type": "feat",
304
+ "scope": "ch467",
305
+ "subject": "Added tests",
306
+ "merge": null,
307
+ "header": "feat(ch467): Added tests",
308
+ "body": null,
309
+ "footer": null,
310
+ "notes": [],
311
+ "hash": "9bc8e6467055e0cc127b1b462a129c502820f41b",
312
+ "gitTags": "",
313
+ "committerDate": "2018-10-17 21:00:32 +0300",
314
+ "isTagged": true,
315
+ "tag": "@pie-element/match@1.1.0"
316
+ },
317
+ {
318
+ "type": "feat",
319
+ "scope": "ch467",
320
+ "subject": "removed useless comment",
321
+ "merge": null,
322
+ "header": "feat(ch467): removed useless comment",
323
+ "body": null,
324
+ "footer": null,
325
+ "notes": [],
326
+ "hash": "adc0667ff3df51a4f55c1500a35f1137c029fa2d",
327
+ "gitTags": "",
328
+ "committerDate": "2018-10-17 17:27:51 +0300",
329
+ "isTagged": true,
330
+ "tag": "@pie-element/match@1.1.0"
331
+ },
332
+ {
333
+ "type": "feat",
334
+ "scope": "ch467",
335
+ "subject": "updated 2 packages",
336
+ "merge": null,
337
+ "header": "feat(ch467): updated 2 packages",
338
+ "body": null,
339
+ "footer": null,
340
+ "notes": [],
341
+ "hash": "04fdd85efd97b551ba0116ddc7112549683e20c2",
342
+ "gitTags": "",
343
+ "committerDate": "2018-10-17 17:10:26 +0300",
344
+ "isTagged": true,
345
+ "tag": "@pie-element/match@1.1.0"
346
+ },
347
+ {
348
+ "type": "feat",
349
+ "scope": "ch467",
350
+ "subject": "made it possible for rows to be reordered by drag and drop",
351
+ "merge": null,
352
+ "header": "feat(ch467): made it possible for rows to be reordered by drag and drop",
353
+ "body": null,
354
+ "footer": null,
355
+ "notes": [],
356
+ "hash": "bfa2098bda4d64e6c9e9a510261c342375cd56b5",
357
+ "gitTags": " (origin/ch467/author-can-reorder-rows, ch467/author-can-reorder-rows)",
358
+ "committerDate": "2018-10-17 16:17:25 +0300",
359
+ "isTagged": true,
360
+ "tag": "@pie-element/match@1.1.0"
361
+ },
362
+ {
363
+ "type": "fix",
364
+ "scope": null,
365
+ "subject": "build fixes",
366
+ "merge": null,
367
+ "header": "fix: build fixes",
368
+ "body": null,
369
+ "footer": null,
370
+ "notes": [],
371
+ "hash": "3c3a7f20ff7805fa1265eb7b187b80d77e1820ac",
372
+ "gitTags": "",
373
+ "committerDate": "2018-09-20 09:49:51 +0100",
374
+ "isTagged": true,
375
+ "tag": "@pie-element/match@1.0.5"
376
+ },
377
+ {
378
+ "type": "fix",
379
+ "scope": null,
380
+ "subject": "bump config-ui@^7.6.6",
381
+ "merge": null,
382
+ "header": "fix: bump config-ui@^7.6.6",
383
+ "body": null,
384
+ "footer": null,
385
+ "notes": [],
386
+ "hash": "266235a5351077d081f4c08dab3411e6690d43ac",
387
+ "gitTags": "",
388
+ "committerDate": "2018-08-06 13:32:09 -0400",
389
+ "isTagged": true,
390
+ "tag": "@pie-element/match@1.0.4"
391
+ },
392
+ {
393
+ "type": "fix",
394
+ "scope": "match",
395
+ "subject": "small styling fix for delete button on match config panel",
396
+ "merge": null,
397
+ "header": "fix(match): small styling fix for delete button on match config panel",
398
+ "body": null,
399
+ "footer": null,
400
+ "notes": [],
401
+ "hash": "20fc9f7f4d01bff1c4d6c541158f2d1ef30e3228",
402
+ "gitTags": "",
403
+ "committerDate": "2018-07-20 13:21:31 +0300",
404
+ "isTagged": true,
405
+ "tag": "@pie-element/match@1.0.3"
406
+ },
407
+ {
408
+ "type": "fix",
409
+ "scope": null,
410
+ "subject": "bump version",
411
+ "merge": null,
412
+ "header": "fix: bump version",
413
+ "body": null,
414
+ "footer": null,
415
+ "notes": [],
416
+ "hash": "8db1f061584b00c31f41f5c4e6bd2a5a83cae36f",
417
+ "gitTags": " (origin/feature/match)",
418
+ "committerDate": "2018-07-02 10:30:52 -0400",
419
+ "isTagged": true,
420
+ "tag": "@pie-element/match@1.0.1"
421
+ },
422
+ {
423
+ "type": "feature",
424
+ "scope": "match",
425
+ "subject": "finalized unit tests for match",
426
+ "merge": null,
427
+ "header": "feature(match): finalized unit tests for match",
428
+ "body": null,
429
+ "footer": null,
430
+ "notes": [],
431
+ "hash": "969ccd874a573129583dafe65f7b93b148d71120",
432
+ "gitTags": "",
433
+ "committerDate": "2018-06-27 12:19:27 +0300",
434
+ "isTagged": true,
435
+ "tag": "@pie-element/match@1.0.1"
436
+ },
437
+ {
438
+ "type": "feature",
439
+ "scope": "match",
440
+ "subject": "finalized unit tests for match",
441
+ "merge": null,
442
+ "header": "feature(match): finalized unit tests for match",
443
+ "body": null,
444
+ "footer": null,
445
+ "notes": [],
446
+ "hash": "facab3cda4b50309ed7909a7e86d01c6e246a2d9",
447
+ "gitTags": "",
448
+ "committerDate": "2018-06-27 12:18:38 +0300",
449
+ "isTagged": true,
450
+ "tag": "@pie-element/match@1.0.1"
451
+ },
452
+ {
453
+ "type": "feature",
454
+ "scope": "match",
455
+ "subject": "initial implementation of feature",
456
+ "merge": null,
457
+ "header": "feature(match): initial implementation of feature",
458
+ "body": null,
459
+ "footer": null,
460
+ "notes": [],
461
+ "hash": "86b27d02ff3f1859566c22e5fee5b943c0ce4e4f",
462
+ "gitTags": "",
463
+ "committerDate": "2018-06-25 13:17:55 +0300",
464
+ "isTagged": true,
465
+ "tag": "@pie-element/match@1.0.1"
466
+ },
467
+ {
468
+ "type": "feature",
469
+ "scope": "match",
470
+ "subject": "pie-ui match component version bump",
471
+ "merge": null,
472
+ "header": "feature(match): pie-ui match component version bump",
473
+ "body": null,
474
+ "footer": null,
475
+ "notes": [],
476
+ "hash": "00bfdb435837c14d80d39c957588ee33bc78b3d5",
477
+ "gitTags": "",
478
+ "committerDate": "2018-06-21 17:49:58 +0300",
479
+ "isTagged": true,
480
+ "tag": "@pie-element/match@1.0.1"
481
+ },
482
+ {
483
+ "type": "chore",
484
+ "scope": null,
485
+ "subject": "bump dependency",
486
+ "merge": null,
487
+ "header": "chore: bump dependency",
488
+ "body": null,
489
+ "footer": null,
490
+ "notes": [],
491
+ "hash": "a318d1bca1b5e75c1b3bf5bca7bdba0da766220a",
492
+ "gitTags": "",
493
+ "committerDate": "2018-06-20 10:12:24 -0400",
494
+ "isTagged": true,
495
+ "tag": "@pie-element/match@1.0.1"
496
+ },
497
+ {
498
+ "type": "feature",
499
+ "scope": "match",
500
+ "subject": "initial feature implementation",
501
+ "merge": null,
502
+ "header": "feature(match): initial feature implementation",
503
+ "body": null,
504
+ "footer": null,
505
+ "notes": [],
506
+ "hash": "481ba0a5c9d07960cfb0d184d4809a56cf66f096",
507
+ "gitTags": "",
508
+ "committerDate": "2018-06-20 16:22:04 +0300",
509
+ "isTagged": true,
510
+ "tag": "@pie-element/match@1.0.1"
511
+ },
512
+ {
513
+ "type": "feat",
514
+ "scope": "general",
515
+ "subject": "initialize default model (2) (#138)",
516
+ "merge": null,
517
+ "header": "feat(general): initialize default model (2) (#138)",
518
+ "body": "* feat: initialize empty README\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* fix: add babel-transform-runtime in order to support async/await\n\n* feat: allow constructing an element without a model or with an empty one\n\n* feat: allow constructing an element without a model or with an empty one\n\n* feat: use dummy default values\n\n* feat: use dummy default values (2)\n\n* feat: allow constructing an element without a model or with an empty one\n\n* feat: allow constructing an element without a model or with an empty one\n\n* feat: use dummy default values\n\n* feat: allow constructing an element without a model or with an empty one\n\n* feat: use dummy default values\n\n* feat: allow constructing an element without a model or with an empty one\n\n* feat: use dummy default values\n\n* feat: allow constructing an element without a model or with an empty one\n\n* feat: use dummy default values\n\n* feat: allow constructing an element without a model or with an empty one\n\n* feat: use dummy default values\n\n* feat: allow constructing an element without a model or with an empty one\n\n* feat: use dummy default values\n\n* feat: allow constructing an element without a model or with an empty one\n\n* feat: use dummy default values\n\n* feat: allow constructing an element without a model or with an empty one\n\n* feat: allow constructing an element without a model or with an empty one\n\n* feat: use dummy default values\n\n* feat: allow constructing an element without a model or with an empty one\n\n* feat: use dummy default values\n\n* fix: update snapshot tests",
519
+ "footer": null,
520
+ "notes": [],
521
+ "hash": "fc72eca03a09c3d48989e88484a7c79d6dbec0f9",
522
+ "gitTags": "",
523
+ "committerDate": "2019-03-15 15:25:07 -0400",
524
+ "isTagged": true,
525
+ "tag": "@pie-element/match@1.11.0"
526
+ },
527
+ {
528
+ "type": "feat",
529
+ "scope": "match",
530
+ "subject": "Renamed model and configure properties using naming conventions and integrated settings panel.",
531
+ "merge": null,
532
+ "header": "feat(match): Renamed model and configure properties using naming conventions and integrated settings panel.",
533
+ "body": null,
534
+ "footer": null,
535
+ "notes": [],
536
+ "hash": "34ff2b1f422b8664a34513818ebbac441486ee45",
537
+ "gitTags": "",
538
+ "committerDate": "2019-04-16 14:45:08 +0300",
539
+ "isTagged": true,
540
+ "tag": "@pie-element/match@1.12.0"
541
+ },
542
+ {
543
+ "type": "fix",
544
+ "scope": "placement-ordering",
545
+ "subject": "renaming model properties with naming conventions.",
546
+ "merge": null,
547
+ "header": "fix(placement-ordering): renaming model properties with naming conventions.",
548
+ "body": null,
549
+ "footer": null,
550
+ "notes": [],
551
+ "hash": "9d9be0154654c1c7c6866e3daa74d9e37523a567",
552
+ "gitTags": "",
553
+ "committerDate": "2019-04-15 11:43:37 +0300",
554
+ "isTagged": true,
555
+ "tag": "@pie-element/match@1.12.0"
556
+ },
557
+ {
558
+ "type": "fix",
559
+ "scope": null,
560
+ "subject": "Updated with new version of @pie-lib/config-ui.",
561
+ "merge": null,
562
+ "header": "fix: Updated with new version of @pie-lib/config-ui.",
563
+ "body": null,
564
+ "footer": null,
565
+ "notes": [],
566
+ "hash": "1844d4f1206c413a997575355ed94b98af1bb18b",
567
+ "gitTags": "",
568
+ "committerDate": "2019-04-25 11:05:49 +0300",
569
+ "isTagged": true,
570
+ "tag": "@pie-element/match@1.12.2"
571
+ },
572
+ {
573
+ "type": "feat",
574
+ "scope": null,
575
+ "subject": "Updated with new version of @pie-ui/match.",
576
+ "merge": null,
577
+ "header": "feat: Updated with new version of @pie-ui/match.",
578
+ "body": null,
579
+ "footer": null,
580
+ "notes": [],
581
+ "hash": "a015f53d47d641198f92aa7aec1770e9f1672e05",
582
+ "gitTags": "",
583
+ "committerDate": "2019-05-07 17:33:06 +0300",
584
+ "isTagged": true,
585
+ "tag": "@pie-element/match@2.0.0"
586
+ },
587
+ {
588
+ "type": "feat",
589
+ "scope": null,
590
+ "subject": "Updated with new version of @pie-lib-config-ui. Removed `model.configure` and added a separate property called `configuration` instead. Removed usage of state (StateWrapper in configure.jsx) and updated tests. Updated `responseType` with `choiceMode` for consistency.",
591
+ "merge": null,
592
+ "header": "feat: Updated with new version of @pie-lib-config-ui. Removed `model.configure` and added a separate property called `configuration` instead. Removed usage of state (StateWrapper in configure.jsx) and updated tests. Updated `responseType` with `choiceMode` for consistency.",
593
+ "body": null,
594
+ "footer": "BREAKING CHANGE: `model.configure` is removed, use `configuration` instead.",
595
+ "notes": [
596
+ {
597
+ "title": "BREAKING CHANGE",
598
+ "text": "`model.configure` is removed, use `configuration` instead."
599
+ }
600
+ ],
601
+ "hash": "dddd128411033ca4e4f4d2f94f9989ab8e36e35f",
602
+ "gitTags": "",
603
+ "committerDate": "2019-05-04 11:37:30 +0300",
604
+ "isTagged": true,
605
+ "tag": "@pie-element/match@2.0.0"
606
+ },
607
+ {
608
+ "type": "fix",
609
+ "scope": "match",
610
+ "subject": "added configuration.",
611
+ "merge": null,
612
+ "header": "fix(match): added configuration.",
613
+ "body": null,
614
+ "footer": null,
615
+ "notes": [],
616
+ "hash": "04ee24598534d08334b8745beb34130af7cb1554",
617
+ "gitTags": "",
618
+ "committerDate": "2019-05-08 13:20:52 +0300",
619
+ "isTagged": true,
620
+ "tag": "@pie-element/match@2.0.2"
621
+ },
622
+ {
623
+ "type": "feat",
624
+ "scope": "match",
625
+ "subject": "added prompt support.",
626
+ "merge": null,
627
+ "header": "feat(match): added prompt support.",
628
+ "body": null,
629
+ "footer": null,
630
+ "notes": [],
631
+ "hash": "f5f692de5feb5af98c71776de780c877f22ab48c",
632
+ "gitTags": "",
633
+ "committerDate": "2019-05-10 12:49:54 +0300",
634
+ "isTagged": true,
635
+ "tag": "@pie-element/match@2.1.0"
636
+ },
637
+ {
638
+ "type": "feat",
639
+ "scope": null,
640
+ "subject": "added rationale support.",
641
+ "merge": null,
642
+ "header": "feat: added rationale support.",
643
+ "body": null,
644
+ "footer": null,
645
+ "notes": [],
646
+ "hash": "e88056eb0c7362db2c2f44dc846fb1333901641b",
647
+ "gitTags": "",
648
+ "committerDate": "2019-05-15 17:54:45 +0300",
649
+ "isTagged": true,
650
+ "tag": "@pie-element/match@2.2.0"
651
+ },
652
+ {
653
+ "type": "fix",
654
+ "scope": null,
655
+ "subject": "Updated pie-schema and config-schema.",
656
+ "merge": null,
657
+ "header": "fix: Updated pie-schema and config-schema.",
658
+ "body": null,
659
+ "footer": null,
660
+ "notes": [],
661
+ "hash": "e5528008841624dd4da1d16fc14da09ca74f007e",
662
+ "gitTags": "",
663
+ "committerDate": "2019-05-14 16:14:26 +0300",
664
+ "isTagged": true,
665
+ "tag": "@pie-element/match@2.2.0"
666
+ },
667
+ {
668
+ "type": "chore",
669
+ "scope": "latest-version",
670
+ "subject": "pushing to release",
671
+ "merge": null,
672
+ "header": "chore(latest-version): pushing to release",
673
+ "body": null,
674
+ "footer": null,
675
+ "notes": [],
676
+ "hash": "64030ba2c7c18d20381b6a0f5caaff19f1e5e959",
677
+ "gitTags": " (develop)",
678
+ "committerDate": "2019-06-06 01:31:17 +0300",
679
+ "isTagged": true,
680
+ "tag": "@pie-element/match@2.2.2"
681
+ },
682
+ {
683
+ "type": "chore",
684
+ "scope": "version",
685
+ "subject": "bumped the versions",
686
+ "merge": null,
687
+ "header": "chore(version): bumped the versions",
688
+ "body": null,
689
+ "footer": null,
690
+ "notes": [],
691
+ "hash": "12b141d884c66a15d23c8cbb34be820a422d7332",
692
+ "gitTags": " (origin/feat/mask-markup-elements)",
693
+ "committerDate": "2019-06-06 01:15:50 +0300",
694
+ "isTagged": true,
695
+ "tag": "@pie-element/match@2.2.2"
696
+ },
697
+ {
698
+ "type": "chore",
699
+ "scope": "version",
700
+ "subject": "bumped the packages that depend on the editable-html",
701
+ "merge": null,
702
+ "header": "chore(version): bumped the packages that depend on the editable-html",
703
+ "body": null,
704
+ "footer": null,
705
+ "notes": [],
706
+ "hash": "00eb12e58c01b50dde8e4d1a179c879e2f3216fc",
707
+ "gitTags": " (develop)",
708
+ "committerDate": "2019-06-06 13:16:05 +0300",
709
+ "isTagged": true,
710
+ "tag": "@pie-element/match@2.2.3"
711
+ },
712
+ {
713
+ "type": "chore",
714
+ "scope": "version",
715
+ "subject": "bumped the versions",
716
+ "merge": null,
717
+ "header": "chore(version): bumped the versions",
718
+ "body": null,
719
+ "footer": null,
720
+ "notes": [],
721
+ "hash": "12b141d884c66a15d23c8cbb34be820a422d7332",
722
+ "gitTags": " (origin/feat/mask-markup-elements)",
723
+ "committerDate": "2019-06-06 01:15:50 +0300",
724
+ "isTagged": true,
725
+ "tag": "@pie-element/match@2.2.2"
726
+ },
727
+ {
728
+ "type": "chore",
729
+ "scope": "merge",
730
+ "subject": "merged develop into master",
731
+ "merge": null,
732
+ "header": "chore(merge): merged develop into master",
733
+ "body": null,
734
+ "footer": null,
735
+ "notes": [],
736
+ "hash": "3bb9f402d900f3a0349537dfd01ce558c526cb55",
737
+ "gitTags": " (develop)",
738
+ "committerDate": "2019-06-07 23:29:44 +0300",
739
+ "isTagged": true,
740
+ "tag": "@pie-element/match@2.2.4"
741
+ },
742
+ {
743
+ "type": "chore",
744
+ "scope": "merged",
745
+ "subject": "merged develop",
746
+ "merge": null,
747
+ "header": "chore(merged): merged develop",
748
+ "body": null,
749
+ "footer": null,
750
+ "notes": [],
751
+ "hash": "1a9f4653ce6ede22bcda0538bde1f0e09bd69dc4",
752
+ "gitTags": " (develop)",
753
+ "committerDate": "2019-06-13 16:26:43 +0300",
754
+ "isTagged": true,
755
+ "tag": "@pie-element/match@2.3.0"
756
+ },
757
+ {
758
+ "type": "feat",
759
+ "scope": "ui",
760
+ "subject": "updated the ui",
761
+ "merge": null,
762
+ "header": "feat(ui): updated the ui",
763
+ "body": null,
764
+ "footer": null,
765
+ "notes": [],
766
+ "hash": "2baa5795a4e46e01d260c87a7197600abbde4a33",
767
+ "gitTags": "",
768
+ "committerDate": "2019-06-13 16:19:13 +0300",
769
+ "isTagged": true,
770
+ "tag": "@pie-element/match@2.3.0"
771
+ },
772
+ {
773
+ "type": "feat",
774
+ "scope": "general",
775
+ "subject": "updated all the packages that have the config-ui as a dependency",
776
+ "merge": null,
777
+ "header": "feat(general): updated all the packages that have the config-ui as a dependency",
778
+ "body": null,
779
+ "footer": null,
780
+ "notes": [],
781
+ "hash": "44061deecae6d18cdbf6f5fb524f3d3094ccd354",
782
+ "gitTags": "",
783
+ "committerDate": "2019-06-20 22:32:48 -0400",
784
+ "isTagged": true,
785
+ "tag": "@pie-element/match@2.4.0"
786
+ },
787
+ {
788
+ "type": "feat",
789
+ "scope": "settings-panel",
790
+ "subject": "updated the settings panel design and changes needed for [ch2242]",
791
+ "merge": null,
792
+ "header": "feat(settings-panel): updated the settings panel design and changes needed for [ch2242]",
793
+ "body": null,
794
+ "footer": null,
795
+ "notes": [],
796
+ "hash": "d830e57b32bd09ac8cc02c7a12d75d988d9df21c",
797
+ "gitTags": "",
798
+ "committerDate": "2019-06-25 23:42:15 -0400",
799
+ "isTagged": true,
800
+ "tag": "@pie-element/match@2.5.0"
801
+ },
802
+ {
803
+ "type": "feat",
804
+ "scope": "mask-markup-elements",
805
+ "subject": "refactored the elements and version bumped the necessary files",
806
+ "merge": null,
807
+ "header": "feat(mask-markup-elements): refactored the elements and version bumped the necessary files",
808
+ "body": null,
809
+ "footer": null,
810
+ "notes": [],
811
+ "hash": "f8f77c02e44afd90e491a371d86d3d4093eb41e5",
812
+ "gitTags": "",
813
+ "committerDate": "2019-07-02 13:38:48 -0400",
814
+ "isTagged": true,
815
+ "tag": "@pie-element/match@2.6.0"
816
+ },
817
+ {
818
+ "type": "chore",
819
+ "scope": "editable-html",
820
+ "subject": "version bumped the necessary packages",
821
+ "merge": null,
822
+ "header": "chore(editable-html): version bumped the necessary packages",
823
+ "body": null,
824
+ "footer": null,
825
+ "notes": [],
826
+ "hash": "3c7caf6a1f8dc120ca23ab93258a90a593bbeb65",
827
+ "gitTags": "",
828
+ "committerDate": "2019-07-02 15:13:55 -0400",
829
+ "isTagged": true,
830
+ "tag": "@pie-element/match@2.6.1"
831
+ },
832
+ {
833
+ "type": "feat",
834
+ "scope": "graphing",
835
+ "subject": "Added graphing element.",
836
+ "merge": null,
837
+ "header": "feat(graphing): Added graphing element.",
838
+ "body": null,
839
+ "footer": null,
840
+ "notes": [],
841
+ "hash": "80be31b2693b3d875c225f97a800453954ffd65b",
842
+ "gitTags": "",
843
+ "committerDate": "2019-06-06 16:40:08 +0300",
844
+ "isTagged": true,
845
+ "tag": "@pie-element/match@2.7.0"
846
+ },
847
+ {
848
+ "type": "chore",
849
+ "scope": "version",
850
+ "subject": "version bumped the editable-html dependent packages",
851
+ "merge": null,
852
+ "header": "chore(version): version bumped the editable-html dependent packages",
853
+ "body": null,
854
+ "footer": null,
855
+ "notes": [],
856
+ "hash": "19961d346e8596064bad27156e0cf5a03afc3889",
857
+ "gitTags": "",
858
+ "committerDate": "2019-07-03 15:57:58 -0400",
859
+ "isTagged": true,
860
+ "tag": "@pie-element/match@2.7.2"
861
+ },
862
+ {
863
+ "type": "chore",
864
+ "scope": "editable-html",
865
+ "subject": "version bumped",
866
+ "merge": null,
867
+ "header": "chore(editable-html): version bumped",
868
+ "body": null,
869
+ "footer": null,
870
+ "notes": [],
871
+ "hash": "c769be6b711d5e5b51d79f967548d65006310a9d",
872
+ "gitTags": "",
873
+ "committerDate": "2019-07-04 12:21:53 -0400",
874
+ "isTagged": true,
875
+ "tag": "@pie-element/match@2.7.3"
876
+ },
877
+ {
878
+ "type": "fix",
879
+ "scope": "template-els",
880
+ "subject": "fixed some ditb issues",
881
+ "merge": null,
882
+ "header": "fix(template-els): fixed some ditb issues",
883
+ "body": null,
884
+ "footer": null,
885
+ "notes": [],
886
+ "hash": "9133840e48a263b2cf49ce4db9c4310743efffe0",
887
+ "gitTags": "",
888
+ "committerDate": "2019-07-04 11:45:23 -0400",
889
+ "isTagged": true,
890
+ "tag": "@pie-element/match@2.7.3"
891
+ },
892
+ {
893
+ "type": "fix",
894
+ "scope": "editable-html",
895
+ "subject": "fixed lots of stuff regarding the editable-html",
896
+ "merge": null,
897
+ "header": "fix(editable-html): fixed lots of stuff regarding the editable-html",
898
+ "body": null,
899
+ "footer": null,
900
+ "notes": [],
901
+ "hash": "12c112917e0b5065ec35efdbdc276703602a6c68",
902
+ "gitTags": " (origin/andrei/fixes)",
903
+ "committerDate": "2019-07-07 14:16:34 -0400",
904
+ "isTagged": true,
905
+ "tag": "@pie-element/match@2.7.5"
906
+ },
907
+ {
908
+ "type": "chore",
909
+ "scope": "config-ui",
910
+ "subject": "bumped dependent packages",
911
+ "merge": null,
912
+ "header": "chore(config-ui): bumped dependent packages",
913
+ "body": null,
914
+ "footer": null,
915
+ "notes": [],
916
+ "hash": "645756c242868cf21e36a73227b355affb5f957a",
917
+ "gitTags": "",
918
+ "committerDate": "2019-07-07 15:44:44 -0400",
919
+ "isTagged": true,
920
+ "tag": "@pie-element/match@2.7.6"
921
+ },
922
+ {
923
+ "type": "chore",
924
+ "scope": "editable-html",
925
+ "subject": "version bumped some dependant packages",
926
+ "merge": null,
927
+ "header": "chore(editable-html): version bumped some dependant packages",
928
+ "body": null,
929
+ "footer": null,
930
+ "notes": [],
931
+ "hash": "a4fbf3e8e7841ecae4f034328f9481a1f69ae3df",
932
+ "gitTags": "",
933
+ "committerDate": "2019-07-09 13:38:59 +0300",
934
+ "isTagged": true,
935
+ "tag": "@pie-element/match@2.7.7"
936
+ },
937
+ {
938
+ "type": "feat",
939
+ "scope": "template-elements",
940
+ "subject": "updated the dependent packages that use editable-html and fixed [ch2564], [ch2565], [ch2538], [ch2489], [ch2557], [ch2593], [ch2490], [ch2527]",
941
+ "merge": null,
942
+ "header": "feat(template-elements): updated the dependent packages that use editable-html and fixed [ch2564], [ch2565], [ch2538], [ch2489], [ch2557], [ch2593], [ch2490], [ch2527]",
943
+ "body": null,
944
+ "footer": null,
945
+ "notes": [],
946
+ "hash": "a87febe2518ada7ee433b0b39895c26c15737ac4",
947
+ "gitTags": "",
948
+ "committerDate": "2019-07-11 16:57:13 +0300",
949
+ "isTagged": true,
950
+ "tag": "@pie-element/match@2.8.0"
951
+ },
952
+ {
953
+ "type": "fix",
954
+ "scope": "rendering",
955
+ "subject": "implemented rendering for math elements [ch1915], [ch1935]",
956
+ "merge": null,
957
+ "header": "fix(rendering): implemented rendering for math elements [ch1915], [ch1935]",
958
+ "body": null,
959
+ "footer": null,
960
+ "notes": [],
961
+ "hash": "2f3584200654e098c7b4cc4b312813efac09e7a9",
962
+ "gitTags": "",
963
+ "committerDate": "2019-07-12 15:45:27 +0300",
964
+ "isTagged": true,
965
+ "tag": "@pie-element/match@2.8.2"
966
+ },
967
+ {
968
+ "type": "fix",
969
+ "scope": null,
970
+ "subject": "calculate correct scoring for radios",
971
+ "merge": null,
972
+ "header": "fix: calculate correct scoring for radios",
973
+ "body": null,
974
+ "footer": null,
975
+ "notes": [],
976
+ "hash": "0bc12b6561de54db96f3a53938cc58041232cbf3",
977
+ "gitTags": "",
978
+ "committerDate": "2019-07-12 19:02:23 +0300",
979
+ "isTagged": true,
980
+ "tag": "@pie-element/match@2.8.4"
981
+ },
982
+ {
983
+ "type": "fix",
984
+ "scope": "elements",
985
+ "subject": "fixed some feedback config issues and the prompt issue on categorize [ch2192], [ch1770]",
986
+ "merge": null,
987
+ "header": "fix(elements): fixed some feedback config issues and the prompt issue on categorize [ch2192], [ch1770]",
988
+ "body": null,
989
+ "footer": null,
990
+ "notes": [],
991
+ "hash": "eb227241ba3bc52d7bf7a313f4f85b69e9203e85",
992
+ "gitTags": "",
993
+ "committerDate": "2019-08-01 12:43:53 +0300",
994
+ "isTagged": true,
995
+ "tag": "@pie-element/match@2.8.7"
996
+ },
997
+ {
998
+ "type": "fix",
999
+ "scope": "elements",
1000
+ "subject": "version bumped the editable-html packages [ch1738]",
1001
+ "merge": null,
1002
+ "header": "fix(elements): version bumped the editable-html packages [ch1738]",
1003
+ "body": null,
1004
+ "footer": null,
1005
+ "notes": [],
1006
+ "hash": "949222a6a3af39cf8b81a885a81e5c6f3c6a28a0",
1007
+ "gitTags": "",
1008
+ "committerDate": "2019-08-08 08:40:11 +0300",
1009
+ "isTagged": true,
1010
+ "tag": "@pie-element/match@2.8.8"
1011
+ },
1012
+ {
1013
+ "type": "fix",
1014
+ "scope": "math-rendering",
1015
+ "subject": "updated all dependent packages [ch3365]",
1016
+ "merge": null,
1017
+ "header": "fix(math-rendering): updated all dependent packages [ch3365]",
1018
+ "body": null,
1019
+ "footer": null,
1020
+ "notes": [],
1021
+ "hash": "7cbf25ac92040a16621d5699e232c38575f6c36c",
1022
+ "gitTags": "",
1023
+ "committerDate": "2019-08-16 23:04:42 +0300",
1024
+ "isTagged": true,
1025
+ "tag": "@pie-element/match@2.8.9"
1026
+ },
1027
+ {
1028
+ "type": "fix",
1029
+ "scope": null,
1030
+ "subject": "set default values to configuration properties",
1031
+ "merge": null,
1032
+ "header": "fix: set default values to configuration properties",
1033
+ "body": null,
1034
+ "footer": null,
1035
+ "notes": [],
1036
+ "hash": "60722244d653524753aec54c85ed4afb55579019",
1037
+ "gitTags": "",
1038
+ "committerDate": "2019-08-15 13:58:22 +0300",
1039
+ "isTagged": true,
1040
+ "tag": "@pie-element/match@2.8.9"
1041
+ },
1042
+ {
1043
+ "type": "fix",
1044
+ "scope": "math-rendering",
1045
+ "subject": "updated all dependent packages for math rendering and for editable-html [ch3365], [ch1530]",
1046
+ "merge": null,
1047
+ "header": "fix(math-rendering): updated all dependent packages for math rendering and for editable-html [ch3365], [ch1530]",
1048
+ "body": null,
1049
+ "footer": null,
1050
+ "notes": [],
1051
+ "hash": "33e3287a735cec9aed893f697a1933ff0c077042",
1052
+ "gitTags": "",
1053
+ "committerDate": "2019-08-19 19:37:56 +0300",
1054
+ "isTagged": true,
1055
+ "tag": "@pie-element/match@2.8.10"
1056
+ },
1057
+ {
1058
+ "type": "feat",
1059
+ "scope": null,
1060
+ "subject": "Session null/empty check.",
1061
+ "merge": null,
1062
+ "header": "feat: Session null/empty check.",
1063
+ "body": "Check for each interaction if: has outcome function, outcome function returns { score: 0, empty: true } if session null/empty/undefined, everywhere where session is used we handle if session is null/empty/undefined and test each function that uses session. [match-list, match, math-inline, multiple-choice, number-line, placement-ordering, point-intercept, select-text, text-entry]",
1064
+ "footer": null,
1065
+ "notes": [],
1066
+ "hash": "f24dc8bfe6761d0c7bacf674f5ec30068bfd03d8",
1067
+ "gitTags": "",
1068
+ "committerDate": "2019-08-27 09:02:11 +0300",
1069
+ "isTagged": true,
1070
+ "tag": "@pie-element/match@2.9.0"
1071
+ },
1072
+ {
1073
+ "type": "fix",
1074
+ "scope": null,
1075
+ "subject": "bump pie-lib/controller-utils",
1076
+ "merge": null,
1077
+ "header": "fix: bump pie-lib/controller-utils",
1078
+ "body": null,
1079
+ "footer": null,
1080
+ "notes": [],
1081
+ "hash": "ba3de006afa1ddaa582a531779be766c9715f64c",
1082
+ "gitTags": "",
1083
+ "committerDate": "2019-08-30 23:15:07 +0300",
1084
+ "isTagged": true,
1085
+ "tag": "@pie-element/match@2.10.0"
1086
+ },
1087
+ {
1088
+ "type": "feat",
1089
+ "scope": null,
1090
+ "subject": "make use of updateSession callback",
1091
+ "merge": null,
1092
+ "header": "feat: make use of updateSession callback",
1093
+ "body": null,
1094
+ "footer": null,
1095
+ "notes": [],
1096
+ "hash": "1be18764407217010f4e9d50df766140a576dff8",
1097
+ "gitTags": "",
1098
+ "committerDate": "2019-08-26 17:35:51 +0300",
1099
+ "isTagged": true,
1100
+ "tag": "@pie-element/match@2.10.0"
1101
+ },
1102
+ {
1103
+ "type": "feat",
1104
+ "scope": "match",
1105
+ "subject": "model based prompt",
1106
+ "merge": null,
1107
+ "header": "feat(match): model based prompt",
1108
+ "body": null,
1109
+ "footer": null,
1110
+ "notes": [],
1111
+ "hash": "0f30502e2be3a09b9a6d23fbf1c3da66556af728",
1112
+ "gitTags": "",
1113
+ "committerDate": "2019-09-25 17:57:19 +0300",
1114
+ "isTagged": true,
1115
+ "tag": "@pie-element/match@3.1.0"
1116
+ },
1117
+ {
1118
+ "type": "fix",
1119
+ "scope": null,
1120
+ "subject": "bump @pie-lib/controller-utils@^0.2.1 [ch4723]",
1121
+ "merge": null,
1122
+ "header": "fix: bump @pie-lib/controller-utils@^0.2.1 [ch4723]",
1123
+ "body": null,
1124
+ "footer": null,
1125
+ "notes": [],
1126
+ "hash": "0a33d688d6d9e5f239daba982bfbdeebb10ba4ab",
1127
+ "gitTags": "",
1128
+ "committerDate": "2019-10-11 12:38:26 +0100",
1129
+ "isTagged": true,
1130
+ "tag": "@pie-element/match@4.0.1"
1131
+ },
1132
+ {
1133
+ "type": "fix",
1134
+ "scope": null,
1135
+ "subject": "Updated docs.",
1136
+ "merge": null,
1137
+ "header": "fix: Updated docs.",
1138
+ "body": null,
1139
+ "footer": null,
1140
+ "notes": [],
1141
+ "hash": "378761951767284187b663c2a271a5d4917af654",
1142
+ "gitTags": " (origin/fix/updated-docs)",
1143
+ "committerDate": "2019-10-11 12:01:13 +0300",
1144
+ "isTagged": true,
1145
+ "tag": "@pie-element/match@4.0.1"
1146
+ },
1147
+ {
1148
+ "type": "fix",
1149
+ "scope": null,
1150
+ "subject": "bump @pie-lib/controller-utils@^0.2.2",
1151
+ "merge": null,
1152
+ "header": "fix: bump @pie-lib/controller-utils@^0.2.2",
1153
+ "body": null,
1154
+ "footer": null,
1155
+ "notes": [],
1156
+ "hash": "edae61cd4f686b2e1611cf0cad710112177fff2e",
1157
+ "gitTags": "",
1158
+ "committerDate": "2019-10-15 12:11:16 +0100",
1159
+ "isTagged": true,
1160
+ "tag": "@pie-element/match@4.0.2"
1161
+ },
1162
+ {
1163
+ "type": "fix",
1164
+ "scope": null,
1165
+ "subject": "upgrade ui elements [ch4802]",
1166
+ "merge": null,
1167
+ "header": "fix: upgrade ui elements [ch4802]",
1168
+ "body": null,
1169
+ "footer": null,
1170
+ "notes": [],
1171
+ "hash": "d93f7c1c77901413adccaf21510b6e34d88f2546",
1172
+ "gitTags": "",
1173
+ "committerDate": "2019-10-16 11:13:34 +0100",
1174
+ "isTagged": true,
1175
+ "tag": "@pie-element/match@4.0.3"
1176
+ },
1177
+ {
1178
+ "type": "fix",
1179
+ "scope": null,
1180
+ "subject": "ch2766 fix unresolved promise (#366)",
1181
+ "merge": null,
1182
+ "header": "fix: ch2766 fix unresolved promise (#366)",
1183
+ "body": "* fix: resolve null when instructor is not role\n\n* chore: typo\n\n* chore: correct response resolve, match interaction\n\n* chore: correct response unresolved\n\n* chore: categorize resolve correct response\n\n* fix: createCorrectResponseSession unresolved promise\n\n* fix: createCorrectResponseSession resolve promise\n\n* fix: createCorrectResponseSession resolve promise\n\n* fix: ch2776 resolve createCorrectResponse promise",
1184
+ "footer": "* fix: Fixed createCorrectResponseSession and added tests for it. (#365)",
1185
+ "notes": [],
1186
+ "hash": "9057b7fd08e4f5b07e953a5acd053e1945df57f2",
1187
+ "gitTags": " (origin/develop, origin/HEAD)",
1188
+ "committerDate": "2019-10-16 15:50:55 -0400",
1189
+ "isTagged": true,
1190
+ "tag": "@pie-element/match@4.0.4"
1191
+ },
1192
+ {
1193
+ "type": "fix",
1194
+ "scope": null,
1195
+ "subject": "upgrade @pie-ui/match@^2.3.10 [ch4390]",
1196
+ "merge": null,
1197
+ "header": "fix: upgrade @pie-ui/match@^2.3.10 [ch4390]",
1198
+ "body": null,
1199
+ "footer": null,
1200
+ "notes": [],
1201
+ "hash": "a289e411139ed9729e6a501d5a956f57289f5679",
1202
+ "gitTags": "",
1203
+ "committerDate": "2019-10-29 11:18:35 +0000",
1204
+ "isTagged": true,
1205
+ "tag": "@pie-element/match@4.1.0"
1206
+ },
1207
+ {
1208
+ "type": "feat",
1209
+ "scope": "controller",
1210
+ "subject": "added new tests [ch5020]",
1211
+ "merge": null,
1212
+ "header": "feat(controller): added new tests [ch5020]",
1213
+ "body": null,
1214
+ "footer": null,
1215
+ "notes": [],
1216
+ "hash": "8a43aa2e402e3835a7c79e659852daf4f19200aa",
1217
+ "gitTags": " (origin/ch5020/match-controller-return)",
1218
+ "committerDate": "2019-10-24 14:50:33 +0300",
1219
+ "isTagged": true,
1220
+ "tag": "@pie-element/match@4.1.0"
1221
+ },
1222
+ {
1223
+ "type": "feat",
1224
+ "scope": "controller",
1225
+ "subject": "fixed tests [ch5020]",
1226
+ "merge": null,
1227
+ "header": "feat(controller): fixed tests [ch5020]",
1228
+ "body": null,
1229
+ "footer": null,
1230
+ "notes": [],
1231
+ "hash": "eaca07a9ce89f99312bc42d5b4bf0dd9f514e96f",
1232
+ "gitTags": "",
1233
+ "committerDate": "2019-10-24 14:09:19 +0300",
1234
+ "isTagged": true,
1235
+ "tag": "@pie-element/match@4.1.0"
1236
+ },
1237
+ {
1238
+ "type": "feat",
1239
+ "scope": "controller",
1240
+ "subject": "made sure controller is not divulging sensitive data when not in evaluate mode [ch5020]",
1241
+ "merge": null,
1242
+ "header": "feat(controller): made sure controller is not divulging sensitive data when not in evaluate mode [ch5020]",
1243
+ "body": null,
1244
+ "footer": null,
1245
+ "notes": [],
1246
+ "hash": "364acda6d058c41a305081a250bdddfbb6fdbb93",
1247
+ "gitTags": "",
1248
+ "committerDate": "2019-10-24 13:59:30 +0300",
1249
+ "isTagged": true,
1250
+ "tag": "@pie-element/match@4.1.0"
1251
+ },
1252
+ {
1253
+ "type": "fix",
1254
+ "scope": null,
1255
+ "subject": "use @pie-ui/match@^2.3.12 PIE-163",
1256
+ "merge": null,
1257
+ "header": "fix: use @pie-ui/match@^2.3.12 PIE-163",
1258
+ "body": null,
1259
+ "footer": null,
1260
+ "notes": [],
1261
+ "hash": "22a4359c9d0e0b32cbc953524ebde53b3b986daa",
1262
+ "gitTags": " (develop)",
1263
+ "committerDate": "2019-11-01 15:58:08 +0000",
1264
+ "isTagged": true,
1265
+ "tag": "@pie-element/match@4.1.1"
1266
+ },
1267
+ {
1268
+ "type": "fix",
1269
+ "scope": null,
1270
+ "subject": "Hide Partial Scoring option from Settings Panel setting to false by default.",
1271
+ "merge": null,
1272
+ "header": "fix: Hide Partial Scoring option from Settings Panel setting to false by default.",
1273
+ "body": null,
1274
+ "footer": null,
1275
+ "notes": [],
1276
+ "hash": "1d0f617741d88756dd9861647981b1121e04963f",
1277
+ "gitTags": "",
1278
+ "committerDate": "2019-11-06 09:57:11 +0200",
1279
+ "isTagged": true,
1280
+ "tag": "@pie-element/match@4.1.2"
1281
+ },
1282
+ {
1283
+ "type": "fix",
1284
+ "scope": null,
1285
+ "subject": "PIE-201 - store prompts and answers in session, fix",
1286
+ "merge": null,
1287
+ "header": "fix: PIE-201 - store prompts and answers in session, fix",
1288
+ "body": "controller-utils to use 0 as key",
1289
+ "footer": null,
1290
+ "notes": [],
1291
+ "hash": "23802242e0bc647f929f6db4dfd4b03f0112f2fb",
1292
+ "gitTags": "",
1293
+ "committerDate": "2019-11-18 20:35:06 +0000",
1294
+ "isTagged": true,
1295
+ "tag": "@pie-element/match@4.1.3"
1296
+ },
1297
+ {
1298
+ "type": "fix",
1299
+ "scope": null,
1300
+ "subject": "bump pie-ui version",
1301
+ "merge": null,
1302
+ "header": "fix: bump pie-ui version",
1303
+ "body": null,
1304
+ "footer": null,
1305
+ "notes": [],
1306
+ "hash": "8d9e4b4b71fad2f081b75c702f7a46cdac99b16b",
1307
+ "gitTags": "",
1308
+ "committerDate": "2019-12-18 12:08:39 +0000",
1309
+ "isTagged": true,
1310
+ "tag": "@pie-element/match@4.1.4"
1311
+ },
1312
+ {
1313
+ "type": "feat",
1314
+ "scope": null,
1315
+ "subject": "PIE-200 - add partialScoring",
1316
+ "merge": null,
1317
+ "header": "feat: PIE-200 - add partialScoring",
1318
+ "body": null,
1319
+ "footer": null,
1320
+ "notes": [],
1321
+ "hash": "22143100a83eb1550002f29cb1cefa5420c47efa",
1322
+ "gitTags": "",
1323
+ "committerDate": "2019-12-06 12:22:05 +0000",
1324
+ "isTagged": true,
1325
+ "tag": "@pie-element/match@4.2.0"
1326
+ },
1327
+ {
1328
+ "type": "fix",
1329
+ "scope": null,
1330
+ "subject": "bump ui versions",
1331
+ "merge": null,
1332
+ "header": "fix: bump ui versions",
1333
+ "body": null,
1334
+ "footer": null,
1335
+ "notes": [],
1336
+ "hash": "5b9d99fe59c304bdd173c9336503eb558900d2a2",
1337
+ "gitTags": "",
1338
+ "committerDate": "2020-03-31 19:25:13 +0100",
1339
+ "isTagged": true,
1340
+ "tag": "@pie-element/match@4.3.0"
1341
+ },
1342
+ {
1343
+ "type": "fix",
1344
+ "scope": null,
1345
+ "subject": "bump version",
1346
+ "merge": null,
1347
+ "header": "fix: bump version",
1348
+ "body": null,
1349
+ "footer": null,
1350
+ "notes": [],
1351
+ "hash": "98a13048d48af872a216f9e2eae1a22a7ecf552f",
1352
+ "gitTags": "",
1353
+ "committerDate": "2020-04-10 17:14:19 +0100",
1354
+ "isTagged": true,
1355
+ "tag": "@pie-element/match@4.4.1"
1356
+ },
1357
+ {
1358
+ "type": "fix",
1359
+ "scope": null,
1360
+ "subject": "bump lib and ui versions",
1361
+ "merge": null,
1362
+ "header": "fix: bump lib and ui versions",
1363
+ "body": null,
1364
+ "footer": null,
1365
+ "notes": [],
1366
+ "hash": "a882cbf4580098ce0e12c51cf6ad2879817e17e7",
1367
+ "gitTags": "",
1368
+ "committerDate": "2020-04-10 17:13:24 +0100",
1369
+ "isTagged": true,
1370
+ "tag": "@pie-element/match@4.4.1"
1371
+ },
1372
+ {
1373
+ "type": "fix",
1374
+ "scope": null,
1375
+ "subject": "bump all packages to avoid tag conflict",
1376
+ "merge": null,
1377
+ "header": "fix: bump all packages to avoid tag conflict",
1378
+ "body": null,
1379
+ "footer": null,
1380
+ "notes": [],
1381
+ "hash": "d9ec9a8689f0a391594b5e2f4ea958c6dc9f6d7b",
1382
+ "gitTags": "",
1383
+ "committerDate": "2020-04-10 20:01:37 +0100",
1384
+ "isTagged": true,
1385
+ "tag": "@pie-element/match@4.4.1"
1386
+ },
1387
+ {
1388
+ "type": "fix",
1389
+ "scope": null,
1390
+ "subject": "bump version to avoid tag conflict",
1391
+ "merge": null,
1392
+ "header": "fix: bump version to avoid tag conflict",
1393
+ "body": null,
1394
+ "footer": null,
1395
+ "notes": [],
1396
+ "hash": "4d55f6d203f496420e2ed2fa32c0851406036c53",
1397
+ "gitTags": "",
1398
+ "committerDate": "2020-04-10 17:39:16 +0100",
1399
+ "isTagged": true,
1400
+ "tag": "@pie-element/match@4.4.1"
1401
+ },
1402
+ {
1403
+ "type": "fix",
1404
+ "scope": null,
1405
+ "subject": "bump ui/lib versions",
1406
+ "merge": null,
1407
+ "header": "fix: bump ui/lib versions",
1408
+ "body": null,
1409
+ "footer": null,
1410
+ "notes": [],
1411
+ "hash": "3edb2321ebaefcaee70c3642aa6da8a50e8a99e5",
1412
+ "gitTags": "",
1413
+ "committerDate": "2020-04-14 15:36:44 +0100",
1414
+ "isTagged": true,
1415
+ "tag": "@pie-element/match@4.4.3"
1416
+ },
1417
+ {
1418
+ "type": "fix",
1419
+ "scope": null,
1420
+ "subject": "bump ui/lib versions",
1421
+ "merge": null,
1422
+ "header": "fix: bump ui/lib versions",
1423
+ "body": null,
1424
+ "footer": null,
1425
+ "notes": [],
1426
+ "hash": "45f0da6e3e01f33aff6059cb13d571554690348b",
1427
+ "gitTags": "",
1428
+ "committerDate": "2020-04-28 14:57:57 +0100",
1429
+ "isTagged": true,
1430
+ "tag": "@pie-element/match@4.4.4"
1431
+ },
1432
+ {
1433
+ "type": "fix",
1434
+ "scope": null,
1435
+ "subject": "update ui/lib versions",
1436
+ "merge": null,
1437
+ "header": "fix: update ui/lib versions",
1438
+ "body": null,
1439
+ "footer": null,
1440
+ "notes": [],
1441
+ "hash": "0226b0bc0869d468ba3e5986bc469e020f4f12a6",
1442
+ "gitTags": "",
1443
+ "committerDate": "2020-04-28 14:20:37 +0100",
1444
+ "isTagged": true,
1445
+ "tag": "@pie-element/match@4.4.4"
1446
+ },
1447
+ {
1448
+ "type": "fix",
1449
+ "scope": null,
1450
+ "subject": "ui+libs update",
1451
+ "merge": null,
1452
+ "header": "fix: ui+libs update",
1453
+ "body": null,
1454
+ "footer": null,
1455
+ "notes": [],
1456
+ "hash": "6127de27006a7835d1dd7a9c4c5f13de950aa06d",
1457
+ "gitTags": "",
1458
+ "committerDate": "2020-04-27 19:52:07 +0100",
1459
+ "isTagged": true,
1460
+ "tag": "@pie-element/match@4.4.4"
1461
+ }
1462
+ ]