@pie-lib/rubric 0.9.1-beta.0 → 0.10.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 -407
- package/CHANGELOG.md +153 -1
- package/package.json +3 -4
package/CHANGELOG.json
CHANGED
|
@@ -1,407 +1 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"type": "chore",
|
|
4
|
-
"scope": null,
|
|
5
|
-
"subject": "rm console.log",
|
|
6
|
-
"merge": null,
|
|
7
|
-
"header": "chore: rm console.log",
|
|
8
|
-
"body": null,
|
|
9
|
-
"footer": null,
|
|
10
|
-
"notes": [],
|
|
11
|
-
"hash": "96090cc41ed5833f223622d6ea24c50831091a0c",
|
|
12
|
-
"gitTags": " (origin/develop, origin/HEAD, develop)",
|
|
13
|
-
"committerDate": "2019-05-22 10:10:55 +0100",
|
|
14
|
-
"isTagged": true,
|
|
15
|
-
"tag": "@pie-lib/rubric@0.1.0"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"type": "feat",
|
|
19
|
-
"scope": null,
|
|
20
|
-
"subject": "rubric authoring (#119)",
|
|
21
|
-
"merge": null,
|
|
22
|
-
"header": "feat: rubric authoring (#119)",
|
|
23
|
-
"body": "* rubric wip\n\n* polish",
|
|
24
|
-
"footer": null,
|
|
25
|
-
"notes": [],
|
|
26
|
-
"hash": "6e24df7b18db19519cf4323dddf089990c04aa5d",
|
|
27
|
-
"gitTags": "",
|
|
28
|
-
"committerDate": "2019-05-21 08:28:21 -0400",
|
|
29
|
-
"isTagged": true,
|
|
30
|
-
"tag": "@pie-lib/rubric@0.1.0"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"type": "fix",
|
|
34
|
-
"scope": null,
|
|
35
|
-
"subject": "use checked instead of value for checkbox",
|
|
36
|
-
"merge": null,
|
|
37
|
-
"header": "fix: use checked instead of value for checkbox",
|
|
38
|
-
"body": null,
|
|
39
|
-
"footer": null,
|
|
40
|
-
"notes": [],
|
|
41
|
-
"hash": "7f84c1191aad56d319cfab42cb2c53c1aa918fa3",
|
|
42
|
-
"gitTags": " (origin/develop, origin/HEAD, develop)",
|
|
43
|
-
"committerDate": "2019-05-28 21:09:39 +0100",
|
|
44
|
-
"isTagged": true,
|
|
45
|
-
"tag": "@pie-lib/rubric@0.1.2"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"type": "fix",
|
|
49
|
-
"scope": null,
|
|
50
|
-
"subject": "RubricType must be shape",
|
|
51
|
-
"merge": null,
|
|
52
|
-
"header": "fix: RubricType must be shape",
|
|
53
|
-
"body": null,
|
|
54
|
-
"footer": null,
|
|
55
|
-
"notes": [],
|
|
56
|
-
"hash": "aeae2116632b98fe5ede7d9ffee8dbb8da71aef7",
|
|
57
|
-
"gitTags": "",
|
|
58
|
-
"committerDate": "2019-05-28 21:09:34 +0100",
|
|
59
|
-
"isTagged": true,
|
|
60
|
-
"tag": "@pie-lib/rubric@0.1.2"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"type": "fix",
|
|
64
|
-
"scope": null,
|
|
65
|
-
"subject": "points is string[]",
|
|
66
|
-
"merge": null,
|
|
67
|
-
"header": "fix: points is string[]",
|
|
68
|
-
"body": null,
|
|
69
|
-
"footer": null,
|
|
70
|
-
"notes": [],
|
|
71
|
-
"hash": "82c216a995880451248d61c540d5c2dba4efdef3",
|
|
72
|
-
"gitTags": "",
|
|
73
|
-
"committerDate": "2019-05-28 21:44:12 +0100",
|
|
74
|
-
"isTagged": true,
|
|
75
|
-
"tag": "@pie-lib/rubric@0.1.3"
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"type": "chore",
|
|
79
|
-
"scope": "merge",
|
|
80
|
-
"subject": "merged with develop",
|
|
81
|
-
"merge": null,
|
|
82
|
-
"header": "chore(merge): merged with develop",
|
|
83
|
-
"body": null,
|
|
84
|
-
"footer": null,
|
|
85
|
-
"notes": [],
|
|
86
|
-
"hash": "89ff9d89eb26b5afc82267c10f79af2894f4c2d5",
|
|
87
|
-
"gitTags": " (origin/feat/response-area-plugin)",
|
|
88
|
-
"committerDate": "2019-06-05 21:55:26 +0300",
|
|
89
|
-
"isTagged": true,
|
|
90
|
-
"tag": "@pie-lib/rubric@0.1.4"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"type": "feat",
|
|
94
|
-
"scope": "editable-html",
|
|
95
|
-
"subject": "made some changes in order to publish packages with the editable-html bump",
|
|
96
|
-
"merge": null,
|
|
97
|
-
"header": "feat(editable-html): made some changes in order to publish packages with the editable-html bump",
|
|
98
|
-
"body": null,
|
|
99
|
-
"footer": null,
|
|
100
|
-
"notes": [],
|
|
101
|
-
"hash": "d049e3c2f2bd650ae5e94b84aa7dd3348ad682dc",
|
|
102
|
-
"gitTags": "",
|
|
103
|
-
"committerDate": "2019-06-05 23:01:55 +0300",
|
|
104
|
-
"isTagged": true,
|
|
105
|
-
"tag": "@pie-lib/rubric@0.2.0"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"type": "chore",
|
|
109
|
-
"scope": "editable-html",
|
|
110
|
-
"subject": "version bump",
|
|
111
|
-
"merge": null,
|
|
112
|
-
"header": "chore(editable-html): version bump",
|
|
113
|
-
"body": null,
|
|
114
|
-
"footer": null,
|
|
115
|
-
"notes": [],
|
|
116
|
-
"hash": "64d9b802b2df2f5bf96e21f6b8e12dd997416f4a",
|
|
117
|
-
"gitTags": "",
|
|
118
|
-
"committerDate": "2019-06-05 22:49:11 +0300",
|
|
119
|
-
"isTagged": true,
|
|
120
|
-
"tag": "@pie-lib/rubric@0.2.0"
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"type": "chore",
|
|
124
|
-
"scope": "merge",
|
|
125
|
-
"subject": "merged with develop",
|
|
126
|
-
"merge": null,
|
|
127
|
-
"header": "chore(merge): merged with develop",
|
|
128
|
-
"body": null,
|
|
129
|
-
"footer": null,
|
|
130
|
-
"notes": [],
|
|
131
|
-
"hash": "03e233c8095db723b28db9db7d51c5b1572eb7a4",
|
|
132
|
-
"gitTags": "",
|
|
133
|
-
"committerDate": "2019-06-05 23:10:07 +0300",
|
|
134
|
-
"isTagged": true,
|
|
135
|
-
"tag": "@pie-lib/rubric@0.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": "ccf6553b1749984649f310ca22832fa411190035",
|
|
147
|
-
"gitTags": "",
|
|
148
|
-
"committerDate": "2019-06-05 23:27:16 +0300",
|
|
149
|
-
"isTagged": true,
|
|
150
|
-
"tag": "@pie-lib/rubric@0.2.1"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"type": "chore",
|
|
154
|
-
"scope": "editable-html",
|
|
155
|
-
"subject": "version bumped the editor version",
|
|
156
|
-
"merge": null,
|
|
157
|
-
"header": "chore(editable-html): version bumped the editor version",
|
|
158
|
-
"body": null,
|
|
159
|
-
"footer": null,
|
|
160
|
-
"notes": [],
|
|
161
|
-
"hash": "ae5be2c531ca9196cafc8ac22c519b369bb50e8a",
|
|
162
|
-
"gitTags": "",
|
|
163
|
-
"committerDate": "2019-07-02 14:45:51 -0400",
|
|
164
|
-
"isTagged": true,
|
|
165
|
-
"tag": "@pie-lib/rubric@0.2.8"
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"type": "chore",
|
|
169
|
-
"scope": "version",
|
|
170
|
-
"subject": "version bumped some elements that depend on editable-html",
|
|
171
|
-
"merge": null,
|
|
172
|
-
"header": "chore(version): version bumped some elements that depend on editable-html",
|
|
173
|
-
"body": null,
|
|
174
|
-
"footer": null,
|
|
175
|
-
"notes": [],
|
|
176
|
-
"hash": "1b472679a467a5a37b43a2935c093afb10eb7bb8",
|
|
177
|
-
"gitTags": "",
|
|
178
|
-
"committerDate": "2019-07-02 14:41:50 -0400",
|
|
179
|
-
"isTagged": true,
|
|
180
|
-
"tag": "@pie-lib/rubric@0.2.8"
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"type": "fix",
|
|
184
|
-
"scope": null,
|
|
185
|
-
"subject": "small styling tweaks (#147)",
|
|
186
|
-
"merge": null,
|
|
187
|
-
"header": "fix: small styling tweaks (#147)",
|
|
188
|
-
"body": null,
|
|
189
|
-
"footer": null,
|
|
190
|
-
"notes": [],
|
|
191
|
-
"hash": "ec1cce6e66d5e9dd7ea4c5776a95a2447c495999",
|
|
192
|
-
"gitTags": "",
|
|
193
|
-
"committerDate": "2019-07-12 17:41:25 -0400",
|
|
194
|
-
"isTagged": true,
|
|
195
|
-
"tag": "@pie-lib/rubric@0.2.22"
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
"type": "fix",
|
|
199
|
-
"scope": "rubric",
|
|
200
|
-
"subject": "exlude zero checkbox not functional (#151)",
|
|
201
|
-
"merge": null,
|
|
202
|
-
"header": "fix(rubric): exlude zero checkbox not functional (#151)",
|
|
203
|
-
"body": null,
|
|
204
|
-
"footer": null,
|
|
205
|
-
"notes": [],
|
|
206
|
-
"hash": "ca0d6af5ab5fed8d638aecea6ee0095eb72826ea",
|
|
207
|
-
"gitTags": "",
|
|
208
|
-
"committerDate": "2019-07-18 17:10:24 -0400",
|
|
209
|
-
"isTagged": true,
|
|
210
|
-
"tag": "@pie-lib/rubric@0.2.25"
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
"type": "fix",
|
|
214
|
-
"scope": "rubric",
|
|
215
|
-
"subject": "if excluding zeros, we should have 1-n options instead of 1-n+1 (#155)",
|
|
216
|
-
"merge": null,
|
|
217
|
-
"header": "fix(rubric): if excluding zeros, we should have 1-n options instead of 1-n+1 (#155)",
|
|
218
|
-
"body": "* fix(rubric): if excluding zeros, we should have 1-n options instead of 1-n+1\n\n* chore(rubric): add unit tests suite",
|
|
219
|
-
"footer": null,
|
|
220
|
-
"notes": [],
|
|
221
|
-
"hash": "b2bde5ed424d1a266a999b6ea4b9009baa8c70d3",
|
|
222
|
-
"gitTags": "",
|
|
223
|
-
"committerDate": "2019-08-13 16:56:49 -0400",
|
|
224
|
-
"isTagged": true,
|
|
225
|
-
"tag": "@pie-lib/rubric@0.2.29"
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
"type": "fix",
|
|
229
|
-
"scope": "rubric",
|
|
230
|
-
"subject": "if excluding zeros, we should have 1-n options instead of 1-n+1",
|
|
231
|
-
"merge": null,
|
|
232
|
-
"header": "fix(rubric): if excluding zeros, we should have 1-n options instead of 1-n+1",
|
|
233
|
-
"body": null,
|
|
234
|
-
"footer": null,
|
|
235
|
-
"notes": [],
|
|
236
|
-
"hash": "6f7611d0891e06af9b82ba00caa6a9b292db639c",
|
|
237
|
-
"gitTags": "",
|
|
238
|
-
"committerDate": "2019-08-13 14:57:38 +0300",
|
|
239
|
-
"isTagged": true,
|
|
240
|
-
"tag": "@pie-lib/rubric@0.2.29"
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
"type": "fix",
|
|
244
|
-
"scope": null,
|
|
245
|
-
"subject": "update maxPoints number.",
|
|
246
|
-
"merge": null,
|
|
247
|
-
"header": "fix: update maxPoints number.",
|
|
248
|
-
"body": null,
|
|
249
|
-
"footer": null,
|
|
250
|
-
"notes": [],
|
|
251
|
-
"hash": "a912b9bc5271e93bfc3a63ecbfdf04b1e953ac38",
|
|
252
|
-
"gitTags": " (origin/andreea/ch3283/from-ibx-rubric-models-not-correctly-generated)",
|
|
253
|
-
"committerDate": "2019-08-14 13:49:03 +0300",
|
|
254
|
-
"isTagged": true,
|
|
255
|
-
"tag": "@pie-lib/rubric@0.2.30"
|
|
256
|
-
},
|
|
257
|
-
{
|
|
258
|
-
"type": "fix",
|
|
259
|
-
"scope": null,
|
|
260
|
-
"subject": "remove maxPoints from rubric model PIE-198",
|
|
261
|
-
"merge": null,
|
|
262
|
-
"header": "fix: remove maxPoints from rubric model PIE-198",
|
|
263
|
-
"body": null,
|
|
264
|
-
"footer": null,
|
|
265
|
-
"notes": [],
|
|
266
|
-
"hash": "1f173ad4d956d924742602a3034906893268adaf",
|
|
267
|
-
"gitTags": " (origin/fix/PIE-198-rubric-maxPoints)",
|
|
268
|
-
"committerDate": "2019-11-28 09:40:44 +0000",
|
|
269
|
-
"isTagged": true,
|
|
270
|
-
"tag": "@pie-lib/rubric@0.2.40"
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
"type": "fix",
|
|
274
|
-
"scope": null,
|
|
275
|
-
"subject": "add module prop to package.json",
|
|
276
|
-
"merge": null,
|
|
277
|
-
"header": "fix: add module prop to package.json",
|
|
278
|
-
"body": null,
|
|
279
|
-
"footer": null,
|
|
280
|
-
"notes": [],
|
|
281
|
-
"hash": "fe05e9040000b5a8766b2111bc22690e941806e9",
|
|
282
|
-
"gitTags": "",
|
|
283
|
-
"committerDate": "2020-03-30 13:03:17 +0100",
|
|
284
|
-
"isTagged": true,
|
|
285
|
-
"tag": "@pie-lib/rubric@0.2.61"
|
|
286
|
-
},
|
|
287
|
-
{
|
|
288
|
-
"type": "fix",
|
|
289
|
-
"scope": null,
|
|
290
|
-
"subject": "correct export syntax",
|
|
291
|
-
"merge": null,
|
|
292
|
-
"header": "fix: correct export syntax",
|
|
293
|
-
"body": null,
|
|
294
|
-
"footer": null,
|
|
295
|
-
"notes": [],
|
|
296
|
-
"hash": "db7fcc0fa1bddf9fc2d304978941db04001ec0ab",
|
|
297
|
-
"gitTags": "",
|
|
298
|
-
"committerDate": "2020-03-30 22:30:10 +0100",
|
|
299
|
-
"isTagged": true,
|
|
300
|
-
"tag": "@pie-lib/rubric@0.2.63"
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
"type": "feat",
|
|
304
|
-
"scope": "rubric",
|
|
305
|
-
"subject": "Added sanity checks",
|
|
306
|
-
"merge": null,
|
|
307
|
-
"header": "feat(rubric): Added sanity checks",
|
|
308
|
-
"body": null,
|
|
309
|
-
"footer": null,
|
|
310
|
-
"notes": [],
|
|
311
|
-
"hash": "f40fac64e5f97bb7e408b53a773ab9fde8fb5a21",
|
|
312
|
-
"gitTags": " (origin/feat/PD-623-rubric)",
|
|
313
|
-
"committerDate": "2021-04-15 12:29:15 +0300",
|
|
314
|
-
"isTagged": true,
|
|
315
|
-
"tag": "@pie-lib/rubric@0.3.0"
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
"type": "feat",
|
|
319
|
-
"scope": "rubric",
|
|
320
|
-
"subject": "Removed 'use default text' tests",
|
|
321
|
-
"merge": null,
|
|
322
|
-
"header": "feat(rubric): Removed 'use default text' tests",
|
|
323
|
-
"body": null,
|
|
324
|
-
"footer": null,
|
|
325
|
-
"notes": [],
|
|
326
|
-
"hash": "37c18a7b015c710970f323e808d3922c818589c0",
|
|
327
|
-
"gitTags": "",
|
|
328
|
-
"committerDate": "2021-04-15 09:24:16 +0300",
|
|
329
|
-
"isTagged": true,
|
|
330
|
-
"tag": "@pie-lib/rubric@0.3.0"
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
"type": "feat",
|
|
334
|
-
"scope": "rubric",
|
|
335
|
-
"subject": "Refactoring",
|
|
336
|
-
"merge": null,
|
|
337
|
-
"header": "feat(rubric): Refactoring",
|
|
338
|
-
"body": null,
|
|
339
|
-
"footer": null,
|
|
340
|
-
"notes": [],
|
|
341
|
-
"hash": "81bcd07f1bea3271e4b4e7ca36de97e1a61ab0ba",
|
|
342
|
-
"gitTags": "",
|
|
343
|
-
"committerDate": "2021-04-13 13:17:11 +0300",
|
|
344
|
-
"isTagged": true,
|
|
345
|
-
"tag": "@pie-lib/rubric@0.3.0"
|
|
346
|
-
},
|
|
347
|
-
{
|
|
348
|
-
"type": "feat",
|
|
349
|
-
"scope": "rubric",
|
|
350
|
-
"subject": "Changed logic for displaying the sample answer",
|
|
351
|
-
"merge": null,
|
|
352
|
-
"header": "feat(rubric): Changed logic for displaying the sample answer",
|
|
353
|
-
"body": null,
|
|
354
|
-
"footer": null,
|
|
355
|
-
"notes": [],
|
|
356
|
-
"hash": "4d5245c26f3e202d7c8dbc15e7b33e865dc1f680",
|
|
357
|
-
"gitTags": "",
|
|
358
|
-
"committerDate": "2021-04-12 15:25:04 +0300",
|
|
359
|
-
"isTagged": true,
|
|
360
|
-
"tag": "@pie-lib/rubric@0.3.0"
|
|
361
|
-
},
|
|
362
|
-
{
|
|
363
|
-
"type": "feat",
|
|
364
|
-
"scope": "rubric",
|
|
365
|
-
"subject": "Added tests",
|
|
366
|
-
"merge": null,
|
|
367
|
-
"header": "feat(rubric): Added tests",
|
|
368
|
-
"body": null,
|
|
369
|
-
"footer": null,
|
|
370
|
-
"notes": [],
|
|
371
|
-
"hash": "7d7a2bc293b2a091502b71921c1eb8504c809f7c",
|
|
372
|
-
"gitTags": "",
|
|
373
|
-
"committerDate": "2021-04-12 11:40:44 +0300",
|
|
374
|
-
"isTagged": true,
|
|
375
|
-
"tag": "@pie-lib/rubric@0.3.0"
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
"type": "feat",
|
|
379
|
-
"scope": "rubric",
|
|
380
|
-
"subject": "Add sample answers support",
|
|
381
|
-
"merge": null,
|
|
382
|
-
"header": "feat(rubric): Add sample answers support",
|
|
383
|
-
"body": null,
|
|
384
|
-
"footer": null,
|
|
385
|
-
"notes": [],
|
|
386
|
-
"hash": "5f0e3375260d51bc812ac101145987890baa360e",
|
|
387
|
-
"gitTags": "",
|
|
388
|
-
"committerDate": "2021-04-09 17:15:38 +0300",
|
|
389
|
-
"isTagged": true,
|
|
390
|
-
"tag": "@pie-lib/rubric@0.3.0"
|
|
391
|
-
},
|
|
392
|
-
{
|
|
393
|
-
"type": "feat",
|
|
394
|
-
"scope": "rubric",
|
|
395
|
-
"subject": "Added Studio support: Treat 'null' as null value for sample answer PD-1313",
|
|
396
|
-
"merge": null,
|
|
397
|
-
"header": "feat(rubric): Added Studio support: Treat 'null' as null value for sample answer PD-1313",
|
|
398
|
-
"body": null,
|
|
399
|
-
"footer": null,
|
|
400
|
-
"notes": [],
|
|
401
|
-
"hash": "ce71c81a6cbd26ec104e7cb34fcda1f1d65a8bd2",
|
|
402
|
-
"gitTags": " (origin/fix/PD-1313)",
|
|
403
|
-
"committerDate": "2021-09-23 13:48:01 +0300",
|
|
404
|
-
"isTagged": true,
|
|
405
|
-
"tag": "@pie-lib/rubric@0.4.0"
|
|
406
|
-
}
|
|
407
|
-
]
|
|
1
|
+
[]
|
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,159 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
# [0.10.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/rubric@0.8.31...@pie-lib/rubric@0.10.0) (2025-07-31)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @pie-lib/rubric
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [0.11.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/rubric@0.8.31...@pie-lib/rubric@0.11.0) (2025-07-31)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @pie-lib/rubric
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [0.10.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/rubric@0.8.31...@pie-lib/rubric@0.10.0) (2025-07-31)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @pie-lib/rubric
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
# [0.9.0-beta.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/rubric@0.8.31...@pie-lib/rubric@0.9.0-beta.8) (2025-07-25)
|
|
31
|
+
|
|
32
|
+
**Note:** Version bump only for package @pie-lib/rubric
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
# [0.9.0-beta.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/rubric@0.8.31...@pie-lib/rubric@0.9.0-beta.7) (2025-07-25)
|
|
39
|
+
|
|
40
|
+
**Note:** Version bump only for package @pie-lib/rubric
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
# [0.9.0-beta.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/rubric@0.8.31...@pie-lib/rubric@0.9.0-beta.7) (2025-07-25)
|
|
47
|
+
|
|
48
|
+
**Note:** Version bump only for package @pie-lib/rubric
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
# [0.9.0-beta.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/rubric@0.8.31...@pie-lib/rubric@0.9.0-beta.6) (2025-07-25)
|
|
55
|
+
|
|
56
|
+
**Note:** Version bump only for package @pie-lib/rubric
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
# [0.9.0-beta.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/rubric@0.8.31...@pie-lib/rubric@0.9.0-beta.6) (2025-07-25)
|
|
63
|
+
|
|
64
|
+
**Note:** Version bump only for package @pie-lib/rubric
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
# [0.9.0-beta.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/rubric@0.8.31...@pie-lib/rubric@0.9.0-beta.5) (2025-07-25)
|
|
71
|
+
|
|
72
|
+
**Note:** Version bump only for package @pie-lib/rubric
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
# [0.9.0-beta.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/rubric@0.8.31...@pie-lib/rubric@0.9.0-beta.5) (2025-07-25)
|
|
79
|
+
|
|
80
|
+
**Note:** Version bump only for package @pie-lib/rubric
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
# [0.9.0-beta.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/rubric@0.8.31...@pie-lib/rubric@0.9.0-beta.4) (2025-07-25)
|
|
87
|
+
|
|
88
|
+
**Note:** Version bump only for package @pie-lib/rubric
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
# [0.9.0-beta.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/rubric@0.8.31...@pie-lib/rubric@0.9.0-beta.3) (2025-07-25)
|
|
95
|
+
|
|
96
|
+
**Note:** Version bump only for package @pie-lib/rubric
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
# [0.9.0-beta.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/rubric@0.8.31...@pie-lib/rubric@0.9.0-beta.4) (2025-07-23)
|
|
103
|
+
|
|
104
|
+
**Note:** Version bump only for package @pie-lib/rubric
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
# [0.9.0-beta.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/rubric@0.8.31...@pie-lib/rubric@0.9.0-beta.3) (2025-07-23)
|
|
111
|
+
|
|
112
|
+
**Note:** Version bump only for package @pie-lib/rubric
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
# [0.9.0-beta.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/rubric@0.8.31...@pie-lib/rubric@0.9.0-beta.3) (2025-07-20)
|
|
119
|
+
|
|
120
|
+
**Note:** Version bump only for package @pie-lib/rubric
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
# [0.9.0-beta.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/rubric@0.8.31...@pie-lib/rubric@0.9.0-beta.2) (2025-07-20)
|
|
127
|
+
|
|
128
|
+
**Note:** Version bump only for package @pie-lib/rubric
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
# [0.9.0-beta.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/rubric@0.8.31...@pie-lib/rubric@0.9.0-beta.1) (2025-07-20)
|
|
135
|
+
|
|
136
|
+
**Note:** Version bump only for package @pie-lib/rubric
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
# [0.9.0-beta.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/rubric@0.8.31...@pie-lib/rubric@0.9.0-beta.2) (2025-07-20)
|
|
143
|
+
|
|
144
|
+
**Note:** Version bump only for package @pie-lib/rubric
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
# [0.9.0-beta.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/rubric@0.8.31...@pie-lib/rubric@0.9.0-beta.1) (2025-07-20)
|
|
151
|
+
|
|
152
|
+
**Note:** Version bump only for package @pie-lib/rubric
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
# [0.9.0-beta.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/rubric@0.8.31...@pie-lib/rubric@0.9.0-beta.1) (2025-07-20)
|
|
7
159
|
|
|
8
160
|
**Note:** Version bump only for package @pie-lib/rubric
|
|
9
161
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-lib/rubric",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -9,8 +9,7 @@
|
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@material-ui/core": "^3.9.3",
|
|
11
11
|
"@material-ui/icons": "^3.0.2",
|
|
12
|
-
"@pie-lib/
|
|
13
|
-
"@pie-lib/editable-html": "^11.2.1-beta.0",
|
|
12
|
+
"@pie-lib/editable-html": "^11.4.0",
|
|
14
13
|
"classnames": "^2.2.6",
|
|
15
14
|
"debug": "^4.1.1",
|
|
16
15
|
"editable-html": "npm:@pie-lib/editable-html@^7.21.0",
|
|
@@ -20,5 +19,5 @@
|
|
|
20
19
|
"react-beautiful-dnd": "^11.0.2",
|
|
21
20
|
"react-dom": "^16.9.0"
|
|
22
21
|
},
|
|
23
|
-
"gitHead": "
|
|
22
|
+
"gitHead": "889a13bfea2c768b8a3a6eabfc6fe7b7725aa832"
|
|
24
23
|
}
|