@pie-element/math-inline 12.1.1-next.15 → 12.1.1-next.29

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 (101) hide show
  1. package/CHANGELOG.json +2627 -0
  2. package/CHANGELOG.md +2473 -0
  3. package/LICENSE.md +5 -0
  4. package/README.md +3 -0
  5. package/configure/CHANGELOG.json +1652 -0
  6. package/configure/CHANGELOG.md +2101 -0
  7. package/configure/lib/configure.js +186 -0
  8. package/configure/lib/configure.js.map +1 -0
  9. package/configure/lib/defaults.js +185 -0
  10. package/configure/lib/defaults.js.map +1 -0
  11. package/configure/lib/general-config-block.js +525 -0
  12. package/configure/lib/general-config-block.js.map +1 -0
  13. package/configure/lib/index.js +136 -0
  14. package/configure/lib/index.js.map +1 -0
  15. package/configure/lib/response.js +369 -0
  16. package/configure/lib/response.js.map +1 -0
  17. package/configure/lib/utils.js +31 -0
  18. package/configure/lib/utils.js.map +1 -0
  19. package/configure/package.json +29 -0
  20. package/controller/CHANGELOG.json +1002 -0
  21. package/controller/CHANGELOG.md +1536 -0
  22. package/controller/lib/defaults.js +43 -0
  23. package/controller/lib/defaults.js.map +1 -0
  24. package/controller/lib/index.js +383 -0
  25. package/controller/lib/index.js.map +1 -0
  26. package/controller/lib/utils.js +11 -0
  27. package/controller/lib/utils.js.map +1 -0
  28. package/controller/package.json +26 -0
  29. package/docs/config-schema.json +2071 -0
  30. package/docs/config-schema.json.md +1533 -0
  31. package/docs/demo/config.js +8 -0
  32. package/docs/demo/generate.js +41 -0
  33. package/docs/demo/index.html +1 -0
  34. package/docs/demo/session.js +11 -0
  35. package/docs/pie-schema.json +1472 -0
  36. package/docs/pie-schema.json.md +845 -0
  37. package/lib/index.js +93 -0
  38. package/lib/index.js.map +1 -0
  39. package/lib/main.js +1030 -0
  40. package/lib/main.js.map +1 -0
  41. package/lib/print.js +92 -0
  42. package/lib/print.js.map +1 -0
  43. package/lib/simple-question-block.js +148 -0
  44. package/lib/simple-question-block.js.map +1 -0
  45. package/lib/utils.js +11 -0
  46. package/lib/utils.js.map +1 -0
  47. package/package.json +26 -93
  48. package/configure.js +0 -2
  49. package/controller.js +0 -1
  50. package/dist/author/configure.d.ts +0 -25
  51. package/dist/author/configure.js +0 -114
  52. package/dist/author/defaults.d.ts +0 -186
  53. package/dist/author/defaults.js +0 -145
  54. package/dist/author/general-config-block.d.ts +0 -35
  55. package/dist/author/general-config-block.js +0 -390
  56. package/dist/author/index.d.ts +0 -60
  57. package/dist/author/index.js +0 -77
  58. package/dist/author/response.d.ts +0 -40
  59. package/dist/author/response.js +0 -238
  60. package/dist/author/utils.d.ts +0 -14
  61. package/dist/author/utils.js +0 -13
  62. package/dist/browser/author/index.js +0 -36149
  63. package/dist/browser/author/index.js.map +0 -1
  64. package/dist/browser/controller/index.js +0 -37789
  65. package/dist/browser/controller/index.js.map +0 -1
  66. package/dist/browser/delivery/index.js +0 -84
  67. package/dist/browser/delivery/index.js.map +0 -1
  68. package/dist/browser/dist-BTyrpsXL.js +0 -317
  69. package/dist/browser/dist-BTyrpsXL.js.map +0 -1
  70. package/dist/browser/dist-D9ARZhQk.js +0 -1426
  71. package/dist/browser/dist-D9ARZhQk.js.map +0 -1
  72. package/dist/browser/dist-gZPCFLwA.js +0 -19418
  73. package/dist/browser/dist-gZPCFLwA.js.map +0 -1
  74. package/dist/browser/main-DIAGtm9r.js +0 -973
  75. package/dist/browser/main-DIAGtm9r.js.map +0 -1
  76. package/dist/browser/math-inline.css +0 -2
  77. package/dist/browser/print/index.js +0 -50
  78. package/dist/browser/print/index.js.map +0 -1
  79. package/dist/controller/defaults.d.ts +0 -44
  80. package/dist/controller/defaults.js +0 -39
  81. package/dist/controller/index.d.ts +0 -22
  82. package/dist/controller/index.js +0 -171
  83. package/dist/controller/utils.d.ts +0 -12
  84. package/dist/controller/utils.js +0 -7
  85. package/dist/delivery/index.d.ts +0 -22
  86. package/dist/delivery/index.js +0 -55
  87. package/dist/delivery/main.d.ts +0 -44
  88. package/dist/delivery/main.js +0 -606
  89. package/dist/delivery/simple-question-block.d.ts +0 -27
  90. package/dist/delivery/simple-question-block.js +0 -94
  91. package/dist/delivery/utils.d.ts +0 -12
  92. package/dist/delivery/utils.js +0 -7
  93. package/dist/index.d.ts +0 -1
  94. package/dist/index.iife.d.ts +0 -8
  95. package/dist/index.iife.js +0 -227
  96. package/dist/index.js +0 -2
  97. package/dist/math-inline.css +0 -2
  98. package/dist/print/index.d.ts +0 -15
  99. package/dist/print/index.js +0 -50
  100. package/dist/runtime-support.d.ts +0 -12
  101. package/dist/runtime-support.js +0 -12
