@pie-lib/math-toolbar 1.12.1-beta.0 → 1.14.0
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 +2 -847
- package/CHANGELOG.md +145 -1
- package/lib/done-button.js +68 -0
- package/lib/done-button.js.map +1 -0
- package/lib/editor-and-pad.js +575 -0
- package/lib/editor-and-pad.js.map +1 -0
- package/lib/index.js +287 -0
- package/lib/index.js.map +1 -0
- package/lib/math-preview.js +240 -0
- package/lib/math-preview.js.map +1 -0
- package/lib/shared/index.js +136 -0
- package/lib/utils.js +21 -0
- package/lib/utils.js.map +1 -0
- package/package.json +4 -5
- package/src/editor-and-pad.jsx +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -1,489 +1,4 @@
|
|
|
1
1
|
[
|
|
2
|
-
{
|
|
3
|
-
"type": "fix",
|
|
4
|
-
"scope": null,
|
|
5
|
-
"subject": "rm child prepack in favour of root prepack",
|
|
6
|
-
"merge": null,
|
|
7
|
-
"header": "fix: rm child prepack in favour of root prepack",
|
|
8
|
-
"body": null,
|
|
9
|
-
"footer": null,
|
|
10
|
-
"notes": [],
|
|
11
|
-
"hash": "381d8d6485269b641d8d4655148966d2e70803be",
|
|
12
|
-
"gitTags": "",
|
|
13
|
-
"committerDate": "2019-03-15 09:51:11 +0000",
|
|
14
|
-
"isTagged": true,
|
|
15
|
-
"tag": "@pie-lib/math-toolbar@0.9.13"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"type": "chore",
|
|
19
|
-
"scope": null,
|
|
20
|
-
"subject": "get packages to call changelog function on prepack",
|
|
21
|
-
"merge": null,
|
|
22
|
-
"header": "chore: get packages to call changelog function on prepack",
|
|
23
|
-
"body": null,
|
|
24
|
-
"footer": null,
|
|
25
|
-
"notes": [],
|
|
26
|
-
"hash": "8828f01f2d16d29404ba837c1de40d09e7230ec5",
|
|
27
|
-
"gitTags": "",
|
|
28
|
-
"committerDate": "2019-03-14 12:40:05 +0000",
|
|
29
|
-
"isTagged": true,
|
|
30
|
-
"tag": "@pie-lib/math-toolbar@0.9.10"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"type": "chore",
|
|
34
|
-
"scope": null,
|
|
35
|
-
"subject": "call changelog on prepack",
|
|
36
|
-
"merge": null,
|
|
37
|
-
"header": "chore: call changelog on prepack",
|
|
38
|
-
"body": null,
|
|
39
|
-
"footer": null,
|
|
40
|
-
"notes": [],
|
|
41
|
-
"hash": "b672c012de096c55b765a765f758da3fc5df2f90",
|
|
42
|
-
"gitTags": "",
|
|
43
|
-
"committerDate": "2019-03-13 23:00:44 +0000",
|
|
44
|
-
"isTagged": true,
|
|
45
|
-
"tag": "@pie-lib/math-toolbar@0.9.10"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"type": "chore",
|
|
49
|
-
"scope": null,
|
|
50
|
-
"subject": "generate changelog.json instead of markdown",
|
|
51
|
-
"merge": null,
|
|
52
|
-
"header": "chore: generate changelog.json instead of markdown",
|
|
53
|
-
"body": null,
|
|
54
|
-
"footer": null,
|
|
55
|
-
"notes": [],
|
|
56
|
-
"hash": "eaa5019a11f70c53425d55856bd3b940237f8c7d",
|
|
57
|
-
"gitTags": "",
|
|
58
|
-
"committerDate": "2019-03-13 17:24:09 +0000",
|
|
59
|
-
"isTagged": true,
|
|
60
|
-
"tag": "@pie-lib/math-toolbar@0.9.10"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"type": "chore",
|
|
64
|
-
"scope": null,
|
|
65
|
-
"subject": "force version bump to avoid collision w/ next packages",
|
|
66
|
-
"merge": null,
|
|
67
|
-
"header": "chore: force version bump to avoid collision w/ next packages",
|
|
68
|
-
"body": null,
|
|
69
|
-
"footer": null,
|
|
70
|
-
"notes": [],
|
|
71
|
-
"hash": "a05f0fdb47f72d3a3d839cd70e96de6642a44c1e",
|
|
72
|
-
"gitTags": "",
|
|
73
|
-
"committerDate": "2019-03-12 21:55:40 +0000",
|
|
74
|
-
"isTagged": true,
|
|
75
|
-
"tag": "@pie-lib/math-toolbar@0.9.10"
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"type": "feat",
|
|
79
|
-
"scope": "math-toolbar",
|
|
80
|
-
"subject": "configurable keypad for extra button variety",
|
|
81
|
-
"merge": null,
|
|
82
|
-
"header": "feat(math-toolbar): configurable keypad for extra button variety",
|
|
83
|
-
"body": null,
|
|
84
|
-
"footer": null,
|
|
85
|
-
"notes": [],
|
|
86
|
-
"hash": "f219ae19c18a4166ccc4f7d6e1d6b24b0b444fd7",
|
|
87
|
-
"gitTags": "",
|
|
88
|
-
"committerDate": "2019-02-20 12:01:12 +0200",
|
|
89
|
-
"isTagged": true,
|
|
90
|
-
"tag": "@pie-lib/math-toolbar@0.9.0"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"type": "fix",
|
|
94
|
-
"scope": "math-toolbar",
|
|
95
|
-
"subject": "styling fix for mathquill fractions",
|
|
96
|
-
"merge": null,
|
|
97
|
-
"header": "fix(math-toolbar): styling fix for mathquill fractions",
|
|
98
|
-
"body": null,
|
|
99
|
-
"footer": null,
|
|
100
|
-
"notes": [],
|
|
101
|
-
"hash": "35b0d2dc2ac4f0b0f3b6617603367f570e418f10",
|
|
102
|
-
"gitTags": "",
|
|
103
|
-
"committerDate": "2019-02-13 11:45:49 +0200",
|
|
104
|
-
"isTagged": true,
|
|
105
|
-
"tag": "@pie-lib/math-toolbar@0.8.0"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"type": "fix",
|
|
109
|
-
"scope": null,
|
|
110
|
-
"subject": "remove unnecessary mathquill wrappers in favor of @pie-lib/math-input and small styling fixes",
|
|
111
|
-
"merge": null,
|
|
112
|
-
"header": "fix: remove unnecessary mathquill wrappers in favor of @pie-lib/math-input and small styling fixes",
|
|
113
|
-
"body": null,
|
|
114
|
-
"footer": null,
|
|
115
|
-
"notes": [],
|
|
116
|
-
"hash": "b29bc9a50123944921ee65f1a561c32c080b5455",
|
|
117
|
-
"gitTags": "",
|
|
118
|
-
"committerDate": "2019-02-12 16:44:04 +0200",
|
|
119
|
-
"isTagged": true,
|
|
120
|
-
"tag": "@pie-lib/math-toolbar@0.8.0"
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"type": "fix",
|
|
124
|
-
"scope": null,
|
|
125
|
-
"subject": "fraction button in HorizontalKeypad",
|
|
126
|
-
"merge": null,
|
|
127
|
-
"header": "fix: fraction button in HorizontalKeypad",
|
|
128
|
-
"body": null,
|
|
129
|
-
"footer": null,
|
|
130
|
-
"notes": [],
|
|
131
|
-
"hash": "0d5d89620b2f959468fc88c89e7f37d1d8e9040a",
|
|
132
|
-
"gitTags": "",
|
|
133
|
-
"committerDate": "2019-02-12 13:02:53 +0000",
|
|
134
|
-
"isTagged": true,
|
|
135
|
-
"tag": "@pie-lib/math-toolbar@0.8.0"
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"type": "feat",
|
|
139
|
-
"scope": null,
|
|
140
|
-
"subject": "version bump",
|
|
141
|
-
"merge": null,
|
|
142
|
-
"header": "feat: version bump",
|
|
143
|
-
"body": null,
|
|
144
|
-
"footer": null,
|
|
145
|
-
"notes": [],
|
|
146
|
-
"hash": "fef98bda03c1e7169c8576028f7b6b8abccbd021",
|
|
147
|
-
"gitTags": "",
|
|
148
|
-
"committerDate": "2019-02-11 11:32:10 +0000",
|
|
149
|
-
"isTagged": true,
|
|
150
|
-
"tag": "@pie-lib/math-toolbar@0.7.0"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"type": "feat",
|
|
154
|
-
"scope": "math-toolbar",
|
|
155
|
-
"subject": "mathquill paranthesis styling fix for custom elements",
|
|
156
|
-
"merge": null,
|
|
157
|
-
"header": "feat(math-toolbar): mathquill paranthesis styling fix for custom elements",
|
|
158
|
-
"body": null,
|
|
159
|
-
"footer": null,
|
|
160
|
-
"notes": [],
|
|
161
|
-
"hash": "dd1b720aba42a91aa3360e79c6c425ce04e34175",
|
|
162
|
-
"gitTags": "",
|
|
163
|
-
"committerDate": "2019-02-07 12:50:10 +0200",
|
|
164
|
-
"isTagged": true,
|
|
165
|
-
"tag": "@pie-lib/math-toolbar@0.8.0"
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"type": "feat",
|
|
169
|
-
"scope": "math-toolbar",
|
|
170
|
-
"subject": "line break support",
|
|
171
|
-
"merge": null,
|
|
172
|
-
"header": "feat(math-toolbar): line break support",
|
|
173
|
-
"body": null,
|
|
174
|
-
"footer": null,
|
|
175
|
-
"notes": [],
|
|
176
|
-
"hash": "6b55597100a404d9843a61b2edefbe681ff2f0d9",
|
|
177
|
-
"gitTags": "",
|
|
178
|
-
"committerDate": "2019-02-06 10:47:43 +0200",
|
|
179
|
-
"isTagged": true,
|
|
180
|
-
"tag": "@pie-lib/math-toolbar@0.8.0"
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"type": "chore",
|
|
184
|
-
"scope": "math-toolbar",
|
|
185
|
-
"subject": "dependency version bump to pull in fixes",
|
|
186
|
-
"merge": null,
|
|
187
|
-
"header": "chore(math-toolbar): dependency version bump to pull in fixes",
|
|
188
|
-
"body": null,
|
|
189
|
-
"footer": null,
|
|
190
|
-
"notes": [],
|
|
191
|
-
"hash": "63627bfd5f87f00387f8ac30c211bc7e9deeba6b",
|
|
192
|
-
"gitTags": "",
|
|
193
|
-
"committerDate": "2019-02-05 18:43:17 +0200",
|
|
194
|
-
"isTagged": true,
|
|
195
|
-
"tag": "@pie-lib/math-toolbar@0.8.0"
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
"type": "feat",
|
|
199
|
-
"scope": "math-inline",
|
|
200
|
-
"subject": "small styling fixes and adjustments",
|
|
201
|
-
"merge": null,
|
|
202
|
-
"header": "feat(math-inline): small styling fixes and adjustments",
|
|
203
|
-
"body": null,
|
|
204
|
-
"footer": null,
|
|
205
|
-
"notes": [],
|
|
206
|
-
"hash": "3b2b1426231d233cf7f736a7fe26a96a16b0df08",
|
|
207
|
-
"gitTags": "",
|
|
208
|
-
"committerDate": "2019-02-05 18:30:12 +0200",
|
|
209
|
-
"isTagged": true,
|
|
210
|
-
"tag": "@pie-lib/math-toolbar@0.8.0"
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
"type": "fix",
|
|
214
|
-
"scope": null,
|
|
215
|
-
"subject": "version bump",
|
|
216
|
-
"merge": null,
|
|
217
|
-
"header": "fix: version bump",
|
|
218
|
-
"body": null,
|
|
219
|
-
"footer": null,
|
|
220
|
-
"notes": [],
|
|
221
|
-
"hash": "caaf960891fb17ad8e221849ce992381e4c2c31c",
|
|
222
|
-
"gitTags": "",
|
|
223
|
-
"committerDate": "2019-02-05 15:38:33 +0000",
|
|
224
|
-
"isTagged": true,
|
|
225
|
-
"tag": "@pie-lib/math-toolbar@0.6.4"
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
"type": "feat",
|
|
229
|
-
"scope": null,
|
|
230
|
-
"subject": "libs version bump",
|
|
231
|
-
"merge": null,
|
|
232
|
-
"header": "feat: libs version bump",
|
|
233
|
-
"body": null,
|
|
234
|
-
"footer": null,
|
|
235
|
-
"notes": [],
|
|
236
|
-
"hash": "8bedee111c84126beaefbfd5cf01bac5fb1b016e",
|
|
237
|
-
"gitTags": "",
|
|
238
|
-
"committerDate": "2019-01-30 22:14:28 +0000",
|
|
239
|
-
"isTagged": true,
|
|
240
|
-
"tag": "@pie-lib/math-toolbar@0.6.0"
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
"type": "fix",
|
|
244
|
-
"scope": "general",
|
|
245
|
-
"subject": "bumped versions of some packages",
|
|
246
|
-
"merge": null,
|
|
247
|
-
"header": "fix(general): bumped versions of some packages",
|
|
248
|
-
"body": null,
|
|
249
|
-
"footer": null,
|
|
250
|
-
"notes": [],
|
|
251
|
-
"hash": "a38c7b58270773c8a359f82a6c40f86c0f00456e",
|
|
252
|
-
"gitTags": "",
|
|
253
|
-
"committerDate": "2019-01-08 14:18:19 +0200",
|
|
254
|
-
"isTagged": true,
|
|
255
|
-
"tag": "@pie-lib/math-toolbar@0.5.0"
|
|
256
|
-
},
|
|
257
|
-
{
|
|
258
|
-
"type": "fix",
|
|
259
|
-
"scope": "math-toolbar",
|
|
260
|
-
"subject": "fixed test",
|
|
261
|
-
"merge": null,
|
|
262
|
-
"header": "fix(math-toolbar): fixed test",
|
|
263
|
-
"body": null,
|
|
264
|
-
"footer": null,
|
|
265
|
-
"notes": [],
|
|
266
|
-
"hash": "84adb1507b12ef87bb8eaaa59c0b87184d82dd17",
|
|
267
|
-
"gitTags": "",
|
|
268
|
-
"committerDate": "2019-01-08 11:44:20 +0200",
|
|
269
|
-
"isTagged": true,
|
|
270
|
-
"tag": "@pie-lib/math-toolbar@0.5.0"
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
"type": "chore",
|
|
274
|
-
"scope": null,
|
|
275
|
-
"subject": "fix conflict",
|
|
276
|
-
"merge": null,
|
|
277
|
-
"header": "chore: fix conflict",
|
|
278
|
-
"body": null,
|
|
279
|
-
"footer": null,
|
|
280
|
-
"notes": [],
|
|
281
|
-
"hash": "55181f1c118a0f640b7975f212b9adf454896110",
|
|
282
|
-
"gitTags": "",
|
|
283
|
-
"committerDate": "2018-12-18 13:07:02 +0000",
|
|
284
|
-
"isTagged": true,
|
|
285
|
-
"tag": "@pie-lib/math-toolbar@0.4.0"
|
|
286
|
-
},
|
|
287
|
-
{
|
|
288
|
-
"type": "fix",
|
|
289
|
-
"scope": null,
|
|
290
|
-
"subject": "version bump",
|
|
291
|
-
"merge": null,
|
|
292
|
-
"header": "fix: version bump",
|
|
293
|
-
"body": null,
|
|
294
|
-
"footer": null,
|
|
295
|
-
"notes": [],
|
|
296
|
-
"hash": "3dcbea969abef98945b73a73fb73174cecb99a11",
|
|
297
|
-
"gitTags": "",
|
|
298
|
-
"committerDate": "2018-12-18 12:59:14 +0000",
|
|
299
|
-
"isTagged": true,
|
|
300
|
-
"tag": "@pie-lib/math-toolbar@0.3.2"
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
"type": "feat",
|
|
304
|
-
"scope": "math-toolbar",
|
|
305
|
-
"subject": "version bumps",
|
|
306
|
-
"merge": null,
|
|
307
|
-
"header": "feat(math-toolbar): version bumps",
|
|
308
|
-
"body": null,
|
|
309
|
-
"footer": null,
|
|
310
|
-
"notes": [],
|
|
311
|
-
"hash": "e88dc9ae8d549a9c4a6f1183fe1d7d334d674fe6",
|
|
312
|
-
"gitTags": "",
|
|
313
|
-
"committerDate": "2018-12-18 14:39:32 +0200",
|
|
314
|
-
"isTagged": true,
|
|
315
|
-
"tag": "@pie-lib/math-toolbar@0.4.0"
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
"type": "feat",
|
|
319
|
-
"scope": "math-toolbar",
|
|
320
|
-
"subject": "answer block initial implementation",
|
|
321
|
-
"merge": null,
|
|
322
|
-
"header": "feat(math-toolbar): answer block initial implementation",
|
|
323
|
-
"body": null,
|
|
324
|
-
"footer": null,
|
|
325
|
-
"notes": [],
|
|
326
|
-
"hash": "2200ee4258e316e2f0d3903751e088cc30c50318",
|
|
327
|
-
"gitTags": "",
|
|
328
|
-
"committerDate": "2018-12-18 13:52:00 +0200",
|
|
329
|
-
"isTagged": true,
|
|
330
|
-
"tag": "@pie-lib/math-toolbar@0.4.0"
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
"type": "feat",
|
|
334
|
-
"scope": "math-toolbar",
|
|
335
|
-
"subject": "answer block column for keypad and related functionality",
|
|
336
|
-
"merge": null,
|
|
337
|
-
"header": "feat(math-toolbar): answer block column for keypad and related functionality",
|
|
338
|
-
"body": null,
|
|
339
|
-
"footer": null,
|
|
340
|
-
"notes": [],
|
|
341
|
-
"hash": "2fd700a128f6d513d8cfa51473c2f384b8948f9e",
|
|
342
|
-
"gitTags": "",
|
|
343
|
-
"committerDate": "2018-11-29 13:34:45 +0200",
|
|
344
|
-
"isTagged": true,
|
|
345
|
-
"tag": "@pie-lib/math-toolbar@0.3.0"
|
|
346
|
-
},
|
|
347
|
-
{
|
|
348
|
-
"type": "feat",
|
|
349
|
-
"scope": "math-toolbar",
|
|
350
|
-
"subject": "changed from ssh to https for the mathquill forked repo",
|
|
351
|
-
"merge": null,
|
|
352
|
-
"header": "feat(math-toolbar): changed from ssh to https for the mathquill forked repo",
|
|
353
|
-
"body": null,
|
|
354
|
-
"footer": null,
|
|
355
|
-
"notes": [],
|
|
356
|
-
"hash": "7364008088bb47419af4391c2bc5aa17173692b5",
|
|
357
|
-
"gitTags": "",
|
|
358
|
-
"committerDate": "2018-11-27 16:02:58 +0200",
|
|
359
|
-
"isTagged": true,
|
|
360
|
-
"tag": "@pie-lib/math-toolbar@0.2.0"
|
|
361
|
-
},
|
|
362
|
-
{
|
|
363
|
-
"type": "feat",
|
|
364
|
-
"scope": "math-toolbar",
|
|
365
|
-
"subject": "updated the mathquill dependency to use the forked repo",
|
|
366
|
-
"merge": null,
|
|
367
|
-
"header": "feat(math-toolbar): updated the mathquill dependency to use the forked repo",
|
|
368
|
-
"body": null,
|
|
369
|
-
"footer": null,
|
|
370
|
-
"notes": [],
|
|
371
|
-
"hash": "7cc7c0651f43a0867ff91321b32dcbe976b0fb7c",
|
|
372
|
-
"gitTags": "",
|
|
373
|
-
"committerDate": "2018-11-27 14:55:51 +0200",
|
|
374
|
-
"isTagged": true,
|
|
375
|
-
"tag": "@pie-lib/math-toolbar@0.2.0"
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
"type": "feat",
|
|
379
|
-
"scope": "math-toolbar",
|
|
380
|
-
"subject": "broke apart editable-html math toolbar into a separate package",
|
|
381
|
-
"merge": null,
|
|
382
|
-
"header": "feat(math-toolbar): broke apart editable-html math toolbar into a separate package",
|
|
383
|
-
"body": null,
|
|
384
|
-
"footer": null,
|
|
385
|
-
"notes": [],
|
|
386
|
-
"hash": "72c5a794fb650c8a033e706c6d588afb544522eb",
|
|
387
|
-
"gitTags": "",
|
|
388
|
-
"committerDate": "2018-11-22 19:03:24 +0200",
|
|
389
|
-
"isTagged": true,
|
|
390
|
-
"tag": "@pie-lib/math-toolbar@0.1.0"
|
|
391
|
-
},
|
|
392
|
-
{
|
|
393
|
-
"type": "fix",
|
|
394
|
-
"scope": "math-toolbar",
|
|
395
|
-
"subject": "z-index fix for math toolbar",
|
|
396
|
-
"merge": null,
|
|
397
|
-
"header": "fix(math-toolbar): z-index fix for math toolbar",
|
|
398
|
-
"body": null,
|
|
399
|
-
"footer": null,
|
|
400
|
-
"notes": [],
|
|
401
|
-
"hash": "ef50bb61cdf7c0670c2de789efa6062e3c988f4d",
|
|
402
|
-
"gitTags": "",
|
|
403
|
-
"committerDate": "2019-03-21 10:49:43 +0200",
|
|
404
|
-
"isTagged": true,
|
|
405
|
-
"tag": "@pie-lib/math-toolbar@0.9.14"
|
|
406
|
-
},
|
|
407
|
-
{
|
|
408
|
-
"type": "fix",
|
|
409
|
-
"scope": "math-toolbar",
|
|
410
|
-
"subject": "added logic to make sure answer blocks are not duplicates",
|
|
411
|
-
"merge": null,
|
|
412
|
-
"header": "fix(math-toolbar): added logic to make sure answer blocks are not duplicates",
|
|
413
|
-
"body": null,
|
|
414
|
-
"footer": null,
|
|
415
|
-
"notes": [],
|
|
416
|
-
"hash": "d8dd51338bb9901acaba996bd6e72815ef80078f",
|
|
417
|
-
"gitTags": "",
|
|
418
|
-
"committerDate": "2019-03-20 16:24:50 +0200",
|
|
419
|
-
"isTagged": true,
|
|
420
|
-
"tag": "@pie-lib/math-toolbar@0.9.14"
|
|
421
|
-
},
|
|
422
|
-
{
|
|
423
|
-
"type": "feat",
|
|
424
|
-
"scope": null,
|
|
425
|
-
"subject": "use @pie-framework/mathquill - our fork with extras",
|
|
426
|
-
"merge": null,
|
|
427
|
-
"header": "feat: use @pie-framework/mathquill - our fork with extras",
|
|
428
|
-
"body": null,
|
|
429
|
-
"footer": null,
|
|
430
|
-
"notes": [],
|
|
431
|
-
"hash": "7fc47a75b5153065e3f26ecce2a8e79daacc389e",
|
|
432
|
-
"gitTags": "",
|
|
433
|
-
"committerDate": "2019-04-03 22:05:15 +0100",
|
|
434
|
-
"isTagged": true,
|
|
435
|
-
"tag": "@pie-lib/math-toolbar@0.10.0"
|
|
436
|
-
},
|
|
437
|
-
{
|
|
438
|
-
"type": "feat",
|
|
439
|
-
"scope": "math-toolbar",
|
|
440
|
-
"subject": "no decimals support added",
|
|
441
|
-
"merge": null,
|
|
442
|
-
"header": "feat(math-toolbar): no decimals support added",
|
|
443
|
-
"body": null,
|
|
444
|
-
"footer": null,
|
|
445
|
-
"notes": [],
|
|
446
|
-
"hash": "39baa2ec9cbfe7adcacba68a43c581d8ee64cf1d",
|
|
447
|
-
"gitTags": "",
|
|
448
|
-
"committerDate": "2019-04-10 10:39:05 +0300",
|
|
449
|
-
"isTagged": true,
|
|
450
|
-
"tag": "@pie-lib/math-toolbar@0.11.0"
|
|
451
|
-
},
|
|
452
|
-
{
|
|
453
|
-
"type": "fix",
|
|
454
|
-
"scope": "math-toolbar",
|
|
455
|
-
"subject": "response block addition switched to %response% from embeded custom element",
|
|
456
|
-
"merge": null,
|
|
457
|
-
"header": "fix(math-toolbar): response block addition switched to %response% from embeded custom element",
|
|
458
|
-
"body": null,
|
|
459
|
-
"footer": "BREAKING CHANGE: response block addition now uses a different format",
|
|
460
|
-
"notes": [
|
|
461
|
-
{
|
|
462
|
-
"title": "BREAKING CHANGE",
|
|
463
|
-
"text": "response block addition now uses a different format"
|
|
464
|
-
}
|
|
465
|
-
],
|
|
466
|
-
"hash": "0eb6f94c8def870b495e0c96f531bdadf32a4c7b",
|
|
467
|
-
"gitTags": " (origin/feat/math-inline-formula-v2)",
|
|
468
|
-
"committerDate": "2019-04-22 14:18:02 +0300",
|
|
469
|
-
"isTagged": true,
|
|
470
|
-
"tag": "@pie-lib/math-toolbar@1.0.0"
|
|
471
|
-
},
|
|
472
|
-
{
|
|
473
|
-
"type": "feat",
|
|
474
|
-
"scope": "math-input",
|
|
475
|
-
"subject": "custom keys support and extended keypads",
|
|
476
|
-
"merge": null,
|
|
477
|
-
"header": "feat(math-input): custom keys support and extended keypads",
|
|
478
|
-
"body": null,
|
|
479
|
-
"footer": null,
|
|
480
|
-
"notes": [],
|
|
481
|
-
"hash": "34a428b6f6007d4757c7cfa66e187b24ddb085b9",
|
|
482
|
-
"gitTags": "",
|
|
483
|
-
"committerDate": "2019-04-25 16:16:24 +0300",
|
|
484
|
-
"isTagged": true,
|
|
485
|
-
"tag": "@pie-lib/math-toolbar@1.1.0"
|
|
486
|
-
},
|
|
487
2
|
{
|
|
488
3
|
"type": "feat",
|
|
489
4
|
"scope": "mask-markup",
|
|
@@ -494,369 +9,9 @@
|
|
|
494
9
|
"footer": null,
|
|
495
10
|
"notes": [],
|
|
496
11
|
"hash": "0153c1aba8a08ba6c974fcc69476a87b9086f6c5",
|
|
497
|
-
"gitTags": " (develop)",
|
|
498
|
-
"committerDate": "2019-05-02 07:12:59 +0300",
|
|
499
|
-
"isTagged": true,
|
|
500
|
-
"tag": "@pie-lib/math-toolbar@1.2.0"
|
|
501
|
-
},
|
|
502
|
-
{
|
|
503
|
-
"type": "fix",
|
|
504
|
-
"scope": "math-toolbar",
|
|
505
|
-
"subject": "math styling fixes",
|
|
506
|
-
"merge": null,
|
|
507
|
-
"header": "fix(math-toolbar): math styling fixes",
|
|
508
|
-
"body": null,
|
|
509
|
-
"footer": null,
|
|
510
|
-
"notes": [],
|
|
511
|
-
"hash": "c97a9486af79fc887774994b92024db9117a621c",
|
|
512
|
-
"gitTags": "",
|
|
513
|
-
"committerDate": "2019-05-08 09:53:17 +0300",
|
|
514
|
-
"isTagged": true,
|
|
515
|
-
"tag": "@pie-lib/math-toolbar@1.2.2"
|
|
516
|
-
},
|
|
517
|
-
{
|
|
518
|
-
"type": "fix",
|
|
519
|
-
"scope": "math-toolbar",
|
|
520
|
-
"subject": "small styling fix for z-index",
|
|
521
|
-
"merge": null,
|
|
522
|
-
"header": "fix(math-toolbar): small styling fix for z-index",
|
|
523
|
-
"body": null,
|
|
524
|
-
"footer": null,
|
|
525
|
-
"notes": [],
|
|
526
|
-
"hash": "bf46cc42efb98384b95ced4a9869944ec8d8e782",
|
|
527
|
-
"gitTags": " (origin/fix/math-inline-related-fixes)",
|
|
528
|
-
"committerDate": "2019-05-13 15:17:00 +0300",
|
|
529
|
-
"isTagged": true,
|
|
530
|
-
"tag": "@pie-lib/math-toolbar@1.2.4"
|
|
531
|
-
},
|
|
532
|
-
{
|
|
533
|
-
"type": "chore",
|
|
534
|
-
"scope": null,
|
|
535
|
-
"subject": "autoFocus prop for automatically focusing math toolbar",
|
|
536
|
-
"merge": null,
|
|
537
|
-
"header": "chore: autoFocus prop for automatically focusing math toolbar",
|
|
538
|
-
"body": null,
|
|
539
|
-
"footer": null,
|
|
540
|
-
"notes": [],
|
|
541
|
-
"hash": "c600e24019914ffeec4058cafe6824262001e5db",
|
|
542
|
-
"gitTags": "",
|
|
543
|
-
"committerDate": "2019-05-15 16:31:20 +0300",
|
|
544
|
-
"isTagged": true,
|
|
545
|
-
"tag": "@pie-lib/math-toolbar@1.3.0"
|
|
546
|
-
},
|
|
547
|
-
{
|
|
548
|
-
"type": "feat",
|
|
549
|
-
"scope": "math-toolbar",
|
|
550
|
-
"subject": "input will automatically grab focus",
|
|
551
|
-
"merge": null,
|
|
552
|
-
"header": "feat(math-toolbar): input will automatically grab focus",
|
|
553
|
-
"body": null,
|
|
554
|
-
"footer": null,
|
|
555
|
-
"notes": [],
|
|
556
|
-
"hash": "2a344fb4f61e99321bda03538b57251898471497",
|
|
557
|
-
"gitTags": "",
|
|
558
|
-
"committerDate": "2019-05-15 16:23:52 +0300",
|
|
559
|
-
"isTagged": true,
|
|
560
|
-
"tag": "@pie-lib/math-toolbar@1.3.0"
|
|
561
|
-
},
|
|
562
|
-
{
|
|
563
|
-
"type": "chore",
|
|
564
|
-
"scope": "merge",
|
|
565
|
-
"subject": "merged with develop",
|
|
566
|
-
"merge": null,
|
|
567
|
-
"header": "chore(merge): merged with develop",
|
|
568
|
-
"body": null,
|
|
569
|
-
"footer": null,
|
|
570
|
-
"notes": [],
|
|
571
|
-
"hash": "e68506cf63b2a17973821bb0cfef40828faccd1f",
|
|
572
|
-
"gitTags": "",
|
|
573
|
-
"committerDate": "2019-05-21 06:26:54 +0300",
|
|
574
|
-
"isTagged": true,
|
|
575
|
-
"tag": "@pie-lib/math-toolbar@1.3.1"
|
|
576
|
-
},
|
|
577
|
-
{
|
|
578
|
-
"type": "feat",
|
|
579
|
-
"scope": null,
|
|
580
|
-
"subject": "version bumps",
|
|
581
|
-
"merge": null,
|
|
582
|
-
"header": "feat: version bumps",
|
|
583
|
-
"body": null,
|
|
584
|
-
"footer": null,
|
|
585
|
-
"notes": [],
|
|
586
|
-
"hash": "23eb54f95e4b6480e2f8c5b336627a7f3bc2f428",
|
|
587
|
-
"gitTags": "",
|
|
588
|
-
"committerDate": "2019-06-10 15:24:32 +0100",
|
|
589
|
-
"isTagged": true,
|
|
590
|
-
"tag": "@pie-lib/math-toolbar@1.4.0"
|
|
591
|
-
},
|
|
592
|
-
{
|
|
593
|
-
"type": "fix",
|
|
594
|
-
"scope": "math-toolbar",
|
|
595
|
-
"subject": "fix width styling",
|
|
596
|
-
"merge": null,
|
|
597
|
-
"header": "fix(math-toolbar): fix width styling",
|
|
598
|
-
"body": null,
|
|
599
|
-
"footer": null,
|
|
600
|
-
"notes": [],
|
|
601
|
-
"hash": "6b3788a1b028380706aa974dc4c00d5f53162aea",
|
|
602
|
-
"gitTags": " (origin/fix/math-inline-related-fixes)",
|
|
603
|
-
"committerDate": "2019-06-19 11:16:20 +0300",
|
|
604
|
-
"isTagged": true,
|
|
605
|
-
"tag": "@pie-lib/math-toolbar@1.4.2"
|
|
606
|
-
},
|
|
607
|
-
{
|
|
608
|
-
"type": "fix",
|
|
609
|
-
"scope": null,
|
|
610
|
-
"subject": "save math changes when editor is re-focused",
|
|
611
|
-
"merge": null,
|
|
612
|
-
"header": "fix: save math changes when editor is re-focused",
|
|
613
|
-
"body": null,
|
|
614
|
-
"footer": null,
|
|
615
|
-
"notes": [],
|
|
616
|
-
"hash": "7674a86899f586b778136d7c1c7c65837e0e9e52",
|
|
617
|
-
"gitTags": "",
|
|
618
|
-
"committerDate": "2019-07-08 14:53:01 +0100",
|
|
619
|
-
"isTagged": true,
|
|
620
|
-
"tag": "@pie-lib/math-toolbar@1.4.5"
|
|
621
|
-
},
|
|
622
|
-
{
|
|
623
|
-
"type": "fix",
|
|
624
|
-
"scope": "math-toolbar",
|
|
625
|
-
"subject": "un-initialized input problem fix in case of no decimal flow",
|
|
626
|
-
"merge": null,
|
|
627
|
-
"header": "fix(math-toolbar): un-initialized input problem fix in case of no decimal flow",
|
|
628
|
-
"body": null,
|
|
629
|
-
"footer": null,
|
|
630
|
-
"notes": [],
|
|
631
|
-
"hash": "07942372f8dcd5267672d6db4db1d42ffed070f5",
|
|
632
|
-
"gitTags": " (origin/fix/math-toolbar-first-edit-fix)",
|
|
633
|
-
"committerDate": "2019-08-20 16:01:36 +0300",
|
|
634
|
-
"isTagged": true,
|
|
635
|
-
"tag": "@pie-lib/math-toolbar@1.4.6"
|
|
636
|
-
},
|
|
637
|
-
{
|
|
638
|
-
"type": "fix",
|
|
639
|
-
"scope": null,
|
|
640
|
-
"subject": "ch4405: Added usage of onBlur function and hideDoneButton property for editor.",
|
|
641
|
-
"merge": null,
|
|
642
|
-
"header": "fix: ch4405: Added usage of onBlur function and hideDoneButton property for editor.",
|
|
643
|
-
"body": null,
|
|
644
|
-
"footer": null,
|
|
645
|
-
"notes": [],
|
|
646
|
-
"hash": "24f072c47a720c8631583c16b157b0ed7812ddb2",
|
|
647
|
-
"gitTags": "",
|
|
648
|
-
"committerDate": "2019-12-04 11:27:41 +0200",
|
|
649
|
-
"isTagged": true,
|
|
650
|
-
"tag": "@pie-lib/math-toolbar@1.4.9"
|
|
651
|
-
},
|
|
652
|
-
{
|
|
653
|
-
"type": "fix",
|
|
654
|
-
"scope": null,
|
|
655
|
-
"subject": "add module prop to package.json",
|
|
656
|
-
"merge": null,
|
|
657
|
-
"header": "fix: add module prop to package.json",
|
|
658
|
-
"body": null,
|
|
659
|
-
"footer": null,
|
|
660
|
-
"notes": [],
|
|
661
|
-
"hash": "dd549c5b1cb047ff879b94ea4ddaf265fabfd4ad",
|
|
662
|
-
"gitTags": "",
|
|
663
|
-
"committerDate": "2020-03-30 13:02:46 +0100",
|
|
664
|
-
"isTagged": true,
|
|
665
|
-
"tag": "@pie-lib/math-toolbar@1.4.19"
|
|
666
|
-
},
|
|
667
|
-
{
|
|
668
|
-
"type": "fix",
|
|
669
|
-
"scope": null,
|
|
670
|
-
"subject": "correct module path",
|
|
671
|
-
"merge": null,
|
|
672
|
-
"header": "fix: correct module path",
|
|
673
|
-
"body": null,
|
|
674
|
-
"footer": null,
|
|
675
|
-
"notes": [],
|
|
676
|
-
"hash": "589e9e35c115b2405222a75fd1c78f38d185c321",
|
|
677
12
|
"gitTags": "",
|
|
678
|
-
"committerDate": "
|
|
679
|
-
"isTagged": true,
|
|
680
|
-
"tag": "@pie-lib/math-toolbar@1.4.27"
|
|
681
|
-
},
|
|
682
|
-
{
|
|
683
|
-
"type": "feat",
|
|
684
|
-
"scope": "math",
|
|
685
|
-
"subject": "made sure that math is clickable inside table [ch3518]",
|
|
686
|
-
"merge": null,
|
|
687
|
-
"header": "feat(math): made sure that math is clickable inside table [ch3518]",
|
|
688
|
-
"body": null,
|
|
689
|
-
"footer": null,
|
|
690
|
-
"notes": [],
|
|
691
|
-
"hash": "23185dda2b1206f4a88b1f83127e87b2e93b8b7e",
|
|
692
|
-
"gitTags": "",
|
|
693
|
-
"committerDate": "2020-04-03 15:18:14 +0300",
|
|
694
|
-
"isTagged": true,
|
|
695
|
-
"tag": "@pie-lib/math-toolbar@1.5.0"
|
|
696
|
-
},
|
|
697
|
-
{
|
|
698
|
-
"type": "feat",
|
|
699
|
-
"scope": "math-toolbar",
|
|
700
|
-
"subject": "add color theme support",
|
|
701
|
-
"merge": null,
|
|
702
|
-
"header": "feat(math-toolbar): add color theme support",
|
|
703
|
-
"body": null,
|
|
704
|
-
"footer": null,
|
|
705
|
-
"notes": [],
|
|
706
|
-
"hash": "732baf33da27a120875644422a0145780e616585",
|
|
707
|
-
"gitTags": "",
|
|
708
|
-
"committerDate": "2020-09-21 12:51:32 +0300",
|
|
709
|
-
"isTagged": true,
|
|
710
|
-
"tag": "@pie-lib/math-toolbar@1.6.0"
|
|
711
|
-
},
|
|
712
|
-
{
|
|
713
|
-
"type": "feat",
|
|
714
|
-
"scope": "math-toolbar",
|
|
715
|
-
"subject": "add better math keypad support - PD-355",
|
|
716
|
-
"merge": null,
|
|
717
|
-
"header": "feat(math-toolbar): add better math keypad support - PD-355",
|
|
718
|
-
"body": null,
|
|
719
|
-
"footer": null,
|
|
720
|
-
"notes": [],
|
|
721
|
-
"hash": "2a670788ec2d2f4c3ca65947608bff804d7c0f10",
|
|
722
|
-
"gitTags": "",
|
|
723
|
-
"committerDate": "2020-11-16 13:50:38 +0200",
|
|
724
|
-
"isTagged": true,
|
|
725
|
-
"tag": "@pie-lib/math-toolbar@1.7.0"
|
|
726
|
-
},
|
|
727
|
-
{
|
|
728
|
-
"type": "fix",
|
|
729
|
-
"scope": null,
|
|
730
|
-
"subject": "dont import InputContainer from config-ui",
|
|
731
|
-
"merge": null,
|
|
732
|
-
"header": "fix: dont import InputContainer from config-ui",
|
|
733
|
-
"body": null,
|
|
734
|
-
"footer": null,
|
|
735
|
-
"notes": [],
|
|
736
|
-
"hash": "9cb7b688c5774c8dc67df471a2b0187f5d5e653d",
|
|
737
|
-
"gitTags": "",
|
|
738
|
-
"committerDate": "2021-02-01 21:26:34 +0000",
|
|
739
|
-
"isTagged": true,
|
|
740
|
-
"tag": "@pie-lib/math-toolbar@1.7.1"
|
|
741
|
-
},
|
|
742
|
-
{
|
|
743
|
-
"type": "fix",
|
|
744
|
-
"scope": null,
|
|
745
|
-
"subject": "override math input and math toolbar style for ibx PD-774",
|
|
746
|
-
"merge": null,
|
|
747
|
-
"header": "fix: override math input and math toolbar style for ibx PD-774",
|
|
748
|
-
"body": null,
|
|
749
|
-
"footer": null,
|
|
750
|
-
"notes": [],
|
|
751
|
-
"hash": "0969756e395e6ef3287bd1ff76507c4578794191",
|
|
752
|
-
"gitTags": "",
|
|
753
|
-
"committerDate": "2021-03-01 19:11:26 +0200",
|
|
754
|
-
"isTagged": true,
|
|
755
|
-
"tag": "@pie-lib/math-toolbar@1.7.7"
|
|
756
|
-
},
|
|
757
|
-
{
|
|
758
|
-
"type": "fix",
|
|
759
|
-
"scope": null,
|
|
760
|
-
"subject": "rename the 'Everything' math editor as the 'Miscellaneous' math editor",
|
|
761
|
-
"merge": null,
|
|
762
|
-
"header": "fix: rename the 'Everything' math editor as the 'Miscellaneous' math editor",
|
|
763
|
-
"body": null,
|
|
764
|
-
"footer": null,
|
|
765
|
-
"notes": [],
|
|
766
|
-
"hash": "6b5c0b3edbb6dc02ff802ea05c8b7de65e5e77f0",
|
|
767
|
-
"gitTags": " (origin/fix/PD-870)",
|
|
768
|
-
"committerDate": "2021-03-02 17:41:22 +0200",
|
|
769
|
-
"isTagged": true,
|
|
770
|
-
"tag": "@pie-lib/math-toolbar@1.7.8"
|
|
771
|
-
},
|
|
772
|
-
{
|
|
773
|
-
"type": "fix",
|
|
774
|
-
"scope": "math-toolbar",
|
|
775
|
-
"subject": "override style for ray PD-48",
|
|
776
|
-
"merge": null,
|
|
777
|
-
"header": "fix(math-toolbar): override style for ray PD-48",
|
|
778
|
-
"body": null,
|
|
779
|
-
"footer": null,
|
|
780
|
-
"notes": [],
|
|
781
|
-
"hash": "b8492d506a901288b869460c85024a76145a1fd1",
|
|
782
|
-
"gitTags": " (origin/fix/override-style-math-ray)",
|
|
783
|
-
"committerDate": "2021-03-08 16:49:38 +0200",
|
|
784
|
-
"isTagged": true,
|
|
785
|
-
"tag": "@pie-lib/math-toolbar@1.7.9"
|
|
786
|
-
},
|
|
787
|
-
{
|
|
788
|
-
"type": "fix",
|
|
789
|
-
"scope": "math-toolbar",
|
|
790
|
-
"subject": "Made segment, ray and line more consistent PD-1264",
|
|
791
|
-
"merge": null,
|
|
792
|
-
"header": "fix(math-toolbar): Made segment, ray and line more consistent PD-1264",
|
|
793
|
-
"body": null,
|
|
794
|
-
"footer": null,
|
|
795
|
-
"notes": [],
|
|
796
|
-
"hash": "1a2ad3789f728e056d950a0da336818ea0128da5",
|
|
797
|
-
"gitTags": "",
|
|
798
|
-
"committerDate": "2021-08-13 16:44:42 +0300",
|
|
799
|
-
"isTagged": true,
|
|
800
|
-
"tag": "@pie-lib/math-toolbar@1.8.0"
|
|
801
|
-
},
|
|
802
|
-
{
|
|
803
|
-
"type": "fix",
|
|
804
|
-
"scope": "math-toolbar",
|
|
805
|
-
"subject": "Added a min width for line notation PD-1263",
|
|
806
|
-
"merge": null,
|
|
807
|
-
"header": "fix(math-toolbar): Added a min width for line notation PD-1263",
|
|
808
|
-
"body": null,
|
|
809
|
-
"footer": null,
|
|
810
|
-
"notes": [],
|
|
811
|
-
"hash": "92a560fa81ef9a969ebbc0608c5efafec071fec1",
|
|
812
|
-
"gitTags": "",
|
|
813
|
-
"committerDate": "2021-08-13 12:40:29 +0300",
|
|
814
|
-
"isTagged": true,
|
|
815
|
-
"tag": "@pie-lib/math-toolbar@1.8.0"
|
|
816
|
-
},
|
|
817
|
-
{
|
|
818
|
-
"type": "fix",
|
|
819
|
-
"scope": null,
|
|
820
|
-
"subject": "override arrow style for ray PD-1265",
|
|
821
|
-
"merge": null,
|
|
822
|
-
"header": "fix: override arrow style for ray PD-1265",
|
|
823
|
-
"body": null,
|
|
824
|
-
"footer": null,
|
|
825
|
-
"notes": [],
|
|
826
|
-
"hash": "815e3a5cb5488a2866e24f5db6f4829b8f9bff1d",
|
|
827
|
-
"gitTags": " (origin/fix/PD-1265)",
|
|
828
|
-
"committerDate": "2021-08-10 13:14:52 +0300",
|
|
829
|
-
"isTagged": true,
|
|
830
|
-
"tag": "@pie-lib/math-toolbar@1.8.0"
|
|
831
|
-
},
|
|
832
|
-
{
|
|
833
|
-
"type": "feat",
|
|
834
|
-
"scope": "math-toolbar",
|
|
835
|
-
"subject": "default to the grade 8 editor PD-1266",
|
|
836
|
-
"merge": null,
|
|
837
|
-
"header": "feat(math-toolbar): default to the grade 8 editor PD-1266",
|
|
838
|
-
"body": null,
|
|
839
|
-
"footer": null,
|
|
840
|
-
"notes": [],
|
|
841
|
-
"hash": "0cd28a2cd82360f31d5a908ddba47d5e0f49a76b",
|
|
842
|
-
"gitTags": " (origin/feat/PD-1266)",
|
|
843
|
-
"committerDate": "2021-08-10 09:31:29 +0300",
|
|
844
|
-
"isTagged": true,
|
|
845
|
-
"tag": "@pie-lib/math-toolbar@1.8.0"
|
|
846
|
-
},
|
|
847
|
-
{
|
|
848
|
-
"type": "fix",
|
|
849
|
-
"scope": "math-toolbar",
|
|
850
|
-
"subject": "Fixed arrows for pits",
|
|
851
|
-
"merge": null,
|
|
852
|
-
"header": "fix(math-toolbar): Fixed arrows for pits",
|
|
853
|
-
"body": null,
|
|
854
|
-
"footer": null,
|
|
855
|
-
"notes": [],
|
|
856
|
-
"hash": "f22208b9b7a29eba20415c92833b1d1b71f7f8cf",
|
|
857
|
-
"gitTags": "",
|
|
858
|
-
"committerDate": "2021-09-06 16:06:43 +0300",
|
|
13
|
+
"committerDate": "2019-05-02 07:12:59 +0300",
|
|
859
14
|
"isTagged": true,
|
|
860
|
-
"tag": "@pie-lib/math-toolbar@1.
|
|
15
|
+
"tag": "@pie-lib/math-toolbar@1.10.0"
|
|
861
16
|
}
|
|
862
17
|
]
|