@pie-element/math-inline 12.1.1-next.12 → 12.1.1-next.123
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.
- package/CHANGELOG.json +2627 -0
- package/CHANGELOG.md +2473 -0
- package/LICENSE.md +5 -0
- package/README.md +3 -0
- package/configure/CHANGELOG.json +1652 -0
- package/configure/CHANGELOG.md +2101 -0
- package/configure/lib/configure.js +186 -0
- package/configure/lib/configure.js.map +1 -0
- package/configure/lib/defaults.js +185 -0
- package/configure/lib/defaults.js.map +1 -0
- package/configure/lib/general-config-block.js +525 -0
- package/configure/lib/general-config-block.js.map +1 -0
- package/configure/lib/index.js +140 -0
- package/configure/lib/index.js.map +1 -0
- package/configure/lib/response.js +369 -0
- package/configure/lib/response.js.map +1 -0
- package/configure/lib/utils.js +31 -0
- package/configure/lib/utils.js.map +1 -0
- package/configure/package.json +29 -0
- package/controller/CHANGELOG.json +1002 -0
- package/controller/CHANGELOG.md +1536 -0
- package/controller/lib/defaults.js +43 -0
- package/controller/lib/defaults.js.map +1 -0
- package/controller/lib/index.js +383 -0
- package/controller/lib/index.js.map +1 -0
- package/controller/lib/utils.js +11 -0
- package/controller/lib/utils.js.map +1 -0
- package/controller/package.json +26 -0
- package/docs/config-schema.json +2071 -0
- package/docs/config-schema.json.md +1533 -0
- package/docs/demo/config.js +8 -0
- package/docs/demo/generate.js +41 -0
- package/docs/demo/index.html +1 -0
- package/docs/demo/session.js +11 -0
- package/docs/pie-schema.json +1472 -0
- package/docs/pie-schema.json.md +845 -0
- package/lib/index.js +94 -0
- package/lib/index.js.map +1 -0
- package/lib/main.js +1030 -0
- package/lib/main.js.map +1 -0
- package/lib/print.js +92 -0
- package/lib/print.js.map +1 -0
- package/lib/simple-question-block.js +148 -0
- package/lib/simple-question-block.js.map +1 -0
- package/lib/utils.js +11 -0
- package/lib/utils.js.map +1 -0
- package/package.json +26 -93
- package/configure.js +0 -2
- package/controller.js +0 -1
- package/dist/author/configure.d.ts +0 -25
- package/dist/author/configure.js +0 -114
- package/dist/author/defaults.d.ts +0 -186
- package/dist/author/defaults.js +0 -145
- package/dist/author/general-config-block.d.ts +0 -35
- package/dist/author/general-config-block.js +0 -390
- package/dist/author/index.d.ts +0 -60
- package/dist/author/index.js +0 -77
- package/dist/author/response.d.ts +0 -40
- package/dist/author/response.js +0 -238
- package/dist/author/utils.d.ts +0 -14
- package/dist/author/utils.js +0 -13
- package/dist/browser/author/index.js +0 -30246
- package/dist/browser/author/index.js.map +0 -1
- package/dist/browser/controller/index.js +0 -37789
- package/dist/browser/controller/index.js.map +0 -1
- package/dist/browser/delivery/index.js +0 -84
- package/dist/browser/delivery/index.js.map +0 -1
- package/dist/browser/dist-BJ5Sm1Fi.js +0 -313
- package/dist/browser/dist-BJ5Sm1Fi.js.map +0 -1
- package/dist/browser/dist-D9ARZhQk.js +0 -1426
- package/dist/browser/dist-D9ARZhQk.js.map +0 -1
- package/dist/browser/dist-OamHPwLm.js +0 -19418
- package/dist/browser/dist-OamHPwLm.js.map +0 -1
- package/dist/browser/main-BDByYWlm.js +0 -973
- package/dist/browser/main-BDByYWlm.js.map +0 -1
- package/dist/browser/math-inline.css +0 -2
- package/dist/browser/print/index.js +0 -50
- package/dist/browser/print/index.js.map +0 -1
- package/dist/controller/defaults.d.ts +0 -44
- package/dist/controller/defaults.js +0 -39
- package/dist/controller/index.d.ts +0 -22
- package/dist/controller/index.js +0 -171
- package/dist/controller/utils.d.ts +0 -12
- package/dist/controller/utils.js +0 -7
- package/dist/delivery/index.d.ts +0 -22
- package/dist/delivery/index.js +0 -55
- package/dist/delivery/main.d.ts +0 -44
- package/dist/delivery/main.js +0 -606
- package/dist/delivery/simple-question-block.d.ts +0 -27
- package/dist/delivery/simple-question-block.js +0 -94
- package/dist/delivery/utils.d.ts +0 -12
- package/dist/delivery/utils.js +0 -7
- package/dist/index.d.ts +0 -1
- package/dist/index.iife.d.ts +0 -8
- package/dist/index.iife.js +0 -227
- package/dist/index.js +0 -2
- package/dist/math-inline.css +0 -2
- package/dist/print/index.d.ts +0 -15
- package/dist/print/index.js +0 -50
- package/dist/runtime-support.d.ts +0 -12
- package/dist/runtime-support.js +0 -12
|
@@ -0,0 +1,1002 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"type": "feat",
|
|
4
|
+
"scope": "general",
|
|
5
|
+
"subject": "initialize default model (#129)",
|
|
6
|
+
"merge": null,
|
|
7
|
+
"header": "feat(general): initialize default model (#129)",
|
|
8
|
+
"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",
|
|
9
|
+
"footer": null,
|
|
10
|
+
"notes": [],
|
|
11
|
+
"hash": "b62d0585a86c8e2fbe5a6181b869a28c1131756b",
|
|
12
|
+
"gitTags": "",
|
|
13
|
+
"committerDate": "2019-03-12 15:47:20 -0400",
|
|
14
|
+
"isTagged": true,
|
|
15
|
+
"tag": "@pie-element/match-inline-controller@1.3.0"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"type": "feat",
|
|
19
|
+
"scope": "math-inline",
|
|
20
|
+
"subject": "finalize for first release",
|
|
21
|
+
"merge": null,
|
|
22
|
+
"header": "feat(math-inline): finalize for first release",
|
|
23
|
+
"body": null,
|
|
24
|
+
"footer": null,
|
|
25
|
+
"notes": [],
|
|
26
|
+
"hash": "e33b3ad200d39bbafe51c1cda5818e0665395d46",
|
|
27
|
+
"gitTags": "",
|
|
28
|
+
"committerDate": "2019-01-29 15:10:29 +0200",
|
|
29
|
+
"isTagged": true,
|
|
30
|
+
"tag": "@pie-element/match-inline-controller@1.2.0"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"type": "feat",
|
|
34
|
+
"scope": "math-inline",
|
|
35
|
+
"subject": "config panel and controller done for initial release",
|
|
36
|
+
"merge": null,
|
|
37
|
+
"header": "feat(math-inline): config panel and controller done for initial release",
|
|
38
|
+
"body": null,
|
|
39
|
+
"footer": null,
|
|
40
|
+
"notes": [],
|
|
41
|
+
"hash": "f8d4ed8438fa573fb7acfcb7ece0ca789a12e843",
|
|
42
|
+
"gitTags": "",
|
|
43
|
+
"committerDate": "2019-01-16 19:12:40 +0200",
|
|
44
|
+
"isTagged": true,
|
|
45
|
+
"tag": "@pie-element/match-inline-controller@1.2.0"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"type": "feat",
|
|
49
|
+
"scope": "math-inline",
|
|
50
|
+
"subject": "answer block generation related functionality",
|
|
51
|
+
"merge": null,
|
|
52
|
+
"header": "feat(math-inline): answer block generation related functionality",
|
|
53
|
+
"body": null,
|
|
54
|
+
"footer": null,
|
|
55
|
+
"notes": [],
|
|
56
|
+
"hash": "045173e3489e3abd499985112225e62e7df6f2e2",
|
|
57
|
+
"gitTags": "",
|
|
58
|
+
"committerDate": "2018-11-29 13:36:41 +0200",
|
|
59
|
+
"isTagged": true,
|
|
60
|
+
"tag": "@pie-element/match-inline-controller@1.2.0"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"type": "fix",
|
|
64
|
+
"scope": "math-inline",
|
|
65
|
+
"subject": "initial placeholder tests and fixes",
|
|
66
|
+
"merge": null,
|
|
67
|
+
"header": "fix(math-inline): initial placeholder tests and fixes",
|
|
68
|
+
"body": null,
|
|
69
|
+
"footer": null,
|
|
70
|
+
"notes": [],
|
|
71
|
+
"hash": "a49fe1bccba431ce17cd55e8b85834e3dd269eb1",
|
|
72
|
+
"gitTags": "",
|
|
73
|
+
"committerDate": "2018-11-26 15:04:03 +0200",
|
|
74
|
+
"isTagged": true,
|
|
75
|
+
"tag": "@pie-element/match-inline-controller@1.1.3"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"type": "fix",
|
|
79
|
+
"scope": "math-inline",
|
|
80
|
+
"subject": "initial placeholder tests and fixes",
|
|
81
|
+
"merge": null,
|
|
82
|
+
"header": "fix(math-inline): initial placeholder tests and fixes",
|
|
83
|
+
"body": null,
|
|
84
|
+
"footer": null,
|
|
85
|
+
"notes": [],
|
|
86
|
+
"hash": "1644b94addf787bd80ff46b2fa00968d706db782",
|
|
87
|
+
"gitTags": "",
|
|
88
|
+
"committerDate": "2018-11-26 15:03:49 +0200",
|
|
89
|
+
"isTagged": true,
|
|
90
|
+
"tag": "@pie-element/match-inline-controller@1.1.3"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"type": "fix",
|
|
94
|
+
"scope": "math-inline",
|
|
95
|
+
"subject": "config and controller package names",
|
|
96
|
+
"merge": null,
|
|
97
|
+
"header": "fix(math-inline): config and controller package names",
|
|
98
|
+
"body": null,
|
|
99
|
+
"footer": null,
|
|
100
|
+
"notes": [],
|
|
101
|
+
"hash": "e477d105c308dba33dfd7b25ebb9c46c576b1160",
|
|
102
|
+
"gitTags": "",
|
|
103
|
+
"committerDate": "2018-11-26 13:51:45 +0200",
|
|
104
|
+
"isTagged": true,
|
|
105
|
+
"tag": "@pie-element/match-inline-controller@1.1.3"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"type": "fix",
|
|
109
|
+
"scope": "math-inline",
|
|
110
|
+
"subject": "fix simple mode interaction and remove defaultResponse from model",
|
|
111
|
+
"merge": null,
|
|
112
|
+
"header": "fix(math-inline): fix simple mode interaction and remove defaultResponse from model",
|
|
113
|
+
"body": null,
|
|
114
|
+
"footer": null,
|
|
115
|
+
"notes": [],
|
|
116
|
+
"hash": "cc82516b0ccd9a8b7712b6adeb5231f32494e32c",
|
|
117
|
+
"gitTags": " (origin/fix/math-inline-simple-mode)",
|
|
118
|
+
"committerDate": "2019-03-19 16:25:36 +0200",
|
|
119
|
+
"isTagged": true,
|
|
120
|
+
"tag": "@pie-element/match-inline-controller@1.3.5"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"type": "fix",
|
|
124
|
+
"scope": null,
|
|
125
|
+
"subject": "minor adjustments",
|
|
126
|
+
"merge": null,
|
|
127
|
+
"header": "fix: minor adjustments",
|
|
128
|
+
"body": null,
|
|
129
|
+
"footer": null,
|
|
130
|
+
"notes": [],
|
|
131
|
+
"hash": "2865349249bf8edb5753424d2cc745b9271cc3a3",
|
|
132
|
+
"gitTags": "",
|
|
133
|
+
"committerDate": "2019-04-10 16:53:07 +0300",
|
|
134
|
+
"isTagged": true,
|
|
135
|
+
"tag": "@pie-element/match-inline-controller@1.4.0"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"type": "feat",
|
|
139
|
+
"scope": "math-inline",
|
|
140
|
+
"subject": "decimal support and partial scoring",
|
|
141
|
+
"merge": null,
|
|
142
|
+
"header": "feat(math-inline): decimal support and partial scoring",
|
|
143
|
+
"body": null,
|
|
144
|
+
"footer": null,
|
|
145
|
+
"notes": [],
|
|
146
|
+
"hash": "84b12928291d814181dd652d1b48c22971f6e8d2",
|
|
147
|
+
"gitTags": "",
|
|
148
|
+
"committerDate": "2019-04-10 12:31:51 +0300",
|
|
149
|
+
"isTagged": true,
|
|
150
|
+
"tag": "@pie-element/match-inline-controller@1.4.0"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"type": "feat",
|
|
154
|
+
"scope": "math-inline",
|
|
155
|
+
"subject": "Integrated settings panel.",
|
|
156
|
+
"merge": null,
|
|
157
|
+
"header": "feat(math-inline): Integrated settings panel.",
|
|
158
|
+
"body": null,
|
|
159
|
+
"footer": null,
|
|
160
|
+
"notes": [],
|
|
161
|
+
"hash": "4d6c9dd7770e1c557e41116248512116de02089d",
|
|
162
|
+
"gitTags": "",
|
|
163
|
+
"committerDate": "2019-04-17 15:20:09 +0300",
|
|
164
|
+
"isTagged": true,
|
|
165
|
+
"tag": "@pie-element/match-inline-controller@1.5.0"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"type": "Fix",
|
|
169
|
+
"scope": null,
|
|
170
|
+
"subject": "Updated 'mode' with 'responseType'.",
|
|
171
|
+
"merge": null,
|
|
172
|
+
"header": "Fix: Updated 'mode' with 'responseType'.",
|
|
173
|
+
"body": null,
|
|
174
|
+
"footer": null,
|
|
175
|
+
"notes": [],
|
|
176
|
+
"hash": "9fb848e427383ae87d09c54d94839ce8882db2fb",
|
|
177
|
+
"gitTags": "",
|
|
178
|
+
"committerDate": "2019-04-22 13:49:20 +0300",
|
|
179
|
+
"isTagged": true,
|
|
180
|
+
"tag": "@pie-element/math-inline-controller@2.0.0"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"type": "fix",
|
|
184
|
+
"scope": "math-inline",
|
|
185
|
+
"subject": "centralized variables for interaction modes",
|
|
186
|
+
"merge": null,
|
|
187
|
+
"header": "fix(math-inline): centralized variables for interaction modes",
|
|
188
|
+
"body": null,
|
|
189
|
+
"footer": null,
|
|
190
|
+
"notes": [],
|
|
191
|
+
"hash": "5afa51acf8a9bfe32c602e3194d143e13237d1e2",
|
|
192
|
+
"gitTags": "",
|
|
193
|
+
"committerDate": "2019-04-22 13:22:57 +0300",
|
|
194
|
+
"isTagged": true,
|
|
195
|
+
"tag": "@pie-element/math-inline-controller@2.0.0"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"type": "feat",
|
|
199
|
+
"scope": "math-inline",
|
|
200
|
+
"subject": "formulaV2 support for controller and relevant config panel adjustments",
|
|
201
|
+
"merge": null,
|
|
202
|
+
"header": "feat(math-inline): formulaV2 support for controller and relevant config panel adjustments",
|
|
203
|
+
"body": null,
|
|
204
|
+
"footer": "BREAKING CHANGE: controller validation schema is now using formulaV2 approach, resulting interface is changed and partial scoring is no longer supported",
|
|
205
|
+
"notes": [
|
|
206
|
+
{
|
|
207
|
+
"title": "BREAKING CHANGE",
|
|
208
|
+
"text": "controller validation schema is now using formulaV2 approach, resulting interface is changed and partial scoring is no longer supported"
|
|
209
|
+
}
|
|
210
|
+
],
|
|
211
|
+
"hash": "168f0d587dfd67ff0be12abd7347079a6d3f3126",
|
|
212
|
+
"gitTags": "",
|
|
213
|
+
"committerDate": "2019-04-22 11:33:39 +0300",
|
|
214
|
+
"isTagged": true,
|
|
215
|
+
"tag": "@pie-element/math-inline-controller@2.0.0"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"type": "chore",
|
|
219
|
+
"scope": null,
|
|
220
|
+
"subject": "math-inline tests and small model updates",
|
|
221
|
+
"merge": null,
|
|
222
|
+
"header": "chore: math-inline tests and small model updates",
|
|
223
|
+
"body": null,
|
|
224
|
+
"footer": null,
|
|
225
|
+
"notes": [],
|
|
226
|
+
"hash": "68ac02762edac433fc752de4030eb61c70331b50",
|
|
227
|
+
"gitTags": "",
|
|
228
|
+
"committerDate": "2019-05-01 15:32:04 +0300",
|
|
229
|
+
"isTagged": true,
|
|
230
|
+
"tag": "@pie-element/math-inline-controller@2.0.2"
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"type": "feat",
|
|
234
|
+
"scope": null,
|
|
235
|
+
"subject": "Sending rationale for `instructor` role only in 'view' or 'evaluate' mode.",
|
|
236
|
+
"merge": null,
|
|
237
|
+
"header": "feat: Sending rationale for `instructor` role only in 'view' or 'evaluate' mode.",
|
|
238
|
+
"body": null,
|
|
239
|
+
"footer": null,
|
|
240
|
+
"notes": [],
|
|
241
|
+
"hash": "75c941ce8518c4561c8e636467a775bbbb618652",
|
|
242
|
+
"gitTags": "",
|
|
243
|
+
"committerDate": "2019-05-14 13:23:32 +0300",
|
|
244
|
+
"isTagged": true,
|
|
245
|
+
"tag": "@pie-element/math-inline-controller@2.1.0"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"type": "feat",
|
|
249
|
+
"scope": null,
|
|
250
|
+
"subject": "Sending rationale for `instructor` mode.",
|
|
251
|
+
"merge": null,
|
|
252
|
+
"header": "feat: Sending rationale for `instructor` mode.",
|
|
253
|
+
"body": null,
|
|
254
|
+
"footer": null,
|
|
255
|
+
"notes": [],
|
|
256
|
+
"hash": "e297e50cbb01e01ba2f39205c0a3f8a721ebd5dd",
|
|
257
|
+
"gitTags": "",
|
|
258
|
+
"committerDate": "2019-05-14 11:49:31 +0300",
|
|
259
|
+
"isTagged": true,
|
|
260
|
+
"tag": "@pie-element/math-inline-controller@2.1.0"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"type": "feat",
|
|
264
|
+
"scope": "math-inline",
|
|
265
|
+
"subject": "added rationale support.",
|
|
266
|
+
"merge": null,
|
|
267
|
+
"header": "feat(math-inline): added rationale support.",
|
|
268
|
+
"body": null,
|
|
269
|
+
"footer": null,
|
|
270
|
+
"notes": [],
|
|
271
|
+
"hash": "7a4f9d4647b3230e4b06af809189fdbbdd711365",
|
|
272
|
+
"gitTags": "",
|
|
273
|
+
"committerDate": "2019-05-11 14:18:47 +0300",
|
|
274
|
+
"isTagged": true,
|
|
275
|
+
"tag": "@pie-element/math-inline-controller@2.1.0"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"type": "feat",
|
|
279
|
+
"scope": "math-inline",
|
|
280
|
+
"subject": "add outcome function to controller",
|
|
281
|
+
"merge": null,
|
|
282
|
+
"header": "feat(math-inline): add outcome function to controller",
|
|
283
|
+
"body": null,
|
|
284
|
+
"footer": null,
|
|
285
|
+
"notes": [],
|
|
286
|
+
"hash": "ce6b1bb1d2160dad8f6dcc4beb0ca655fa6f10bd",
|
|
287
|
+
"gitTags": "",
|
|
288
|
+
"committerDate": "2019-05-22 12:23:24 +0300",
|
|
289
|
+
"isTagged": true,
|
|
290
|
+
"tag": "@pie-element/math-inline-controller@2.2.0"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"type": "chore",
|
|
294
|
+
"scope": "math-inline",
|
|
295
|
+
"subject": "unit test for allow spaces in controller",
|
|
296
|
+
"merge": null,
|
|
297
|
+
"header": "chore(math-inline): unit test for allow spaces in controller",
|
|
298
|
+
"body": null,
|
|
299
|
+
"footer": null,
|
|
300
|
+
"notes": [],
|
|
301
|
+
"hash": "4132aa351006d92d544ffbec07423213581ce047",
|
|
302
|
+
"gitTags": "",
|
|
303
|
+
"committerDate": "2019-06-13 14:56:38 +0300",
|
|
304
|
+
"isTagged": true,
|
|
305
|
+
"tag": "@pie-element/math-inline-controller@2.2.2"
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"type": "fix",
|
|
309
|
+
"scope": "math-inline",
|
|
310
|
+
"subject": "validation logic fix for allowSpaces",
|
|
311
|
+
"merge": null,
|
|
312
|
+
"header": "fix(math-inline): validation logic fix for allowSpaces",
|
|
313
|
+
"body": null,
|
|
314
|
+
"footer": null,
|
|
315
|
+
"notes": [],
|
|
316
|
+
"hash": "2951657615cc2b40b02c7ee616156c968bfbd846",
|
|
317
|
+
"gitTags": "",
|
|
318
|
+
"committerDate": "2019-06-12 19:23:02 +0300",
|
|
319
|
+
"isTagged": true,
|
|
320
|
+
"tag": "@pie-element/math-inline-controller@2.2.2"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"type": "feat",
|
|
324
|
+
"scope": "math-inline",
|
|
325
|
+
"subject": "allowing decimals in response is valid for literal validation too",
|
|
326
|
+
"merge": null,
|
|
327
|
+
"header": "feat(math-inline): allowing decimals in response is valid for literal validation too",
|
|
328
|
+
"body": null,
|
|
329
|
+
"footer": null,
|
|
330
|
+
"notes": [],
|
|
331
|
+
"hash": "4c178409f57beedbb91fd20e5139c516ae607407",
|
|
332
|
+
"gitTags": "",
|
|
333
|
+
"committerDate": "2019-06-26 11:22:22 +0300",
|
|
334
|
+
"isTagged": true,
|
|
335
|
+
"tag": "@pie-element/math-inline-controller@2.3.0"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"type": "fix",
|
|
339
|
+
"scope": "math-inline",
|
|
340
|
+
"subject": "interaction fixes, controller logic adjustment and small styling changes",
|
|
341
|
+
"merge": null,
|
|
342
|
+
"header": "fix(math-inline): interaction fixes, controller logic adjustment and small styling changes",
|
|
343
|
+
"body": null,
|
|
344
|
+
"footer": null,
|
|
345
|
+
"notes": [],
|
|
346
|
+
"hash": "40a1dc10b6c884744fdeafbf34f332533c6568fc",
|
|
347
|
+
"gitTags": "",
|
|
348
|
+
"committerDate": "2019-06-19 11:11:27 +0300",
|
|
349
|
+
"isTagged": true,
|
|
350
|
+
"tag": "@pie-element/math-inline-controller@2.3.0"
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"type": "fix",
|
|
354
|
+
"scope": "editable-html",
|
|
355
|
+
"subject": "fixed lots of stuff regarding the editable-html",
|
|
356
|
+
"merge": null,
|
|
357
|
+
"header": "fix(editable-html): fixed lots of stuff regarding the editable-html",
|
|
358
|
+
"body": null,
|
|
359
|
+
"footer": null,
|
|
360
|
+
"notes": [],
|
|
361
|
+
"hash": "12c112917e0b5065ec35efdbdc276703602a6c68",
|
|
362
|
+
"gitTags": " (origin/andrei/fixes)",
|
|
363
|
+
"committerDate": "2019-07-07 14:16:34 -0400",
|
|
364
|
+
"isTagged": true,
|
|
365
|
+
"tag": "@pie-element/math-inline-controller@2.3.4"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"type": "fix",
|
|
369
|
+
"scope": "math-inline",
|
|
370
|
+
"subject": "hyphen and minus sign should be equivalent in literal validation",
|
|
371
|
+
"merge": null,
|
|
372
|
+
"header": "fix(math-inline): hyphen and minus sign should be equivalent in literal validation",
|
|
373
|
+
"body": null,
|
|
374
|
+
"footer": null,
|
|
375
|
+
"notes": [],
|
|
376
|
+
"hash": "c4e788f018f875c7a16e718d1ea0fdc282682a76",
|
|
377
|
+
"gitTags": "",
|
|
378
|
+
"committerDate": "2019-07-22 13:10:16 +0300",
|
|
379
|
+
"isTagged": true,
|
|
380
|
+
"tag": "@pie-element/math-inline-controller@2.3.6"
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"type": "fix",
|
|
384
|
+
"scope": "math-inline",
|
|
385
|
+
"subject": "controller outcome function output adjusted to 0-1",
|
|
386
|
+
"merge": null,
|
|
387
|
+
"header": "fix(math-inline): controller outcome function output adjusted to 0-1",
|
|
388
|
+
"body": null,
|
|
389
|
+
"footer": null,
|
|
390
|
+
"notes": [],
|
|
391
|
+
"hash": "18974738e803c4731322b5f90302630199931f9b",
|
|
392
|
+
"gitTags": "",
|
|
393
|
+
"committerDate": "2019-08-02 08:03:20 +0300",
|
|
394
|
+
"isTagged": true,
|
|
395
|
+
"tag": "@pie-element/math-inline-controller@2.3.8"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"type": "fix",
|
|
399
|
+
"scope": null,
|
|
400
|
+
"subject": "Removed unnecessary response property from the model.",
|
|
401
|
+
"merge": null,
|
|
402
|
+
"header": "fix: Removed unnecessary response property from the model.",
|
|
403
|
+
"body": null,
|
|
404
|
+
"footer": "BREAKING CHANGE: `response` was removed from model, use responses instead.",
|
|
405
|
+
"notes": [
|
|
406
|
+
{
|
|
407
|
+
"title": "BREAKING CHANGE",
|
|
408
|
+
"text": "`response` was removed from model, use responses instead."
|
|
409
|
+
}
|
|
410
|
+
],
|
|
411
|
+
"hash": "b0a0f3d7961843dd1137ba6a5f72e3923d8755f4",
|
|
412
|
+
"gitTags": "",
|
|
413
|
+
"committerDate": "2019-08-20 12:20:29 +0300",
|
|
414
|
+
"isTagged": true,
|
|
415
|
+
"tag": "@pie-element/math-inline-controller@3.0.0"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"type": "fix",
|
|
419
|
+
"scope": null,
|
|
420
|
+
"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.",
|
|
421
|
+
"merge": null,
|
|
422
|
+
"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.",
|
|
423
|
+
"body": null,
|
|
424
|
+
"footer": null,
|
|
425
|
+
"notes": [],
|
|
426
|
+
"hash": "609a0d7a60cf38e5272cfc6c71260b1c704e5e43",
|
|
427
|
+
"gitTags": "",
|
|
428
|
+
"committerDate": "2019-08-19 09:15:35 +0300",
|
|
429
|
+
"isTagged": true,
|
|
430
|
+
"tag": "@pie-element/math-inline-controller@3.0.0"
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"type": "fix",
|
|
434
|
+
"scope": "math-inline",
|
|
435
|
+
"subject": "text nodes should not matter in literal evaluation",
|
|
436
|
+
"merge": null,
|
|
437
|
+
"header": "fix(math-inline): text nodes should not matter in literal evaluation",
|
|
438
|
+
"body": null,
|
|
439
|
+
"footer": null,
|
|
440
|
+
"notes": [],
|
|
441
|
+
"hash": "a7e574ad8cfa91726d716b85f69939f869b022c5",
|
|
442
|
+
"gitTags": "",
|
|
443
|
+
"committerDate": "2019-08-22 13:02:50 +0300",
|
|
444
|
+
"isTagged": true,
|
|
445
|
+
"tag": "@pie-element/math-inline-controller@3.0.1"
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"type": "feat",
|
|
449
|
+
"scope": null,
|
|
450
|
+
"subject": "Session null/empty check.",
|
|
451
|
+
"merge": null,
|
|
452
|
+
"header": "feat: Session null/empty check.",
|
|
453
|
+
"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]",
|
|
454
|
+
"footer": null,
|
|
455
|
+
"notes": [],
|
|
456
|
+
"hash": "f24dc8bfe6761d0c7bacf674f5ec30068bfd03d8",
|
|
457
|
+
"gitTags": "",
|
|
458
|
+
"committerDate": "2019-08-27 09:02:11 +0300",
|
|
459
|
+
"isTagged": true,
|
|
460
|
+
"tag": "@pie-element/math-inline-controller@3.1.0"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"type": "fix",
|
|
464
|
+
"scope": null,
|
|
465
|
+
"subject": "added feedbackEnabled property to model, removed usage on config.feedback.enabled and removed usage of allowFeedback (replaced with feedbackEnabled).",
|
|
466
|
+
"merge": null,
|
|
467
|
+
"header": "fix: added feedbackEnabled property to model, removed usage on config.feedback.enabled and removed usage of allowFeedback (replaced with feedbackEnabled).",
|
|
468
|
+
"body": null,
|
|
469
|
+
"footer": null,
|
|
470
|
+
"notes": [],
|
|
471
|
+
"hash": "c47fb9a28e8d44f8d1ad6f052137dd55b1341acb",
|
|
472
|
+
"gitTags": "",
|
|
473
|
+
"committerDate": "2019-09-27 11:35:26 +0300",
|
|
474
|
+
"isTagged": true,
|
|
475
|
+
"tag": "@pie-element/math-inline-controller@4.1.0"
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"type": "feat",
|
|
479
|
+
"scope": "math-inline",
|
|
480
|
+
"subject": "model based prompt",
|
|
481
|
+
"merge": null,
|
|
482
|
+
"header": "feat(math-inline): model based prompt",
|
|
483
|
+
"body": null,
|
|
484
|
+
"footer": null,
|
|
485
|
+
"notes": [],
|
|
486
|
+
"hash": "d7910e3a340248fd34673a6bdc95c59f54dc6b7c",
|
|
487
|
+
"gitTags": "",
|
|
488
|
+
"committerDate": "2019-09-25 18:16:18 +0300",
|
|
489
|
+
"isTagged": true,
|
|
490
|
+
"tag": "@pie-element/math-inline-controller@4.1.0"
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
"type": "fix",
|
|
494
|
+
"scope": "math-inline",
|
|
495
|
+
"subject": "cdot and times equivalence in evaluation fix (#348)",
|
|
496
|
+
"merge": null,
|
|
497
|
+
"header": "fix(math-inline): cdot and times equivalence in evaluation fix (#348)",
|
|
498
|
+
"body": null,
|
|
499
|
+
"footer": null,
|
|
500
|
+
"notes": [],
|
|
501
|
+
"hash": "fb75a46a64ef8adc92a2b50a06197a1493fa62d5",
|
|
502
|
+
"gitTags": "",
|
|
503
|
+
"committerDate": "2019-10-02 09:25:55 -0400",
|
|
504
|
+
"isTagged": true,
|
|
505
|
+
"tag": "@pie-element/math-inline-controller@4.1.1"
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"type": "fix",
|
|
509
|
+
"scope": "math-inline",
|
|
510
|
+
"subject": "simple mode literal evaluation fix for decimals and spaces (#349)",
|
|
511
|
+
"merge": null,
|
|
512
|
+
"header": "fix(math-inline): simple mode literal evaluation fix for decimals and spaces (#349)",
|
|
513
|
+
"body": null,
|
|
514
|
+
"footer": null,
|
|
515
|
+
"notes": [],
|
|
516
|
+
"hash": "5844d9f6fbba86ac7b7d0e1cb19855ff366fad9e",
|
|
517
|
+
"gitTags": "",
|
|
518
|
+
"committerDate": "2019-10-02 09:15:33 -0400",
|
|
519
|
+
"isTagged": true,
|
|
520
|
+
"tag": "@pie-element/math-inline-controller@4.1.1"
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"type": "fix",
|
|
524
|
+
"scope": "math-inline",
|
|
525
|
+
"subject": "fix controller logic safety net - ch3905 (#356)",
|
|
526
|
+
"merge": null,
|
|
527
|
+
"header": "fix(math-inline): fix controller logic safety net - ch3905 (#356)",
|
|
528
|
+
"body": null,
|
|
529
|
+
"footer": null,
|
|
530
|
+
"notes": [],
|
|
531
|
+
"hash": "bcd5272c426645d664a39da370e56f3431c312ff",
|
|
532
|
+
"gitTags": "",
|
|
533
|
+
"committerDate": "2019-10-08 09:40:41 -0400",
|
|
534
|
+
"isTagged": true,
|
|
535
|
+
"tag": "@pie-element/math-inline-controller@5.0.0"
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"type": "fix",
|
|
539
|
+
"scope": "math-inline",
|
|
540
|
+
"subject": "fix symbolic evaluation with text nodes - ch4709",
|
|
541
|
+
"merge": null,
|
|
542
|
+
"header": "fix(math-inline): fix symbolic evaluation with text nodes - ch4709",
|
|
543
|
+
"body": null,
|
|
544
|
+
"footer": null,
|
|
545
|
+
"notes": [],
|
|
546
|
+
"hash": "6aea32b93af66811ab4b7f6cfdae12659f91ff04",
|
|
547
|
+
"gitTags": " (origin/ch4709/math-inline-controller-unrecognized-latex)",
|
|
548
|
+
"committerDate": "2019-10-08 10:51:07 +0300",
|
|
549
|
+
"isTagged": true,
|
|
550
|
+
"tag": "@pie-element/math-inline-controller@5.0.0"
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"type": "fix",
|
|
554
|
+
"scope": null,
|
|
555
|
+
"subject": "bump @pie-lib/controller-utils@^0.2.1 [ch4723]",
|
|
556
|
+
"merge": null,
|
|
557
|
+
"header": "fix: bump @pie-lib/controller-utils@^0.2.1 [ch4723]",
|
|
558
|
+
"body": null,
|
|
559
|
+
"footer": null,
|
|
560
|
+
"notes": [],
|
|
561
|
+
"hash": "0a33d688d6d9e5f239daba982bfbdeebb10ba4ab",
|
|
562
|
+
"gitTags": "",
|
|
563
|
+
"committerDate": "2019-10-11 12:38:26 +0100",
|
|
564
|
+
"isTagged": true,
|
|
565
|
+
"tag": "@pie-element/math-inline-controller@5.0.1"
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"type": "fix",
|
|
569
|
+
"scope": null,
|
|
570
|
+
"subject": "bump @pie-lib/controller-utils@^0.2.2",
|
|
571
|
+
"merge": null,
|
|
572
|
+
"header": "fix: bump @pie-lib/controller-utils@^0.2.2",
|
|
573
|
+
"body": null,
|
|
574
|
+
"footer": null,
|
|
575
|
+
"notes": [],
|
|
576
|
+
"hash": "edae61cd4f686b2e1611cf0cad710112177fff2e",
|
|
577
|
+
"gitTags": "",
|
|
578
|
+
"committerDate": "2019-10-15 12:11:16 +0100",
|
|
579
|
+
"isTagged": true,
|
|
580
|
+
"tag": "@pie-element/math-inline-controller@5.0.2"
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"type": "fix",
|
|
584
|
+
"scope": null,
|
|
585
|
+
"subject": "ch2766 fix unresolved promise (#366)",
|
|
586
|
+
"merge": null,
|
|
587
|
+
"header": "fix: ch2766 fix unresolved promise (#366)",
|
|
588
|
+
"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",
|
|
589
|
+
"footer": "* fix: Fixed createCorrectResponseSession and added tests for it. (#365)",
|
|
590
|
+
"notes": [],
|
|
591
|
+
"hash": "9057b7fd08e4f5b07e953a5acd053e1945df57f2",
|
|
592
|
+
"gitTags": " (origin/develop, origin/HEAD)",
|
|
593
|
+
"committerDate": "2019-10-16 15:50:55 -0400",
|
|
594
|
+
"isTagged": true,
|
|
595
|
+
"tag": "@pie-element/math-inline-controller@5.0.4"
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"type": "fix",
|
|
599
|
+
"scope": "math-inline",
|
|
600
|
+
"subject": "fixes session preview function in controller for simple item types too",
|
|
601
|
+
"merge": null,
|
|
602
|
+
"header": "fix(math-inline): fixes session preview function in controller for simple item types too",
|
|
603
|
+
"body": null,
|
|
604
|
+
"footer": null,
|
|
605
|
+
"notes": [],
|
|
606
|
+
"hash": "26c234115de430c593b9003b338757a0a3652a09",
|
|
607
|
+
"gitTags": "",
|
|
608
|
+
"committerDate": "2019-11-28 13:45:43 +0200",
|
|
609
|
+
"isTagged": true,
|
|
610
|
+
"tag": "@pie-element/math-inline-controller@5.0.6"
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"type": "fix",
|
|
614
|
+
"scope": null,
|
|
615
|
+
"subject": "PIE-188 - upgrade @pie-lib/math-evaluator@^0.6.0",
|
|
616
|
+
"merge": null,
|
|
617
|
+
"header": "fix: PIE-188 - upgrade @pie-lib/math-evaluator@^0.6.0",
|
|
618
|
+
"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",
|
|
619
|
+
"footer": null,
|
|
620
|
+
"notes": [],
|
|
621
|
+
"hash": "f7d875e32f912bd9116a41b5eafdcccc72a7af02",
|
|
622
|
+
"gitTags": "",
|
|
623
|
+
"committerDate": "2019-11-27 10:20:58 +0000",
|
|
624
|
+
"isTagged": true,
|
|
625
|
+
"tag": "@pie-element/math-inline-controller@5.0.6"
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"type": "fix",
|
|
629
|
+
"scope": null,
|
|
630
|
+
"subject": "PIE-201 - store prompts and answers in session, fix",
|
|
631
|
+
"merge": null,
|
|
632
|
+
"header": "fix: PIE-201 - store prompts and answers in session, fix",
|
|
633
|
+
"body": "controller-utils to use 0 as key",
|
|
634
|
+
"footer": null,
|
|
635
|
+
"notes": [],
|
|
636
|
+
"hash": "23802242e0bc647f929f6db4dfd4b03f0112f2fb",
|
|
637
|
+
"gitTags": "",
|
|
638
|
+
"committerDate": "2019-11-18 20:35:06 +0000",
|
|
639
|
+
"isTagged": true,
|
|
640
|
+
"tag": "@pie-element/math-inline-controller@5.0.6"
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"type": "fix",
|
|
644
|
+
"scope": "math-inline",
|
|
645
|
+
"subject": "fix text node stripping for evaluation logic - ch6371",
|
|
646
|
+
"merge": null,
|
|
647
|
+
"header": "fix(math-inline): fix text node stripping for evaluation logic - ch6371",
|
|
648
|
+
"body": null,
|
|
649
|
+
"footer": null,
|
|
650
|
+
"notes": [],
|
|
651
|
+
"hash": "d0558ddf105384153c2a0276387c201f4ecc285b",
|
|
652
|
+
"gitTags": " (origin/fix/math-inline-ch6371)",
|
|
653
|
+
"committerDate": "2020-01-08 17:38:07 +0200",
|
|
654
|
+
"isTagged": true,
|
|
655
|
+
"tag": "@pie-element/math-inline-controller@5.1.0"
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"type": "fix",
|
|
659
|
+
"scope": "math-inline",
|
|
660
|
+
"subject": "improve literal validation for latex [ch6453]",
|
|
661
|
+
"merge": null,
|
|
662
|
+
"header": "fix(math-inline): improve literal validation for latex [ch6453]",
|
|
663
|
+
"body": null,
|
|
664
|
+
"footer": null,
|
|
665
|
+
"notes": [],
|
|
666
|
+
"hash": "2364bf31bf4d24a79db1407f280ae130581e7806",
|
|
667
|
+
"gitTags": "",
|
|
668
|
+
"committerDate": "2020-01-07 12:31:02 +0200",
|
|
669
|
+
"isTagged": true,
|
|
670
|
+
"tag": "@pie-element/math-inline-controller@5.1.0"
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"type": "feat",
|
|
674
|
+
"scope": "math-inline",
|
|
675
|
+
"subject": "remove stringCheck related logic from controller",
|
|
676
|
+
"merge": null,
|
|
677
|
+
"header": "feat(math-inline): remove stringCheck related logic from controller",
|
|
678
|
+
"body": null,
|
|
679
|
+
"footer": null,
|
|
680
|
+
"notes": [],
|
|
681
|
+
"hash": "00823cf4e06c2ea5d4c18c21560b12a1bb25e850",
|
|
682
|
+
"gitTags": "",
|
|
683
|
+
"committerDate": "2020-01-07 09:08:30 +0200",
|
|
684
|
+
"isTagged": true,
|
|
685
|
+
"tag": "@pie-element/math-inline-controller@5.1.0"
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
"type": "fix",
|
|
689
|
+
"scope": "math-inline",
|
|
690
|
+
"subject": "improve literal validation for latex parantheses",
|
|
691
|
+
"merge": null,
|
|
692
|
+
"header": "fix(math-inline): improve literal validation for latex parantheses",
|
|
693
|
+
"body": null,
|
|
694
|
+
"footer": null,
|
|
695
|
+
"notes": [],
|
|
696
|
+
"hash": "f6076f49fec8a90f1e5a264cd16af837350ec3db",
|
|
697
|
+
"gitTags": "",
|
|
698
|
+
"committerDate": "2020-01-07 09:06:43 +0200",
|
|
699
|
+
"isTagged": true,
|
|
700
|
+
"tag": "@pie-element/math-inline-controller@5.1.0"
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"type": "fix",
|
|
704
|
+
"scope": null,
|
|
705
|
+
"subject": "ch6456 - handle %",
|
|
706
|
+
"merge": null,
|
|
707
|
+
"header": "fix: ch6456 - handle %",
|
|
708
|
+
"body": null,
|
|
709
|
+
"footer": null,
|
|
710
|
+
"notes": [],
|
|
711
|
+
"hash": "9e55a901b2fbcf3ed4a9a0bb624bd32cd63fa816",
|
|
712
|
+
"gitTags": " (origin/fix/tmp-6456-percent)",
|
|
713
|
+
"committerDate": "2019-12-20 17:32:57 +0000",
|
|
714
|
+
"isTagged": true,
|
|
715
|
+
"tag": "@pie-element/math-inline-controller@5.1.0"
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"type": "feat",
|
|
719
|
+
"scope": "math-inline",
|
|
720
|
+
"subject": "string-based check for evaluation, invalid latex command support",
|
|
721
|
+
"merge": null,
|
|
722
|
+
"header": "feat(math-inline): string-based check for evaluation, invalid latex command support",
|
|
723
|
+
"body": null,
|
|
724
|
+
"footer": null,
|
|
725
|
+
"notes": [],
|
|
726
|
+
"hash": "8238250410e8b9ec687e481a6d1f3688683bb21f",
|
|
727
|
+
"gitTags": " (origin/feat/math-inline-string-check)",
|
|
728
|
+
"committerDate": "2019-12-20 18:37:53 +0200",
|
|
729
|
+
"isTagged": true,
|
|
730
|
+
"tag": "@pie-element/math-inline-controller@5.1.0"
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"type": "fix",
|
|
734
|
+
"scope": null,
|
|
735
|
+
"subject": "bump math-evaluator@0.6.7",
|
|
736
|
+
"merge": null,
|
|
737
|
+
"header": "fix: bump math-evaluator@0.6.7",
|
|
738
|
+
"body": null,
|
|
739
|
+
"footer": null,
|
|
740
|
+
"notes": [],
|
|
741
|
+
"hash": "ab954a61fec58e1da31a43eaa053a1ae6734704a",
|
|
742
|
+
"gitTags": "",
|
|
743
|
+
"committerDate": "2020-01-28 11:30:22 +0000",
|
|
744
|
+
"isTagged": true,
|
|
745
|
+
"tag": "@pie-element/math-inline-controller@5.2.0"
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"type": "fix",
|
|
749
|
+
"scope": null,
|
|
750
|
+
"subject": "bump math-evaluator@^0.6.6 [ch7119]",
|
|
751
|
+
"merge": null,
|
|
752
|
+
"header": "fix: bump math-evaluator@^0.6.6 [ch7119]",
|
|
753
|
+
"body": null,
|
|
754
|
+
"footer": null,
|
|
755
|
+
"notes": [],
|
|
756
|
+
"hash": "c0ed2a92b9a60f122cc95a855b9d809404381a33",
|
|
757
|
+
"gitTags": "",
|
|
758
|
+
"committerDate": "2020-01-27 11:20:25 +0000",
|
|
759
|
+
"isTagged": true,
|
|
760
|
+
"tag": "@pie-element/math-inline-controller@5.2.0"
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"type": "fix",
|
|
764
|
+
"scope": null,
|
|
765
|
+
"subject": "lint fix",
|
|
766
|
+
"merge": null,
|
|
767
|
+
"header": "fix: lint fix",
|
|
768
|
+
"body": null,
|
|
769
|
+
"footer": null,
|
|
770
|
+
"notes": [],
|
|
771
|
+
"hash": "867557eb8b0110cb10c5f36448b6f1e19887ca69",
|
|
772
|
+
"gitTags": " (origin/fix/math-inline-ch3826)",
|
|
773
|
+
"committerDate": "2020-01-13 18:55:31 +0200",
|
|
774
|
+
"isTagged": true,
|
|
775
|
+
"tag": "@pie-element/math-inline-controller@5.2.0"
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
"type": "fix",
|
|
779
|
+
"scope": null,
|
|
780
|
+
"subject": "turn back on all tests for math-inline",
|
|
781
|
+
"merge": null,
|
|
782
|
+
"header": "fix: turn back on all tests for math-inline",
|
|
783
|
+
"body": null,
|
|
784
|
+
"footer": null,
|
|
785
|
+
"notes": [],
|
|
786
|
+
"hash": "3cbd87ee559be6410e2bffee8ff8ce6b0c1ec868",
|
|
787
|
+
"gitTags": "",
|
|
788
|
+
"committerDate": "2020-01-13 18:47:49 +0200",
|
|
789
|
+
"isTagged": true,
|
|
790
|
+
"tag": "@pie-element/math-inline-controller@5.2.0"
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"type": "fix",
|
|
794
|
+
"scope": "math-inline",
|
|
795
|
+
"subject": "small literal validation logic, ch3826",
|
|
796
|
+
"merge": null,
|
|
797
|
+
"header": "fix(math-inline): small literal validation logic, ch3826",
|
|
798
|
+
"body": null,
|
|
799
|
+
"footer": null,
|
|
800
|
+
"notes": [],
|
|
801
|
+
"hash": "a40982876c31683e612aa4a01ab316e44343b3bb",
|
|
802
|
+
"gitTags": "",
|
|
803
|
+
"committerDate": "2020-01-13 18:47:00 +0200",
|
|
804
|
+
"isTagged": true,
|
|
805
|
+
"tag": "@pie-element/math-inline-controller@5.2.0"
|
|
806
|
+
},
|
|
807
|
+
{
|
|
808
|
+
"type": "feat",
|
|
809
|
+
"scope": null,
|
|
810
|
+
"subject": "PIE-200 add partialScoring - NEEDS VERIFICATION",
|
|
811
|
+
"merge": null,
|
|
812
|
+
"header": "feat: PIE-200 add partialScoring - NEEDS VERIFICATION",
|
|
813
|
+
"body": null,
|
|
814
|
+
"footer": null,
|
|
815
|
+
"notes": [],
|
|
816
|
+
"hash": "6cfbeb82b583fd85b7fe3af06dd8b682b663192b",
|
|
817
|
+
"gitTags": "",
|
|
818
|
+
"committerDate": "2019-12-06 12:22:05 +0000",
|
|
819
|
+
"isTagged": true,
|
|
820
|
+
"tag": "@pie-element/math-inline-controller@5.2.0"
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"type": "fix",
|
|
824
|
+
"scope": null,
|
|
825
|
+
"subject": "createCorrectResponseSession returns correctly [ch7165]",
|
|
826
|
+
"merge": null,
|
|
827
|
+
"header": "fix: createCorrectResponseSession returns correctly [ch7165]",
|
|
828
|
+
"body": null,
|
|
829
|
+
"footer": null,
|
|
830
|
+
"notes": [],
|
|
831
|
+
"hash": "3df92401208ec01c547fbf6d98d5bcf8c8d981c1",
|
|
832
|
+
"gitTags": "",
|
|
833
|
+
"committerDate": "2020-01-29 11:04:16 +0000",
|
|
834
|
+
"isTagged": true,
|
|
835
|
+
"tag": "@pie-element/math-inline-controller@5.2.2"
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
"type": "fix",
|
|
839
|
+
"scope": null,
|
|
840
|
+
"subject": "fix logic ch7195",
|
|
841
|
+
"merge": null,
|
|
842
|
+
"header": "fix: fix logic ch7195",
|
|
843
|
+
"body": null,
|
|
844
|
+
"footer": null,
|
|
845
|
+
"notes": [],
|
|
846
|
+
"hash": "5fa1333b0aa5365624b7e3b816f4a10f66c598b1",
|
|
847
|
+
"gitTags": "",
|
|
848
|
+
"committerDate": "2020-01-30 16:26:36 +0000",
|
|
849
|
+
"isTagged": true,
|
|
850
|
+
"tag": "@pie-element/math-inline-controller@5.2.3"
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
"type": "fix",
|
|
854
|
+
"scope": "math-inline",
|
|
855
|
+
"subject": "no responses on controller object unless mode is evaluate",
|
|
856
|
+
"merge": null,
|
|
857
|
+
"header": "fix(math-inline): no responses on controller object unless mode is evaluate",
|
|
858
|
+
"body": null,
|
|
859
|
+
"footer": null,
|
|
860
|
+
"notes": [],
|
|
861
|
+
"hash": "195a6cee4535bab1680686480711622eabba0956",
|
|
862
|
+
"gitTags": "",
|
|
863
|
+
"committerDate": "2020-02-06 15:31:22 +0200",
|
|
864
|
+
"isTagged": true,
|
|
865
|
+
"tag": "@pie-element/math-inline-controller@5.2.4"
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
"type": "fix",
|
|
869
|
+
"scope": null,
|
|
870
|
+
"subject": "bump ui versions",
|
|
871
|
+
"merge": null,
|
|
872
|
+
"header": "fix: bump ui versions",
|
|
873
|
+
"body": null,
|
|
874
|
+
"footer": null,
|
|
875
|
+
"notes": [],
|
|
876
|
+
"hash": "5b9d99fe59c304bdd173c9336503eb558900d2a2",
|
|
877
|
+
"gitTags": "",
|
|
878
|
+
"committerDate": "2020-03-31 19:25:13 +0100",
|
|
879
|
+
"isTagged": true,
|
|
880
|
+
"tag": "@pie-element/math-inline-controller@5.3.0"
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"type": "fix",
|
|
884
|
+
"scope": null,
|
|
885
|
+
"subject": "bump lib and ui versions",
|
|
886
|
+
"merge": null,
|
|
887
|
+
"header": "fix: bump lib and ui versions",
|
|
888
|
+
"body": null,
|
|
889
|
+
"footer": null,
|
|
890
|
+
"notes": [],
|
|
891
|
+
"hash": "a882cbf4580098ce0e12c51cf6ad2879817e17e7",
|
|
892
|
+
"gitTags": "",
|
|
893
|
+
"committerDate": "2020-04-10 17:13:24 +0100",
|
|
894
|
+
"isTagged": true,
|
|
895
|
+
"tag": "@pie-element/math-inline-controller@5.3.1"
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"type": "fix",
|
|
899
|
+
"scope": "math-inline",
|
|
900
|
+
"subject": "allowThousandsSeparator behavior change - ch7109",
|
|
901
|
+
"merge": null,
|
|
902
|
+
"header": "fix(math-inline): allowThousandsSeparator behavior change - ch7109",
|
|
903
|
+
"body": null,
|
|
904
|
+
"footer": null,
|
|
905
|
+
"notes": [],
|
|
906
|
+
"hash": "13ed920ebc92130ad9e98d6d3d4a388d737ce58e",
|
|
907
|
+
"gitTags": "",
|
|
908
|
+
"committerDate": "2020-03-25 14:14:57 +0200",
|
|
909
|
+
"isTagged": true,
|
|
910
|
+
"tag": "@pie-element/math-inline-controller@5.3.1"
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
"type": "fix",
|
|
914
|
+
"scope": null,
|
|
915
|
+
"subject": "bump all packages to avoid tag conflict",
|
|
916
|
+
"merge": null,
|
|
917
|
+
"header": "fix: bump all packages to avoid tag conflict",
|
|
918
|
+
"body": null,
|
|
919
|
+
"footer": null,
|
|
920
|
+
"notes": [],
|
|
921
|
+
"hash": "d9ec9a8689f0a391594b5e2f4ea958c6dc9f6d7b",
|
|
922
|
+
"gitTags": "",
|
|
923
|
+
"committerDate": "2020-04-10 20:01:37 +0100",
|
|
924
|
+
"isTagged": true,
|
|
925
|
+
"tag": "@pie-element/math-inline-controller@5.3.1"
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
"type": "fix",
|
|
929
|
+
"scope": null,
|
|
930
|
+
"subject": "bump ui/lib versions",
|
|
931
|
+
"merge": null,
|
|
932
|
+
"header": "fix: bump ui/lib versions",
|
|
933
|
+
"body": null,
|
|
934
|
+
"footer": null,
|
|
935
|
+
"notes": [],
|
|
936
|
+
"hash": "3edb2321ebaefcaee70c3642aa6da8a50e8a99e5",
|
|
937
|
+
"gitTags": "",
|
|
938
|
+
"committerDate": "2020-04-14 15:36:44 +0100",
|
|
939
|
+
"isTagged": true,
|
|
940
|
+
"tag": "@pie-element/math-inline-controller@5.3.3"
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"type": "fix",
|
|
944
|
+
"scope": null,
|
|
945
|
+
"subject": "bump ui/lib versions",
|
|
946
|
+
"merge": null,
|
|
947
|
+
"header": "fix: bump ui/lib versions",
|
|
948
|
+
"body": null,
|
|
949
|
+
"footer": null,
|
|
950
|
+
"notes": [],
|
|
951
|
+
"hash": "45f0da6e3e01f33aff6059cb13d571554690348b",
|
|
952
|
+
"gitTags": "",
|
|
953
|
+
"committerDate": "2020-04-28 14:57:57 +0100",
|
|
954
|
+
"isTagged": true,
|
|
955
|
+
"tag": "@pie-element/math-inline-controller@5.3.4"
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
"type": "fix",
|
|
959
|
+
"scope": null,
|
|
960
|
+
"subject": "update ui/lib versions",
|
|
961
|
+
"merge": null,
|
|
962
|
+
"header": "fix: update ui/lib versions",
|
|
963
|
+
"body": null,
|
|
964
|
+
"footer": null,
|
|
965
|
+
"notes": [],
|
|
966
|
+
"hash": "0226b0bc0869d468ba3e5986bc469e020f4f12a6",
|
|
967
|
+
"gitTags": "",
|
|
968
|
+
"committerDate": "2020-04-28 14:20:37 +0100",
|
|
969
|
+
"isTagged": true,
|
|
970
|
+
"tag": "@pie-element/math-inline-controller@5.3.4"
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"type": "fix",
|
|
974
|
+
"scope": "math-inline",
|
|
975
|
+
"subject": "fix evaluation logic - stop on correct answer found - PD-66",
|
|
976
|
+
"merge": null,
|
|
977
|
+
"header": "fix(math-inline): fix evaluation logic - stop on correct answer found - PD-66",
|
|
978
|
+
"body": null,
|
|
979
|
+
"footer": null,
|
|
980
|
+
"notes": [],
|
|
981
|
+
"hash": "dad4a811caef1141404b1e37c8107f94883c252c",
|
|
982
|
+
"gitTags": "",
|
|
983
|
+
"committerDate": "2020-04-21 20:15:58 +0300",
|
|
984
|
+
"isTagged": true,
|
|
985
|
+
"tag": "@pie-element/math-inline-controller@5.3.4"
|
|
986
|
+
},
|
|
987
|
+
{
|
|
988
|
+
"type": "fix",
|
|
989
|
+
"scope": null,
|
|
990
|
+
"subject": "bump @pie-lib/math-evaluator PD-3",
|
|
991
|
+
"merge": null,
|
|
992
|
+
"header": "fix: bump @pie-lib/math-evaluator PD-3",
|
|
993
|
+
"body": null,
|
|
994
|
+
"footer": null,
|
|
995
|
+
"notes": [],
|
|
996
|
+
"hash": "3af50a2d5d82e859639f68f2438fa6dc82dcf84e",
|
|
997
|
+
"gitTags": "",
|
|
998
|
+
"committerDate": "2020-04-15 16:15:26 +0100",
|
|
999
|
+
"isTagged": true,
|
|
1000
|
+
"tag": "@pie-element/math-inline-controller@5.3.4"
|
|
1001
|
+
}
|
|
1002
|
+
]
|