@pie-element/placement-ordering 14.1.2-next.5 → 14.1.3
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 +1312 -0
- package/CHANGELOG.md +2444 -0
- package/LICENSE.md +5 -0
- package/README.md +57 -0
- package/configure/CHANGELOG.json +952 -0
- package/configure/CHANGELOG.md +2139 -0
- package/configure/lib/choice-editor.js +252 -0
- package/configure/lib/choice-editor.js.map +1 -0
- package/configure/lib/choice-tile.js +205 -0
- package/configure/lib/choice-tile.js.map +1 -0
- package/configure/lib/defaults.js +211 -0
- package/configure/lib/defaults.js.map +1 -0
- package/configure/lib/design.js +427 -0
- package/configure/lib/design.js.map +1 -0
- package/configure/lib/help.js +14 -0
- package/configure/lib/help.js.map +1 -0
- package/configure/lib/index.js +155 -0
- package/configure/lib/index.js.map +1 -0
- package/configure/lib/utils.js +108 -0
- package/configure/lib/utils.js.map +1 -0
- package/configure/package.json +26 -0
- package/controller/CHANGELOG.json +517 -0
- package/controller/CHANGELOG.md +1518 -0
- package/controller/lib/defaults.js +29 -0
- package/controller/lib/defaults.js.map +1 -0
- package/controller/lib/index.js +285 -0
- package/controller/lib/index.js.map +1 -0
- package/controller/lib/scoring.js +109 -0
- package/controller/lib/scoring.js.map +1 -0
- package/controller/package.json +15 -0
- package/docs/config-schema.json +2964 -0
- package/docs/config-schema.json.md +2190 -0
- package/docs/demo/config.js +8 -0
- package/docs/demo/generate.js +50 -0
- package/docs/demo/index.html +1 -0
- package/docs/demo/session.js +7 -0
- package/docs/pie-schema.json +1613 -0
- package/docs/pie-schema.json.md +973 -0
- package/icon.png +0 -0
- package/lib/index.js +122 -0
- package/lib/index.js.map +1 -0
- package/lib/main.js +32 -0
- package/lib/main.js.map +1 -0
- package/lib/ordering.js +165 -0
- package/lib/ordering.js.map +1 -0
- package/lib/placement-ordering.js +419 -0
- package/lib/placement-ordering.js.map +1 -0
- package/lib/tile.js +259 -0
- package/lib/tile.js.map +1 -0
- package/lib/tiler.js +165 -0
- package/lib/tiler.js.map +1 -0
- package/lib/utils.js +18 -0
- package/lib/utils.js.map +1 -0
- package/package.json +21 -88
- package/configure.js +0 -2
- package/controller.js +0 -1
- package/dist/author/choice-editor.d.ts +0 -39
- package/dist/author/choice-editor.js +0 -156
- package/dist/author/choice-tile.d.ts +0 -40
- package/dist/author/choice-tile.js +0 -132
- package/dist/author/defaults.d.ts +0 -213
- package/dist/author/defaults.js +0 -159
- package/dist/author/design.d.ts +0 -21
- package/dist/author/design.js +0 -273
- package/dist/author/help.d.ts +0 -11
- package/dist/author/index.d.ts +0 -45
- package/dist/author/index.js +0 -85
- package/dist/author/utils.d.ts +0 -15
- package/dist/author/utils.js +0 -62
- package/dist/browser/author/index.js +0 -46600
- package/dist/browser/author/index.js.map +0 -1
- package/dist/browser/browser-DHPggtaA.js +0 -376
- package/dist/browser/browser-DHPggtaA.js.map +0 -1
- package/dist/browser/controller/index.js +0 -242
- package/dist/browser/controller/index.js.map +0 -1
- package/dist/browser/delivery/index.js +0 -1035
- package/dist/browser/delivery/index.js.map +0 -1
- package/dist/browser/dist-D9ARZhQk.js +0 -1426
- package/dist/browser/dist-D9ARZhQk.js.map +0 -1
- package/dist/browser/drag-provider-C1slTlsc.js +0 -10555
- package/dist/browser/drag-provider-C1slTlsc.js.map +0 -1
- package/dist/browser/placement-ordering.css +0 -2
- package/dist/controller/defaults.d.ts +0 -31
- package/dist/controller/defaults.js +0 -25
- package/dist/controller/index.d.ts +0 -29
- package/dist/controller/index.js +0 -123
- package/dist/controller/scoring.d.ts +0 -27
- package/dist/controller/scoring.js +0 -30
- package/dist/delivery/index.d.ts +0 -26
- package/dist/delivery/index.js +0 -70
- package/dist/delivery/main.d.ts +0 -19
- package/dist/delivery/main.js +0 -22
- package/dist/delivery/ordering.d.ts +0 -18
- package/dist/delivery/ordering.js +0 -93
- package/dist/delivery/placement-ordering.d.ts +0 -28
- package/dist/delivery/placement-ordering.js +0 -213
- package/dist/delivery/tile.d.ts +0 -28
- package/dist/delivery/tile.js +0 -165
- package/dist/delivery/tiler.d.ts +0 -42
- package/dist/delivery/tiler.js +0 -89
- package/dist/delivery/utils.d.ts +0 -9
- package/dist/delivery/utils.js +0 -8
- package/dist/index.d.ts +0 -1
- package/dist/index.iife.d.ts +0 -8
- package/dist/index.iife.js +0 -152
- package/dist/index.js +0 -2
- package/dist/runtime-support.d.ts +0 -12
- package/dist/runtime-support.js +0 -12
|
@@ -0,0 +1,952 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"type": "chore",
|
|
4
|
+
"scope": null,
|
|
5
|
+
"subject": "lock down versions",
|
|
6
|
+
"merge": null,
|
|
7
|
+
"header": "chore: lock down versions",
|
|
8
|
+
"body": null,
|
|
9
|
+
"footer": null,
|
|
10
|
+
"notes": [],
|
|
11
|
+
"hash": "742742d44454474b9ce461506357ff282de0ada0",
|
|
12
|
+
"gitTags": "",
|
|
13
|
+
"committerDate": "2019-03-12 23:33:57 +0000",
|
|
14
|
+
"isTagged": true,
|
|
15
|
+
"tag": "@pie-element/placement-ordering-configure@1.3.0"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"type": "feat",
|
|
19
|
+
"scope": "general",
|
|
20
|
+
"subject": "initialize default model (#129)",
|
|
21
|
+
"merge": null,
|
|
22
|
+
"header": "feat(general): initialize default model (#129)",
|
|
23
|
+
"body": "* feat: initialize empty README\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* fix: add babel-transform-runtime in order to support async/await\n\n* bump yarn lock\n\n* update snapshots",
|
|
24
|
+
"footer": null,
|
|
25
|
+
"notes": [],
|
|
26
|
+
"hash": "b62d0585a86c8e2fbe5a6181b869a28c1131756b",
|
|
27
|
+
"gitTags": "",
|
|
28
|
+
"committerDate": "2019-03-12 15:47:20 -0400",
|
|
29
|
+
"isTagged": true,
|
|
30
|
+
"tag": "@pie-element/placement-ordering-configure@1.3.0"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"type": "feat",
|
|
34
|
+
"scope": null,
|
|
35
|
+
"subject": "all elements on `develop` target @next releases",
|
|
36
|
+
"merge": null,
|
|
37
|
+
"header": "feat: all elements on `develop` target @next releases",
|
|
38
|
+
"body": "To allow us to build a `preview` version of the elements, we release\n`next` versions of `pie-elements` on each push to `develop`. This branch\nshould in turn target any other preview packages (aka @pie-ui/*).\n\nWhen we merge to master, a `pre-push` hooks prevents us from pushing if\nwe haven't resolved all the `next` versions.\n\n* use babel 7\n* use build-helper `Commands`",
|
|
39
|
+
"footer": null,
|
|
40
|
+
"notes": [],
|
|
41
|
+
"hash": "d3766e679f8442b55efc659e59242b6dfa6356a0",
|
|
42
|
+
"gitTags": "",
|
|
43
|
+
"committerDate": "2019-02-19 19:46:59 +0000",
|
|
44
|
+
"isTagged": true,
|
|
45
|
+
"tag": "@pie-element/placement-ordering-configure@1.3.0"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"type": "feat",
|
|
49
|
+
"scope": "general",
|
|
50
|
+
"subject": "updated the pie-lib/editable-html versions for all elements",
|
|
51
|
+
"merge": null,
|
|
52
|
+
"header": "feat(general): updated the pie-lib/editable-html versions for all elements",
|
|
53
|
+
"body": null,
|
|
54
|
+
"footer": null,
|
|
55
|
+
"notes": [],
|
|
56
|
+
"hash": "f642cb5332421f654ce031fd16002cc85dd5abd8",
|
|
57
|
+
"gitTags": "",
|
|
58
|
+
"committerDate": "2019-02-19 09:52:28 +0200",
|
|
59
|
+
"isTagged": true,
|
|
60
|
+
"tag": "@pie-element/placement-ordering-configure@1.2.0"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"type": "fix",
|
|
64
|
+
"scope": "general",
|
|
65
|
+
"subject": "bumped the config-ui version for all packages",
|
|
66
|
+
"merge": null,
|
|
67
|
+
"header": "fix(general): bumped the config-ui version for all packages",
|
|
68
|
+
"body": null,
|
|
69
|
+
"footer": null,
|
|
70
|
+
"notes": [],
|
|
71
|
+
"hash": "159521db769e7043a1fbea9f06ed153f85bc55df",
|
|
72
|
+
"gitTags": "",
|
|
73
|
+
"committerDate": "2019-01-08 15:04:14 +0200",
|
|
74
|
+
"isTagged": true,
|
|
75
|
+
"tag": "@pie-element/placement-ordering-configure@1.1.1"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"type": "fix",
|
|
79
|
+
"scope": "dependencies-add",
|
|
80
|
+
"subject": "added dependencies where needed",
|
|
81
|
+
"merge": null,
|
|
82
|
+
"header": "fix(dependencies-add): added dependencies where needed",
|
|
83
|
+
"body": null,
|
|
84
|
+
"footer": null,
|
|
85
|
+
"notes": [],
|
|
86
|
+
"hash": "23df697120b76a227930c00a7976e79c33ccdcd7",
|
|
87
|
+
"gitTags": " (origin/fix/added-dependencies-where-needed)",
|
|
88
|
+
"committerDate": "2018-11-09 11:31:39 +0200",
|
|
89
|
+
"isTagged": true,
|
|
90
|
+
"tag": "@pie-element/placement-ordering-configure@1.1.0"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"type": "feat",
|
|
94
|
+
"scope": "placement-ordering-configure-customization",
|
|
95
|
+
"subject": "made some elements from the design config customizable (ch564)",
|
|
96
|
+
"merge": null,
|
|
97
|
+
"header": "feat(placement-ordering-configure-customization): made some elements from the design config customizable (ch564)",
|
|
98
|
+
"body": null,
|
|
99
|
+
"footer": null,
|
|
100
|
+
"notes": [],
|
|
101
|
+
"hash": "a89ff839ac132c2e272316ec8af607ea89a3a26b",
|
|
102
|
+
"gitTags": " (origin/ch564/placement-ordering-config-customization)",
|
|
103
|
+
"committerDate": "2018-11-05 16:17:09 +0200",
|
|
104
|
+
"isTagged": true,
|
|
105
|
+
"tag": "@pie-element/placement-ordering-configure@1.1.0"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"type": "feat",
|
|
109
|
+
"scope": "ch467",
|
|
110
|
+
"subject": "updated 2 packages",
|
|
111
|
+
"merge": null,
|
|
112
|
+
"header": "feat(ch467): updated 2 packages",
|
|
113
|
+
"body": null,
|
|
114
|
+
"footer": null,
|
|
115
|
+
"notes": [],
|
|
116
|
+
"hash": "04fdd85efd97b551ba0116ddc7112549683e20c2",
|
|
117
|
+
"gitTags": "",
|
|
118
|
+
"committerDate": "2018-10-17 17:10:26 +0300",
|
|
119
|
+
"isTagged": true,
|
|
120
|
+
"tag": "@pie-element/placement-ordering-configure@1.0.0"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"type": "fix",
|
|
124
|
+
"scope": null,
|
|
125
|
+
"subject": "bump config-ui@^7.6.6",
|
|
126
|
+
"merge": null,
|
|
127
|
+
"header": "fix: bump config-ui@^7.6.6",
|
|
128
|
+
"body": null,
|
|
129
|
+
"footer": null,
|
|
130
|
+
"notes": [],
|
|
131
|
+
"hash": "266235a5351077d081f4c08dab3411e6690d43ac",
|
|
132
|
+
"gitTags": "",
|
|
133
|
+
"committerDate": "2018-08-06 13:32:09 -0400",
|
|
134
|
+
"isTagged": true,
|
|
135
|
+
"tag": "@pie-element/placement-ordering-configure@1.0.0"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"type": "fix",
|
|
139
|
+
"scope": null,
|
|
140
|
+
"subject": "@material-ui/* version bump",
|
|
141
|
+
"merge": null,
|
|
142
|
+
"header": "fix: @material-ui/* version bump",
|
|
143
|
+
"body": null,
|
|
144
|
+
"footer": null,
|
|
145
|
+
"notes": [],
|
|
146
|
+
"hash": "db58db9cd4f8892fcd4ef4f169dba1bef64b5517",
|
|
147
|
+
"gitTags": " (origin/bugfix/placement-ordering-drag-context-fix)",
|
|
148
|
+
"committerDate": "2018-07-18 10:39:55 -0400",
|
|
149
|
+
"isTagged": true,
|
|
150
|
+
"tag": "@pie-element/placement-ordering-configure@1.0.0"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"type": "fix",
|
|
154
|
+
"scope": "placement-ordering",
|
|
155
|
+
"subject": "fix drag context import and export",
|
|
156
|
+
"merge": null,
|
|
157
|
+
"header": "fix(placement-ordering): fix drag context import and export",
|
|
158
|
+
"body": null,
|
|
159
|
+
"footer": null,
|
|
160
|
+
"notes": [],
|
|
161
|
+
"hash": "5b4a99cb94216518cf932f35e9b4dd3668fc15fa",
|
|
162
|
+
"gitTags": "",
|
|
163
|
+
"committerDate": "2018-07-18 10:38:31 -0400",
|
|
164
|
+
"isTagged": true,
|
|
165
|
+
"tag": "@pie-element/placement-ordering-configure@1.0.0"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"type": "feat",
|
|
169
|
+
"scope": null,
|
|
170
|
+
"subject": "upgrade material-ui -> @material-ui/core@1.0.0-rc.1",
|
|
171
|
+
"merge": null,
|
|
172
|
+
"header": "feat: upgrade material-ui -> @material-ui/core@1.0.0-rc.1",
|
|
173
|
+
"body": null,
|
|
174
|
+
"footer": null,
|
|
175
|
+
"notes": [],
|
|
176
|
+
"hash": "02ac71a79aa447d4de913f6bce2a6eb7348ff529",
|
|
177
|
+
"gitTags": "",
|
|
178
|
+
"committerDate": "2018-05-16 12:01:02 -0400",
|
|
179
|
+
"isTagged": true,
|
|
180
|
+
"tag": "@pie-element/placement-ordering-configure@1.0.0"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"type": "feat",
|
|
184
|
+
"scope": "model",
|
|
185
|
+
"subject": "move away from old model",
|
|
186
|
+
"merge": null,
|
|
187
|
+
"header": "feat(model): move away from old model",
|
|
188
|
+
"body": null,
|
|
189
|
+
"footer": "BREAKING CHANGE:\n\nThe model has changed.\n\n* `model` is gone, all properties within it have moved to the root.\n* `config` is gone, all properties within it have moved to the root.\n* `feedback` is using the new model.\n\nFrom:\n\n```javascript\n{\n id: '1',\n element: 'placement-ordering',\n correctResponse: [\n {\n id: 'c1',\n weight: 0.2\n },\n {\n id: 'c4',\n weight: 0.2\n },\n {\n id: 'c3',\n weight: 0.3\n },\n {\n id: 'c2',\n weight: 0.3\n }\n ],\n model: {\n prompt: 'Arrange the fruits alphabetically',\n choices: [\n {\n id: 'c2',\n label: 'Lemon',\n shuffle: false,\n moveOnDrag: true\n },\n {\n id: 'c3',\n label: 'Melon',\n moveOnDrag: true\n },\n {\n id: 'c1',\n label: 'Blueberry',\n moveOnDrag: false\n },\n {\n id: 'c4',\n label: 'Pear',\n moveOnDrag: false\n }\n ]\n },\n config: {\n shuffle: false,\n placementType: 'none',\n choiceAreaLayout: 'vertical',\n choiceAreaLabel: 'choices: ',\n answerAreaLabel: 'Answer Area Label',\n showOrdering: true\n },\n feedback: {\n correctFeedbackType: 'custom',\n correctFeedback: 'foo',\n incorrectFeedbackType: 'custom',\n incorrectFeedback: 'foo',\n partialFeedbackType: 'custom',\n partialFeedback: 'foo',\n }\n }\n```\n\nTo:\n\n```javascript\n\n{\n id: '1',\n element: 'placement-ordering',\n correctResponse: [\n {\n id: 'c1',\n weight: 0.2\n },\n {\n id: 'c4',\n weight: 0.2\n },\n {\n id: 'c3',\n weight: 0.3\n },\n {\n id: 'c2',\n weight: 0.3\n }\n ],\n prompt: 'Arrange the fruits alphabetically',\n choices: [\n {\n id: 'c2',\n label: 'Lemon',\n shuffle: false,\n moveOnDrag: true\n },\n {\n id: 'c3',\n label: 'Melon',\n moveOnDrag: true\n },\n {\n id: 'c1',\n label: 'Blueberry',\n moveOnDrag: false\n },\n {\n id: 'c4',\n label: 'Pear',\n moveOnDrag: false\n }\n ],\n shuffle: false,\n placementType: 'none',\n choiceAreaLayout: 'vertical',\n choiceAreaLabel: 'choices: ',\n answerAreaLabel: 'Answer Area Label',\n showOrdering: true,\n feedback: {\n correct: {\n type: 'custom',\n custom: 'foo'\n },\n incorrect: {\n type: 'custom',\n custom: 'no'\n },\n partial: {\n type: 'custom',\n custom: 'nearly'\n }\n }\n }\n\n```",
|
|
190
|
+
"notes": [
|
|
191
|
+
{
|
|
192
|
+
"title": "BREAKING CHANGE",
|
|
193
|
+
"text": "The model has changed.\n\n* `model` is gone, all properties within it have moved to the root.\n* `config` is gone, all properties within it have moved to the root.\n* `feedback` is using the new model.\n\nFrom:\n\n```javascript\n{\n id: '1',\n element: 'placement-ordering',\n correctResponse: [\n {\n id: 'c1',\n weight: 0.2\n },\n {\n id: 'c4',\n weight: 0.2\n },\n {\n id: 'c3',\n weight: 0.3\n },\n {\n id: 'c2',\n weight: 0.3\n }\n ],\n model: {\n prompt: 'Arrange the fruits alphabetically',\n choices: [\n {\n id: 'c2',\n label: 'Lemon',\n shuffle: false,\n moveOnDrag: true\n },\n {\n id: 'c3',\n label: 'Melon',\n moveOnDrag: true\n },\n {\n id: 'c1',\n label: 'Blueberry',\n moveOnDrag: false\n },\n {\n id: 'c4',\n label: 'Pear',\n moveOnDrag: false\n }\n ]\n },\n config: {\n shuffle: false,\n placementType: 'none',\n choiceAreaLayout: 'vertical',\n choiceAreaLabel: 'choices: ',\n answerAreaLabel: 'Answer Area Label',\n showOrdering: true\n },\n feedback: {\n correctFeedbackType: 'custom',\n correctFeedback: 'foo',\n incorrectFeedbackType: 'custom',\n incorrectFeedback: 'foo',\n partialFeedbackType: 'custom',\n partialFeedback: 'foo',\n }\n }\n```\n\nTo:\n\n```javascript\n\n{\n id: '1',\n element: 'placement-ordering',\n correctResponse: [\n {\n id: 'c1',\n weight: 0.2\n },\n {\n id: 'c4',\n weight: 0.2\n },\n {\n id: 'c3',\n weight: 0.3\n },\n {\n id: 'c2',\n weight: 0.3\n }\n ],\n prompt: 'Arrange the fruits alphabetically',\n choices: [\n {\n id: 'c2',\n label: 'Lemon',\n shuffle: false,\n moveOnDrag: true\n },\n {\n id: 'c3',\n label: 'Melon',\n moveOnDrag: true\n },\n {\n id: 'c1',\n label: 'Blueberry',\n moveOnDrag: false\n },\n {\n id: 'c4',\n label: 'Pear',\n moveOnDrag: false\n }\n ],\n shuffle: false,\n placementType: 'none',\n choiceAreaLayout: 'vertical',\n choiceAreaLabel: 'choices: ',\n answerAreaLabel: 'Answer Area Label',\n showOrdering: true,\n feedback: {\n correct: {\n type: 'custom',\n custom: 'foo'\n },\n incorrect: {\n type: 'custom',\n custom: 'no'\n },\n partial: {\n type: 'custom',\n custom: 'nearly'\n }\n }\n }\n\n```"
|
|
194
|
+
}
|
|
195
|
+
],
|
|
196
|
+
"hash": "048571e2fdba07034c511a22eb538b13631d7018",
|
|
197
|
+
"gitTags": "",
|
|
198
|
+
"committerDate": "2018-05-10 12:46:56 -0400",
|
|
199
|
+
"isTagged": true,
|
|
200
|
+
"tag": "@pie-element/placement-ordering-configure@1.0.0"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"type": "feat",
|
|
204
|
+
"scope": "dependencies",
|
|
205
|
+
"subject": "use latest of @pie-ui/*",
|
|
206
|
+
"merge": null,
|
|
207
|
+
"header": "feat(dependencies): use latest of @pie-ui/*",
|
|
208
|
+
"body": null,
|
|
209
|
+
"footer": null,
|
|
210
|
+
"notes": [],
|
|
211
|
+
"hash": "ac9d2e5b1fbd0bf21c0304af6c98fbfad07b5218",
|
|
212
|
+
"gitTags": "",
|
|
213
|
+
"committerDate": "2018-05-02 21:22:39 -0400",
|
|
214
|
+
"isTagged": true,
|
|
215
|
+
"tag": "@pie-element/placement-ordering-configure@1.0.0"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"type": "feat",
|
|
219
|
+
"scope": "dependencies",
|
|
220
|
+
"subject": "use latest @pie-ui/placement-ordering",
|
|
221
|
+
"merge": null,
|
|
222
|
+
"header": "feat(dependencies): use latest @pie-ui/placement-ordering",
|
|
223
|
+
"body": null,
|
|
224
|
+
"footer": null,
|
|
225
|
+
"notes": [],
|
|
226
|
+
"hash": "fd9d12d83340a7aae92d6731feb112b514f5dff1",
|
|
227
|
+
"gitTags": "",
|
|
228
|
+
"committerDate": "2018-04-17 14:35:54 -0400",
|
|
229
|
+
"isTagged": true,
|
|
230
|
+
"tag": "@pie-element/placement-ordering-configure@1.0.0"
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"type": "fix",
|
|
234
|
+
"scope": "dependencies",
|
|
235
|
+
"subject": "fix dependencies",
|
|
236
|
+
"merge": null,
|
|
237
|
+
"header": "fix(dependencies): fix dependencies",
|
|
238
|
+
"body": null,
|
|
239
|
+
"footer": null,
|
|
240
|
+
"notes": [],
|
|
241
|
+
"hash": "38ec3f6eb298980a500fed1ff86af63fbcc3eed0",
|
|
242
|
+
"gitTags": "",
|
|
243
|
+
"committerDate": "2018-03-06 16:14:18 -0500",
|
|
244
|
+
"isTagged": true,
|
|
245
|
+
"tag": "@pie-element/placement-ordering-configure@1.0.0"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"type": "fix",
|
|
249
|
+
"scope": "dependencies",
|
|
250
|
+
"subject": "update dependency names",
|
|
251
|
+
"merge": null,
|
|
252
|
+
"header": "fix(dependencies): update dependency names",
|
|
253
|
+
"body": null,
|
|
254
|
+
"footer": null,
|
|
255
|
+
"notes": [],
|
|
256
|
+
"hash": "dc789acd13eb139e0c3d04c12c7811bcfdd4059f",
|
|
257
|
+
"gitTags": "",
|
|
258
|
+
"committerDate": "2018-03-06 14:22:23 -0500",
|
|
259
|
+
"isTagged": true,
|
|
260
|
+
"tag": "@pie-element/placement-ordering-configure@1.0.0"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"type": "feat",
|
|
264
|
+
"scope": "general",
|
|
265
|
+
"subject": "initialize default model (2) (#138)",
|
|
266
|
+
"merge": null,
|
|
267
|
+
"header": "feat(general): initialize default model (2) (#138)",
|
|
268
|
+
"body": "* feat: initialize empty README\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* fix: add babel-transform-runtime in order to support async/await\n\n* feat: allow constructing an element without a model or with an empty one\n\n* feat: allow constructing an element without a model or with an empty one\n\n* feat: use dummy default values\n\n* feat: use dummy default values (2)\n\n* feat: allow constructing an element without a model or with an empty one\n\n* feat: allow constructing an element without a model or with an empty one\n\n* feat: use dummy default values\n\n* feat: allow constructing an element without a model or with an empty one\n\n* feat: use dummy default values\n\n* feat: allow constructing an element without a model or with an empty one\n\n* feat: use dummy default values\n\n* feat: allow constructing an element without a model or with an empty one\n\n* feat: use dummy default values\n\n* feat: allow constructing an element without a model or with an empty one\n\n* feat: use dummy default values\n\n* feat: allow constructing an element without a model or with an empty one\n\n* feat: use dummy default values\n\n* feat: allow constructing an element without a model or with an empty one\n\n* feat: use dummy default values\n\n* feat: allow constructing an element without a model or with an empty one\n\n* feat: allow constructing an element without a model or with an empty one\n\n* feat: use dummy default values\n\n* feat: allow constructing an element without a model or with an empty one\n\n* feat: use dummy default values\n\n* fix: update snapshot tests",
|
|
269
|
+
"footer": null,
|
|
270
|
+
"notes": [],
|
|
271
|
+
"hash": "fc72eca03a09c3d48989e88484a7c79d6dbec0f9",
|
|
272
|
+
"gitTags": "",
|
|
273
|
+
"committerDate": "2019-03-15 15:25:07 -0400",
|
|
274
|
+
"isTagged": true,
|
|
275
|
+
"tag": "@pie-element/placement-ordering-configure@1.4.0"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"type": "fix",
|
|
279
|
+
"scope": null,
|
|
280
|
+
"subject": "bump editable-html",
|
|
281
|
+
"merge": null,
|
|
282
|
+
"header": "fix: bump editable-html",
|
|
283
|
+
"body": null,
|
|
284
|
+
"footer": null,
|
|
285
|
+
"notes": [],
|
|
286
|
+
"hash": "180f49936fb9462179dd852f6329cc21a9eed591",
|
|
287
|
+
"gitTags": "",
|
|
288
|
+
"committerDate": "2019-04-04 10:09:08 +0100",
|
|
289
|
+
"isTagged": true,
|
|
290
|
+
"tag": "@pie-element/placement-ordering-configure@1.4.4"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"type": "feat",
|
|
294
|
+
"scope": null,
|
|
295
|
+
"subject": "partial scoring logic updated to use pairwise combinations [ch440]",
|
|
296
|
+
"merge": null,
|
|
297
|
+
"header": "feat: partial scoring logic updated to use pairwise combinations [ch440]",
|
|
298
|
+
"body": "* `partialScoring`: [{correctCount: number, weight: number}] is gone\n* `partialScoring` is now a boolean (partialScoring defaults to true).\n* uses pairwise combinations to calculate the partial score",
|
|
299
|
+
"footer": "BREAKING CHANGE: `question.partialScoring` is no longer a set of rules\nwith weights. It's now a boolean.",
|
|
300
|
+
"notes": [
|
|
301
|
+
{
|
|
302
|
+
"title": "BREAKING CHANGE",
|
|
303
|
+
"text": "`question.partialScoring` is no longer a set of rules\nwith weights. It's now a boolean."
|
|
304
|
+
}
|
|
305
|
+
],
|
|
306
|
+
"hash": "2761b85341ddcd88c9cfdef06456acd0812213d0",
|
|
307
|
+
"gitTags": "",
|
|
308
|
+
"committerDate": "2019-04-09 18:17:42 +0100",
|
|
309
|
+
"isTagged": true,
|
|
310
|
+
"tag": "@pie-element/placement-ordering-configure@2.0.0"
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"type": "feat",
|
|
314
|
+
"scope": null,
|
|
315
|
+
"subject": "UI and model updates [ch423]",
|
|
316
|
+
"merge": null,
|
|
317
|
+
"header": "feat: UI and model updates [ch423]",
|
|
318
|
+
"body": "* Updated design\n* Removed `moveOnDrag` for a choice individually\n* added `removeTilesAfterPlacing` property on the entire list of choices.",
|
|
319
|
+
"footer": "BREAKING CHANGE: `moveOnDrag` is gone use `removeAllTilesAfterPlacing`.",
|
|
320
|
+
"notes": [
|
|
321
|
+
{
|
|
322
|
+
"title": "BREAKING CHANGE",
|
|
323
|
+
"text": "`moveOnDrag` is gone use `removeAllTilesAfterPlacing`."
|
|
324
|
+
}
|
|
325
|
+
],
|
|
326
|
+
"hash": "b83c4b9b87374ae46eff0a3657dc7b83b7da3d90",
|
|
327
|
+
"gitTags": "",
|
|
328
|
+
"committerDate": "2019-04-09 18:14:32 +0100",
|
|
329
|
+
"isTagged": true,
|
|
330
|
+
"tag": "@pie-element/placement-ordering-configure@2.0.0"
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"type": "fix",
|
|
334
|
+
"scope": "placement-ordering",
|
|
335
|
+
"subject": "Updated defaults values.",
|
|
336
|
+
"merge": null,
|
|
337
|
+
"header": "fix(placement-ordering): Updated defaults values.",
|
|
338
|
+
"body": null,
|
|
339
|
+
"footer": null,
|
|
340
|
+
"notes": [],
|
|
341
|
+
"hash": "fed695c43fb70e63355a8d7820168ac00e3fff5c",
|
|
342
|
+
"gitTags": "",
|
|
343
|
+
"committerDate": "2019-04-16 11:46:15 +0300",
|
|
344
|
+
"isTagged": true,
|
|
345
|
+
"tag": "@pie-element/placement-ordering-configure@2.0.2"
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"type": "fix",
|
|
349
|
+
"scope": null,
|
|
350
|
+
"subject": "Removed unnecessary file and refactored.",
|
|
351
|
+
"merge": null,
|
|
352
|
+
"header": "fix: Removed unnecessary file and refactored.",
|
|
353
|
+
"body": null,
|
|
354
|
+
"footer": null,
|
|
355
|
+
"notes": [],
|
|
356
|
+
"hash": "d75bf388e90c96a963ac18e9fe1d81f47b3287e2",
|
|
357
|
+
"gitTags": "",
|
|
358
|
+
"committerDate": "2019-04-16 10:27:08 +0300",
|
|
359
|
+
"isTagged": true,
|
|
360
|
+
"tag": "@pie-element/placement-ordering-configure@2.0.2"
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"type": "fix",
|
|
364
|
+
"scope": "placement-ordering",
|
|
365
|
+
"subject": "Fixed tests after renaming model properties using naming conventions and using settings panel.",
|
|
366
|
+
"merge": null,
|
|
367
|
+
"header": "fix(placement-ordering): Fixed tests after renaming model properties using naming conventions and using settings panel.",
|
|
368
|
+
"body": null,
|
|
369
|
+
"footer": null,
|
|
370
|
+
"notes": [],
|
|
371
|
+
"hash": "de6735f050b4a26355f73ffd00065b9159a11315",
|
|
372
|
+
"gitTags": "",
|
|
373
|
+
"committerDate": "2019-04-16 10:03:52 +0300",
|
|
374
|
+
"isTagged": true,
|
|
375
|
+
"tag": "@pie-element/placement-ordering-configure@2.0.2"
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"type": "fix",
|
|
379
|
+
"scope": "placement-ordering",
|
|
380
|
+
"subject": "Finished renaming model properties using new established naming conventions and integrated settings panel.",
|
|
381
|
+
"merge": null,
|
|
382
|
+
"header": "fix(placement-ordering): Finished renaming model properties using new established naming conventions and integrated settings panel.",
|
|
383
|
+
"body": null,
|
|
384
|
+
"footer": null,
|
|
385
|
+
"notes": [],
|
|
386
|
+
"hash": "74578c6b4e3a74bb11e913b35a3a578252253778",
|
|
387
|
+
"gitTags": "",
|
|
388
|
+
"committerDate": "2019-04-15 19:16:13 +0300",
|
|
389
|
+
"isTagged": true,
|
|
390
|
+
"tag": "@pie-element/placement-ordering-configure@2.0.2"
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"type": "fix",
|
|
394
|
+
"scope": "placement-ordering",
|
|
395
|
+
"subject": "Finished renaming model properties using naming conventions.",
|
|
396
|
+
"merge": null,
|
|
397
|
+
"header": "fix(placement-ordering): Finished renaming model properties using naming conventions.",
|
|
398
|
+
"body": null,
|
|
399
|
+
"footer": null,
|
|
400
|
+
"notes": [],
|
|
401
|
+
"hash": "d3d790a591bd7175f1ae1a8e64d5ea5f97b9013a",
|
|
402
|
+
"gitTags": "",
|
|
403
|
+
"committerDate": "2019-04-15 12:22:19 +0300",
|
|
404
|
+
"isTagged": true,
|
|
405
|
+
"tag": "@pie-element/placement-ordering-configure@2.0.2"
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"type": "fix",
|
|
409
|
+
"scope": "placement-ordering",
|
|
410
|
+
"subject": "renaming model properties with naming conventions.",
|
|
411
|
+
"merge": null,
|
|
412
|
+
"header": "fix(placement-ordering): renaming model properties with naming conventions.",
|
|
413
|
+
"body": null,
|
|
414
|
+
"footer": null,
|
|
415
|
+
"notes": [],
|
|
416
|
+
"hash": "9d9be0154654c1c7c6866e3daa74d9e37523a567",
|
|
417
|
+
"gitTags": "",
|
|
418
|
+
"committerDate": "2019-04-15 11:43:37 +0300",
|
|
419
|
+
"isTagged": true,
|
|
420
|
+
"tag": "@pie-element/placement-ordering-configure@2.0.2"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"type": "fix",
|
|
424
|
+
"scope": "ebsr",
|
|
425
|
+
"subject": "revert `itemStem` to `prompt`.",
|
|
426
|
+
"merge": null,
|
|
427
|
+
"header": "fix(ebsr): revert `itemStem` to `prompt`.",
|
|
428
|
+
"body": "fix(multiple-choice): revert `itemStem` to `prompt`.\nfix(placement-ordering): revert `itemStem` to `prompt`.",
|
|
429
|
+
"footer": null,
|
|
430
|
+
"notes": [],
|
|
431
|
+
"hash": "107f3988029baf164f702a1079dfeb2fd192302a",
|
|
432
|
+
"gitTags": "",
|
|
433
|
+
"committerDate": "2019-04-24 06:19:37 +0300",
|
|
434
|
+
"isTagged": true,
|
|
435
|
+
"tag": "@pie-element/placement-ordering-configure@2.0.4"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"type": "fix",
|
|
439
|
+
"scope": null,
|
|
440
|
+
"subject": "Updated with new version of @pie-lib/config-ui.",
|
|
441
|
+
"merge": null,
|
|
442
|
+
"header": "fix: Updated with new version of @pie-lib/config-ui.",
|
|
443
|
+
"body": null,
|
|
444
|
+
"footer": null,
|
|
445
|
+
"notes": [],
|
|
446
|
+
"hash": "b18b8894a957c218bae66a501ab472ed15ee164c",
|
|
447
|
+
"gitTags": "",
|
|
448
|
+
"committerDate": "2019-04-25 11:12:40 +0300",
|
|
449
|
+
"isTagged": true,
|
|
450
|
+
"tag": "@pie-element/placement-ordering-configure@2.0.5"
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"type": "feat",
|
|
454
|
+
"scope": null,
|
|
455
|
+
"subject": "Updated with new version of @pie-lib-config-ui. Removed `model.configure` and added a separate property called `configuration` instead. Removed usage of state (main.jsx) and updated tests.",
|
|
456
|
+
"merge": null,
|
|
457
|
+
"header": "feat: Updated with new version of @pie-lib-config-ui. Removed `model.configure` and added a separate property called `configuration` instead. Removed usage of state (main.jsx) and updated tests.",
|
|
458
|
+
"body": null,
|
|
459
|
+
"footer": "BREAKING CHANGE: `model.configure` is removed, use `configuration` instead.",
|
|
460
|
+
"notes": [
|
|
461
|
+
{
|
|
462
|
+
"title": "BREAKING CHANGE",
|
|
463
|
+
"text": "`model.configure` is removed, use `configuration` instead."
|
|
464
|
+
}
|
|
465
|
+
],
|
|
466
|
+
"hash": "4262f6bc82f9e67eb67dc283fe244eb1315a6baa",
|
|
467
|
+
"gitTags": "",
|
|
468
|
+
"committerDate": "2019-05-02 16:41:21 +0300",
|
|
469
|
+
"isTagged": true,
|
|
470
|
+
"tag": "@pie-element/placement-ordering-configure@3.0.0"
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
"type": "feat",
|
|
474
|
+
"scope": "placement-ordering",
|
|
475
|
+
"subject": "added rationale support.",
|
|
476
|
+
"merge": null,
|
|
477
|
+
"header": "feat(placement-ordering): added rationale support.",
|
|
478
|
+
"body": null,
|
|
479
|
+
"footer": null,
|
|
480
|
+
"notes": [],
|
|
481
|
+
"hash": "d6df005db8ba935e4a3dcddb57af6dbf4717b9ed",
|
|
482
|
+
"gitTags": "",
|
|
483
|
+
"committerDate": "2019-05-11 15:07:04 +0300",
|
|
484
|
+
"isTagged": true,
|
|
485
|
+
"tag": "@pie-element/placement-ordering-configure@3.1.0"
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"type": "chore",
|
|
489
|
+
"scope": "latest-version",
|
|
490
|
+
"subject": "pushing to release",
|
|
491
|
+
"merge": null,
|
|
492
|
+
"header": "chore(latest-version): pushing to release",
|
|
493
|
+
"body": null,
|
|
494
|
+
"footer": null,
|
|
495
|
+
"notes": [],
|
|
496
|
+
"hash": "64030ba2c7c18d20381b6a0f5caaff19f1e5e959",
|
|
497
|
+
"gitTags": " (develop)",
|
|
498
|
+
"committerDate": "2019-06-06 01:31:17 +0300",
|
|
499
|
+
"isTagged": true,
|
|
500
|
+
"tag": "@pie-element/placement-ordering-configure@3.1.3"
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"type": "chore",
|
|
504
|
+
"scope": "version",
|
|
505
|
+
"subject": "bumped the versions",
|
|
506
|
+
"merge": null,
|
|
507
|
+
"header": "chore(version): bumped the versions",
|
|
508
|
+
"body": null,
|
|
509
|
+
"footer": null,
|
|
510
|
+
"notes": [],
|
|
511
|
+
"hash": "12b141d884c66a15d23c8cbb34be820a422d7332",
|
|
512
|
+
"gitTags": " (origin/feat/mask-markup-elements)",
|
|
513
|
+
"committerDate": "2019-06-06 01:15:50 +0300",
|
|
514
|
+
"isTagged": true,
|
|
515
|
+
"tag": "@pie-element/placement-ordering-configure@3.1.3"
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"type": "chore",
|
|
519
|
+
"scope": "version",
|
|
520
|
+
"subject": "bumped the packages that depend on the editable-html",
|
|
521
|
+
"merge": null,
|
|
522
|
+
"header": "chore(version): bumped the packages that depend on the editable-html",
|
|
523
|
+
"body": null,
|
|
524
|
+
"footer": null,
|
|
525
|
+
"notes": [],
|
|
526
|
+
"hash": "00eb12e58c01b50dde8e4d1a179c879e2f3216fc",
|
|
527
|
+
"gitTags": " (develop)",
|
|
528
|
+
"committerDate": "2019-06-06 13:16:05 +0300",
|
|
529
|
+
"isTagged": true,
|
|
530
|
+
"tag": "@pie-element/placement-ordering-configure@3.1.4"
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"type": "chore",
|
|
534
|
+
"scope": "version",
|
|
535
|
+
"subject": "bumped the versions",
|
|
536
|
+
"merge": null,
|
|
537
|
+
"header": "chore(version): bumped the versions",
|
|
538
|
+
"body": null,
|
|
539
|
+
"footer": null,
|
|
540
|
+
"notes": [],
|
|
541
|
+
"hash": "12b141d884c66a15d23c8cbb34be820a422d7332",
|
|
542
|
+
"gitTags": " (origin/feat/mask-markup-elements)",
|
|
543
|
+
"committerDate": "2019-06-06 01:15:50 +0300",
|
|
544
|
+
"isTagged": true,
|
|
545
|
+
"tag": "@pie-element/placement-ordering-configure@3.1.3"
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"type": "chore",
|
|
549
|
+
"scope": "merge",
|
|
550
|
+
"subject": "merged develop into master",
|
|
551
|
+
"merge": null,
|
|
552
|
+
"header": "chore(merge): merged develop into master",
|
|
553
|
+
"body": null,
|
|
554
|
+
"footer": null,
|
|
555
|
+
"notes": [],
|
|
556
|
+
"hash": "3bb9f402d900f3a0349537dfd01ce558c526cb55",
|
|
557
|
+
"gitTags": " (develop)",
|
|
558
|
+
"committerDate": "2019-06-07 23:29:44 +0300",
|
|
559
|
+
"isTagged": true,
|
|
560
|
+
"tag": "@pie-element/placement-ordering-configure@3.1.5"
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"type": "feat",
|
|
564
|
+
"scope": "general",
|
|
565
|
+
"subject": "updated all the packages that have the config-ui as a dependency",
|
|
566
|
+
"merge": null,
|
|
567
|
+
"header": "feat(general): updated all the packages that have the config-ui as a dependency",
|
|
568
|
+
"body": null,
|
|
569
|
+
"footer": null,
|
|
570
|
+
"notes": [],
|
|
571
|
+
"hash": "44061deecae6d18cdbf6f5fb524f3d3094ccd354",
|
|
572
|
+
"gitTags": "",
|
|
573
|
+
"committerDate": "2019-06-20 22:32:48 -0400",
|
|
574
|
+
"isTagged": true,
|
|
575
|
+
"tag": "@pie-element/placement-ordering-configure@3.2.0"
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"type": "feat",
|
|
579
|
+
"scope": "settings-panel",
|
|
580
|
+
"subject": "updated the settings panel design and changes needed for [ch2242]",
|
|
581
|
+
"merge": null,
|
|
582
|
+
"header": "feat(settings-panel): updated the settings panel design and changes needed for [ch2242]",
|
|
583
|
+
"body": null,
|
|
584
|
+
"footer": null,
|
|
585
|
+
"notes": [],
|
|
586
|
+
"hash": "d830e57b32bd09ac8cc02c7a12d75d988d9df21c",
|
|
587
|
+
"gitTags": "",
|
|
588
|
+
"committerDate": "2019-06-25 23:42:15 -0400",
|
|
589
|
+
"isTagged": true,
|
|
590
|
+
"tag": "@pie-element/placement-ordering-configure@3.3.0"
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"type": "feat",
|
|
594
|
+
"scope": "mask-markup-elements",
|
|
595
|
+
"subject": "refactored the elements and version bumped the necessary files",
|
|
596
|
+
"merge": null,
|
|
597
|
+
"header": "feat(mask-markup-elements): refactored the elements and version bumped the necessary files",
|
|
598
|
+
"body": null,
|
|
599
|
+
"footer": null,
|
|
600
|
+
"notes": [],
|
|
601
|
+
"hash": "f8f77c02e44afd90e491a371d86d3d4093eb41e5",
|
|
602
|
+
"gitTags": "",
|
|
603
|
+
"committerDate": "2019-07-02 13:38:48 -0400",
|
|
604
|
+
"isTagged": true,
|
|
605
|
+
"tag": "@pie-element/placement-ordering-configure@3.4.0"
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"type": "chore",
|
|
609
|
+
"scope": "editable-html",
|
|
610
|
+
"subject": "version bumped the necessary packages",
|
|
611
|
+
"merge": null,
|
|
612
|
+
"header": "chore(editable-html): version bumped the necessary packages",
|
|
613
|
+
"body": null,
|
|
614
|
+
"footer": null,
|
|
615
|
+
"notes": [],
|
|
616
|
+
"hash": "3c7caf6a1f8dc120ca23ab93258a90a593bbeb65",
|
|
617
|
+
"gitTags": "",
|
|
618
|
+
"committerDate": "2019-07-02 15:13:55 -0400",
|
|
619
|
+
"isTagged": true,
|
|
620
|
+
"tag": "@pie-element/placement-ordering-configure@3.4.1"
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"type": "chore",
|
|
624
|
+
"scope": "version",
|
|
625
|
+
"subject": "version bumped the editable-html dependent packages",
|
|
626
|
+
"merge": null,
|
|
627
|
+
"header": "chore(version): version bumped the editable-html dependent packages",
|
|
628
|
+
"body": null,
|
|
629
|
+
"footer": null,
|
|
630
|
+
"notes": [],
|
|
631
|
+
"hash": "19961d346e8596064bad27156e0cf5a03afc3889",
|
|
632
|
+
"gitTags": "",
|
|
633
|
+
"committerDate": "2019-07-03 15:57:58 -0400",
|
|
634
|
+
"isTagged": true,
|
|
635
|
+
"tag": "@pie-element/placement-ordering-configure@3.4.3"
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"type": "fix",
|
|
639
|
+
"scope": "template-els",
|
|
640
|
+
"subject": "fixed some ditb issues",
|
|
641
|
+
"merge": null,
|
|
642
|
+
"header": "fix(template-els): fixed some ditb issues",
|
|
643
|
+
"body": null,
|
|
644
|
+
"footer": null,
|
|
645
|
+
"notes": [],
|
|
646
|
+
"hash": "9133840e48a263b2cf49ce4db9c4310743efffe0",
|
|
647
|
+
"gitTags": "",
|
|
648
|
+
"committerDate": "2019-07-04 11:45:23 -0400",
|
|
649
|
+
"isTagged": true,
|
|
650
|
+
"tag": "@pie-element/placement-ordering-configure@3.4.4"
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"type": "fix",
|
|
654
|
+
"scope": "editable-html",
|
|
655
|
+
"subject": "fixed lots of stuff regarding the editable-html",
|
|
656
|
+
"merge": null,
|
|
657
|
+
"header": "fix(editable-html): fixed lots of stuff regarding the editable-html",
|
|
658
|
+
"body": null,
|
|
659
|
+
"footer": null,
|
|
660
|
+
"notes": [],
|
|
661
|
+
"hash": "12c112917e0b5065ec35efdbdc276703602a6c68",
|
|
662
|
+
"gitTags": " (origin/andrei/fixes)",
|
|
663
|
+
"committerDate": "2019-07-07 14:16:34 -0400",
|
|
664
|
+
"isTagged": true,
|
|
665
|
+
"tag": "@pie-element/placement-ordering-configure@3.4.6"
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"type": "chore",
|
|
669
|
+
"scope": "config-ui",
|
|
670
|
+
"subject": "bumped dependent packages",
|
|
671
|
+
"merge": null,
|
|
672
|
+
"header": "chore(config-ui): bumped dependent packages",
|
|
673
|
+
"body": null,
|
|
674
|
+
"footer": null,
|
|
675
|
+
"notes": [],
|
|
676
|
+
"hash": "645756c242868cf21e36a73227b355affb5f957a",
|
|
677
|
+
"gitTags": "",
|
|
678
|
+
"committerDate": "2019-07-07 15:44:44 -0400",
|
|
679
|
+
"isTagged": true,
|
|
680
|
+
"tag": "@pie-element/placement-ordering-configure@3.4.7"
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"type": "chore",
|
|
684
|
+
"scope": "editable-html",
|
|
685
|
+
"subject": "version bumped some dependant packages",
|
|
686
|
+
"merge": null,
|
|
687
|
+
"header": "chore(editable-html): version bumped some dependant packages",
|
|
688
|
+
"body": null,
|
|
689
|
+
"footer": null,
|
|
690
|
+
"notes": [],
|
|
691
|
+
"hash": "a4fbf3e8e7841ecae4f034328f9481a1f69ae3df",
|
|
692
|
+
"gitTags": "",
|
|
693
|
+
"committerDate": "2019-07-09 13:38:59 +0300",
|
|
694
|
+
"isTagged": true,
|
|
695
|
+
"tag": "@pie-element/placement-ordering-configure@3.4.8"
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
"type": "feat",
|
|
699
|
+
"scope": "template-elements",
|
|
700
|
+
"subject": "updated the dependent packages that use editable-html and fixed [ch2564], [ch2565], [ch2538], [ch2489], [ch2557], [ch2593], [ch2490], [ch2527]",
|
|
701
|
+
"merge": null,
|
|
702
|
+
"header": "feat(template-elements): updated the dependent packages that use editable-html and fixed [ch2564], [ch2565], [ch2538], [ch2489], [ch2557], [ch2593], [ch2490], [ch2527]",
|
|
703
|
+
"body": null,
|
|
704
|
+
"footer": null,
|
|
705
|
+
"notes": [],
|
|
706
|
+
"hash": "a87febe2518ada7ee433b0b39895c26c15737ac4",
|
|
707
|
+
"gitTags": "",
|
|
708
|
+
"committerDate": "2019-07-11 16:57:13 +0300",
|
|
709
|
+
"isTagged": true,
|
|
710
|
+
"tag": "@pie-element/placement-ordering-configure@3.5.0"
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"type": "fix",
|
|
714
|
+
"scope": "rendering",
|
|
715
|
+
"subject": "implemented rendering for math elements [ch1915], [ch1935]",
|
|
716
|
+
"merge": null,
|
|
717
|
+
"header": "fix(rendering): implemented rendering for math elements [ch1915], [ch1935]",
|
|
718
|
+
"body": null,
|
|
719
|
+
"footer": null,
|
|
720
|
+
"notes": [],
|
|
721
|
+
"hash": "2f3584200654e098c7b4cc4b312813efac09e7a9",
|
|
722
|
+
"gitTags": "",
|
|
723
|
+
"committerDate": "2019-07-12 15:45:27 +0300",
|
|
724
|
+
"isTagged": true,
|
|
725
|
+
"tag": "@pie-element/placement-ordering-configure@3.5.2"
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"type": "fix",
|
|
729
|
+
"scope": "elements",
|
|
730
|
+
"subject": "fixed some feedback config issues and the prompt issue on categorize [ch2192], [ch1770]",
|
|
731
|
+
"merge": null,
|
|
732
|
+
"header": "fix(elements): fixed some feedback config issues and the prompt issue on categorize [ch2192], [ch1770]",
|
|
733
|
+
"body": null,
|
|
734
|
+
"footer": null,
|
|
735
|
+
"notes": [],
|
|
736
|
+
"hash": "eb227241ba3bc52d7bf7a313f4f85b69e9203e85",
|
|
737
|
+
"gitTags": "",
|
|
738
|
+
"committerDate": "2019-08-01 12:43:53 +0300",
|
|
739
|
+
"isTagged": true,
|
|
740
|
+
"tag": "@pie-element/placement-ordering-configure@3.5.6"
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"type": "fix",
|
|
744
|
+
"scope": "elements",
|
|
745
|
+
"subject": "version bumped the editable-html packages [ch1738]",
|
|
746
|
+
"merge": null,
|
|
747
|
+
"header": "fix(elements): version bumped the editable-html packages [ch1738]",
|
|
748
|
+
"body": null,
|
|
749
|
+
"footer": null,
|
|
750
|
+
"notes": [],
|
|
751
|
+
"hash": "949222a6a3af39cf8b81a885a81e5c6f3c6a28a0",
|
|
752
|
+
"gitTags": "",
|
|
753
|
+
"committerDate": "2019-08-08 08:40:11 +0300",
|
|
754
|
+
"isTagged": true,
|
|
755
|
+
"tag": "@pie-element/placement-ordering-configure@3.5.7"
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
"type": "fix",
|
|
759
|
+
"scope": "math-rendering",
|
|
760
|
+
"subject": "updated all dependent packages [ch3365]",
|
|
761
|
+
"merge": null,
|
|
762
|
+
"header": "fix(math-rendering): updated all dependent packages [ch3365]",
|
|
763
|
+
"body": null,
|
|
764
|
+
"footer": null,
|
|
765
|
+
"notes": [],
|
|
766
|
+
"hash": "7cbf25ac92040a16621d5699e232c38575f6c36c",
|
|
767
|
+
"gitTags": "",
|
|
768
|
+
"committerDate": "2019-08-16 23:04:42 +0300",
|
|
769
|
+
"isTagged": true,
|
|
770
|
+
"tag": "@pie-element/placement-ordering-configure@3.5.8"
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"type": "fix",
|
|
774
|
+
"scope": null,
|
|
775
|
+
"subject": "set default values to configuration properties",
|
|
776
|
+
"merge": null,
|
|
777
|
+
"header": "fix: set default values to configuration properties",
|
|
778
|
+
"body": null,
|
|
779
|
+
"footer": null,
|
|
780
|
+
"notes": [],
|
|
781
|
+
"hash": "e65d4c3633bdac9aa8a26bc7171ba5e2614bd9a7",
|
|
782
|
+
"gitTags": "",
|
|
783
|
+
"committerDate": "2019-08-15 13:59:33 +0300",
|
|
784
|
+
"isTagged": true,
|
|
785
|
+
"tag": "@pie-element/placement-ordering-configure@3.5.8"
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"type": "fix",
|
|
789
|
+
"scope": "math-rendering",
|
|
790
|
+
"subject": "updated all dependent packages for math rendering and for editable-html [ch3365], [ch1530]",
|
|
791
|
+
"merge": null,
|
|
792
|
+
"header": "fix(math-rendering): updated all dependent packages for math rendering and for editable-html [ch3365], [ch1530]",
|
|
793
|
+
"body": null,
|
|
794
|
+
"footer": null,
|
|
795
|
+
"notes": [],
|
|
796
|
+
"hash": "33e3287a735cec9aed893f697a1933ff0c077042",
|
|
797
|
+
"gitTags": "",
|
|
798
|
+
"committerDate": "2019-08-19 19:37:56 +0300",
|
|
799
|
+
"isTagged": true,
|
|
800
|
+
"tag": "@pie-element/placement-ordering-configure@3.5.9"
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"type": "feat",
|
|
804
|
+
"scope": "placement-ordering",
|
|
805
|
+
"subject": "model based prompt",
|
|
806
|
+
"merge": null,
|
|
807
|
+
"header": "feat(placement-ordering): model based prompt",
|
|
808
|
+
"body": null,
|
|
809
|
+
"footer": null,
|
|
810
|
+
"notes": [],
|
|
811
|
+
"hash": "1d2812755d77906916aa9637c8c56652a0e3513a",
|
|
812
|
+
"gitTags": "",
|
|
813
|
+
"committerDate": "2019-09-25 19:45:47 +0300",
|
|
814
|
+
"isTagged": true,
|
|
815
|
+
"tag": "@pie-element/placement-ordering-configure@4.1.0"
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
"type": "fix",
|
|
819
|
+
"scope": null,
|
|
820
|
+
"subject": "Hide Partial Scoring option from Settings Panel setting to false by default.",
|
|
821
|
+
"merge": null,
|
|
822
|
+
"header": "fix: Hide Partial Scoring option from Settings Panel setting to false by default.",
|
|
823
|
+
"body": null,
|
|
824
|
+
"footer": null,
|
|
825
|
+
"notes": [],
|
|
826
|
+
"hash": "1d0f617741d88756dd9861647981b1121e04963f",
|
|
827
|
+
"gitTags": "",
|
|
828
|
+
"committerDate": "2019-11-06 09:57:11 +0200",
|
|
829
|
+
"isTagged": true,
|
|
830
|
+
"tag": "@pie-element/placement-ordering-configure@5.0.1"
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"type": "fix",
|
|
834
|
+
"scope": null,
|
|
835
|
+
"subject": "bump pie-ui version",
|
|
836
|
+
"merge": null,
|
|
837
|
+
"header": "fix: bump pie-ui version",
|
|
838
|
+
"body": null,
|
|
839
|
+
"footer": null,
|
|
840
|
+
"notes": [],
|
|
841
|
+
"hash": "ba0935983f91c7a459642e38edf4b284b0d4ec87",
|
|
842
|
+
"gitTags": "",
|
|
843
|
+
"committerDate": "2019-12-18 12:08:39 +0000",
|
|
844
|
+
"isTagged": true,
|
|
845
|
+
"tag": "@pie-element/placement-ordering-configure@5.0.2"
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
"type": "fix",
|
|
849
|
+
"scope": null,
|
|
850
|
+
"subject": "bump ui versions",
|
|
851
|
+
"merge": null,
|
|
852
|
+
"header": "fix: bump ui versions",
|
|
853
|
+
"body": null,
|
|
854
|
+
"footer": null,
|
|
855
|
+
"notes": [],
|
|
856
|
+
"hash": "5b9d99fe59c304bdd173c9336503eb558900d2a2",
|
|
857
|
+
"gitTags": "",
|
|
858
|
+
"committerDate": "2020-03-31 19:25:13 +0100",
|
|
859
|
+
"isTagged": true,
|
|
860
|
+
"tag": "@pie-element/placement-ordering-configure@5.1.0"
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"type": "fix",
|
|
864
|
+
"scope": null,
|
|
865
|
+
"subject": "bump lib and ui versions",
|
|
866
|
+
"merge": null,
|
|
867
|
+
"header": "fix: bump lib and ui versions",
|
|
868
|
+
"body": null,
|
|
869
|
+
"footer": null,
|
|
870
|
+
"notes": [],
|
|
871
|
+
"hash": "a882cbf4580098ce0e12c51cf6ad2879817e17e7",
|
|
872
|
+
"gitTags": "",
|
|
873
|
+
"committerDate": "2020-04-10 17:13:24 +0100",
|
|
874
|
+
"isTagged": true,
|
|
875
|
+
"tag": "@pie-element/placement-ordering-configure@5.1.1"
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
"type": "fix",
|
|
879
|
+
"scope": null,
|
|
880
|
+
"subject": "bump all packages to avoid tag conflict",
|
|
881
|
+
"merge": null,
|
|
882
|
+
"header": "fix: bump all packages to avoid tag conflict",
|
|
883
|
+
"body": null,
|
|
884
|
+
"footer": null,
|
|
885
|
+
"notes": [],
|
|
886
|
+
"hash": "d9ec9a8689f0a391594b5e2f4ea958c6dc9f6d7b",
|
|
887
|
+
"gitTags": "",
|
|
888
|
+
"committerDate": "2020-04-10 20:01:37 +0100",
|
|
889
|
+
"isTagged": true,
|
|
890
|
+
"tag": "@pie-element/placement-ordering-configure@5.1.1"
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
"type": "fix",
|
|
894
|
+
"scope": null,
|
|
895
|
+
"subject": "bump ui/lib versions",
|
|
896
|
+
"merge": null,
|
|
897
|
+
"header": "fix: bump ui/lib versions",
|
|
898
|
+
"body": null,
|
|
899
|
+
"footer": null,
|
|
900
|
+
"notes": [],
|
|
901
|
+
"hash": "3edb2321ebaefcaee70c3642aa6da8a50e8a99e5",
|
|
902
|
+
"gitTags": "",
|
|
903
|
+
"committerDate": "2020-04-14 15:36:44 +0100",
|
|
904
|
+
"isTagged": true,
|
|
905
|
+
"tag": "@pie-element/placement-ordering-configure@5.1.3"
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"type": "fix",
|
|
909
|
+
"scope": null,
|
|
910
|
+
"subject": "bump ui/lib versions",
|
|
911
|
+
"merge": null,
|
|
912
|
+
"header": "fix: bump ui/lib versions",
|
|
913
|
+
"body": null,
|
|
914
|
+
"footer": null,
|
|
915
|
+
"notes": [],
|
|
916
|
+
"hash": "45f0da6e3e01f33aff6059cb13d571554690348b",
|
|
917
|
+
"gitTags": "",
|
|
918
|
+
"committerDate": "2020-04-28 14:57:57 +0100",
|
|
919
|
+
"isTagged": true,
|
|
920
|
+
"tag": "@pie-element/placement-ordering-configure@5.1.4"
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"type": "fix",
|
|
924
|
+
"scope": null,
|
|
925
|
+
"subject": "update ui/lib versions",
|
|
926
|
+
"merge": null,
|
|
927
|
+
"header": "fix: update ui/lib versions",
|
|
928
|
+
"body": null,
|
|
929
|
+
"footer": null,
|
|
930
|
+
"notes": [],
|
|
931
|
+
"hash": "0226b0bc0869d468ba3e5986bc469e020f4f12a6",
|
|
932
|
+
"gitTags": "",
|
|
933
|
+
"committerDate": "2020-04-28 14:20:37 +0100",
|
|
934
|
+
"isTagged": true,
|
|
935
|
+
"tag": "@pie-element/placement-ordering-configure@5.1.4"
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
"type": "fix",
|
|
939
|
+
"scope": null,
|
|
940
|
+
"subject": "ui+libs update",
|
|
941
|
+
"merge": null,
|
|
942
|
+
"header": "fix: ui+libs update",
|
|
943
|
+
"body": null,
|
|
944
|
+
"footer": null,
|
|
945
|
+
"notes": [],
|
|
946
|
+
"hash": "6127de27006a7835d1dd7a9c4c5f13de950aa06d",
|
|
947
|
+
"gitTags": "",
|
|
948
|
+
"committerDate": "2020-04-27 19:52:07 +0100",
|
|
949
|
+
"isTagged": true,
|
|
950
|
+
"tag": "@pie-element/placement-ordering-configure@5.1.4"
|
|
951
|
+
}
|
|
952
|
+
]
|