@pie-lib/mask-markup 1.15.0-beta.0 → 1.15.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 +1 -871
- package/CHANGELOG.md +115 -20
- package/package.json +8 -5
- package/src/choices/choice.jsx +1 -1
- package/src/components/__tests__/__snapshots__/dropdown.test.js.snap +15 -12
- package/src/components/__tests__/blank.test.js +1 -1
- package/src/components/blank.jsx +1 -1
- package/src/components/correct-input.jsx +1 -1
- package/src/components/dropdown.jsx +118 -23
- package/src/constructed-response.jsx +1 -1
- package/src/serialization.js +1 -1
- package/lib/__tests__/drag-in-the-blank.test.js +0 -71
- package/lib/__tests__/index.test.js +0 -50
- package/lib/__tests__/mask.test.js +0 -149
- package/lib/__tests__/serialization.test.js +0 -45
- package/lib/__tests__/utils.js +0 -17
- package/lib/__tests__/with-mask.test.js +0 -65
- package/lib/choices/__tests__/index.test.js +0 -85
- package/lib/choices/choice.js +0 -221
- package/lib/choices/index.js +0 -135
- package/lib/componentize.js +0 -25
- package/lib/components/__tests__/blank.test.js +0 -234
- package/lib/components/__tests__/correct-input.test.js +0 -63
- package/lib/components/__tests__/dropdown.test.js +0 -70
- package/lib/components/__tests__/input.test.js +0 -64
- package/lib/components/blank.js +0 -415
- package/lib/components/correct-input.js +0 -118
- package/lib/components/dropdown.js +0 -349
- package/lib/components/input.js +0 -57
- package/lib/constructed-response.js +0 -116
- package/lib/customizable.js +0 -48
- package/lib/drag-in-the-blank.js +0 -217
- package/lib/index.js +0 -62
- package/lib/inline-dropdown.js +0 -48
- package/lib/mask.js +0 -254
- package/lib/serialization.js +0 -207
- package/lib/with-mask.js +0 -125
package/CHANGELOG.json
CHANGED
|
@@ -9,879 +9,9 @@
|
|
|
9
9
|
"footer": null,
|
|
10
10
|
"notes": [],
|
|
11
11
|
"hash": "0153c1aba8a08ba6c974fcc69476a87b9086f6c5",
|
|
12
|
-
"gitTags": "
|
|
12
|
+
"gitTags": "",
|
|
13
13
|
"committerDate": "2019-05-02 07:12:59 +0300",
|
|
14
14
|
"isTagged": true,
|
|
15
15
|
"tag": "@pie-lib/mask-markup@1.0.0"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"type": "feat",
|
|
19
|
-
"scope": "mask-markup",
|
|
20
|
-
"subject": "wrote tests for the component",
|
|
21
|
-
"merge": null,
|
|
22
|
-
"header": "feat(mask-markup): wrote tests for the component",
|
|
23
|
-
"body": null,
|
|
24
|
-
"footer": null,
|
|
25
|
-
"notes": [],
|
|
26
|
-
"hash": "dac270622a55c09c7397563d31893c02ee9c1022",
|
|
27
|
-
"gitTags": " (origin/feat/ed-exp-dnd-props)",
|
|
28
|
-
"committerDate": "2019-05-01 16:28:11 +0300",
|
|
29
|
-
"isTagged": true,
|
|
30
|
-
"tag": "@pie-lib/mask-markup@1.0.0"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"type": "fix",
|
|
34
|
-
"scope": "dependencies",
|
|
35
|
-
"subject": "used a specific version for the immutable package",
|
|
36
|
-
"merge": null,
|
|
37
|
-
"header": "fix(dependencies): used a specific version for the immutable package",
|
|
38
|
-
"body": null,
|
|
39
|
-
"footer": null,
|
|
40
|
-
"notes": [],
|
|
41
|
-
"hash": "641bc3c49707e9ace7b68c05c17d72bff64960b3",
|
|
42
|
-
"gitTags": " (origin/fix/mask-markup-immutable)",
|
|
43
|
-
"committerDate": "2019-05-03 12:48:19 +0300",
|
|
44
|
-
"isTagged": true,
|
|
45
|
-
"tag": "@pie-lib/mask-markup@1.0.1"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"type": "fix",
|
|
49
|
-
"scope": "packages",
|
|
50
|
-
"subject": "included the math-rendering dependency",
|
|
51
|
-
"merge": null,
|
|
52
|
-
"header": "fix(packages): included the math-rendering dependency",
|
|
53
|
-
"body": null,
|
|
54
|
-
"footer": null,
|
|
55
|
-
"notes": [],
|
|
56
|
-
"hash": "70c530012cc4a29a76fa4256ef0ce9df1005ad63",
|
|
57
|
-
"gitTags": " (origin/feat/mask-markup-changes)",
|
|
58
|
-
"committerDate": "2019-05-17 12:57:23 +0300",
|
|
59
|
-
"isTagged": true,
|
|
60
|
-
"tag": "@pie-lib/mask-markup@1.1.0"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"type": "fix",
|
|
64
|
-
"scope": "rendering",
|
|
65
|
-
"subject": "made sure that the math is rendered properly at all times",
|
|
66
|
-
"merge": null,
|
|
67
|
-
"header": "fix(rendering): made sure that the math is rendered properly at all times",
|
|
68
|
-
"body": null,
|
|
69
|
-
"footer": null,
|
|
70
|
-
"notes": [],
|
|
71
|
-
"hash": "14463c94da9740dbe10e3a7854f214fb1b9018f0",
|
|
72
|
-
"gitTags": "",
|
|
73
|
-
"committerDate": "2019-05-17 12:51:46 +0300",
|
|
74
|
-
"isTagged": true,
|
|
75
|
-
"tag": "@pie-lib/mask-markup@1.1.0"
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"type": "feat",
|
|
79
|
-
"scope": "components",
|
|
80
|
-
"subject": "changed the code for the components in order to have items rendered properly (especially math items)",
|
|
81
|
-
"merge": null,
|
|
82
|
-
"header": "feat(components): changed the code for the components in order to have items rendered properly (especially math items)",
|
|
83
|
-
"body": null,
|
|
84
|
-
"footer": null,
|
|
85
|
-
"notes": [],
|
|
86
|
-
"hash": "59663f78cdee43f7a519653b5cec941636a264a6",
|
|
87
|
-
"gitTags": "",
|
|
88
|
-
"committerDate": "2019-05-17 10:38:23 +0300",
|
|
89
|
-
"isTagged": true,
|
|
90
|
-
"tag": "@pie-lib/mask-markup@1.1.0"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"type": "feat",
|
|
94
|
-
"scope": "response-area",
|
|
95
|
-
"subject": "commiting some changes in order for the packages to be published",
|
|
96
|
-
"merge": null,
|
|
97
|
-
"header": "feat(response-area): commiting some changes in order for the packages to be published",
|
|
98
|
-
"body": null,
|
|
99
|
-
"footer": null,
|
|
100
|
-
"notes": [],
|
|
101
|
-
"hash": "395358df95d2acff22ba8efe2be8d4e95c44953e",
|
|
102
|
-
"gitTags": "",
|
|
103
|
-
"committerDate": "2019-06-05 22:28:43 +0300",
|
|
104
|
-
"isTagged": true,
|
|
105
|
-
"tag": "@pie-lib/mask-markup@1.2.0"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"type": "chore",
|
|
109
|
-
"scope": "merge",
|
|
110
|
-
"subject": "merged with develop",
|
|
111
|
-
"merge": null,
|
|
112
|
-
"header": "chore(merge): merged with develop",
|
|
113
|
-
"body": null,
|
|
114
|
-
"footer": null,
|
|
115
|
-
"notes": [],
|
|
116
|
-
"hash": "89ff9d89eb26b5afc82267c10f79af2894f4c2d5",
|
|
117
|
-
"gitTags": " (origin/feat/response-area-plugin)",
|
|
118
|
-
"committerDate": "2019-06-05 21:55:26 +0300",
|
|
119
|
-
"isTagged": true,
|
|
120
|
-
"tag": "@pie-lib/mask-markup@1.2.0"
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"type": "feat",
|
|
124
|
-
"scope": "response-area",
|
|
125
|
-
"subject": "changes to make the response-areas work",
|
|
126
|
-
"merge": null,
|
|
127
|
-
"header": "feat(response-area): changes to make the response-areas work",
|
|
128
|
-
"body": null,
|
|
129
|
-
"footer": null,
|
|
130
|
-
"notes": [],
|
|
131
|
-
"hash": "1c15fcd7b18c52d1f5c513eb04ebea3d1457ea9d",
|
|
132
|
-
"gitTags": "",
|
|
133
|
-
"committerDate": "2019-06-05 17:40:32 +0300",
|
|
134
|
-
"isTagged": true,
|
|
135
|
-
"tag": "@pie-lib/mask-markup@1.2.0"
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"type": "chore",
|
|
139
|
-
"scope": "merge",
|
|
140
|
-
"subject": "merged with develop",
|
|
141
|
-
"merge": null,
|
|
142
|
-
"header": "chore(merge): merged with develop",
|
|
143
|
-
"body": null,
|
|
144
|
-
"footer": null,
|
|
145
|
-
"notes": [],
|
|
146
|
-
"hash": "e68506cf63b2a17973821bb0cfef40828faccd1f",
|
|
147
|
-
"gitTags": "",
|
|
148
|
-
"committerDate": "2019-05-21 06:26:54 +0300",
|
|
149
|
-
"isTagged": true,
|
|
150
|
-
"tag": "@pie-lib/mask-markup@1.2.0"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"type": "feat",
|
|
154
|
-
"scope": "response-area",
|
|
155
|
-
"subject": "added response area to the editable-html packages",
|
|
156
|
-
"merge": null,
|
|
157
|
-
"header": "feat(response-area): added response area to the editable-html packages",
|
|
158
|
-
"body": null,
|
|
159
|
-
"footer": null,
|
|
160
|
-
"notes": [],
|
|
161
|
-
"hash": "bc7af2b2a2d3233369bdae07dcdf35a51fd2ed7d",
|
|
162
|
-
"gitTags": "",
|
|
163
|
-
"committerDate": "2019-05-17 13:25:39 +0300",
|
|
164
|
-
"isTagged": true,
|
|
165
|
-
"tag": "@pie-lib/mask-markup@1.2.0"
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"type": "fix",
|
|
169
|
-
"scope": "version",
|
|
170
|
-
"subject": "bumped the version",
|
|
171
|
-
"merge": null,
|
|
172
|
-
"header": "fix(version): bumped the version",
|
|
173
|
-
"body": null,
|
|
174
|
-
"footer": null,
|
|
175
|
-
"notes": [],
|
|
176
|
-
"hash": "d444dfbe0581d45aa2f21ff75713aeba6769c9e3",
|
|
177
|
-
"gitTags": " (origin/develop, origin/HEAD, develop)",
|
|
178
|
-
"committerDate": "2019-06-12 19:10:07 +0300",
|
|
179
|
-
"isTagged": true,
|
|
180
|
-
"tag": "@pie-lib/mask-markup@1.2.2"
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"type": "fix",
|
|
184
|
-
"scope": "components",
|
|
185
|
-
"subject": "updated ui for the mask markup elements",
|
|
186
|
-
"merge": null,
|
|
187
|
-
"header": "fix(components): updated ui for the mask markup elements",
|
|
188
|
-
"body": null,
|
|
189
|
-
"footer": null,
|
|
190
|
-
"notes": [],
|
|
191
|
-
"hash": "33153ddd7773cf2b581d671d0583898e79e8aa5d",
|
|
192
|
-
"gitTags": "",
|
|
193
|
-
"committerDate": "2019-06-12 18:50:23 +0300",
|
|
194
|
-
"isTagged": true,
|
|
195
|
-
"tag": "@pie-lib/mask-markup@1.2.2"
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
"type": "design",
|
|
199
|
-
"scope": "input",
|
|
200
|
-
"subject": "fixed the explicit-constructed-response and inline-dropdown input border",
|
|
201
|
-
"merge": null,
|
|
202
|
-
"header": "design(input): fixed the explicit-constructed-response and inline-dropdown input border",
|
|
203
|
-
"body": null,
|
|
204
|
-
"footer": null,
|
|
205
|
-
"notes": [],
|
|
206
|
-
"hash": "26a8881178ee3b6e670d17e68db42a06f1a77e23",
|
|
207
|
-
"gitTags": "",
|
|
208
|
-
"committerDate": "2019-06-19 17:29:24 -0500",
|
|
209
|
-
"isTagged": true,
|
|
210
|
-
"tag": "@pie-lib/mask-markup@1.2.4"
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
"type": "feat",
|
|
214
|
-
"scope": "version",
|
|
215
|
-
"subject": "version bumped",
|
|
216
|
-
"merge": null,
|
|
217
|
-
"header": "feat(version): version bumped",
|
|
218
|
-
"body": null,
|
|
219
|
-
"footer": null,
|
|
220
|
-
"notes": [],
|
|
221
|
-
"hash": "e9f5678e48f49179ac961504d93efded379ddf05",
|
|
222
|
-
"gitTags": "",
|
|
223
|
-
"committerDate": "2019-06-20 21:58:54 -0400",
|
|
224
|
-
"isTagged": true,
|
|
225
|
-
"tag": "@pie-lib/mask-markup@1.3.0"
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
"type": "feat",
|
|
229
|
-
"scope": "desgin",
|
|
230
|
-
"subject": "added spacing before choices for ditb, fixed the config-ui design in order for it to work appropriately on bigger and smaller screens as well",
|
|
231
|
-
"merge": null,
|
|
232
|
-
"header": "feat(desgin): added spacing before choices for ditb, fixed the config-ui design in order for it to work appropriately on bigger and smaller screens as well",
|
|
233
|
-
"body": null,
|
|
234
|
-
"footer": null,
|
|
235
|
-
"notes": [],
|
|
236
|
-
"hash": "c5921c704e270a93abe54161b737bbaae1f9d2e3",
|
|
237
|
-
"gitTags": "",
|
|
238
|
-
"committerDate": "2019-06-20 21:54:12 -0400",
|
|
239
|
-
"isTagged": true,
|
|
240
|
-
"tag": "@pie-lib/mask-markup@1.3.0"
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
"type": "fix",
|
|
244
|
-
"scope": "rendering",
|
|
245
|
-
"subject": "made sure that all styles provided in the markup are rendered [ch1935]",
|
|
246
|
-
"merge": null,
|
|
247
|
-
"header": "fix(rendering): made sure that all styles provided in the markup are rendered [ch1935]",
|
|
248
|
-
"body": null,
|
|
249
|
-
"footer": null,
|
|
250
|
-
"notes": [],
|
|
251
|
-
"hash": "b5c076c85358d972d05cdb0b4db90eccc15931be",
|
|
252
|
-
"gitTags": "",
|
|
253
|
-
"committerDate": "2019-06-26 12:33:22 -0400",
|
|
254
|
-
"isTagged": true,
|
|
255
|
-
"tag": "@pie-lib/mask-markup@1.3.1"
|
|
256
|
-
},
|
|
257
|
-
{
|
|
258
|
-
"type": "chore",
|
|
259
|
-
"scope": "merge",
|
|
260
|
-
"subject": "merged master into this branch",
|
|
261
|
-
"merge": null,
|
|
262
|
-
"header": "chore(merge): merged master into this branch",
|
|
263
|
-
"body": null,
|
|
264
|
-
"footer": null,
|
|
265
|
-
"notes": [],
|
|
266
|
-
"hash": "e7758d577c82c0f39a5bf44556792517cd1ea6b0",
|
|
267
|
-
"gitTags": "",
|
|
268
|
-
"committerDate": "2019-07-02 11:29:52 -0400",
|
|
269
|
-
"isTagged": true,
|
|
270
|
-
"tag": "@pie-lib/mask-markup@1.3.3"
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
"type": "fix",
|
|
274
|
-
"scope": "editor",
|
|
275
|
-
"subject": "added possibility to hide the done button and added a onKeyDown prop [ch2489]",
|
|
276
|
-
"merge": null,
|
|
277
|
-
"header": "fix(editor): added possibility to hide the done button and added a onKeyDown prop [ch2489]",
|
|
278
|
-
"body": null,
|
|
279
|
-
"footer": null,
|
|
280
|
-
"notes": [],
|
|
281
|
-
"hash": "45bda8c312fe8907101a1bfbb30145350bbd5a2a",
|
|
282
|
-
"gitTags": "",
|
|
283
|
-
"committerDate": "2019-07-11 16:10:22 +0300",
|
|
284
|
-
"isTagged": true,
|
|
285
|
-
"tag": "@pie-lib/mask-markup@1.3.6"
|
|
286
|
-
},
|
|
287
|
-
{
|
|
288
|
-
"type": "fix",
|
|
289
|
-
"scope": "editor",
|
|
290
|
-
"subject": "added serialization for other elements in order to grab the styles for them [ch1915], [ch1935]",
|
|
291
|
-
"merge": null,
|
|
292
|
-
"header": "fix(editor): added serialization for other elements in order to grab the styles for them [ch1915], [ch1935]",
|
|
293
|
-
"body": null,
|
|
294
|
-
"footer": null,
|
|
295
|
-
"notes": [],
|
|
296
|
-
"hash": "2e09533858ca946995420b8d776b40c80de7d024",
|
|
297
|
-
"gitTags": "",
|
|
298
|
-
"committerDate": "2019-07-12 14:13:14 +0300",
|
|
299
|
-
"isTagged": true,
|
|
300
|
-
"tag": "@pie-lib/mask-markup@1.3.7"
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
"type": "fix",
|
|
304
|
-
"scope": "package",
|
|
305
|
-
"subject": "added missing package to the mask-markup element",
|
|
306
|
-
"merge": null,
|
|
307
|
-
"header": "fix(package): added missing package to the mask-markup element",
|
|
308
|
-
"body": null,
|
|
309
|
-
"footer": null,
|
|
310
|
-
"notes": [],
|
|
311
|
-
"hash": "67f67c7c737c2c4260e4e3fc6fcb90a172e0e354",
|
|
312
|
-
"gitTags": "",
|
|
313
|
-
"committerDate": "2019-07-12 16:24:56 +0300",
|
|
314
|
-
"isTagged": true,
|
|
315
|
-
"tag": "@pie-lib/mask-markup@1.3.8"
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
"type": "fix",
|
|
319
|
-
"scope": "editor",
|
|
320
|
-
"subject": "added a way of saving the editable content when the user blures the component [ch2363], [ch1912], [ch2565], [ch2557], fixed some math rendering issue",
|
|
321
|
-
"merge": null,
|
|
322
|
-
"header": "fix(editor): added a way of saving the editable content when the user blures the component [ch2363], [ch1912], [ch2565], [ch2557], fixed some math rendering issue",
|
|
323
|
-
"body": null,
|
|
324
|
-
"footer": null,
|
|
325
|
-
"notes": [],
|
|
326
|
-
"hash": "d4cdc6ad861d76765fb8393155d2c4d3016bb915",
|
|
327
|
-
"gitTags": "",
|
|
328
|
-
"committerDate": "2019-07-13 17:05:23 +0300",
|
|
329
|
-
"isTagged": true,
|
|
330
|
-
"tag": "@pie-lib/mask-markup@1.3.9"
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
"type": "feat",
|
|
334
|
-
"scope": "componentize",
|
|
335
|
-
"subject": "removed unnecessary error thrown and variable",
|
|
336
|
-
"merge": null,
|
|
337
|
-
"header": "feat(componentize): removed unnecessary error thrown and variable",
|
|
338
|
-
"body": null,
|
|
339
|
-
"footer": null,
|
|
340
|
-
"notes": [],
|
|
341
|
-
"hash": "f61d4c771ce07f8d74044388974c61ca9558fb02",
|
|
342
|
-
"gitTags": "",
|
|
343
|
-
"committerDate": "2019-08-14 07:28:33 +0300",
|
|
344
|
-
"isTagged": true,
|
|
345
|
-
"tag": "@pie-lib/mask-markup@1.4.0"
|
|
346
|
-
},
|
|
347
|
-
{
|
|
348
|
-
"type": "fix",
|
|
349
|
-
"scope": "serialization",
|
|
350
|
-
"subject": "fixed math rendering issue with mask markup elements [ch3365]",
|
|
351
|
-
"merge": null,
|
|
352
|
-
"header": "fix(serialization): fixed math rendering issue with mask markup elements [ch3365]",
|
|
353
|
-
"body": null,
|
|
354
|
-
"footer": null,
|
|
355
|
-
"notes": [],
|
|
356
|
-
"hash": "cd5f1ce2cd6ef07576c4122ea3e013470eab5587",
|
|
357
|
-
"gitTags": "",
|
|
358
|
-
"committerDate": "2019-08-19 19:01:54 +0300",
|
|
359
|
-
"isTagged": true,
|
|
360
|
-
"tag": "@pie-lib/mask-markup@1.4.3"
|
|
361
|
-
},
|
|
362
|
-
{
|
|
363
|
-
"type": "fix",
|
|
364
|
-
"scope": null,
|
|
365
|
-
"subject": "Dragging a math element was causing rendering issues.",
|
|
366
|
-
"merge": null,
|
|
367
|
-
"header": "fix: Dragging a math element was causing rendering issues.",
|
|
368
|
-
"body": null,
|
|
369
|
-
"footer": null,
|
|
370
|
-
"notes": [],
|
|
371
|
-
"hash": "fc4f0acb52ba010fc45c49fbd67f7f527c3e37f2",
|
|
372
|
-
"gitTags": " (origin/andreea/ch2932/ditb-with-some-legacy-content-dragging-a)",
|
|
373
|
-
"committerDate": "2019-08-20 13:54:27 +0300",
|
|
374
|
-
"isTagged": true,
|
|
375
|
-
"tag": "@pie-lib/mask-markup@1.4.4"
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
"type": "fix",
|
|
379
|
-
"scope": "mask-markup",
|
|
380
|
-
"subject": "dom nesting validation warning fix",
|
|
381
|
-
"merge": null,
|
|
382
|
-
"header": "fix(mask-markup): dom nesting validation warning fix",
|
|
383
|
-
"body": null,
|
|
384
|
-
"footer": null,
|
|
385
|
-
"notes": [],
|
|
386
|
-
"hash": "e288080c9ab470946c6e2a7ca9d21a982842ad30",
|
|
387
|
-
"gitTags": " (origin/fix/mask-markup)",
|
|
388
|
-
"committerDate": "2019-09-03 10:08:42 +0300",
|
|
389
|
-
"isTagged": true,
|
|
390
|
-
"tag": "@pie-lib/mask-markup@1.4.6"
|
|
391
|
-
},
|
|
392
|
-
{
|
|
393
|
-
"type": "fix",
|
|
394
|
-
"scope": null,
|
|
395
|
-
"subject": "check if correctAnswer is not undefined or null before trying to get it's value property.",
|
|
396
|
-
"merge": null,
|
|
397
|
-
"header": "fix: check if correctAnswer is not undefined or null before trying to get it's value property.",
|
|
398
|
-
"body": null,
|
|
399
|
-
"footer": null,
|
|
400
|
-
"notes": [],
|
|
401
|
-
"hash": "28ad6bceb7626cbe47641a113c95769ad643d688",
|
|
402
|
-
"gitTags": "",
|
|
403
|
-
"committerDate": "2019-09-19 10:36:56 +0300",
|
|
404
|
-
"isTagged": true,
|
|
405
|
-
"tag": "@pie-lib/mask-markup@1.4.7"
|
|
406
|
-
},
|
|
407
|
-
{
|
|
408
|
-
"type": "feat",
|
|
409
|
-
"scope": "serialization",
|
|
410
|
-
"subject": "made sure the class attribute is handled properly [ch4706]",
|
|
411
|
-
"merge": null,
|
|
412
|
-
"header": "feat(serialization): made sure the class attribute is handled properly [ch4706]",
|
|
413
|
-
"body": null,
|
|
414
|
-
"footer": null,
|
|
415
|
-
"notes": [],
|
|
416
|
-
"hash": "90eea5ff140adb2db760791c5875e103fa5f04ba",
|
|
417
|
-
"gitTags": "",
|
|
418
|
-
"committerDate": "2019-10-08 07:50:46 +0300",
|
|
419
|
-
"isTagged": true,
|
|
420
|
-
"tag": "@pie-lib/mask-markup@1.5.0"
|
|
421
|
-
},
|
|
422
|
-
{
|
|
423
|
-
"type": "fix",
|
|
424
|
-
"scope": null,
|
|
425
|
-
"subject": "ch4723 - Prevent crashing if correctAnswer in not defined.",
|
|
426
|
-
"merge": null,
|
|
427
|
-
"header": "fix: ch4723 - Prevent crashing if correctAnswer in not defined.",
|
|
428
|
-
"body": null,
|
|
429
|
-
"footer": null,
|
|
430
|
-
"notes": [],
|
|
431
|
-
"hash": "5115ddbb87cd9c159017de364a06ce476fc30c1e",
|
|
432
|
-
"gitTags": "",
|
|
433
|
-
"committerDate": "2019-10-10 11:14:01 +0300",
|
|
434
|
-
"isTagged": true,
|
|
435
|
-
"tag": "@pie-lib/mask-markup@1.5.2"
|
|
436
|
-
},
|
|
437
|
-
{
|
|
438
|
-
"type": "fix",
|
|
439
|
-
"scope": null,
|
|
440
|
-
"subject": "PIE-110 - trim some whitespace",
|
|
441
|
-
"merge": null,
|
|
442
|
-
"header": "fix: PIE-110 - trim some whitespace",
|
|
443
|
-
"body": null,
|
|
444
|
-
"footer": null,
|
|
445
|
-
"notes": [],
|
|
446
|
-
"hash": "0dcefb417edaa077fde747694809ad50229b4a3b",
|
|
447
|
-
"gitTags": "",
|
|
448
|
-
"committerDate": "2019-11-11 11:46:20 +0000",
|
|
449
|
-
"isTagged": true,
|
|
450
|
-
"tag": "@pie-lib/mask-markup@1.5.4"
|
|
451
|
-
},
|
|
452
|
-
{
|
|
453
|
-
"type": "feat",
|
|
454
|
-
"scope": "serialization",
|
|
455
|
-
"subject": "made sure that there are no unwanted line breaks [ch4264]",
|
|
456
|
-
"merge": null,
|
|
457
|
-
"header": "feat(serialization): made sure that there are no unwanted line breaks [ch4264]",
|
|
458
|
-
"body": null,
|
|
459
|
-
"footer": null,
|
|
460
|
-
"notes": [],
|
|
461
|
-
"hash": "94684bcc896429efc1b09779963293997a2a0dfa",
|
|
462
|
-
"gitTags": " (origin/ch4264/serialization-issue)",
|
|
463
|
-
"committerDate": "2019-12-12 11:43:35 +0200",
|
|
464
|
-
"isTagged": true,
|
|
465
|
-
"tag": "@pie-lib/mask-markup@1.6.0"
|
|
466
|
-
},
|
|
467
|
-
{
|
|
468
|
-
"type": "fix",
|
|
469
|
-
"scope": null,
|
|
470
|
-
"subject": "do not add comments to document tree fixes [ch5774]",
|
|
471
|
-
"merge": null,
|
|
472
|
-
"header": "fix: do not add comments to document tree fixes [ch5774]",
|
|
473
|
-
"body": null,
|
|
474
|
-
"footer": null,
|
|
475
|
-
"notes": [],
|
|
476
|
-
"hash": "86366f1f4ec78cea763a40cc2db4abcfc47fe6cd",
|
|
477
|
-
"gitTags": "",
|
|
478
|
-
"committerDate": "2019-12-17 18:48:59 +0000",
|
|
479
|
-
"isTagged": true,
|
|
480
|
-
"tag": "@pie-lib/mask-markup@1.7.3"
|
|
481
|
-
},
|
|
482
|
-
{
|
|
483
|
-
"type": "fix",
|
|
484
|
-
"scope": null,
|
|
485
|
-
"subject": "text entry field for Explicit Constructed Response items renders text too small to comfortably read: prevent using a fontSize of 1rem (material-ui) and override that css property.",
|
|
486
|
-
"merge": null,
|
|
487
|
-
"header": "fix: text entry field for Explicit Constructed Response items renders text too small to comfortably read: prevent using a fontSize of 1rem (material-ui) and override that css property.",
|
|
488
|
-
"body": null,
|
|
489
|
-
"footer": null,
|
|
490
|
-
"notes": [],
|
|
491
|
-
"hash": "cea881ff4e3fdab7655fed2f3924ac0354428b13",
|
|
492
|
-
"gitTags": " (origin/andreea/ch6226/in-dna-ot-the-text-entry-field-for-explicit)",
|
|
493
|
-
"committerDate": "2020-01-14 17:22:55 +0200",
|
|
494
|
-
"isTagged": true,
|
|
495
|
-
"tag": "@pie-lib/mask-markup@1.7.5"
|
|
496
|
-
},
|
|
497
|
-
{
|
|
498
|
-
"type": "fix",
|
|
499
|
-
"scope": null,
|
|
500
|
-
"subject": "In IBX OT, Drag in the Blank items have draggable tokens with text that is too small to comfortably read: prevent using a fontSize of 0.8125rem (material-ui) and override that css property.",
|
|
501
|
-
"merge": null,
|
|
502
|
-
"header": "fix: In IBX OT, Drag in the Blank items have draggable tokens with text that is too small to comfortably read: prevent using a fontSize of 0.8125rem (material-ui) and override that css property.",
|
|
503
|
-
"body": null,
|
|
504
|
-
"footer": null,
|
|
505
|
-
"notes": [],
|
|
506
|
-
"hash": "d24516febfaa68aa2e43c928cdaeb1fa1dc08399",
|
|
507
|
-
"gitTags": " (origin/andreea/ch6188/in-ibx-ot-drag-in-the-blank-items-have-draggable)",
|
|
508
|
-
"committerDate": "2020-01-10 19:08:46 +0200",
|
|
509
|
-
"isTagged": true,
|
|
510
|
-
"tag": "@pie-lib/mask-markup@1.7.5"
|
|
511
|
-
},
|
|
512
|
-
{
|
|
513
|
-
"type": "fix",
|
|
514
|
-
"scope": null,
|
|
515
|
-
"subject": "bump react-dnd@^10 (no more esm default)",
|
|
516
|
-
"merge": null,
|
|
517
|
-
"header": "fix: bump react-dnd@^10 (no more esm default)",
|
|
518
|
-
"body": null,
|
|
519
|
-
"footer": null,
|
|
520
|
-
"notes": [],
|
|
521
|
-
"hash": "06949d84759504b74ec7fe0ace0385f8b8915e7c",
|
|
522
|
-
"gitTags": "",
|
|
523
|
-
"committerDate": "2020-02-13 09:20:36 +0000",
|
|
524
|
-
"isTagged": true,
|
|
525
|
-
"tag": "@pie-lib/mask-markup@1.7.8"
|
|
526
|
-
},
|
|
527
|
-
{
|
|
528
|
-
"type": "fix",
|
|
529
|
-
"scope": null,
|
|
530
|
-
"subject": "rollback dnd bump",
|
|
531
|
-
"merge": null,
|
|
532
|
-
"header": "fix: rollback dnd bump",
|
|
533
|
-
"body": null,
|
|
534
|
-
"footer": null,
|
|
535
|
-
"notes": [],
|
|
536
|
-
"hash": "a3a6b756b5a8a5fee788eb2955af0867c99c3726",
|
|
537
|
-
"gitTags": "",
|
|
538
|
-
"committerDate": "2020-02-15 21:38:32 +0000",
|
|
539
|
-
"isTagged": true,
|
|
540
|
-
"tag": "@pie-lib/mask-markup@1.7.9"
|
|
541
|
-
},
|
|
542
|
-
{
|
|
543
|
-
"type": "fix",
|
|
544
|
-
"scope": null,
|
|
545
|
-
"subject": "add module prop to package.json",
|
|
546
|
-
"merge": null,
|
|
547
|
-
"header": "fix: add module prop to package.json",
|
|
548
|
-
"body": null,
|
|
549
|
-
"footer": null,
|
|
550
|
-
"notes": [],
|
|
551
|
-
"hash": "3bb7f87dcdddff466d0638a38bb1ab6dbb21afb4",
|
|
552
|
-
"gitTags": "",
|
|
553
|
-
"committerDate": "2020-03-30 13:02:04 +0100",
|
|
554
|
-
"isTagged": true,
|
|
555
|
-
"tag": "@pie-lib/mask-markup@1.7.14"
|
|
556
|
-
},
|
|
557
|
-
{
|
|
558
|
-
"type": "fix",
|
|
559
|
-
"scope": null,
|
|
560
|
-
"subject": "correct export syntax",
|
|
561
|
-
"merge": null,
|
|
562
|
-
"header": "fix: correct export syntax",
|
|
563
|
-
"body": null,
|
|
564
|
-
"footer": null,
|
|
565
|
-
"notes": [],
|
|
566
|
-
"hash": "db7fcc0fa1bddf9fc2d304978941db04001ec0ab",
|
|
567
|
-
"gitTags": "",
|
|
568
|
-
"committerDate": "2020-03-30 22:30:10 +0100",
|
|
569
|
-
"isTagged": true,
|
|
570
|
-
"tag": "@pie-lib/mask-markup@1.7.16"
|
|
571
|
-
},
|
|
572
|
-
{
|
|
573
|
-
"type": "fix",
|
|
574
|
-
"scope": null,
|
|
575
|
-
"subject": "rm old exports from drag",
|
|
576
|
-
"merge": null,
|
|
577
|
-
"header": "fix: rm old exports from drag",
|
|
578
|
-
"body": null,
|
|
579
|
-
"footer": null,
|
|
580
|
-
"notes": [],
|
|
581
|
-
"hash": "f5d15becf4b6c197b3e2bb4c644e2ba5fc341747",
|
|
582
|
-
"gitTags": "",
|
|
583
|
-
"committerDate": "2020-03-30 23:04:24 +0100",
|
|
584
|
-
"isTagged": true,
|
|
585
|
-
"tag": "@pie-lib/mask-markup@1.7.17"
|
|
586
|
-
},
|
|
587
|
-
{
|
|
588
|
-
"type": "fix",
|
|
589
|
-
"scope": null,
|
|
590
|
-
"subject": "bad export in mask-markup",
|
|
591
|
-
"merge": null,
|
|
592
|
-
"header": "fix: bad export in mask-markup",
|
|
593
|
-
"body": null,
|
|
594
|
-
"footer": null,
|
|
595
|
-
"notes": [],
|
|
596
|
-
"hash": "24a0898137ccf190be6b145464d6d6fcb85a54fc",
|
|
597
|
-
"gitTags": "",
|
|
598
|
-
"committerDate": "2020-03-30 23:16:26 +0100",
|
|
599
|
-
"isTagged": true,
|
|
600
|
-
"tag": "@pie-lib/mask-markup@1.7.18"
|
|
601
|
-
},
|
|
602
|
-
{
|
|
603
|
-
"type": "feat",
|
|
604
|
-
"scope": "mask-markup",
|
|
605
|
-
"subject": "add inline-dropdown color theme support for correct/incorrect",
|
|
606
|
-
"merge": null,
|
|
607
|
-
"header": "feat(mask-markup): add inline-dropdown color theme support for correct/incorrect",
|
|
608
|
-
"body": null,
|
|
609
|
-
"footer": null,
|
|
610
|
-
"notes": [],
|
|
611
|
-
"hash": "3d48049859db566a2e2399cfe1b410c0daee06e7",
|
|
612
|
-
"gitTags": "",
|
|
613
|
-
"committerDate": "2020-09-28 15:37:37 +0300",
|
|
614
|
-
"isTagged": true,
|
|
615
|
-
"tag": "@pie-lib/mask-markup@1.8.0"
|
|
616
|
-
},
|
|
617
|
-
{
|
|
618
|
-
"type": "feat",
|
|
619
|
-
"scope": "mask-markup",
|
|
620
|
-
"subject": "add inline-dropdown color theme support",
|
|
621
|
-
"merge": null,
|
|
622
|
-
"header": "feat(mask-markup): add inline-dropdown color theme support",
|
|
623
|
-
"body": null,
|
|
624
|
-
"footer": null,
|
|
625
|
-
"notes": [],
|
|
626
|
-
"hash": "ca23f1c520ec8d76a48898f4cf1f9b4cbd0576fd",
|
|
627
|
-
"gitTags": "",
|
|
628
|
-
"committerDate": "2020-09-28 15:33:49 +0300",
|
|
629
|
-
"isTagged": true,
|
|
630
|
-
"tag": "@pie-lib/mask-markup@1.8.0"
|
|
631
|
-
},
|
|
632
|
-
{
|
|
633
|
-
"type": "feat",
|
|
634
|
-
"scope": "mask-markup",
|
|
635
|
-
"subject": "color theme support finalized and disabled support",
|
|
636
|
-
"merge": null,
|
|
637
|
-
"header": "feat(mask-markup): color theme support finalized and disabled support",
|
|
638
|
-
"body": null,
|
|
639
|
-
"footer": null,
|
|
640
|
-
"notes": [],
|
|
641
|
-
"hash": "463e91cf03132abe88d0cb4a33856cfbadff36c6",
|
|
642
|
-
"gitTags": "",
|
|
643
|
-
"committerDate": "2020-10-13 08:46:41 +0300",
|
|
644
|
-
"isTagged": true,
|
|
645
|
-
"tag": "@pie-lib/mask-markup@1.9.0"
|
|
646
|
-
},
|
|
647
|
-
{
|
|
648
|
-
"type": "fix",
|
|
649
|
-
"scope": null,
|
|
650
|
-
"subject": "upgrade react-dnd",
|
|
651
|
-
"merge": null,
|
|
652
|
-
"header": "fix: upgrade react-dnd",
|
|
653
|
-
"body": null,
|
|
654
|
-
"footer": null,
|
|
655
|
-
"notes": [],
|
|
656
|
-
"hash": "f5070252356e869faf8b7c00b910a19ed8701bc5",
|
|
657
|
-
"gitTags": "",
|
|
658
|
-
"committerDate": "2020-10-28 11:21:18 +0000",
|
|
659
|
-
"isTagged": true,
|
|
660
|
-
"tag": "@pie-lib/mask-markup@1.9.4"
|
|
661
|
-
},
|
|
662
|
-
{
|
|
663
|
-
"type": "fix",
|
|
664
|
-
"scope": null,
|
|
665
|
-
"subject": "dropdown colors",
|
|
666
|
-
"merge": null,
|
|
667
|
-
"header": "fix: dropdown colors",
|
|
668
|
-
"body": null,
|
|
669
|
-
"footer": null,
|
|
670
|
-
"notes": [],
|
|
671
|
-
"hash": "143853db5de89387c410b8ee59b28860c4c610dd",
|
|
672
|
-
"gitTags": "",
|
|
673
|
-
"committerDate": "2020-10-28 11:20:39 +0000",
|
|
674
|
-
"isTagged": true,
|
|
675
|
-
"tag": "@pie-lib/mask-markup@1.9.4"
|
|
676
|
-
},
|
|
677
|
-
{
|
|
678
|
-
"type": "feat",
|
|
679
|
-
"scope": "mask-markup",
|
|
680
|
-
"subject": "inline-dropdown color treatment fixed",
|
|
681
|
-
"merge": null,
|
|
682
|
-
"header": "feat(mask-markup): inline-dropdown color treatment fixed",
|
|
683
|
-
"body": null,
|
|
684
|
-
"footer": null,
|
|
685
|
-
"notes": [],
|
|
686
|
-
"hash": "60072de8e4171c6214f161b49e72ab1854df3e1a",
|
|
687
|
-
"gitTags": "",
|
|
688
|
-
"committerDate": "2020-11-26 13:45:03 +0200",
|
|
689
|
-
"isTagged": true,
|
|
690
|
-
"tag": "@pie-lib/mask-markup@1.10.0"
|
|
691
|
-
},
|
|
692
|
-
{
|
|
693
|
-
"type": "fix",
|
|
694
|
-
"scope": "inline-dropdown",
|
|
695
|
-
"subject": "remove newline regex - PD-887",
|
|
696
|
-
"merge": null,
|
|
697
|
-
"header": "fix(inline-dropdown): remove newline regex - PD-887",
|
|
698
|
-
"body": null,
|
|
699
|
-
"footer": null,
|
|
700
|
-
"notes": [],
|
|
701
|
-
"hash": "e9e14c88508c09be5a9ae1ab5fc207a723c67fa1",
|
|
702
|
-
"gitTags": " (origin/fix/dropdown-render-item-as-html)",
|
|
703
|
-
"committerDate": "2021-02-15 14:30:34 +0200",
|
|
704
|
-
"isTagged": true,
|
|
705
|
-
"tag": "@pie-lib/mask-markup@1.10.8"
|
|
706
|
-
},
|
|
707
|
-
{
|
|
708
|
-
"type": "fix",
|
|
709
|
-
"scope": "mask-markup",
|
|
710
|
-
"subject": "increase height for drag-in-the-blank chip PD-726",
|
|
711
|
-
"merge": null,
|
|
712
|
-
"header": "fix(mask-markup): increase height for drag-in-the-blank chip PD-726",
|
|
713
|
-
"body": null,
|
|
714
|
-
"footer": null,
|
|
715
|
-
"notes": [],
|
|
716
|
-
"hash": "9cb037ed3c829592b77dbd5ae699d7942cc05f06",
|
|
717
|
-
"gitTags": " (origin/fix/drag-in-the-blank-increase-container-height)",
|
|
718
|
-
"committerDate": "2021-03-10 11:28:54 +0200",
|
|
719
|
-
"isTagged": true,
|
|
720
|
-
"tag": "@pie-lib/mask-markup@1.10.11"
|
|
721
|
-
},
|
|
722
|
-
{
|
|
723
|
-
"type": "fix",
|
|
724
|
-
"scope": "drag-in-the-blank",
|
|
725
|
-
"subject": "add margin for tokens PD-745",
|
|
726
|
-
"merge": null,
|
|
727
|
-
"header": "fix(drag-in-the-blank): add margin for tokens PD-745",
|
|
728
|
-
"body": null,
|
|
729
|
-
"footer": null,
|
|
730
|
-
"notes": [],
|
|
731
|
-
"hash": "2df356f1cc8fe48f21634f3f7935327c7e004214",
|
|
732
|
-
"gitTags": "",
|
|
733
|
-
"committerDate": "2021-03-10 15:52:43 +0200",
|
|
734
|
-
"isTagged": true,
|
|
735
|
-
"tag": "@pie-lib/mask-markup@1.10.12"
|
|
736
|
-
},
|
|
737
|
-
{
|
|
738
|
-
"type": "fix",
|
|
739
|
-
"scope": "drag-in-the-blank",
|
|
740
|
-
"subject": "set max width for tokens PD-727",
|
|
741
|
-
"merge": null,
|
|
742
|
-
"header": "fix(drag-in-the-blank): set max width for tokens PD-727",
|
|
743
|
-
"body": null,
|
|
744
|
-
"footer": null,
|
|
745
|
-
"notes": [],
|
|
746
|
-
"hash": "b43b63022f55a5f4d4642cc8213e0b420f8291d6",
|
|
747
|
-
"gitTags": "",
|
|
748
|
-
"committerDate": "2021-03-10 15:50:53 +0200",
|
|
749
|
-
"isTagged": true,
|
|
750
|
-
"tag": "@pie-lib/mask-markup@1.10.12"
|
|
751
|
-
},
|
|
752
|
-
{
|
|
753
|
-
"type": "fix",
|
|
754
|
-
"scope": "mask-markup",
|
|
755
|
-
"subject": "fix dragging issue by overwriting material ui chip height PD-1034",
|
|
756
|
-
"merge": null,
|
|
757
|
-
"header": "fix(mask-markup): fix dragging issue by overwriting material ui chip height PD-1034",
|
|
758
|
-
"body": null,
|
|
759
|
-
"footer": null,
|
|
760
|
-
"notes": [],
|
|
761
|
-
"hash": "f26db36b293d5a6d3e8bcb3f78888c8eff760575",
|
|
762
|
-
"gitTags": "",
|
|
763
|
-
"committerDate": "2021-03-26 17:27:40 +0200",
|
|
764
|
-
"isTagged": true,
|
|
765
|
-
"tag": "@pie-lib/mask-markup@1.10.13"
|
|
766
|
-
},
|
|
767
|
-
{
|
|
768
|
-
"type": "fix",
|
|
769
|
-
"scope": "mask-markup",
|
|
770
|
-
"subject": "Changed choice preview design PD-605",
|
|
771
|
-
"merge": null,
|
|
772
|
-
"header": "fix(mask-markup): Changed choice preview design PD-605",
|
|
773
|
-
"body": null,
|
|
774
|
-
"footer": null,
|
|
775
|
-
"notes": [],
|
|
776
|
-
"hash": "d4b882e641aee8bb20972a1563ce98f4df4af879",
|
|
777
|
-
"gitTags": " (origin/fix/PD-605-mask-markup)",
|
|
778
|
-
"committerDate": "2021-04-05 11:04:42 +0300",
|
|
779
|
-
"isTagged": true,
|
|
780
|
-
"tag": "@pie-lib/mask-markup@1.10.14"
|
|
781
|
-
},
|
|
782
|
-
{
|
|
783
|
-
"type": "fix",
|
|
784
|
-
"scope": "mask-markup",
|
|
785
|
-
"subject": "set max fontSize for dropdown items to fix PD-1142",
|
|
786
|
-
"merge": null,
|
|
787
|
-
"header": "fix(mask-markup): set max fontSize for dropdown items to fix PD-1142",
|
|
788
|
-
"body": null,
|
|
789
|
-
"footer": null,
|
|
790
|
-
"notes": [],
|
|
791
|
-
"hash": "704c2914df670f556afe251dc25dd422dda55343",
|
|
792
|
-
"gitTags": "",
|
|
793
|
-
"committerDate": "2021-05-05 14:53:55 +0300",
|
|
794
|
-
"isTagged": true,
|
|
795
|
-
"tag": "@pie-lib/mask-markup@1.10.15"
|
|
796
|
-
},
|
|
797
|
-
{
|
|
798
|
-
"type": "fix",
|
|
799
|
-
"scope": "mask-markup",
|
|
800
|
-
"subject": "Fixed DITB image-based tokens to be draggable - PD-1120",
|
|
801
|
-
"merge": null,
|
|
802
|
-
"header": "fix(mask-markup): Fixed DITB image-based tokens to be draggable - PD-1120",
|
|
803
|
-
"body": null,
|
|
804
|
-
"footer": null,
|
|
805
|
-
"notes": [],
|
|
806
|
-
"hash": "4cf2f4ae2a58488c3734e05f4532b415f7f1e9e2",
|
|
807
|
-
"gitTags": " (origin/fix/PD-1120)",
|
|
808
|
-
"committerDate": "2021-05-04 16:46:03 +0300",
|
|
809
|
-
"isTagged": true,
|
|
810
|
-
"tag": "@pie-lib/mask-markup@1.10.15"
|
|
811
|
-
},
|
|
812
|
-
{
|
|
813
|
-
"type": "fix",
|
|
814
|
-
"scope": "mask-markup",
|
|
815
|
-
"subject": "Fixed labels overlapping",
|
|
816
|
-
"merge": null,
|
|
817
|
-
"header": "fix(mask-markup): Fixed labels overlapping",
|
|
818
|
-
"body": null,
|
|
819
|
-
"footer": null,
|
|
820
|
-
"notes": [],
|
|
821
|
-
"hash": "3f7cff2ed4f5830242270ed1e82438fc7a9c7bb2",
|
|
822
|
-
"gitTags": " (origin/fix/mask-markup)",
|
|
823
|
-
"committerDate": "2021-04-06 16:45:04 +0300",
|
|
824
|
-
"isTagged": true,
|
|
825
|
-
"tag": "@pie-lib/mask-markup@1.10.15"
|
|
826
|
-
},
|
|
827
|
-
{
|
|
828
|
-
"type": "fix",
|
|
829
|
-
"scope": "mask-markup",
|
|
830
|
-
"subject": "Updated serialization PD-859",
|
|
831
|
-
"merge": null,
|
|
832
|
-
"header": "fix(mask-markup): Updated serialization PD-859",
|
|
833
|
-
"body": null,
|
|
834
|
-
"footer": null,
|
|
835
|
-
"notes": [],
|
|
836
|
-
"hash": "4948f99d8c3f9f7b0b965689cd2ad86efb2af32f",
|
|
837
|
-
"gitTags": "",
|
|
838
|
-
"committerDate": "2021-07-02 16:41:08 +0300",
|
|
839
|
-
"isTagged": true,
|
|
840
|
-
"tag": "@pie-lib/mask-markup@1.10.18"
|
|
841
|
-
},
|
|
842
|
-
{
|
|
843
|
-
"type": "feat",
|
|
844
|
-
"scope": "mask-markup",
|
|
845
|
-
"subject": "Made sure that the changes do not affect other components",
|
|
846
|
-
"merge": null,
|
|
847
|
-
"header": "feat(mask-markup): Made sure that the changes do not affect other components",
|
|
848
|
-
"body": null,
|
|
849
|
-
"footer": null,
|
|
850
|
-
"notes": [],
|
|
851
|
-
"hash": "e3c5f8ce419aa9e99d9c5b01367d9ab2ce54dce7",
|
|
852
|
-
"gitTags": " (origin/feat/PD-794)",
|
|
853
|
-
"committerDate": "2021-10-18 12:30:08 +0300",
|
|
854
|
-
"isTagged": true,
|
|
855
|
-
"tag": "@pie-lib/mask-markup@1.11.0"
|
|
856
|
-
},
|
|
857
|
-
{
|
|
858
|
-
"type": "feat",
|
|
859
|
-
"scope": "mask-markup",
|
|
860
|
-
"subject": "Added a max limit of characters, adjusted the width and updated design PD-794",
|
|
861
|
-
"merge": null,
|
|
862
|
-
"header": "feat(mask-markup): Added a max limit of characters, adjusted the width and updated design PD-794",
|
|
863
|
-
"body": null,
|
|
864
|
-
"footer": null,
|
|
865
|
-
"notes": [],
|
|
866
|
-
"hash": "f46d544caaf03fc638993670d05ed284e284d93e",
|
|
867
|
-
"gitTags": "",
|
|
868
|
-
"committerDate": "2021-10-05 15:36:43 +0300",
|
|
869
|
-
"isTagged": true,
|
|
870
|
-
"tag": "@pie-lib/mask-markup@1.11.0"
|
|
871
|
-
},
|
|
872
|
-
{
|
|
873
|
-
"type": "fix",
|
|
874
|
-
"scope": "mask-markup",
|
|
875
|
-
"subject": "Fixed border radius in pits",
|
|
876
|
-
"merge": null,
|
|
877
|
-
"header": "fix(mask-markup): Fixed border radius in pits",
|
|
878
|
-
"body": null,
|
|
879
|
-
"footer": null,
|
|
880
|
-
"notes": [],
|
|
881
|
-
"hash": "41c0acd332cbe8bceb3ed9059fee1d52ea73ebec",
|
|
882
|
-
"gitTags": " (origin/fix/mask-markup-border-radius)",
|
|
883
|
-
"committerDate": "2021-10-18 14:06:30 +0300",
|
|
884
|
-
"isTagged": true,
|
|
885
|
-
"tag": "@pie-lib/mask-markup@1.11.1"
|
|
886
16
|
}
|
|
887
17
|
]
|