package/CHANGELOG.json ADDED
@@ -0,0 +1,2627 @@
1
+ [
2
+ {
3
+ "type": "chore",
4
+ "scope": "merged",
5
+ "subject": "merged develop",
6
+ "merge": null,
7
+ "header": "chore(merged): merged develop",
8
+ "body": null,
9
+ "footer": null,
10
+ "notes": [],
11
+ "hash": "1a9f4653ce6ede22bcda0538bde1f0e09bd69dc4",
12
+ "gitTags": "",
13
+ "committerDate": "2019-06-13 16:26:43 +0300",
14
+ "isTagged": true,
15
+ "tag": "@pie-element/math-inline@2.2.10"
16
+ },
17
+ {
18
+ "type": "chore",
19
+ "scope": "math-inline",
20
+ "subject": "unit test for allow spaces in controller",
21
+ "merge": null,
22
+ "header": "chore(math-inline): unit test for allow spaces in controller",
23
+ "body": null,
24
+ "footer": null,
25
+ "notes": [],
26
+ "hash": "4132aa351006d92d544ffbec07423213581ce047",
27
+ "gitTags": "",
28
+ "committerDate": "2019-06-13 14:56:38 +0300",
29
+ "isTagged": true,
30
+ "tag": "@pie-element/math-inline@2.2.10"
31
+ },
32
+ {
33
+ "type": "chore",
34
+ "scope": null,
35
+ "subject": "fix test",
36
+ "merge": null,
37
+ "header": "chore: fix test",
38
+ "body": null,
39
+ "footer": null,
40
+ "notes": [],
41
+ "hash": "6d415ae0bc1e78fab0efc8c3b4b6d1ad701de39b",
42
+ "gitTags": " (origin/chore/mathquill-v-bump)",
43
+ "committerDate": "2019-06-12 17:50:29 +0100",
44
+ "isTagged": true,
45
+ "tag": "@pie-element/math-inline@2.2.10"
46
+ },
47
+ {
48
+ "type": "fix",
49
+ "scope": "math-inline",
50
+ "subject": "validation logic fix for allowSpaces",
51
+ "merge": null,
52
+ "header": "fix(math-inline): validation logic fix for allowSpaces",
53
+ "body": null,
54
+ "footer": null,
55
+ "notes": [],
56
+ "hash": "2951657615cc2b40b02c7ee616156c968bfbd846",
57
+ "gitTags": "",
58
+ "committerDate": "2019-06-12 19:23:02 +0300",
59
+ "isTagged": true,
60
+ "tag": "@pie-element/math-inline@2.2.10"
61
+ },
62
+ {
63
+ "type": "chore",
64
+ "scope": "math-inline",
65
+ "subject": "bump mathquill dependency version",
66
+ "merge": null,
67
+ "header": "chore(math-inline): bump mathquill dependency version",
68
+ "body": null,
69
+ "footer": null,
70
+ "notes": [],
71
+ "hash": "a4196935512fe6378080d31d2b21cc0343867b12",
72
+ "gitTags": "",
73
+ "committerDate": "2019-06-12 19:06:02 +0300",
74
+ "isTagged": true,
75
+ "tag": "@pie-element/math-inline@2.2.10"
76
+ },
77
+ {
78
+ "type": "chore",
79
+ "scope": "merge",
80
+ "subject": "merged develop into master",
81
+ "merge": null,
82
+ "header": "chore(merge): merged develop into master",
83
+ "body": null,
84
+ "footer": null,
85
+ "notes": [],
86
+ "hash": "3bb9f402d900f3a0349537dfd01ce558c526cb55",
87
+ "gitTags": "",
88
+ "committerDate": "2019-06-07 23:29:44 +0300",
89
+ "isTagged": true,
90
+ "tag": "@pie-element/math-inline@2.2.10"
91
+ },
92
+ {
93
+ "type": "chore",
94
+ "scope": "version",
95
+ "subject": "bumped the packages that depend on the editable-html",
96
+ "merge": null,
97
+ "header": "chore(version): bumped the packages that depend on the editable-html",
98
+ "body": null,
99
+ "footer": null,
100
+ "notes": [],
101
+ "hash": "00eb12e58c01b50dde8e4d1a179c879e2f3216fc",
102
+ "gitTags": "",
103
+ "committerDate": "2019-06-06 13:16:05 +0300",
104
+ "isTagged": true,
105
+ "tag": "@pie-element/math-inline@2.2.10"
106
+ },
107
+ {
108
+ "type": "chore",
109
+ "scope": "latest-version",
110
+ "subject": "pushing to release",
111
+ "merge": null,
112
+ "header": "chore(latest-version): pushing to release",
113
+ "body": null,
114
+ "footer": null,
115
+ "notes": [],
116
+ "hash": "64030ba2c7c18d20381b6a0f5caaff19f1e5e959",
117
+ "gitTags": "",
118
+ "committerDate": "2019-06-06 01:31:17 +0300",
119
+ "isTagged": true,
120
+ "tag": "@pie-element/math-inline@2.2.10"
121
+ },
122
+ {
123
+ "type": "chore",
124
+ "scope": "version",
125
+ "subject": "bumped the versions",
126
+ "merge": null,
127
+ "header": "chore(version): bumped the versions",
128
+ "body": null,
129
+ "footer": null,
130
+ "notes": [],
131
+ "hash": "12b141d884c66a15d23c8cbb34be820a422d7332",
132
+ "gitTags": " (origin/feat/mask-markup-elements)",
133
+ "committerDate": "2019-06-06 01:15:50 +0300",
134
+ "isTagged": true,
135
+ "tag": "@pie-element/math-inline@2.2.10"
136
+ },
137
+ {
138
+ "type": "feat",
139
+ "scope": "math-inline",
140
+ "subject": "add outcome function to controller",
141
+ "merge": null,
142
+ "header": "feat(math-inline): add outcome function to controller",
143
+ "body": null,
144
+ "footer": null,
145
+ "notes": [],
146
+ "hash": "ce6b1bb1d2160dad8f6dcc4beb0ca655fa6f10bd",
147
+ "gitTags": "",
148
+ "committerDate": "2019-05-22 12:23:24 +0300",
149
+ "isTagged": true,
150
+ "tag": "@pie-element/math-inline@2.2.0"
151
+ },
152
+ {
153
+ "type": "chore",
154
+ "scope": "math-inline",
155
+ "subject": "bump dependency versions",
156
+ "merge": null,
157
+ "header": "chore(math-inline): bump dependency versions",
158
+ "body": null,
159
+ "footer": null,
160
+ "notes": [],
161
+ "hash": "2447f5e1d6193da36c69a61eb5bbf50715b06b7f",
162
+ "gitTags": "",
163
+ "committerDate": "2019-05-21 12:19:56 +0300",
164
+ "isTagged": true,
165
+ "tag": "@pie-element/math-inline@2.1.2"
166
+ },
167
+ {
168
+ "type": "fix",
169
+ "scope": "math-inline",
170
+ "subject": "no longer show response index, until we support individual correctness",
171
+ "merge": null,
172
+ "header": "fix(math-inline): no longer show response index, until we support individual correctness",
173
+ "body": null,
174
+ "footer": null,
175
+ "notes": [],
176
+ "hash": "02ba999cd924d3f19165064ade7b34c43430b7bb",
177
+ "gitTags": "",
178
+ "committerDate": "2019-05-20 12:13:51 +0300",
179
+ "isTagged": true,
180
+ "tag": "@pie-element/math-inline@2.1.2"
181
+ },
182
+ {
183
+ "type": "fix",
184
+ "scope": null,
185
+ "subject": "Updated pie-schema and config-schema.",
186
+ "merge": null,
187
+ "header": "fix: Updated pie-schema and config-schema.",
188
+ "body": null,
189
+ "footer": null,
190
+ "notes": [],
191
+ "hash": "e5528008841624dd4da1d16fc14da09ca74f007e",
192
+ "gitTags": "",
193
+ "committerDate": "2019-05-14 16:14:26 +0300",
194
+ "isTagged": true,
195
+ "tag": "@pie-element/math-inline@2.1.2"
196
+ },
197
+ {
198
+ "type": "feat",
199
+ "scope": null,
200
+ "subject": "Sending rationale for `instructor` role only in 'view' or 'evaluate' mode.",
201
+ "merge": null,
202
+ "header": "feat: Sending rationale for `instructor` role only in 'view' or 'evaluate' mode.",
203
+ "body": null,
204
+ "footer": null,
205
+ "notes": [],
206
+ "hash": "75c941ce8518c4561c8e636467a775bbbb618652",
207
+ "gitTags": "",
208
+ "committerDate": "2019-05-14 13:23:32 +0300",
209
+ "isTagged": true,
210
+ "tag": "@pie-element/math-inline@2.1.0"
211
+ },
212
+ {
213
+ "type": "feat",
214
+ "scope": null,
215
+ "subject": "Sending rationale for `instructor` mode.",
216
+ "merge": null,
217
+ "header": "feat: Sending rationale for `instructor` mode.",
218
+ "body": null,
219
+ "footer": null,
220
+ "notes": [],
221
+ "hash": "e297e50cbb01e01ba2f39205c0a3f8a721ebd5dd",
222
+ "gitTags": "",
223
+ "committerDate": "2019-05-14 11:49:31 +0300",
224
+ "isTagged": true,
225
+ "tag": "@pie-element/math-inline@2.1.0"
226
+ },
227
+ {
228
+ "type": "feat",
229
+ "scope": "math-inline",
230
+ "subject": "added rationale support.",
231
+ "merge": null,
232
+ "header": "feat(math-inline): added rationale support.",
233
+ "body": null,
234
+ "footer": null,
235
+ "notes": [],
236
+ "hash": "7a4f9d4647b3230e4b06af809189fdbbdd711365",
237
+ "gitTags": "",
238
+ "committerDate": "2019-05-11 14:18:47 +0300",
239
+ "isTagged": true,
240
+ "tag": "@pie-element/math-inline@2.1.0"
241
+ },
242
+ {
243
+ "type": "feat",
244
+ "scope": null,
245
+ "subject": "Updated with new version of @pie-lib-config-ui. Renamed configure with configuration. Removed usage of state (StateWrapper in configure.jsx) and updated tests.",
246
+ "merge": null,
247
+ "header": "feat: Updated with new version of @pie-lib-config-ui. Renamed configure with configuration. Removed usage of state (StateWrapper in configure.jsx) and updated tests.",
248
+ "body": null,
249
+ "footer": "BREAKING CHANGE: configure is removed, use configuration instead.",
250
+ "notes": [
251
+ {
252
+ "title": "BREAKING CHANGE",
253
+ "text": "configure is removed, use configuration instead."
254
+ }
255
+ ],
256
+ "hash": "cfe9eddfabb51fe17fbf0b8893bb2e42d2500683",
257
+ "gitTags": "",
258
+ "committerDate": "2019-05-06 15:28:53 +0300",
259
+ "isTagged": true,
260
+ "tag": "@pie-element/math-inline@2.0.0"
261
+ },
262
+ {
263
+ "type": "chore",
264
+ "scope": null,
265
+ "subject": "snapshot update",
266
+ "merge": null,
267
+ "header": "chore: snapshot update",
268
+ "body": null,
269
+ "footer": null,
270
+ "notes": [],
271
+ "hash": "68d14559fb9f37f484212eefe2da88041c2df4e1",
272
+ "gitTags": "",
273
+ "committerDate": "2019-05-03 14:54:20 +0300",
274
+ "isTagged": true,
275
+ "tag": "@pie-element/math-inline@1.0.8"
276
+ },
277
+ {
278
+ "type": "chore",
279
+ "scope": null,
280
+ "subject": "develop merge and snapshot update",
281
+ "merge": null,
282
+ "header": "chore: develop merge and snapshot update",
283
+ "body": null,
284
+ "footer": null,
285
+ "notes": [],
286
+ "hash": "475740a117c99c332688c14b7fa55e68774f98d4",
287
+ "gitTags": "",
288
+ "committerDate": "2019-05-03 14:46:14 +0300",
289
+ "isTagged": true,
290
+ "tag": "@pie-element/math-inline@1.0.8"
291
+ },
292
+ {
293
+ "type": "fix",
294
+ "scope": "math-inline",
295
+ "subject": "vital null checks and onFocus for editable-html",
296
+ "merge": null,
297
+ "header": "fix(math-inline): vital null checks and onFocus for editable-html",
298
+ "body": null,
299
+ "footer": null,
300
+ "notes": [],
301
+ "hash": "0ebeaa426129c32eba069b91361be0e87f1faeb6",
302
+ "gitTags": "",
303
+ "committerDate": "2019-05-03 13:42:03 +0300",
304
+ "isTagged": true,
305
+ "tag": "@pie-element/math-inline@1.0.7"
306
+ },
307
+ {
308
+ "type": "chore",
309
+ "scope": null,
310
+ "subject": "snapshot update",
311
+ "merge": null,
312
+ "header": "chore: snapshot update",
313
+ "body": null,
314
+ "footer": null,
315
+ "notes": [],
316
+ "hash": "db31fdcbe911eff569d5da8f91e0b291929fd7db",
317
+ "gitTags": "",
318
+ "committerDate": "2019-05-02 16:18:50 +0300",
319
+ "isTagged": true,
320
+ "tag": "@pie-element/math-inline@1.0.8"
321
+ },
322
+ {
323
+ "type": "chore",
324
+ "scope": null,
325
+ "subject": "math-inline tests",
326
+ "merge": null,
327
+ "header": "chore: math-inline tests",
328
+ "body": null,
329
+ "footer": null,
330
+ "notes": [],
331
+ "hash": "74a8b80461e613f35e888c9ac2be6240ca18e87c",
332
+ "gitTags": "",
333
+ "committerDate": "2019-05-02 15:32:51 +0300",
334
+ "isTagged": true,
335
+ "tag": "@pie-element/math-inline@1.0.8"
336
+ },
337
+ {
338
+ "type": "chore",
339
+ "scope": null,
340
+ "subject": "math-inline tests and small model updates",
341
+ "merge": null,
342
+ "header": "chore: math-inline tests and small model updates",
343
+ "body": null,
344
+ "footer": null,
345
+ "notes": [],
346
+ "hash": "68ac02762edac433fc752de4030eb61c70331b50",
347
+ "gitTags": "",
348
+ "committerDate": "2019-05-01 15:32:04 +0300",
349
+ "isTagged": true,
350
+ "tag": "@pie-element/math-inline@1.0.8"
351
+ },
352
+ {
353
+ "type": "chore",
354
+ "scope": null,
355
+ "subject": "math-inline model adjustments",
356
+ "merge": null,
357
+ "header": "chore: math-inline model adjustments",
358
+ "body": null,
359
+ "footer": null,
360
+ "notes": [],
361
+ "hash": "f600fcd7ca2a9d09dd69c71125e06f67f2dc0ef4",
362
+ "gitTags": "",
363
+ "committerDate": "2019-04-25 17:06:03 +0300",
364
+ "isTagged": true,
365
+ "tag": "@pie-element/math-inline@1.0.3"
366
+ },
367
+ {
368
+ "type": "fix",
369
+ "scope": null,
370
+ "subject": "Updated with new version of @pie-lib/config-ui & @pie-ui/math-inline.",
371
+ "merge": null,
372
+ "header": "fix: Updated with new version of @pie-lib/config-ui & @pie-ui/math-inline.",
373
+ "body": null,
374
+ "footer": null,
375
+ "notes": [],
376
+ "hash": "6f0459d3276f8a86f30a7b985c699e73a455e720",
377
+ "gitTags": "",
378
+ "committerDate": "2019-04-25 15:25:02 +0300",
379
+ "isTagged": true,
380
+ "tag": "@pie-element/math-inline@1.0.3"
381
+ },
382
+ {
383
+ "type": "chore",
384
+ "scope": null,
385
+ "subject": "math-inline dependency bumps (#179)",
386
+ "merge": null,
387
+ "header": "chore: math-inline dependency bumps (#179)",
388
+ "body": null,
389
+ "footer": null,
390
+ "notes": [],
391
+ "hash": "10f89e936b92cf30503ae5d936eb401e5dbe2808",
392
+ "gitTags": "",
393
+ "committerDate": "2019-04-24 08:52:49 -0400",
394
+ "isTagged": true,
395
+ "tag": "@pie-element/math-inline@1.0.2"
396
+ },
397
+ {
398
+ "type": "chore",
399
+ "scope": null,
400
+ "subject": "update math-inline model",
401
+ "merge": null,
402
+ "header": "chore: update math-inline model",
403
+ "body": null,
404
+ "footer": null,
405
+ "notes": [],
406
+ "hash": "d99f73cc013ebb1591b79601f07224986b97b142",
407
+ "gitTags": "",
408
+ "committerDate": "2019-04-22 14:45:27 +0300",
409
+ "isTagged": true,
410
+ "tag": "@pie-element/math-inline@1.0.0"
411
+ },
412
+ {
413
+ "type": "Fix",
414
+ "scope": null,
415
+ "subject": "Updated pie-model.",
416
+ "merge": null,
417
+ "header": "Fix: Updated pie-model.",
418
+ "body": null,
419
+ "footer": null,
420
+ "notes": [],
421
+ "hash": "4d9190bed2ddc154baf99ff488aabed0d89619bf",
422
+ "gitTags": "",
423
+ "committerDate": "2019-04-22 14:36:23 +0300",
424
+ "isTagged": true,
425
+ "tag": "@pie-element/math-inline@1.0.0"
426
+ },
427
+ {
428
+ "type": "Fix",
429
+ "scope": null,
430
+ "subject": "Updated 'mode' with 'responseType'.",
431
+ "merge": null,
432
+ "header": "Fix: Updated 'mode' with 'responseType'.",
433
+ "body": null,
434
+ "footer": null,
435
+ "notes": [],
436
+ "hash": "9fb848e427383ae87d09c54d94839ce8882db2fb",
437
+ "gitTags": "",
438
+ "committerDate": "2019-04-22 13:49:20 +0300",
439
+ "isTagged": true,
440
+ "tag": "@pie-element/math-inline@1.0.0"
441
+ },
442
+ {
443
+ "type": "fix",
444
+ "scope": "math-inline",
445
+ "subject": "centralized variables for interaction modes",
446
+ "merge": null,
447
+ "header": "fix(math-inline): centralized variables for interaction modes",
448
+ "body": null,
449
+ "footer": null,
450
+ "notes": [],
451
+ "hash": "5afa51acf8a9bfe32c602e3194d143e13237d1e2",
452
+ "gitTags": "",
453
+ "committerDate": "2019-04-22 13:22:57 +0300",
454
+ "isTagged": true,
455
+ "tag": "@pie-element/math-inline@1.0.0"
456
+ },
457
+ {
458
+ "type": "Fix",
459
+ "scope": null,
460
+ "subject": "Updated config-ui version.",
461
+ "merge": null,
462
+ "header": "Fix: Updated config-ui version.",
463
+ "body": null,
464
+ "footer": null,
465
+ "notes": [],
466
+ "hash": "69cd143fbb07a6073a96f05a2e83c67bf840cc4d",
467
+ "gitTags": "",
468
+ "committerDate": "2019-04-22 12:17:53 +0300",
469
+ "isTagged": true,
470
+ "tag": "@pie-element/math-inline@1.0.0"
471
+ },
472
+ {
473
+ "type": "feat",
474
+ "scope": "math-inline",
475
+ "subject": "formulaV2 support for controller and relevant config panel adjustments",
476
+ "merge": null,
477
+ "header": "feat(math-inline): formulaV2 support for controller and relevant config panel adjustments",
478
+ "body": null,
479
+ "footer": "BREAKING CHANGE: controller validation schema is now using formulaV2 approach, resulting interface is changed and partial scoring is no longer supported",
480
+ "notes": [
481
+ {
482
+ "title": "BREAKING CHANGE",
483
+ "text": "controller validation schema is now using formulaV2 approach, resulting interface is changed and partial scoring is no longer supported"
484
+ }
485
+ ],
486
+ "hash": "168f0d587dfd67ff0be12abd7347079a6d3f3126",
487
+ "gitTags": "",
488
+ "committerDate": "2019-04-22 11:33:39 +0300",
489
+ "isTagged": true,
490
+ "tag": "@pie-element/math-inline@1.0.0"
491
+ },
492
+ {
493
+ "type": "feat",
494
+ "scope": "math-inline",
495
+ "subject": "Integrated settings panel.",
496
+ "merge": null,
497
+ "header": "feat(math-inline): Integrated settings panel.",
498
+ "body": null,
499
+ "footer": null,
500
+ "notes": [],
501
+ "hash": "4d6c9dd7770e1c557e41116248512116de02089d",
502
+ "gitTags": "",
503
+ "committerDate": "2019-04-17 15:20:09 +0300",
504
+ "isTagged": true,
505
+ "tag": "@pie-element/math-inline@0.8.0"
506
+ },
507
+ {
508
+ "type": "fix",
509
+ "scope": null,
510
+ "subject": "minor adjustments",
511
+ "merge": null,
512
+ "header": "fix: minor adjustments",
513
+ "body": null,
514
+ "footer": null,
515
+ "notes": [],
516
+ "hash": "2865349249bf8edb5753424d2cc745b9271cc3a3",
517
+ "gitTags": "",
518
+ "committerDate": "2019-04-10 16:53:07 +0300",
519
+ "isTagged": true,
520
+ "tag": "@pie-element/math-inline@0.7.0"
521
+ },
522
+ {
523
+ "type": "feat",
524
+ "scope": "math-inline",
525
+ "subject": "decimal support and partial scoring",
526
+ "merge": null,
527
+ "header": "feat(math-inline): decimal support and partial scoring",
528
+ "body": null,
529
+ "footer": null,
530
+ "notes": [],
531
+ "hash": "84b12928291d814181dd652d1b48c22971f6e8d2",
532
+ "gitTags": "",
533
+ "committerDate": "2019-04-10 12:31:51 +0300",
534
+ "isTagged": true,
535
+ "tag": "@pie-element/math-inline@0.7.0"
536
+ },
537
+ {
538
+ "type": "fix",
539
+ "scope": null,
540
+ "subject": "remove mathquill ref from general-config-block",
541
+ "merge": null,
542
+ "header": "fix: remove mathquill ref from general-config-block",
543
+ "body": null,
544
+ "footer": null,
545
+ "notes": [],
546
+ "hash": "ae5faf9e372ca05117cf592a5e031f84d774cbe1",
547
+ "gitTags": "",
548
+ "committerDate": "2019-04-04 12:45:23 +0100",
549
+ "isTagged": true,
550
+ "tag": "@pie-element/math-inline@0.6.1"
551
+ },
552
+ {
553
+ "type": "fix",
554
+ "scope": null,
555
+ "subject": "bump configure dependencies",
556
+ "merge": null,
557
+ "header": "fix: bump configure dependencies",
558
+ "body": null,
559
+ "footer": null,
560
+ "notes": [],
561
+ "hash": "ff0b7ae8d26b746bd05a7fcf8edcf522f2f408ad",
562
+ "gitTags": "",
563
+ "committerDate": "2019-04-04 12:38:17 +0100",
564
+ "isTagged": true,
565
+ "tag": "@pie-element/math-inline@0.6.1"
566
+ },
567
+ {
568
+ "type": "fix",
569
+ "scope": null,
570
+ "subject": "bump @pie-ui/math-inline",
571
+ "merge": null,
572
+ "header": "fix: bump @pie-ui/math-inline",
573
+ "body": null,
574
+ "footer": null,
575
+ "notes": [],
576
+ "hash": "d3308f3d4850576672b7a3bd9882b35145e521b5",
577
+ "gitTags": "",
578
+ "committerDate": "2019-04-04 12:21:46 +0100",
579
+ "isTagged": true,
580
+ "tag": "@pie-element/math-inline@0.6.1"
581
+ },
582
+ {
583
+ "type": "fix",
584
+ "scope": null,
585
+ "subject": "bump math deps",
586
+ "merge": null,
587
+ "header": "fix: bump math deps",
588
+ "body": null,
589
+ "footer": null,
590
+ "notes": [],
591
+ "hash": "1573e909e2dfa2dc12ee1efc23f733639f1b5df0",
592
+ "gitTags": "",
593
+ "committerDate": "2019-04-04 10:35:12 +0100",
594
+ "isTagged": true,
595
+ "tag": "@pie-element/math-inline@0.6.1"
596
+ },
597
+ {
598
+ "type": "fix",
599
+ "scope": null,
600
+ "subject": "bump math-input",
601
+ "merge": null,
602
+ "header": "fix: bump math-input",
603
+ "body": null,
604
+ "footer": null,
605
+ "notes": [],
606
+ "hash": "b27313b15f3286e03b1b5410d68af135749726f1",
607
+ "gitTags": "",
608
+ "committerDate": "2019-04-04 10:08:31 +0100",
609
+ "isTagged": true,
610
+ "tag": "@pie-element/math-inline@0.6.1"
611
+ },
612
+ {
613
+ "type": "fix",
614
+ "scope": null,
615
+ "subject": "math-inline model adjustments",
616
+ "merge": null,
617
+ "header": "fix: math-inline model adjustments",
618
+ "body": null,
619
+ "footer": null,
620
+ "notes": [],
621
+ "hash": "d78c61995510345825a5e575b6283f076744a7ad",
622
+ "gitTags": "",
623
+ "committerDate": "2019-03-26 14:25:25 +0200",
624
+ "isTagged": true,
625
+ "tag": "@pie-element/math-inline@0.6.0"
626
+ },
627
+ {
628
+ "type": "fix",
629
+ "scope": null,
630
+ "subject": "continued mathquill math-input work",
631
+ "merge": null,
632
+ "header": "fix: continued mathquill math-input work",
633
+ "body": null,
634
+ "footer": null,
635
+ "notes": [],
636
+ "hash": "18bd7108a588f7177de40424862dcbc7145c7c1f",
637
+ "gitTags": "",
638
+ "committerDate": "2019-03-22 16:04:55 +0200",
639
+ "isTagged": true,
640
+ "tag": "@pie-element/math-inline@0.6.0"
641
+ },
642
+ {
643
+ "type": "feat",
644
+ "scope": "math-inline",
645
+ "subject": "html and math support for item stem",
646
+ "merge": null,
647
+ "header": "feat(math-inline): html and math support for item stem",
648
+ "body": null,
649
+ "footer": null,
650
+ "notes": [],
651
+ "hash": "c317debfaabfac3ffcab66d478d7444704a85d14",
652
+ "gitTags": "",
653
+ "committerDate": "2019-03-21 10:48:17 +0200",
654
+ "isTagged": true,
655
+ "tag": "@pie-element/math-inline@0.6.0"
656
+ },
657
+ {
658
+ "type": "chore",
659
+ "scope": null,
660
+ "subject": "added math-inline infinite loop breaking code for reproduction purposes",
661
+ "merge": null,
662
+ "header": "chore: added math-inline infinite loop breaking code for reproduction purposes",
663
+ "body": null,
664
+ "footer": null,
665
+ "notes": [],
666
+ "hash": "1e5035377f14208d53880df0d3130e0c881d3352",
667
+ "gitTags": "",
668
+ "committerDate": "2019-03-20 13:46:44 +0200",
669
+ "isTagged": true,
670
+ "tag": "@pie-element/math-inline@0.6.0"
671
+ },
672
+ {
673
+ "type": "fix",
674
+ "scope": "math-inline",
675
+ "subject": "fix simple mode interaction and remove defaultResponse from model",
676
+ "merge": null,
677
+ "header": "fix(math-inline): fix simple mode interaction and remove defaultResponse from model",
678
+ "body": null,
679
+ "footer": null,
680
+ "notes": [],
681
+ "hash": "cc82516b0ccd9a8b7712b6adeb5231f32494e32c",
682
+ "gitTags": "",
683
+ "committerDate": "2019-03-19 16:25:36 +0200",
684
+ "isTagged": true,
685
+ "tag": "@pie-element/math-inline@0.5.4"
686
+ },
687
+ {
688
+ "type": "feat",
689
+ "scope": "general",
690
+ "subject": "initialize default model (2) (#138)",
691
+ "merge": null,
692
+ "header": "feat(general): initialize default model (2) (#138)",
693
+ "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",
694
+ "footer": null,
695
+ "notes": [],
696
+ "hash": "fc72eca03a09c3d48989e88484a7c79d6dbec0f9",
697
+ "gitTags": "",
698
+ "committerDate": "2019-03-15 15:25:07 -0400",
699
+ "isTagged": true,
700
+ "tag": "@pie-element/math-inline@0.5.0"
701
+ },
702
+ {
703
+ "type": "chore",
704
+ "scope": null,
705
+ "subject": "lock down versions",
706
+ "merge": null,
707
+ "header": "chore: lock down versions",
708
+ "body": null,
709
+ "footer": null,
710
+ "notes": [],
711
+ "hash": "742742d44454474b9ce461506357ff282de0ada0",
712
+ "gitTags": "",
713
+ "committerDate": "2019-03-12 23:33:57 +0000",
714
+ "isTagged": true,
715
+ "tag": "@pie-element/math-inline@0.4.0"
716
+ },
717
+ {
718
+ "type": "feat",
719
+ "scope": "general",
720
+ "subject": "initialize default model (#129)",
721
+ "merge": null,
722
+ "header": "feat(general): initialize default model (#129)",
723
+ "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",
724
+ "footer": null,
725
+ "notes": [],
726
+ "hash": "b62d0585a86c8e2fbe5a6181b869a28c1131756b",
727
+ "gitTags": "",
728
+ "committerDate": "2019-03-12 15:47:20 -0400",
729
+ "isTagged": true,
730
+ "tag": "@pie-element/math-inline@0.4.0"
731
+ },
732
+ {
733
+ "type": "feat",
734
+ "scope": null,
735
+ "subject": "update schema docs (#136)",
736
+ "merge": null,
737
+ "header": "feat: update schema docs (#136)",
738
+ "body": null,
739
+ "footer": null,
740
+ "notes": [],
741
+ "hash": "184f2625b798a9f9ead150cc94a65cd2d10ed931",
742
+ "gitTags": "",
743
+ "committerDate": "2019-03-12 14:22:55 -0400",
744
+ "isTagged": true,
745
+ "tag": "@pie-element/math-inline@0.4.0"
746
+ },
747
+ {
748
+ "type": "chore",
749
+ "scope": null,
750
+ "subject": "bump patch",
751
+ "merge": null,
752
+ "header": "chore: bump patch",
753
+ "body": null,
754
+ "footer": null,
755
+ "notes": [],
756
+ "hash": "dbbd34ad59275924c58fbdb7ddef4360944a6cf7",
757
+ "gitTags": "",
758
+ "committerDate": "2019-02-20 13:44:58 +0000",
759
+ "isTagged": true,
760
+ "tag": "@pie-element/math-inline@0.3.3"
761
+ },
762
+ {
763
+ "type": "chore",
764
+ "scope": null,
765
+ "subject": "remove debug console log",
766
+ "merge": null,
767
+ "header": "chore: remove debug console log",
768
+ "body": null,
769
+ "footer": null,
770
+ "notes": [],
771
+ "hash": "5755eda8fcdeb3038b19243edf71320ab1e4003b",
772
+ "gitTags": "",
773
+ "committerDate": "2019-02-20 14:11:59 +0200",
774
+ "isTagged": true,
775
+ "tag": "@pie-element/math-inline@0.3.3"
776
+ },
777
+ {
778
+ "type": "chore",
779
+ "scope": null,
780
+ "subject": "dependency version bump",
781
+ "merge": null,
782
+ "header": "chore: dependency version bump",
783
+ "body": null,
784
+ "footer": null,
785
+ "notes": [],
786
+ "hash": "0cd9171fa9a11244223e44811d0b714be5318bbd",
787
+ "gitTags": "",
788
+ "committerDate": "2019-02-20 14:10:34 +0200",
789
+ "isTagged": true,
790
+ "tag": "@pie-element/math-inline@0.3.3"
791
+ },
792
+ {
793
+ "type": "fix",
794
+ "scope": "math-inline",
795
+ "subject": "keypad update for different types and keypad fixes",
796
+ "merge": null,
797
+ "header": "fix(math-inline): keypad update for different types and keypad fixes",
798
+ "body": null,
799
+ "footer": null,
800
+ "notes": [],
801
+ "hash": "d6e4a816c87e36622740991206d28195f955bec9",
802
+ "gitTags": "",
803
+ "committerDate": "2019-02-20 13:54:06 +0200",
804
+ "isTagged": true,
805
+ "tag": "@pie-element/math-inline@0.3.3"
806
+ },
807
+ {
808
+ "type": "feat",
809
+ "scope": null,
810
+ "subject": "all elements on `develop` target @next releases",
811
+ "merge": null,
812
+ "header": "feat: all elements on `develop` target @next releases",
813
+ "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`",
814
+ "footer": null,
815
+ "notes": [],
816
+ "hash": "d3766e679f8442b55efc659e59242b6dfa6356a0",
817
+ "gitTags": "",
818
+ "committerDate": "2019-02-19 19:46:59 +0000",
819
+ "isTagged": true,
820
+ "tag": "@pie-element/math-inline@0.4.0"
821
+ },
822
+ {
823
+ "type": "chore",
824
+ "scope": null,
825
+ "subject": "bump dependencies for math-inline",
826
+ "merge": null,
827
+ "header": "chore: bump dependencies for math-inline",
828
+ "body": null,
829
+ "footer": null,
830
+ "notes": [],
831
+ "hash": "53a07099002eb3019f9875a8cda85b1af2262b4e",
832
+ "gitTags": "",
833
+ "committerDate": "2019-02-13 12:49:48 +0200",
834
+ "isTagged": true,
835
+ "tag": "@pie-element/math-inline@0.1.0"
836
+ },
837
+ {
838
+ "type": "chore",
839
+ "scope": null,
840
+ "subject": "bump dependencies for math-inline",
841
+ "merge": null,
842
+ "header": "chore: bump dependencies for math-inline",
843
+ "body": null,
844
+ "footer": null,
845
+ "notes": [],
846
+ "hash": "72c7f90ded4294eea0e863e595c1b0f1861b0e41",
847
+ "gitTags": "",
848
+ "committerDate": "2019-02-13 12:44:46 +0200",
849
+ "isTagged": true,
850
+ "tag": "@pie-element/math-inline@0.1.0"
851
+ },
852
+ {
853
+ "type": "fix",
854
+ "scope": "math-inline",
855
+ "subject": "fix math-input dependency usages for mathquill wrapper",
856
+ "merge": null,
857
+ "header": "fix(math-inline): fix math-input dependency usages for mathquill wrapper",
858
+ "body": null,
859
+ "footer": null,
860
+ "notes": [],
861
+ "hash": "4c91e18e2f2122bb2fd69e70dedd3c0af038b63a",
862
+ "gitTags": "",
863
+ "committerDate": "2019-02-13 09:55:09 +0200",
864
+ "isTagged": true,
865
+ "tag": "@pie-element/math-inline@0.1.0"
866
+ },
867
+ {
868
+ "type": "feat",
869
+ "scope": "math-inline",
870
+ "subject": "dependency version bump for mathquill paranthesis styling fixes around custom elements",
871
+ "merge": null,
872
+ "header": "feat(math-inline): dependency version bump for mathquill paranthesis styling fixes around custom elements",
873
+ "body": null,
874
+ "footer": null,
875
+ "notes": [],
876
+ "hash": "54a1904430e9aa64dbb5c5c9d7566feb5ba9b5c4",
877
+ "gitTags": "",
878
+ "committerDate": "2019-02-07 12:53:18 +0200",
879
+ "isTagged": true,
880
+ "tag": "@pie-element/math-inline@0.1.0"
881
+ },
882
+ {
883
+ "type": "feat",
884
+ "scope": "math-inline",
885
+ "subject": "math-toolbar version bump for line break support",
886
+ "merge": null,
887
+ "header": "feat(math-inline): math-toolbar version bump for line break support",
888
+ "body": null,
889
+ "footer": null,
890
+ "notes": [],
891
+ "hash": "d60e90aac8016d82e1673d9447d7a77746677d70",
892
+ "gitTags": "",
893
+ "committerDate": "2019-02-06 10:51:36 +0200",
894
+ "isTagged": true,
895
+ "tag": "@pie-element/math-inline@0.1.0"
896
+ },
897
+ {
898
+ "type": "chore",
899
+ "scope": "math-inline",
900
+ "subject": "dependency version bumps for bugfixes",
901
+ "merge": null,
902
+ "header": "chore(math-inline): dependency version bumps for bugfixes",
903
+ "body": null,
904
+ "footer": null,
905
+ "notes": [],
906
+ "hash": "8a88b85351480947c666db41d02ef6060ecdde18",
907
+ "gitTags": "",
908
+ "committerDate": "2019-02-05 18:47:03 +0200",
909
+ "isTagged": true,
910
+ "tag": "@pie-element/math-inline@0.1.0"
911
+ },
912
+ {
913
+ "type": "feat",
914
+ "scope": "math-inline",
915
+ "subject": "pie-ui math-inline version bump to pull in various fixes",
916
+ "merge": null,
917
+ "header": "feat(math-inline): pie-ui math-inline version bump to pull in various fixes",
918
+ "body": null,
919
+ "footer": null,
920
+ "notes": [],
921
+ "hash": "846ae82c82fe587b897d154909125f776e5ff39e",
922
+ "gitTags": "",
923
+ "committerDate": "2019-02-05 17:49:49 +0200",
924
+ "isTagged": true,
925
+ "tag": "@pie-element/math-inline@0.1.0"
926
+ },
927
+ {
928
+ "type": "feat",
929
+ "scope": "math-inline",
930
+ "subject": "version bump",
931
+ "merge": null,
932
+ "header": "feat(math-inline): version bump",
933
+ "body": null,
934
+ "footer": null,
935
+ "notes": [],
936
+ "hash": "08d4ecfcf5cbb0cfd804f1796f7fb70fad815a26",
937
+ "gitTags": "",
938
+ "committerDate": "2019-02-05 08:32:11 +0200",
939
+ "isTagged": true,
940
+ "tag": "@pie-element/math-inline@0.1.0"
941
+ },
942
+ {
943
+ "type": "feat",
944
+ "scope": "math-inline",
945
+ "subject": "pie-ui math-inline version bump and update",
946
+ "merge": null,
947
+ "header": "feat(math-inline): pie-ui math-inline version bump and update",
948
+ "body": null,
949
+ "footer": null,
950
+ "notes": [],
951
+ "hash": "67363af5eea7897217a28355fed321f50822caba",
952
+ "gitTags": "",
953
+ "committerDate": "2019-02-04 19:20:03 +0200",
954
+ "isTagged": true,
955
+ "tag": "@pie-element/math-inline@0.1.0"
956
+ },
957
+ {
958
+ "type": "feat",
959
+ "scope": "math-inline",
960
+ "subject": "pie-ui math-inline version bump and update",
961
+ "merge": null,
962
+ "header": "feat(math-inline): pie-ui math-inline version bump and update",
963
+ "body": null,
964
+ "footer": null,
965
+ "notes": [],
966
+ "hash": "14b079d0a4005ba530615b53ddd2b3bf081cf439",
967
+ "gitTags": "",
968
+ "committerDate": "2019-02-04 18:23:22 +0200",
969
+ "isTagged": true,
970
+ "tag": "@pie-element/math-inline@0.1.0"
971
+ },
972
+ {
973
+ "type": "feat",
974
+ "scope": "math-inline",
975
+ "subject": "pie-ui math-inline version bump and update",
976
+ "merge": null,
977
+ "header": "feat(math-inline): pie-ui math-inline version bump and update",
978
+ "body": null,
979
+ "footer": null,
980
+ "notes": [],
981
+ "hash": "c2860bbe897b4bf09f3d95b8ea21ca87810984ab",
982
+ "gitTags": "",
983
+ "committerDate": "2019-02-04 09:35:14 +0200",
984
+ "isTagged": true,
985
+ "tag": "@pie-element/math-inline@0.1.0"
986
+ },
987
+ {
988
+ "type": "feat",
989
+ "scope": "math-inline",
990
+ "subject": "pie-ui math-inline version bump and update",
991
+ "merge": null,
992
+ "header": "feat(math-inline): pie-ui math-inline version bump and update",
993
+ "body": null,
994
+ "footer": null,
995
+ "notes": [],
996
+ "hash": "3cb2382ef59e976c837f2843a8f4d2cc886b3556",
997
+ "gitTags": "",
998
+ "committerDate": "2019-02-04 09:25:36 +0200",
999
+ "isTagged": true,
1000
+ "tag": "@pie-element/math-inline@0.1.0"
1001
+ },
1002
+ {
1003
+ "type": "chore",
1004
+ "scope": "math-inline",
1005
+ "subject": "version bump",
1006
+ "merge": null,
1007
+ "header": "chore(math-inline): version bump",
1008
+ "body": null,
1009
+ "footer": null,
1010
+ "notes": [],
1011
+ "hash": "66cca2ccefaff8ed0c008fa3246f8c7f0a2fe112",
1012
+ "gitTags": "",
1013
+ "committerDate": "2019-02-01 16:06:21 +0200",
1014
+ "isTagged": true,
1015
+ "tag": "@pie-element/math-inline@0.1.0"
1016
+ },
1017
+ {
1018
+ "type": "chore",
1019
+ "scope": "math-inline",
1020
+ "subject": "dependency version bumps",
1021
+ "merge": null,
1022
+ "header": "chore(math-inline): dependency version bumps",
1023
+ "body": null,
1024
+ "footer": null,
1025
+ "notes": [],
1026
+ "hash": "9a66da441d38129ec376168c2b922022e0398e8b",
1027
+ "gitTags": "",
1028
+ "committerDate": "2019-02-01 15:54:22 +0200",
1029
+ "isTagged": true,
1030
+ "tag": "@pie-element/math-inline@0.1.0"
1031
+ },
1032
+ {
1033
+ "type": "chore",
1034
+ "scope": "math-inline",
1035
+ "subject": "version bump",
1036
+ "merge": null,
1037
+ "header": "chore(math-inline): version bump",
1038
+ "body": null,
1039
+ "footer": null,
1040
+ "notes": [],
1041
+ "hash": "1dd1396d838aee6ab7d425bca49b336aec65b7f1",
1042
+ "gitTags": "",
1043
+ "committerDate": "2019-02-01 13:57:07 +0200",
1044
+ "isTagged": true,
1045
+ "tag": "@pie-element/math-inline@0.1.0"
1046
+ },
1047
+ {
1048
+ "type": "feat",
1049
+ "scope": "math-inline",
1050
+ "subject": "line breaks in math editor",
1051
+ "merge": null,
1052
+ "header": "feat(math-inline): line breaks in math editor",
1053
+ "body": null,
1054
+ "footer": null,
1055
+ "notes": [],
1056
+ "hash": "b1a3ccba5c8fb8687dcdf7d1d8717c6eceac8f89",
1057
+ "gitTags": "",
1058
+ "committerDate": "2019-02-01 13:54:54 +0200",
1059
+ "isTagged": true,
1060
+ "tag": "@pie-element/math-inline@0.1.0"
1061
+ },
1062
+ {
1063
+ "type": "feat",
1064
+ "scope": "math-inline",
1065
+ "subject": "finalize for first release",
1066
+ "merge": null,
1067
+ "header": "feat(math-inline): finalize for first release",
1068
+ "body": null,
1069
+ "footer": null,
1070
+ "notes": [],
1071
+ "hash": "e33b3ad200d39bbafe51c1cda5818e0665395d46",
1072
+ "gitTags": "",
1073
+ "committerDate": "2019-01-29 15:10:29 +0200",
1074
+ "isTagged": true,
1075
+ "tag": "@pie-element/math-inline@0.1.0"
1076
+ },
1077
+ {
1078
+ "type": "feat",
1079
+ "scope": "math-inline",
1080
+ "subject": "updated package version",
1081
+ "merge": null,
1082
+ "header": "feat(math-inline): updated package version",
1083
+ "body": null,
1084
+ "footer": null,
1085
+ "notes": [],
1086
+ "hash": "7a590383dadb4dfda8526e6f8e267a34306d5e9d",
1087
+ "gitTags": "",
1088
+ "committerDate": "2019-01-28 13:57:34 +0200",
1089
+ "isTagged": true,
1090
+ "tag": "@pie-element/math-inline@0.1.0"
1091
+ },
1092
+ {
1093
+ "type": "feat",
1094
+ "scope": "math-inline",
1095
+ "subject": "config panel and controller done for initial release",
1096
+ "merge": null,
1097
+ "header": "feat(math-inline): config panel and controller done for initial release",
1098
+ "body": null,
1099
+ "footer": null,
1100
+ "notes": [],
1101
+ "hash": "f8d4ed8438fa573fb7acfcb7ece0ca789a12e843",
1102
+ "gitTags": "",
1103
+ "committerDate": "2019-01-16 19:12:40 +0200",
1104
+ "isTagged": true,
1105
+ "tag": "@pie-element/math-inline@0.1.0"
1106
+ },
1107
+ {
1108
+ "type": "fix",
1109
+ "scope": "math-inline",
1110
+ "subject": "bumped version",
1111
+ "merge": null,
1112
+ "header": "fix(math-inline): bumped version",
1113
+ "body": null,
1114
+ "footer": null,
1115
+ "notes": [],
1116
+ "hash": "412a58913f219284bfcfa894d78f0c71e10c515b",
1117
+ "gitTags": "",
1118
+ "committerDate": "2019-01-08 15:25:09 +0200",
1119
+ "isTagged": true,
1120
+ "tag": "@pie-element/math-inline@0.0.9"
1121
+ },
1122
+ {
1123
+ "type": "fix",
1124
+ "scope": "general",
1125
+ "subject": "bumped the config-ui version for all packages",
1126
+ "merge": null,
1127
+ "header": "fix(general): bumped the config-ui version for all packages",
1128
+ "body": null,
1129
+ "footer": null,
1130
+ "notes": [],
1131
+ "hash": "159521db769e7043a1fbea9f06ed153f85bc55df",
1132
+ "gitTags": "",
1133
+ "committerDate": "2019-01-08 15:04:14 +0200",
1134
+ "isTagged": true,
1135
+ "tag": "@pie-element/math-inline@0.0.3"
1136
+ },
1137
+ {
1138
+ "type": "chore",
1139
+ "scope": null,
1140
+ "subject": "beta bump",
1141
+ "merge": null,
1142
+ "header": "chore: beta bump",
1143
+ "body": null,
1144
+ "footer": null,
1145
+ "notes": [],
1146
+ "hash": "f697de2448346e466a2f5459968b6a0c1fc2979b",
1147
+ "gitTags": "",
1148
+ "committerDate": "2019-01-02 15:11:30 +0000",
1149
+ "isTagged": true,
1150
+ "tag": "@pie-element/math-inline@0.1.0"
1151
+ },
1152
+ {
1153
+ "type": "fix",
1154
+ "scope": null,
1155
+ "subject": "rm flex",
1156
+ "merge": null,
1157
+ "header": "fix: rm flex",
1158
+ "body": null,
1159
+ "footer": null,
1160
+ "notes": [],
1161
+ "hash": "b7bcdb9c59df22b0de589fa9e76303b18067437a",
1162
+ "gitTags": "",
1163
+ "committerDate": "2019-01-02 15:09:32 +0000",
1164
+ "isTagged": true,
1165
+ "tag": "@pie-element/math-inline@0.1.0"
1166
+ },
1167
+ {
1168
+ "type": "feat",
1169
+ "scope": "math-inline",
1170
+ "subject": "version bump",
1171
+ "merge": null,
1172
+ "header": "feat(math-inline): version bump",
1173
+ "body": null,
1174
+ "footer": null,
1175
+ "notes": [],
1176
+ "hash": "1ce4d2b4b4a6442713f4fffcc21b8a6ce5026a73",
1177
+ "gitTags": "",
1178
+ "committerDate": "2018-12-21 13:47:58 +0200",
1179
+ "isTagged": true,
1180
+ "tag": "@pie-element/math-inline@0.1.0"
1181
+ },
1182
+ {
1183
+ "type": "chore",
1184
+ "scope": null,
1185
+ "subject": "bump version",
1186
+ "merge": null,
1187
+ "header": "chore: bump version",
1188
+ "body": null,
1189
+ "footer": null,
1190
+ "notes": [],
1191
+ "hash": "bf32957d8641db3235f4a83c53e63c27a7d8414e",
1192
+ "gitTags": "",
1193
+ "committerDate": "2018-12-18 15:34:35 +0000",
1194
+ "isTagged": true,
1195
+ "tag": "@pie-element/math-inline@0.1.0"
1196
+ },
1197
+ {
1198
+ "type": "feat",
1199
+ "scope": "math-inline",
1200
+ "subject": "configure component name",
1201
+ "merge": null,
1202
+ "header": "feat(math-inline): configure component name",
1203
+ "body": null,
1204
+ "footer": null,
1205
+ "notes": [],
1206
+ "hash": "8e0d816dd41caa9edebe0f05dde8145981f068bf",
1207
+ "gitTags": "",
1208
+ "committerDate": "2018-12-18 17:08:02 +0200",
1209
+ "isTagged": true,
1210
+ "tag": "@pie-element/math-inline@0.1.0"
1211
+ },
1212
+ {
1213
+ "type": "feat",
1214
+ "scope": "math-inline",
1215
+ "subject": "configure package version bump",
1216
+ "merge": null,
1217
+ "header": "feat(math-inline): configure package version bump",
1218
+ "body": null,
1219
+ "footer": null,
1220
+ "notes": [],
1221
+ "hash": "85763c58b2ec7ea86e1612219b792008d7c6a62c",
1222
+ "gitTags": "",
1223
+ "committerDate": "2018-12-18 17:05:22 +0200",
1224
+ "isTagged": true,
1225
+ "tag": "@pie-element/math-inline@0.1.0"
1226
+ },
1227
+ {
1228
+ "type": "feat",
1229
+ "scope": "math-inline",
1230
+ "subject": "configure package version bump",
1231
+ "merge": null,
1232
+ "header": "feat(math-inline): configure package version bump",
1233
+ "body": null,
1234
+ "footer": null,
1235
+ "notes": [],
1236
+ "hash": "3ad34ec63025d324fe3023ae7529be91118e5aa3",
1237
+ "gitTags": "",
1238
+ "committerDate": "2018-12-18 16:54:30 +0200",
1239
+ "isTagged": true,
1240
+ "tag": "@pie-element/math-inline@0.1.0"
1241
+ },
1242
+ {
1243
+ "type": "feat",
1244
+ "scope": "math-inline",
1245
+ "subject": "configure package version bump",
1246
+ "merge": null,
1247
+ "header": "feat(math-inline): configure package version bump",
1248
+ "body": null,
1249
+ "footer": null,
1250
+ "notes": [],
1251
+ "hash": "4333aea09067f4181b0a844becc478054bb777b7",
1252
+ "gitTags": "",
1253
+ "committerDate": "2018-12-18 16:53:45 +0200",
1254
+ "isTagged": true,
1255
+ "tag": "@pie-element/math-inline@0.1.0"
1256
+ },
1257
+ {
1258
+ "type": "feat",
1259
+ "scope": "math-inline",
1260
+ "subject": "configure package version bump",
1261
+ "merge": null,
1262
+ "header": "feat(math-inline): configure package version bump",
1263
+ "body": null,
1264
+ "footer": null,
1265
+ "notes": [],
1266
+ "hash": "0078dcbb5fc7a06358c5cac815ea4a6a05cec283",
1267
+ "gitTags": "",
1268
+ "committerDate": "2018-12-18 16:51:45 +0200",
1269
+ "isTagged": true,
1270
+ "tag": "@pie-element/math-inline@0.1.0"
1271
+ },
1272
+ {
1273
+ "type": "feat",
1274
+ "scope": "math-inline",
1275
+ "subject": "generate.js for build-service",
1276
+ "merge": null,
1277
+ "header": "feat(math-inline): generate.js for build-service",
1278
+ "body": null,
1279
+ "footer": null,
1280
+ "notes": [],
1281
+ "hash": "509c6618fccf7408997629b01d2106fc85a2339a",
1282
+ "gitTags": "",
1283
+ "committerDate": "2018-12-18 16:49:49 +0200",
1284
+ "isTagged": true,
1285
+ "tag": "@pie-element/math-inline@0.1.0"
1286
+ },
1287
+ {
1288
+ "type": "feat",
1289
+ "scope": "math-inline",
1290
+ "subject": "remove unnecessary test files, until tests are written",
1291
+ "merge": null,
1292
+ "header": "feat(math-inline): remove unnecessary test files, until tests are written",
1293
+ "body": null,
1294
+ "footer": null,
1295
+ "notes": [],
1296
+ "hash": "de717ce148f12880daf6d55574fc79253ccd9231",
1297
+ "gitTags": "",
1298
+ "committerDate": "2018-12-18 16:23:52 +0200",
1299
+ "isTagged": true,
1300
+ "tag": "@pie-element/math-inline@0.1.0"
1301
+ },
1302
+ {
1303
+ "type": "chore",
1304
+ "scope": null,
1305
+ "subject": "fix tests",
1306
+ "merge": null,
1307
+ "header": "chore: fix tests",
1308
+ "body": null,
1309
+ "footer": null,
1310
+ "notes": [],
1311
+ "hash": "a7b27bc562a65f5318d9f9d9705b55b39e65767d",
1312
+ "gitTags": "",
1313
+ "committerDate": "2018-12-18 13:33:15 +0000",
1314
+ "isTagged": true,
1315
+ "tag": "@pie-element/math-inline@0.1.0"
1316
+ },
1317
+ {
1318
+ "type": "feat",
1319
+ "scope": "math-inline",
1320
+ "subject": "answer block indexes fix",
1321
+ "merge": null,
1322
+ "header": "feat(math-inline): answer block indexes fix",
1323
+ "body": null,
1324
+ "footer": null,
1325
+ "notes": [],
1326
+ "hash": "2b1821a84a0a9ce16d7c10f612ec23ea3f9d4651",
1327
+ "gitTags": "",
1328
+ "committerDate": "2018-12-18 14:13:21 +0200",
1329
+ "isTagged": true,
1330
+ "tag": "@pie-element/math-inline@0.1.0"
1331
+ },
1332
+ {
1333
+ "type": "feat",
1334
+ "scope": "math-inline",
1335
+ "subject": "initial implementation",
1336
+ "merge": null,
1337
+ "header": "feat(math-inline): initial implementation",
1338
+ "body": null,
1339
+ "footer": null,
1340
+ "notes": [],
1341
+ "hash": "58fdd5ef44ed4e781353121a470d4e1d6471283e",
1342
+ "gitTags": "",
1343
+ "committerDate": "2018-12-18 13:52:47 +0200",
1344
+ "isTagged": true,
1345
+ "tag": "@pie-element/math-inline@0.1.0"
1346
+ },
1347
+ {
1348
+ "type": "feat",
1349
+ "scope": "math-inline",
1350
+ "subject": "answer block generation related functionality",
1351
+ "merge": null,
1352
+ "header": "feat(math-inline): answer block generation related functionality",
1353
+ "body": null,
1354
+ "footer": null,
1355
+ "notes": [],
1356
+ "hash": "045173e3489e3abd499985112225e62e7df6f2e2",
1357
+ "gitTags": "",
1358
+ "committerDate": "2018-11-29 13:36:41 +0200",
1359
+ "isTagged": true,
1360
+ "tag": "@pie-element/math-inline@0.1.0"
1361
+ },
1362
+ {
1363
+ "type": "fix",
1364
+ "scope": "math-inline",
1365
+ "subject": "initial placeholder tests and fixes",
1366
+ "merge": null,
1367
+ "header": "fix(math-inline): initial placeholder tests and fixes",
1368
+ "body": null,
1369
+ "footer": null,
1370
+ "notes": [],
1371
+ "hash": "05125e6587fde2cbc3223db4ebdc6808685887df",
1372
+ "gitTags": "",
1373
+ "committerDate": "2018-11-26 15:04:21 +0200",
1374
+ "isTagged": true,
1375
+ "tag": "@pie-element/math-inline@0.0.2"
1376
+ },
1377
+ {
1378
+ "type": "fix",
1379
+ "scope": "math-inline",
1380
+ "subject": "initial placeholder tests and fixes",
1381
+ "merge": null,
1382
+ "header": "fix(math-inline): initial placeholder tests and fixes",
1383
+ "body": null,
1384
+ "footer": null,
1385
+ "notes": [],
1386
+ "hash": "a49fe1bccba431ce17cd55e8b85834e3dd269eb1",
1387
+ "gitTags": "",
1388
+ "committerDate": "2018-11-26 15:04:03 +0200",
1389
+ "isTagged": true,
1390
+ "tag": "@pie-element/math-inline@0.0.2"
1391
+ },
1392
+ {
1393
+ "type": "fix",
1394
+ "scope": "math-inline",
1395
+ "subject": "initial placeholder tests and fixes",
1396
+ "merge": null,
1397
+ "header": "fix(math-inline): initial placeholder tests and fixes",
1398
+ "body": null,
1399
+ "footer": null,
1400
+ "notes": [],
1401
+ "hash": "1644b94addf787bd80ff46b2fa00968d706db782",
1402
+ "gitTags": "",
1403
+ "committerDate": "2018-11-26 15:03:49 +0200",
1404
+ "isTagged": true,
1405
+ "tag": "@pie-element/math-inline@0.0.2"
1406
+ },
1407
+ {
1408
+ "type": "fix",
1409
+ "scope": "math-inline",
1410
+ "subject": "package versions",
1411
+ "merge": null,
1412
+ "header": "fix(math-inline): package versions",
1413
+ "body": null,
1414
+ "footer": null,
1415
+ "notes": [],
1416
+ "hash": "286626f455d8ec8b82e78d98dbf1d2894565c6b6",
1417
+ "gitTags": "",
1418
+ "committerDate": "2018-11-26 14:10:26 +0200",
1419
+ "isTagged": true,
1420
+ "tag": "@pie-element/math-inline@0.0.2"
1421
+ },
1422
+ {
1423
+ "type": "fix",
1424
+ "scope": "math-inline",
1425
+ "subject": "config and controller package names",
1426
+ "merge": null,
1427
+ "header": "fix(math-inline): config and controller package names",
1428
+ "body": null,
1429
+ "footer": null,
1430
+ "notes": [],
1431
+ "hash": "e477d105c308dba33dfd7b25ebb9c46c576b1160",
1432
+ "gitTags": "",
1433
+ "committerDate": "2018-11-26 13:51:45 +0200",
1434
+ "isTagged": true,
1435
+ "tag": "@pie-element/math-inline@0.0.2"
1436
+ },
1437
+ {
1438
+ "type": "feat",
1439
+ "scope": "general",
1440
+ "subject": "updated all the packages that have the config-ui as a dependency",
1441
+ "merge": null,
1442
+ "header": "feat(general): updated all the packages that have the config-ui as a dependency",
1443
+ "body": null,
1444
+ "footer": null,
1445
+ "notes": [],
1446
+ "hash": "44061deecae6d18cdbf6f5fb524f3d3094ccd354",
1447
+ "gitTags": "",
1448
+ "committerDate": "2019-06-20 22:32:48 -0400",
1449
+ "isTagged": true,
1450
+ "tag": "@pie-element/math-inline@2.3.0"
1451
+ },
1452
+ {
1453
+ "type": "feat",
1454
+ "scope": "settings-panel",
1455
+ "subject": "updated the settings panel design and changes needed for [ch2242]",
1456
+ "merge": null,
1457
+ "header": "feat(settings-panel): updated the settings panel design and changes needed for [ch2242]",
1458
+ "body": null,
1459
+ "footer": null,
1460
+ "notes": [],
1461
+ "hash": "d830e57b32bd09ac8cc02c7a12d75d988d9df21c",
1462
+ "gitTags": "",
1463
+ "committerDate": "2019-06-25 23:42:15 -0400",
1464
+ "isTagged": true,
1465
+ "tag": "@pie-element/math-inline@2.4.0"
1466
+ },
1467
+ {
1468
+ "type": "feat",
1469
+ "scope": "mask-markup-elements",
1470
+ "subject": "refactored the elements and version bumped the necessary files",
1471
+ "merge": null,
1472
+ "header": "feat(mask-markup-elements): refactored the elements and version bumped the necessary files",
1473
+ "body": null,
1474
+ "footer": null,
1475
+ "notes": [],
1476
+ "hash": "f8f77c02e44afd90e491a371d86d3d4093eb41e5",
1477
+ "gitTags": "",
1478
+ "committerDate": "2019-07-02 13:38:48 -0400",
1479
+ "isTagged": true,
1480
+ "tag": "@pie-element/math-inline@2.5.0"
1481
+ },
1482
+ {
1483
+ "type": "feat",
1484
+ "scope": "math-inline",
1485
+ "subject": "allowing decimals in response is valid for literal validation too",
1486
+ "merge": null,
1487
+ "header": "feat(math-inline): allowing decimals in response is valid for literal validation too",
1488
+ "body": null,
1489
+ "footer": null,
1490
+ "notes": [],
1491
+ "hash": "4c178409f57beedbb91fd20e5139c516ae607407",
1492
+ "gitTags": "",
1493
+ "committerDate": "2019-06-26 11:22:22 +0300",
1494
+ "isTagged": true,
1495
+ "tag": "@pie-element/math-inline@2.5.0"
1496
+ },
1497
+ {
1498
+ "type": "fix",
1499
+ "scope": "math-inline",
1500
+ "subject": "interaction fixes, controller logic adjustment and small styling changes",
1501
+ "merge": null,
1502
+ "header": "fix(math-inline): interaction fixes, controller logic adjustment and small styling changes",
1503
+ "body": null,
1504
+ "footer": null,
1505
+ "notes": [],
1506
+ "hash": "40a1dc10b6c884744fdeafbf34f332533c6568fc",
1507
+ "gitTags": "",
1508
+ "committerDate": "2019-06-19 11:11:27 +0300",
1509
+ "isTagged": true,
1510
+ "tag": "@pie-element/math-inline@2.5.0"
1511
+ },
1512
+ {
1513
+ "type": "chore",
1514
+ "scope": "editable-html",
1515
+ "subject": "version bumped the necessary packages",
1516
+ "merge": null,
1517
+ "header": "chore(editable-html): version bumped the necessary packages",
1518
+ "body": null,
1519
+ "footer": null,
1520
+ "notes": [],
1521
+ "hash": "3c7caf6a1f8dc120ca23ab93258a90a593bbeb65",
1522
+ "gitTags": "",
1523
+ "committerDate": "2019-07-02 15:13:55 -0400",
1524
+ "isTagged": true,
1525
+ "tag": "@pie-element/math-inline@2.5.1"
1526
+ },
1527
+ {
1528
+ "type": "chore",
1529
+ "scope": "version",
1530
+ "subject": "version bumped the editable-html dependent packages",
1531
+ "merge": null,
1532
+ "header": "chore(version): version bumped the editable-html dependent packages",
1533
+ "body": null,
1534
+ "footer": null,
1535
+ "notes": [],
1536
+ "hash": "19961d346e8596064bad27156e0cf5a03afc3889",
1537
+ "gitTags": "",
1538
+ "committerDate": "2019-07-03 15:57:58 -0400",
1539
+ "isTagged": true,
1540
+ "tag": "@pie-element/math-inline@2.5.3"
1541
+ },
1542
+ {
1543
+ "type": "chore",
1544
+ "scope": "editable-html",
1545
+ "subject": "version bumped",
1546
+ "merge": null,
1547
+ "header": "chore(editable-html): version bumped",
1548
+ "body": null,
1549
+ "footer": null,
1550
+ "notes": [],
1551
+ "hash": "c769be6b711d5e5b51d79f967548d65006310a9d",
1552
+ "gitTags": "",
1553
+ "committerDate": "2019-07-04 12:21:53 -0400",
1554
+ "isTagged": true,
1555
+ "tag": "@pie-element/math-inline@2.5.4"
1556
+ },
1557
+ {
1558
+ "type": "fix",
1559
+ "scope": "template-els",
1560
+ "subject": "fixed some ditb issues",
1561
+ "merge": null,
1562
+ "header": "fix(template-els): fixed some ditb issues",
1563
+ "body": null,
1564
+ "footer": null,
1565
+ "notes": [],
1566
+ "hash": "9133840e48a263b2cf49ce4db9c4310743efffe0",
1567
+ "gitTags": "",
1568
+ "committerDate": "2019-07-04 11:45:23 -0400",
1569
+ "isTagged": true,
1570
+ "tag": "@pie-element/math-inline@2.5.4"
1571
+ },
1572
+ {
1573
+ "type": "fix",
1574
+ "scope": "editable-html",
1575
+ "subject": "fixed lots of stuff regarding the editable-html",
1576
+ "merge": null,
1577
+ "header": "fix(editable-html): fixed lots of stuff regarding the editable-html",
1578
+ "body": null,
1579
+ "footer": null,
1580
+ "notes": [],
1581
+ "hash": "12c112917e0b5065ec35efdbdc276703602a6c68",
1582
+ "gitTags": " (origin/andrei/fixes)",
1583
+ "committerDate": "2019-07-07 14:16:34 -0400",
1584
+ "isTagged": true,
1585
+ "tag": "@pie-element/math-inline@2.5.6"
1586
+ },
1587
+ {
1588
+ "type": "chore",
1589
+ "scope": "config-ui",
1590
+ "subject": "bumped dependent packages",
1591
+ "merge": null,
1592
+ "header": "chore(config-ui): bumped dependent packages",
1593
+ "body": null,
1594
+ "footer": null,
1595
+ "notes": [],
1596
+ "hash": "645756c242868cf21e36a73227b355affb5f957a",
1597
+ "gitTags": "",
1598
+ "committerDate": "2019-07-07 15:44:44 -0400",
1599
+ "isTagged": true,
1600
+ "tag": "@pie-element/math-inline@2.5.7"
1601
+ },
1602
+ {
1603
+ "type": "chore",
1604
+ "scope": "editable-html",
1605
+ "subject": "version bumped some dependant packages",
1606
+ "merge": null,
1607
+ "header": "chore(editable-html): version bumped some dependant packages",
1608
+ "body": null,
1609
+ "footer": null,
1610
+ "notes": [],
1611
+ "hash": "a4fbf3e8e7841ecae4f034328f9481a1f69ae3df",
1612
+ "gitTags": "",
1613
+ "committerDate": "2019-07-09 13:38:59 +0300",
1614
+ "isTagged": true,
1615
+ "tag": "@pie-element/math-inline@2.5.8"
1616
+ },
1617
+ {
1618
+ "type": "feat",
1619
+ "scope": "template-elements",
1620
+ "subject": "updated the dependent packages that use editable-html and fixed [ch2564], [ch2565], [ch2538], [ch2489], [ch2557], [ch2593], [ch2490], [ch2527]",
1621
+ "merge": null,
1622
+ "header": "feat(template-elements): updated the dependent packages that use editable-html and fixed [ch2564], [ch2565], [ch2538], [ch2489], [ch2557], [ch2593], [ch2490], [ch2527]",
1623
+ "body": null,
1624
+ "footer": null,
1625
+ "notes": [],
1626
+ "hash": "a87febe2518ada7ee433b0b39895c26c15737ac4",
1627
+ "gitTags": "",
1628
+ "committerDate": "2019-07-11 16:57:13 +0300",
1629
+ "isTagged": true,
1630
+ "tag": "@pie-element/math-inline@2.6.0"
1631
+ },
1632
+ {
1633
+ "type": "fix",
1634
+ "scope": "rendering",
1635
+ "subject": "implemented rendering for math elements [ch1915], [ch1935]",
1636
+ "merge": null,
1637
+ "header": "fix(rendering): implemented rendering for math elements [ch1915], [ch1935]",
1638
+ "body": null,
1639
+ "footer": null,
1640
+ "notes": [],
1641
+ "hash": "2f3584200654e098c7b4cc4b312813efac09e7a9",
1642
+ "gitTags": "",
1643
+ "committerDate": "2019-07-12 15:45:27 +0300",
1644
+ "isTagged": true,
1645
+ "tag": "@pie-element/math-inline@2.6.2"
1646
+ },
1647
+ {
1648
+ "type": "fix",
1649
+ "scope": "math-inline",
1650
+ "subject": "hyphen and minus sign should be equivalent in literal validation",
1651
+ "merge": null,
1652
+ "header": "fix(math-inline): hyphen and minus sign should be equivalent in literal validation",
1653
+ "body": null,
1654
+ "footer": null,
1655
+ "notes": [],
1656
+ "hash": "c4e788f018f875c7a16e718d1ea0fdc282682a76",
1657
+ "gitTags": "",
1658
+ "committerDate": "2019-07-22 13:10:16 +0300",
1659
+ "isTagged": true,
1660
+ "tag": "@pie-element/math-inline@2.6.4"
1661
+ },
1662
+ {
1663
+ "type": "fix",
1664
+ "scope": "math-inline",
1665
+ "subject": "controller outcome function output adjusted to 0-1",
1666
+ "merge": null,
1667
+ "header": "fix(math-inline): controller outcome function output adjusted to 0-1",
1668
+ "body": null,
1669
+ "footer": null,
1670
+ "notes": [],
1671
+ "hash": "18974738e803c4731322b5f90302630199931f9b",
1672
+ "gitTags": "",
1673
+ "committerDate": "2019-08-02 08:03:20 +0300",
1674
+ "isTagged": true,
1675
+ "tag": "@pie-element/math-inline@2.7.0"
1676
+ },
1677
+ {
1678
+ "type": "feat",
1679
+ "scope": "math-inline",
1680
+ "subject": "question becomes prompt and gets treated universally",
1681
+ "merge": null,
1682
+ "header": "feat(math-inline): question becomes prompt and gets treated universally",
1683
+ "body": null,
1684
+ "footer": null,
1685
+ "notes": [],
1686
+ "hash": "91cbbe1cfe6f1ac93db2d612380a38d2ca816315",
1687
+ "gitTags": "",
1688
+ "committerDate": "2019-07-30 19:10:21 +0300",
1689
+ "isTagged": true,
1690
+ "tag": "@pie-element/math-inline@2.7.0"
1691
+ },
1692
+ {
1693
+ "type": "fix",
1694
+ "scope": null,
1695
+ "subject": "Removed dummy prompt. Updated pie model and config schema. Initialized configuration.",
1696
+ "merge": null,
1697
+ "header": "fix: Removed dummy prompt. Updated pie model and config schema. Initialized configuration.",
1698
+ "body": null,
1699
+ "footer": null,
1700
+ "notes": [],
1701
+ "hash": "19b2d36a5e8ec37ea8712f8ede21a1187730f3a6",
1702
+ "gitTags": "",
1703
+ "committerDate": "2019-08-14 15:27:34 +0300",
1704
+ "isTagged": true,
1705
+ "tag": "@pie-element/math-inline@2.8.0"
1706
+ },
1707
+ {
1708
+ "type": "feat",
1709
+ "scope": null,
1710
+ "subject": "Added pie-model.",
1711
+ "merge": null,
1712
+ "header": "feat: Added pie-model.",
1713
+ "body": null,
1714
+ "footer": null,
1715
+ "notes": [],
1716
+ "hash": "30e7c462eede028aaeab0eded7d470a9554b7613",
1717
+ "gitTags": "",
1718
+ "committerDate": "2019-08-12 11:37:50 +0300",
1719
+ "isTagged": true,
1720
+ "tag": "@pie-element/math-inline@2.8.0"
1721
+ },
1722
+ {
1723
+ "type": "fix",
1724
+ "scope": "elements",
1725
+ "subject": "version bumped the editable-html packages [ch1738]",
1726
+ "merge": null,
1727
+ "header": "fix(elements): version bumped the editable-html packages [ch1738]",
1728
+ "body": null,
1729
+ "footer": null,
1730
+ "notes": [],
1731
+ "hash": "949222a6a3af39cf8b81a885a81e5c6f3c6a28a0",
1732
+ "gitTags": "",
1733
+ "committerDate": "2019-08-08 08:40:11 +0300",
1734
+ "isTagged": true,
1735
+ "tag": "@pie-element/math-inline@2.8.0"
1736
+ },
1737
+ {
1738
+ "type": "fix",
1739
+ "scope": "math-rendering",
1740
+ "subject": "updated all dependent packages [ch3365]",
1741
+ "merge": null,
1742
+ "header": "fix(math-rendering): updated all dependent packages [ch3365]",
1743
+ "body": null,
1744
+ "footer": null,
1745
+ "notes": [],
1746
+ "hash": "7cbf25ac92040a16621d5699e232c38575f6c36c",
1747
+ "gitTags": "",
1748
+ "committerDate": "2019-08-16 23:04:42 +0300",
1749
+ "isTagged": true,
1750
+ "tag": "@pie-element/math-inline@2.8.1"
1751
+ },
1752
+ {
1753
+ "type": "fix",
1754
+ "scope": null,
1755
+ "subject": "set default values to configuration properties",
1756
+ "merge": null,
1757
+ "header": "fix: set default values to configuration properties",
1758
+ "body": null,
1759
+ "footer": null,
1760
+ "notes": [],
1761
+ "hash": "3cdd88988a8e2ff17e27ac27bb65e9e4f11eb053",
1762
+ "gitTags": "",
1763
+ "committerDate": "2019-08-15 13:58:41 +0300",
1764
+ "isTagged": true,
1765
+ "tag": "@pie-element/math-inline@2.8.1"
1766
+ },
1767
+ {
1768
+ "type": "fix",
1769
+ "scope": "math-rendering",
1770
+ "subject": "updated all dependent packages for math rendering and for editable-html [ch3365], [ch1530]",
1771
+ "merge": null,
1772
+ "header": "fix(math-rendering): updated all dependent packages for math rendering and for editable-html [ch3365], [ch1530]",
1773
+ "body": null,
1774
+ "footer": null,
1775
+ "notes": [],
1776
+ "hash": "33e3287a735cec9aed893f697a1933ff0c077042",
1777
+ "gitTags": "",
1778
+ "committerDate": "2019-08-19 19:37:56 +0300",
1779
+ "isTagged": true,
1780
+ "tag": "@pie-element/math-inline@2.8.2"
1781
+ },
1782
+ {
1783
+ "type": "fix",
1784
+ "scope": null,
1785
+ "subject": "Updated pie-ui version.",
1786
+ "merge": null,
1787
+ "header": "fix: Updated pie-ui version.",
1788
+ "body": null,
1789
+ "footer": null,
1790
+ "notes": [],
1791
+ "hash": "33d088902434f903d20e9ba092050f9263799515",
1792
+ "gitTags": " (origin/andreea/ch3020/mer-primary-and-alternate-correct-answers)",
1793
+ "committerDate": "2019-08-21 11:47:22 +0300",
1794
+ "isTagged": true,
1795
+ "tag": "@pie-element/math-inline@3.0.0"
1796
+ },
1797
+ {
1798
+ "type": "fix",
1799
+ "scope": null,
1800
+ "subject": "Removed unnecessary response property from the model.",
1801
+ "merge": null,
1802
+ "header": "fix: Removed unnecessary response property from the model.",
1803
+ "body": null,
1804
+ "footer": "BREAKING CHANGE: `response` was removed from model, use responses instead.",
1805
+ "notes": [
1806
+ {
1807
+ "title": "BREAKING CHANGE",
1808
+ "text": "`response` was removed from model, use responses instead."
1809
+ }
1810
+ ],
1811
+ "hash": "b0a0f3d7961843dd1137ba6a5f72e3923d8755f4",
1812
+ "gitTags": "",
1813
+ "committerDate": "2019-08-20 12:20:29 +0300",
1814
+ "isTagged": true,
1815
+ "tag": "@pie-element/math-inline@3.0.0"
1816
+ },
1817
+ {
1818
+ "type": "fix",
1819
+ "scope": null,
1820
+ "subject": "Fixed Add Alternate when default alternates were defined. Send 'response' if response type is 'simple', send 'responses' if response type is 'advance multi' to ui.",
1821
+ "merge": null,
1822
+ "header": "fix: Fixed Add Alternate when default alternates were defined. Send 'response' if response type is 'simple', send 'responses' if response type is 'advance multi' to ui.",
1823
+ "body": null,
1824
+ "footer": null,
1825
+ "notes": [],
1826
+ "hash": "609a0d7a60cf38e5272cfc6c71260b1c704e5e43",
1827
+ "gitTags": "",
1828
+ "committerDate": "2019-08-19 09:15:35 +0300",
1829
+ "isTagged": true,
1830
+ "tag": "@pie-element/math-inline@3.0.0"
1831
+ },
1832
+ {
1833
+ "type": "fix",
1834
+ "scope": "math-inline",
1835
+ "subject": "text nodes should not matter in literal evaluation",
1836
+ "merge": null,
1837
+ "header": "fix(math-inline): text nodes should not matter in literal evaluation",
1838
+ "body": null,
1839
+ "footer": null,
1840
+ "notes": [],
1841
+ "hash": "a7e574ad8cfa91726d716b85f69939f869b022c5",
1842
+ "gitTags": "",
1843
+ "committerDate": "2019-08-22 13:02:50 +0300",
1844
+ "isTagged": true,
1845
+ "tag": "@pie-element/math-inline@3.0.1"
1846
+ },
1847
+ {
1848
+ "type": "feat",
1849
+ "scope": null,
1850
+ "subject": "Session null/empty check.",
1851
+ "merge": null,
1852
+ "header": "feat: Session null/empty check.",
1853
+ "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]",
1854
+ "footer": null,
1855
+ "notes": [],
1856
+ "hash": "f24dc8bfe6761d0c7bacf674f5ec30068bfd03d8",
1857
+ "gitTags": "",
1858
+ "committerDate": "2019-08-27 09:02:11 +0300",
1859
+ "isTagged": true,
1860
+ "tag": "@pie-element/math-inline@3.1.0"
1861
+ },
1862
+ {
1863
+ "type": "fix",
1864
+ "scope": null,
1865
+ "subject": "added feedbackEnabled property to model, removed usage on config.feedback.enabled and removed usage of allowFeedback (replaced with feedbackEnabled).",
1866
+ "merge": null,
1867
+ "header": "fix: added feedbackEnabled property to model, removed usage on config.feedback.enabled and removed usage of allowFeedback (replaced with feedbackEnabled).",
1868
+ "body": null,
1869
+ "footer": null,
1870
+ "notes": [],
1871
+ "hash": "c47fb9a28e8d44f8d1ad6f052137dd55b1341acb",
1872
+ "gitTags": "",
1873
+ "committerDate": "2019-09-27 11:35:26 +0300",
1874
+ "isTagged": true,
1875
+ "tag": "@pie-element/math-inline@4.1.0"
1876
+ },
1877
+ {
1878
+ "type": "feat",
1879
+ "scope": "math-inline",
1880
+ "subject": "model based prompt",
1881
+ "merge": null,
1882
+ "header": "feat(math-inline): model based prompt",
1883
+ "body": null,
1884
+ "footer": null,
1885
+ "notes": [],
1886
+ "hash": "d7910e3a340248fd34673a6bdc95c59f54dc6b7c",
1887
+ "gitTags": "",
1888
+ "committerDate": "2019-09-25 18:16:18 +0300",
1889
+ "isTagged": true,
1890
+ "tag": "@pie-element/math-inline@4.1.0"
1891
+ },
1892
+ {
1893
+ "type": "fix",
1894
+ "scope": "math-inline",
1895
+ "subject": "cdot and times equivalence in evaluation fix (#348)",
1896
+ "merge": null,
1897
+ "header": "fix(math-inline): cdot and times equivalence in evaluation fix (#348)",
1898
+ "body": null,
1899
+ "footer": null,
1900
+ "notes": [],
1901
+ "hash": "fb75a46a64ef8adc92a2b50a06197a1493fa62d5",
1902
+ "gitTags": "",
1903
+ "committerDate": "2019-10-02 09:25:55 -0400",
1904
+ "isTagged": true,
1905
+ "tag": "@pie-element/math-inline@4.1.1"
1906
+ },
1907
+ {
1908
+ "type": "fix",
1909
+ "scope": "math-inline",
1910
+ "subject": "simple mode literal evaluation fix for decimals and spaces (#349)",
1911
+ "merge": null,
1912
+ "header": "fix(math-inline): simple mode literal evaluation fix for decimals and spaces (#349)",
1913
+ "body": null,
1914
+ "footer": null,
1915
+ "notes": [],
1916
+ "hash": "5844d9f6fbba86ac7b7d0e1cb19855ff366fad9e",
1917
+ "gitTags": "",
1918
+ "committerDate": "2019-10-02 09:15:33 -0400",
1919
+ "isTagged": true,
1920
+ "tag": "@pie-element/math-inline@4.1.1"
1921
+ },
1922
+ {
1923
+ "type": "fix",
1924
+ "scope": "math-inline",
1925
+ "subject": "fix controller logic safety net - ch3905 (#356)",
1926
+ "merge": null,
1927
+ "header": "fix(math-inline): fix controller logic safety net - ch3905 (#356)",
1928
+ "body": null,
1929
+ "footer": null,
1930
+ "notes": [],
1931
+ "hash": "bcd5272c426645d664a39da370e56f3431c312ff",
1932
+ "gitTags": "",
1933
+ "committerDate": "2019-10-08 09:40:41 -0400",
1934
+ "isTagged": true,
1935
+ "tag": "@pie-element/math-inline@5.0.0"
1936
+ },
1937
+ {
1938
+ "type": "fix",
1939
+ "scope": "math-inline",
1940
+ "subject": "fix symbolic evaluation with text nodes - ch4709",
1941
+ "merge": null,
1942
+ "header": "fix(math-inline): fix symbolic evaluation with text nodes - ch4709",
1943
+ "body": null,
1944
+ "footer": null,
1945
+ "notes": [],
1946
+ "hash": "6aea32b93af66811ab4b7f6cfdae12659f91ff04",
1947
+ "gitTags": " (origin/ch4709/math-inline-controller-unrecognized-latex)",
1948
+ "committerDate": "2019-10-08 10:51:07 +0300",
1949
+ "isTagged": true,
1950
+ "tag": "@pie-element/math-inline@5.0.0"
1951
+ },
1952
+ {
1953
+ "type": "fix",
1954
+ "scope": null,
1955
+ "subject": "bump @pie-ui/math-inline@^3.0.5 [ch4687]",
1956
+ "merge": null,
1957
+ "header": "fix: bump @pie-ui/math-inline@^3.0.5 [ch4687]",
1958
+ "body": null,
1959
+ "footer": null,
1960
+ "notes": [],
1961
+ "hash": "79d47e22aa4e18d2595b3ddacbb5e749946ec51f",
1962
+ "gitTags": " (origin/develop, origin/HEAD)",
1963
+ "committerDate": "2019-10-11 12:55:16 +0100",
1964
+ "isTagged": true,
1965
+ "tag": "@pie-element/math-inline@5.0.1"
1966
+ },
1967
+ {
1968
+ "type": "fix",
1969
+ "scope": null,
1970
+ "subject": "bump @pie-lib/controller-utils@^0.2.1 [ch4723]",
1971
+ "merge": null,
1972
+ "header": "fix: bump @pie-lib/controller-utils@^0.2.1 [ch4723]",
1973
+ "body": null,
1974
+ "footer": null,
1975
+ "notes": [],
1976
+ "hash": "0a33d688d6d9e5f239daba982bfbdeebb10ba4ab",
1977
+ "gitTags": "",
1978
+ "committerDate": "2019-10-11 12:38:26 +0100",
1979
+ "isTagged": true,
1980
+ "tag": "@pie-element/math-inline@5.0.1"
1981
+ },
1982
+ {
1983
+ "type": "fix",
1984
+ "scope": null,
1985
+ "subject": "Updated docs.",
1986
+ "merge": null,
1987
+ "header": "fix: Updated docs.",
1988
+ "body": null,
1989
+ "footer": null,
1990
+ "notes": [],
1991
+ "hash": "378761951767284187b663c2a271a5d4917af654",
1992
+ "gitTags": " (origin/fix/updated-docs)",
1993
+ "committerDate": "2019-10-11 12:01:13 +0300",
1994
+ "isTagged": true,
1995
+ "tag": "@pie-element/math-inline@5.0.1"
1996
+ },
1997
+ {
1998
+ "type": "fix",
1999
+ "scope": null,
2000
+ "subject": "bump @pie-lib/controller-utils@^0.2.2",
2001
+ "merge": null,
2002
+ "header": "fix: bump @pie-lib/controller-utils@^0.2.2",
2003
+ "body": null,
2004
+ "footer": null,
2005
+ "notes": [],
2006
+ "hash": "edae61cd4f686b2e1611cf0cad710112177fff2e",
2007
+ "gitTags": "",
2008
+ "committerDate": "2019-10-15 12:11:16 +0100",
2009
+ "isTagged": true,
2010
+ "tag": "@pie-element/math-inline@5.0.2"
2011
+ },
2012
+ {
2013
+ "type": "fix",
2014
+ "scope": null,
2015
+ "subject": "ch2766 fix unresolved promise (#366)",
2016
+ "merge": null,
2017
+ "header": "fix: ch2766 fix unresolved promise (#366)",
2018
+ "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",
2019
+ "footer": "* fix: Fixed createCorrectResponseSession and added tests for it. (#365)",
2020
+ "notes": [],
2021
+ "hash": "9057b7fd08e4f5b07e953a5acd053e1945df57f2",
2022
+ "gitTags": " (origin/develop, origin/HEAD)",
2023
+ "committerDate": "2019-10-16 15:50:55 -0400",
2024
+ "isTagged": true,
2025
+ "tag": "@pie-element/math-inline@5.0.4"
2026
+ },
2027
+ {
2028
+ "type": "fix",
2029
+ "scope": null,
2030
+ "subject": "PIE-140 - upgrade @pie-ui/math-inline@^3.0.8",
2031
+ "merge": null,
2032
+ "header": "fix: PIE-140 - upgrade @pie-ui/math-inline@^3.0.8",
2033
+ "body": null,
2034
+ "footer": null,
2035
+ "notes": [],
2036
+ "hash": "d522633211b3574eb701df697354de0094b4a4dc",
2037
+ "gitTags": "",
2038
+ "committerDate": "2019-11-06 12:27:29 +0000",
2039
+ "isTagged": true,
2040
+ "tag": "@pie-element/math-inline@5.0.6"
2041
+ },
2042
+ {
2043
+ "type": "fix",
2044
+ "scope": null,
2045
+ "subject": "Hide Partial Scoring option from Settings Panel setting to false by default.",
2046
+ "merge": null,
2047
+ "header": "fix: Hide Partial Scoring option from Settings Panel setting to false by default.",
2048
+ "body": null,
2049
+ "footer": null,
2050
+ "notes": [],
2051
+ "hash": "1d0f617741d88756dd9861647981b1121e04963f",
2052
+ "gitTags": "",
2053
+ "committerDate": "2019-11-06 09:57:11 +0200",
2054
+ "isTagged": true,
2055
+ "tag": "@pie-element/math-inline@5.0.6"
2056
+ },
2057
+ {
2058
+ "type": "fix",
2059
+ "scope": "math-inline",
2060
+ "subject": "fixes session preview function in controller for simple item types too",
2061
+ "merge": null,
2062
+ "header": "fix(math-inline): fixes session preview function in controller for simple item types too",
2063
+ "body": null,
2064
+ "footer": null,
2065
+ "notes": [],
2066
+ "hash": "26c234115de430c593b9003b338757a0a3652a09",
2067
+ "gitTags": "",
2068
+ "committerDate": "2019-11-28 13:45:43 +0200",
2069
+ "isTagged": true,
2070
+ "tag": "@pie-element/math-inline@5.0.7"
2071
+ },
2072
+ {
2073
+ "type": "fix",
2074
+ "scope": null,
2075
+ "subject": "PIE-188 - upgrade @pie-lib/math-evaluator@^0.6.0",
2076
+ "merge": null,
2077
+ "header": "fix: PIE-188 - upgrade @pie-lib/math-evaluator@^0.6.0",
2078
+ "body": "* math-evaluator uses the new @pie-framework/math-expressions to handle\nunknown latex commands. [See][me]\n\n[me]: https://github.com/pie-framework/math-expressions/pull/1",
2079
+ "footer": null,
2080
+ "notes": [],
2081
+ "hash": "f7d875e32f912bd9116a41b5eafdcccc72a7af02",
2082
+ "gitTags": "",
2083
+ "committerDate": "2019-11-27 10:20:58 +0000",
2084
+ "isTagged": true,
2085
+ "tag": "@pie-element/math-inline@5.0.7"
2086
+ },
2087
+ {
2088
+ "type": "fix",
2089
+ "scope": null,
2090
+ "subject": "PIE-201 - store prompts and answers in session, fix",
2091
+ "merge": null,
2092
+ "header": "fix: PIE-201 - store prompts and answers in session, fix",
2093
+ "body": "controller-utils to use 0 as key",
2094
+ "footer": null,
2095
+ "notes": [],
2096
+ "hash": "23802242e0bc647f929f6db4dfd4b03f0112f2fb",
2097
+ "gitTags": "",
2098
+ "committerDate": "2019-11-18 20:35:06 +0000",
2099
+ "isTagged": true,
2100
+ "tag": "@pie-element/math-inline@5.0.7"
2101
+ },
2102
+ {
2103
+ "type": "fix",
2104
+ "scope": null,
2105
+ "subject": "bump pie-ui version",
2106
+ "merge": null,
2107
+ "header": "fix: bump pie-ui version",
2108
+ "body": null,
2109
+ "footer": null,
2110
+ "notes": [],
2111
+ "hash": "31d2b48bd8aa0430b0f4c85dc5e0b35ab64972f8",
2112
+ "gitTags": "",
2113
+ "committerDate": "2019-12-18 12:08:39 +0000",
2114
+ "isTagged": true,
2115
+ "tag": "@pie-element/math-inline@5.0.8"
2116
+ },
2117
+ {
2118
+ "type": "fix",
2119
+ "scope": "math-inline",
2120
+ "subject": "fix text node stripping for evaluation logic - ch6371",
2121
+ "merge": null,
2122
+ "header": "fix(math-inline): fix text node stripping for evaluation logic - ch6371",
2123
+ "body": null,
2124
+ "footer": null,
2125
+ "notes": [],
2126
+ "hash": "d0558ddf105384153c2a0276387c201f4ecc285b",
2127
+ "gitTags": " (origin/fix/math-inline-ch6371)",
2128
+ "committerDate": "2020-01-08 17:38:07 +0200",
2129
+ "isTagged": true,
2130
+ "tag": "@pie-element/math-inline@5.1.0"
2131
+ },
2132
+ {
2133
+ "type": "fix",
2134
+ "scope": "math-inline",
2135
+ "subject": "improve literal validation for latex [ch6453]",
2136
+ "merge": null,
2137
+ "header": "fix(math-inline): improve literal validation for latex [ch6453]",
2138
+ "body": null,
2139
+ "footer": null,
2140
+ "notes": [],
2141
+ "hash": "2364bf31bf4d24a79db1407f280ae130581e7806",
2142
+ "gitTags": "",
2143
+ "committerDate": "2020-01-07 12:31:02 +0200",
2144
+ "isTagged": true,
2145
+ "tag": "@pie-element/math-inline@5.1.0"
2146
+ },
2147
+ {
2148
+ "type": "feat",
2149
+ "scope": "math-inline",
2150
+ "subject": "remove stringCheck related logic from controller",
2151
+ "merge": null,
2152
+ "header": "feat(math-inline): remove stringCheck related logic from controller",
2153
+ "body": null,
2154
+ "footer": null,
2155
+ "notes": [],
2156
+ "hash": "00823cf4e06c2ea5d4c18c21560b12a1bb25e850",
2157
+ "gitTags": "",
2158
+ "committerDate": "2020-01-07 09:08:30 +0200",
2159
+ "isTagged": true,
2160
+ "tag": "@pie-element/math-inline@5.1.0"
2161
+ },
2162
+ {
2163
+ "type": "fix",
2164
+ "scope": "math-inline",
2165
+ "subject": "improve literal validation for latex parantheses",
2166
+ "merge": null,
2167
+ "header": "fix(math-inline): improve literal validation for latex parantheses",
2168
+ "body": null,
2169
+ "footer": null,
2170
+ "notes": [],
2171
+ "hash": "f6076f49fec8a90f1e5a264cd16af837350ec3db",
2172
+ "gitTags": "",
2173
+ "committerDate": "2020-01-07 09:06:43 +0200",
2174
+ "isTagged": true,
2175
+ "tag": "@pie-element/math-inline@5.1.0"
2176
+ },
2177
+ {
2178
+ "type": "feat",
2179
+ "scope": "math-inline",
2180
+ "subject": "remove stringCheck flag from authoring",
2181
+ "merge": null,
2182
+ "header": "feat(math-inline): remove stringCheck flag from authoring",
2183
+ "body": null,
2184
+ "footer": null,
2185
+ "notes": [],
2186
+ "hash": "c1f244a9b0fce3a743e6d5f9850089e0359cdb27",
2187
+ "gitTags": "",
2188
+ "committerDate": "2020-01-06 18:51:50 +0200",
2189
+ "isTagged": true,
2190
+ "tag": "@pie-element/math-inline@5.1.0"
2191
+ },
2192
+ {
2193
+ "type": "fix",
2194
+ "scope": null,
2195
+ "subject": "ch6456 - handle %",
2196
+ "merge": null,
2197
+ "header": "fix: ch6456 - handle %",
2198
+ "body": null,
2199
+ "footer": null,
2200
+ "notes": [],
2201
+ "hash": "9e55a901b2fbcf3ed4a9a0bb624bd32cd63fa816",
2202
+ "gitTags": " (origin/fix/tmp-6456-percent)",
2203
+ "committerDate": "2019-12-20 17:32:57 +0000",
2204
+ "isTagged": true,
2205
+ "tag": "@pie-element/math-inline@5.1.0"
2206
+ },
2207
+ {
2208
+ "type": "feat",
2209
+ "scope": "math-inline",
2210
+ "subject": "string-based check for evaluation, invalid latex command support",
2211
+ "merge": null,
2212
+ "header": "feat(math-inline): string-based check for evaluation, invalid latex command support",
2213
+ "body": null,
2214
+ "footer": null,
2215
+ "notes": [],
2216
+ "hash": "8238250410e8b9ec687e481a6d1f3688683bb21f",
2217
+ "gitTags": " (origin/feat/math-inline-string-check)",
2218
+ "committerDate": "2019-12-20 18:37:53 +0200",
2219
+ "isTagged": true,
2220
+ "tag": "@pie-element/math-inline@5.1.0"
2221
+ },
2222
+ {
2223
+ "type": "fix",
2224
+ "scope": null,
2225
+ "subject": "bump @pie-ui/math-inline@^3.0.12",
2226
+ "merge": null,
2227
+ "header": "fix: bump @pie-ui/math-inline@^3.0.12",
2228
+ "body": null,
2229
+ "footer": null,
2230
+ "notes": [],
2231
+ "hash": "62055c8d959cbb57070ecbcf1ca73fe6f9c47048",
2232
+ "gitTags": "",
2233
+ "committerDate": "2019-12-19 09:31:46 +0000",
2234
+ "isTagged": true,
2235
+ "tag": "@pie-element/math-inline@5.1.0"
2236
+ },
2237
+ {
2238
+ "type": "fix",
2239
+ "scope": null,
2240
+ "subject": "update math-input@6.3.8",
2241
+ "merge": null,
2242
+ "header": "fix: update math-input@6.3.8",
2243
+ "body": null,
2244
+ "footer": null,
2245
+ "notes": [],
2246
+ "hash": "b888aa1c1931ba1c360be390ef8d0d7b75b65bd3",
2247
+ "gitTags": "",
2248
+ "committerDate": "2019-12-19 09:26:55 +0000",
2249
+ "isTagged": true,
2250
+ "tag": "@pie-element/math-inline@5.1.0"
2251
+ },
2252
+ {
2253
+ "type": "fix",
2254
+ "scope": null,
2255
+ "subject": "bump @pie-ui/math-inline@^6.3.7 ch5653",
2256
+ "merge": null,
2257
+ "header": "fix: bump @pie-ui/math-inline@^6.3.7 ch5653",
2258
+ "body": null,
2259
+ "footer": null,
2260
+ "notes": [],
2261
+ "hash": "704734b9afb65e7b93b2da216a15c9344342486b",
2262
+ "gitTags": "",
2263
+ "committerDate": "2019-12-18 20:21:48 +0000",
2264
+ "isTagged": true,
2265
+ "tag": "@pie-element/math-inline@5.1.0"
2266
+ },
2267
+ {
2268
+ "type": "fix",
2269
+ "scope": null,
2270
+ "subject": "bump @pie-lib/math-input@^6.3.7 ch5653",
2271
+ "merge": null,
2272
+ "header": "fix: bump @pie-lib/math-input@^6.3.7 ch5653",
2273
+ "body": null,
2274
+ "footer": null,
2275
+ "notes": [],
2276
+ "hash": "2cf4219f1c6ca29d0ba4f89c9a9dc7bf093a7e92",
2277
+ "gitTags": "",
2278
+ "committerDate": "2019-12-18 20:12:25 +0000",
2279
+ "isTagged": true,
2280
+ "tag": "@pie-element/math-inline@5.1.0"
2281
+ },
2282
+ {
2283
+ "type": "fix",
2284
+ "scope": null,
2285
+ "subject": "bump math-evaluator@0.6.7",
2286
+ "merge": null,
2287
+ "header": "fix: bump math-evaluator@0.6.7",
2288
+ "body": null,
2289
+ "footer": null,
2290
+ "notes": [],
2291
+ "hash": "ab954a61fec58e1da31a43eaa053a1ae6734704a",
2292
+ "gitTags": "",
2293
+ "committerDate": "2020-01-28 11:30:22 +0000",
2294
+ "isTagged": true,
2295
+ "tag": "@pie-element/math-inline@5.2.0"
2296
+ },
2297
+ {
2298
+ "type": "fix",
2299
+ "scope": null,
2300
+ "subject": "bump math-evaluator@^0.6.6 [ch7119]",
2301
+ "merge": null,
2302
+ "header": "fix: bump math-evaluator@^0.6.6 [ch7119]",
2303
+ "body": null,
2304
+ "footer": null,
2305
+ "notes": [],
2306
+ "hash": "c0ed2a92b9a60f122cc95a855b9d809404381a33",
2307
+ "gitTags": "",
2308
+ "committerDate": "2020-01-27 11:20:25 +0000",
2309
+ "isTagged": true,
2310
+ "tag": "@pie-element/math-inline@5.2.0"
2311
+ },
2312
+ {
2313
+ "type": "fix",
2314
+ "scope": null,
2315
+ "subject": "lint fix",
2316
+ "merge": null,
2317
+ "header": "fix: lint fix",
2318
+ "body": null,
2319
+ "footer": null,
2320
+ "notes": [],
2321
+ "hash": "867557eb8b0110cb10c5f36448b6f1e19887ca69",
2322
+ "gitTags": " (origin/fix/math-inline-ch3826)",
2323
+ "committerDate": "2020-01-13 18:55:31 +0200",
2324
+ "isTagged": true,
2325
+ "tag": "@pie-element/math-inline@5.2.0"
2326
+ },
2327
+ {
2328
+ "type": "fix",
2329
+ "scope": null,
2330
+ "subject": "turn back on all tests for math-inline",
2331
+ "merge": null,
2332
+ "header": "fix: turn back on all tests for math-inline",
2333
+ "body": null,
2334
+ "footer": null,
2335
+ "notes": [],
2336
+ "hash": "3cbd87ee559be6410e2bffee8ff8ce6b0c1ec868",
2337
+ "gitTags": "",
2338
+ "committerDate": "2020-01-13 18:47:49 +0200",
2339
+ "isTagged": true,
2340
+ "tag": "@pie-element/math-inline@5.2.0"
2341
+ },
2342
+ {
2343
+ "type": "fix",
2344
+ "scope": "math-inline",
2345
+ "subject": "small literal validation logic, ch3826",
2346
+ "merge": null,
2347
+ "header": "fix(math-inline): small literal validation logic, ch3826",
2348
+ "body": null,
2349
+ "footer": null,
2350
+ "notes": [],
2351
+ "hash": "a40982876c31683e612aa4a01ab316e44343b3bb",
2352
+ "gitTags": "",
2353
+ "committerDate": "2020-01-13 18:47:00 +0200",
2354
+ "isTagged": true,
2355
+ "tag": "@pie-element/math-inline@5.2.0"
2356
+ },
2357
+ {
2358
+ "type": "feat",
2359
+ "scope": null,
2360
+ "subject": "PIE-200 add partialScoring - NEEDS VERIFICATION",
2361
+ "merge": null,
2362
+ "header": "feat: PIE-200 add partialScoring - NEEDS VERIFICATION",
2363
+ "body": null,
2364
+ "footer": null,
2365
+ "notes": [],
2366
+ "hash": "6cfbeb82b583fd85b7fe3af06dd8b682b663192b",
2367
+ "gitTags": "",
2368
+ "committerDate": "2019-12-06 12:22:05 +0000",
2369
+ "isTagged": true,
2370
+ "tag": "@pie-element/math-inline@5.2.0"
2371
+ },
2372
+ {
2373
+ "type": "fix",
2374
+ "scope": null,
2375
+ "subject": "createCorrectResponseSession returns correctly [ch7165]",
2376
+ "merge": null,
2377
+ "header": "fix: createCorrectResponseSession returns correctly [ch7165]",
2378
+ "body": null,
2379
+ "footer": null,
2380
+ "notes": [],
2381
+ "hash": "3df92401208ec01c547fbf6d98d5bcf8c8d981c1",
2382
+ "gitTags": "",
2383
+ "committerDate": "2020-01-29 11:04:16 +0000",
2384
+ "isTagged": true,
2385
+ "tag": "@pie-element/math-inline@5.2.2"
2386
+ },
2387
+ {
2388
+ "type": "fix",
2389
+ "scope": null,
2390
+ "subject": "fix logic ch7195",
2391
+ "merge": null,
2392
+ "header": "fix: fix logic ch7195",
2393
+ "body": null,
2394
+ "footer": null,
2395
+ "notes": [],
2396
+ "hash": "5fa1333b0aa5365624b7e3b816f4a10f66c598b1",
2397
+ "gitTags": "",
2398
+ "committerDate": "2020-01-30 16:26:36 +0000",
2399
+ "isTagged": true,
2400
+ "tag": "@pie-element/math-inline@5.2.3"
2401
+ },
2402
+ {
2403
+ "type": "fix",
2404
+ "scope": "math-inline",
2405
+ "subject": "no responses on controller object unless mode is evaluate",
2406
+ "merge": null,
2407
+ "header": "fix(math-inline): no responses on controller object unless mode is evaluate",
2408
+ "body": null,
2409
+ "footer": null,
2410
+ "notes": [],
2411
+ "hash": "195a6cee4535bab1680686480711622eabba0956",
2412
+ "gitTags": "",
2413
+ "committerDate": "2020-02-06 15:31:22 +0200",
2414
+ "isTagged": true,
2415
+ "tag": "@pie-element/math-inline@5.2.5"
2416
+ },
2417
+ {
2418
+ "type": "fix",
2419
+ "scope": null,
2420
+ "subject": "bump libs",
2421
+ "merge": null,
2422
+ "header": "fix: bump libs",
2423
+ "body": null,
2424
+ "footer": null,
2425
+ "notes": [],
2426
+ "hash": "3d4f3e9bd4c16b80dcd530c3fbe0af7e012d7e18",
2427
+ "gitTags": "",
2428
+ "committerDate": "2020-03-27 23:17:39 +0000",
2429
+ "isTagged": true,
2430
+ "tag": "@pie-element/math-inline@5.3.0"
2431
+ },
2432
+ {
2433
+ "type": "fix",
2434
+ "scope": null,
2435
+ "subject": "bump math deps",
2436
+ "merge": null,
2437
+ "header": "fix: bump math deps",
2438
+ "body": null,
2439
+ "footer": null,
2440
+ "notes": [],
2441
+ "hash": "4b538695dbe52eeb80073ae16c534167f1f43790",
2442
+ "gitTags": "",
2443
+ "committerDate": "2020-03-27 22:56:25 +0000",
2444
+ "isTagged": true,
2445
+ "tag": "@pie-element/math-inline@5.3.0"
2446
+ },
2447
+ {
2448
+ "type": "fix",
2449
+ "scope": null,
2450
+ "subject": "bump ui versions",
2451
+ "merge": null,
2452
+ "header": "fix: bump ui versions",
2453
+ "body": null,
2454
+ "footer": null,
2455
+ "notes": [],
2456
+ "hash": "5b9d99fe59c304bdd173c9336503eb558900d2a2",
2457
+ "gitTags": "",
2458
+ "committerDate": "2020-03-31 19:25:13 +0100",
2459
+ "isTagged": true,
2460
+ "tag": "@pie-element/math-inline@5.3.0"
2461
+ },
2462
+ {
2463
+ "type": "fix",
2464
+ "scope": null,
2465
+ "subject": "bump version",
2466
+ "merge": null,
2467
+ "header": "fix: bump version",
2468
+ "body": null,
2469
+ "footer": null,
2470
+ "notes": [],
2471
+ "hash": "98a13048d48af872a216f9e2eae1a22a7ecf552f",
2472
+ "gitTags": "",
2473
+ "committerDate": "2020-04-10 17:14:19 +0100",
2474
+ "isTagged": true,
2475
+ "tag": "@pie-element/math-inline@5.3.1"
2476
+ },
2477
+ {
2478
+ "type": "fix",
2479
+ "scope": null,
2480
+ "subject": "bump lib and ui versions",
2481
+ "merge": null,
2482
+ "header": "fix: bump lib and ui versions",
2483
+ "body": null,
2484
+ "footer": null,
2485
+ "notes": [],
2486
+ "hash": "a882cbf4580098ce0e12c51cf6ad2879817e17e7",
2487
+ "gitTags": "",
2488
+ "committerDate": "2020-04-10 17:13:24 +0100",
2489
+ "isTagged": true,
2490
+ "tag": "@pie-element/math-inline@5.3.1"
2491
+ },
2492
+ {
2493
+ "type": "fix",
2494
+ "scope": "math-inline",
2495
+ "subject": "allowThousandsSeparator behavior change - ch7109",
2496
+ "merge": null,
2497
+ "header": "fix(math-inline): allowThousandsSeparator behavior change - ch7109",
2498
+ "body": null,
2499
+ "footer": null,
2500
+ "notes": [],
2501
+ "hash": "13ed920ebc92130ad9e98d6d3d4a388d737ce58e",
2502
+ "gitTags": "",
2503
+ "committerDate": "2020-03-25 14:14:57 +0200",
2504
+ "isTagged": true,
2505
+ "tag": "@pie-element/math-inline@5.3.1"
2506
+ },
2507
+ {
2508
+ "type": "fix",
2509
+ "scope": null,
2510
+ "subject": "bump all packages to avoid tag conflict",
2511
+ "merge": null,
2512
+ "header": "fix: bump all packages to avoid tag conflict",
2513
+ "body": null,
2514
+ "footer": null,
2515
+ "notes": [],
2516
+ "hash": "d9ec9a8689f0a391594b5e2f4ea958c6dc9f6d7b",
2517
+ "gitTags": "",
2518
+ "committerDate": "2020-04-10 20:01:37 +0100",
2519
+ "isTagged": true,
2520
+ "tag": "@pie-element/math-inline@5.3.1"
2521
+ },
2522
+ {
2523
+ "type": "fix",
2524
+ "scope": null,
2525
+ "subject": "bump ui/lib versions",
2526
+ "merge": null,
2527
+ "header": "fix: bump ui/lib versions",
2528
+ "body": null,
2529
+ "footer": null,
2530
+ "notes": [],
2531
+ "hash": "3edb2321ebaefcaee70c3642aa6da8a50e8a99e5",
2532
+ "gitTags": "",
2533
+ "committerDate": "2020-04-14 15:36:44 +0100",
2534
+ "isTagged": true,
2535
+ "tag": "@pie-element/math-inline@5.3.3"
2536
+ },
2537
+ {
2538
+ "type": "fix",
2539
+ "scope": null,
2540
+ "subject": "bump ui/lib versions",
2541
+ "merge": null,
2542
+ "header": "fix: bump ui/lib versions",
2543
+ "body": null,
2544
+ "footer": null,
2545
+ "notes": [],
2546
+ "hash": "45f0da6e3e01f33aff6059cb13d571554690348b",
2547
+ "gitTags": "",
2548
+ "committerDate": "2020-04-28 14:57:57 +0100",
2549
+ "isTagged": true,
2550
+ "tag": "@pie-element/math-inline@5.3.4"
2551
+ },
2552
+ {
2553
+ "type": "fix",
2554
+ "scope": null,
2555
+ "subject": "update ui/lib versions",
2556
+ "merge": null,
2557
+ "header": "fix: update ui/lib versions",
2558
+ "body": null,
2559
+ "footer": null,
2560
+ "notes": [],
2561
+ "hash": "0226b0bc0869d468ba3e5986bc469e020f4f12a6",
2562
+ "gitTags": "",
2563
+ "committerDate": "2020-04-28 14:20:37 +0100",
2564
+ "isTagged": true,
2565
+ "tag": "@pie-element/math-inline@5.3.4"
2566
+ },
2567
+ {
2568
+ "type": "fix",
2569
+ "scope": null,
2570
+ "subject": "ui+libs update",
2571
+ "merge": null,
2572
+ "header": "fix: ui+libs update",
2573
+ "body": null,
2574
+ "footer": null,
2575
+ "notes": [],
2576
+ "hash": "6127de27006a7835d1dd7a9c4c5f13de950aa06d",
2577
+ "gitTags": "",
2578
+ "committerDate": "2020-04-27 19:52:07 +0100",
2579
+ "isTagged": true,
2580
+ "tag": "@pie-element/math-inline@5.3.4"
2581
+ },
2582
+ {
2583
+ "type": "fix",
2584
+ "scope": null,
2585
+ "subject": "PD-155, PD-156, PD-157, PD-158: Updated versions of pie-lib/math-input and pie-ui/math-inline",
2586
+ "merge": null,
2587
+ "header": "fix: PD-155, PD-156, PD-157, PD-158: Updated versions of pie-lib/math-input and pie-ui/math-inline",
2588
+ "body": null,
2589
+ "footer": null,
2590
+ "notes": [],
2591
+ "hash": "3eeb6a3506721466407d63766e23cc30c536aa90",
2592
+ "gitTags": "",
2593
+ "committerDate": "2020-04-22 13:01:02 +0300",
2594
+ "isTagged": true,
2595
+ "tag": "@pie-element/math-inline@5.3.4"
2596
+ },
2597
+ {
2598
+ "type": "fix",
2599
+ "scope": "math-inline",
2600
+ "subject": "fix evaluation logic - stop on correct answer found - PD-66",
2601
+ "merge": null,
2602
+ "header": "fix(math-inline): fix evaluation logic - stop on correct answer found - PD-66",
2603
+ "body": null,
2604
+ "footer": null,
2605
+ "notes": [],
2606
+ "hash": "dad4a811caef1141404b1e37c8107f94883c252c",
2607
+ "gitTags": "",
2608
+ "committerDate": "2020-04-21 20:15:58 +0300",
2609
+ "isTagged": true,
2610
+ "tag": "@pie-element/math-inline@5.3.4"
2611
+ },
2612
+ {
2613
+ "type": "fix",
2614
+ "scope": null,
2615
+ "subject": "bump @pie-lib/math-evaluator PD-3",
2616
+ "merge": null,
2617
+ "header": "fix: bump @pie-lib/math-evaluator PD-3",
2618
+ "body": null,
2619
+ "footer": null,
2620
+ "notes": [],
2621
+ "hash": "3af50a2d5d82e859639f68f2438fa6dc82dcf84e",
2622
+ "gitTags": "",
2623
+ "committerDate": "2020-04-15 16:15:26 +0100",
2624
+ "isTagged": true,
2625
+ "tag": "@pie-element/math-inline@5.3.4"
2626
+ }
2627
+ ]