@pie-element/number-line 13.1.1 → 13.1.2-next.1
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/configure.js +2 -0
- package/controller.js +1 -0
- package/dist/_virtual/_rolldown/runtime.js +11 -0
- package/dist/author/arrows.d.ts +28 -0
- package/dist/author/arrows.js +69 -0
- package/dist/author/card-bar.d.ts +20 -0
- package/dist/author/card-bar.js +41 -0
- package/dist/author/defaults.d.ts +178 -0
- package/dist/author/defaults.js +144 -0
- package/dist/author/domain.d.ts +15 -0
- package/dist/author/domain.js +54 -0
- package/dist/author/index.d.ts +23 -0
- package/dist/author/index.js +89 -0
- package/dist/author/main.d.ts +44 -0
- package/dist/author/main.js +485 -0
- package/dist/author/number-text-field.d.ts +13 -0
- package/dist/author/number-text-field.js +13 -0
- package/dist/author/point-config.d.ts +25 -0
- package/dist/author/point-config.js +69 -0
- package/dist/author/size.d.ts +24 -0
- package/dist/author/size.js +48 -0
- package/dist/author/ticks.d.ts +22 -0
- package/dist/author/ticks.js +115 -0
- package/dist/author/utils.d.ts +9 -0
- package/dist/author/utils.js +4 -0
- package/dist/browser/author/index.js +40259 -0
- package/dist/browser/author/index.js.map +1 -0
- package/dist/browser/controller/index.js +569 -0
- package/dist/browser/controller/index.js.map +1 -0
- package/dist/browser/delivery/index.js +2 -0
- package/dist/browser/delivery-Ci_kZyOM.js +17903 -0
- package/dist/browser/delivery-Ci_kZyOM.js.map +1 -0
- package/dist/browser/dist-D5T-OaLo.js +19038 -0
- package/dist/browser/dist-D5T-OaLo.js.map +1 -0
- package/dist/browser/impureFunctionsAny.generated-Bqfato71.js +10162 -0
- package/dist/browser/impureFunctionsAny.generated-Bqfato71.js.map +1 -0
- package/dist/browser/number-line.css +2 -0
- package/dist/controller/defaults.d.ts +58 -0
- package/dist/controller/defaults.js +50 -0
- package/dist/controller/index.d.ts +47 -0
- package/dist/controller/index.js +165 -0
- package/dist/controller/tickUtils.d.ts +21 -0
- package/dist/controller/tickUtils.js +252 -0
- package/dist/controller/utils.d.ts +9 -0
- package/dist/controller/utils.js +68 -0
- package/dist/delivery/data-converter.d.ts +64 -0
- package/dist/delivery/data-converter.js +70 -0
- package/dist/delivery/draggable/index.d.ts +33 -0
- package/dist/delivery/draggable/index.js +39 -0
- package/dist/delivery/index.d.ts +35 -0
- package/dist/delivery/index.js +109 -0
- package/dist/delivery/number-line/colors.d.ts +11 -0
- package/dist/delivery/number-line/colors.js +5 -0
- package/dist/delivery/number-line/feedback.d.ts +19 -0
- package/dist/delivery/number-line/feedback.js +57 -0
- package/dist/delivery/number-line/graph/arrow.d.ts +30 -0
- package/dist/delivery/number-line/graph/arrow.js +27 -0
- package/dist/delivery/number-line/graph/elements/base.d.ts +16 -0
- package/dist/delivery/number-line/graph/elements/base.js +11 -0
- package/dist/delivery/number-line/graph/elements/builder.d.ts +33 -0
- package/dist/delivery/number-line/graph/elements/builder.js +30 -0
- package/dist/delivery/number-line/graph/elements/line.d.ts +51 -0
- package/dist/delivery/number-line/graph/elements/line.js +188 -0
- package/dist/delivery/number-line/graph/elements/point.d.ts +43 -0
- package/dist/delivery/number-line/graph/elements/point.js +127 -0
- package/dist/delivery/number-line/graph/elements/ray.d.ts +43 -0
- package/dist/delivery/number-line/graph/elements/ray.js +130 -0
- package/dist/delivery/number-line/graph/index.d.ts +59 -0
- package/dist/delivery/number-line/graph/index.js +196 -0
- package/dist/delivery/number-line/graph/line.d.ts +46 -0
- package/dist/delivery/number-line/graph/line.js +27 -0
- package/dist/delivery/number-line/graph/stacks.d.ts +10 -0
- package/dist/delivery/number-line/graph/stacks.js +40 -0
- package/dist/delivery/number-line/graph/tick-utils.d.ts +80 -0
- package/dist/delivery/number-line/graph/tick-utils.js +295 -0
- package/dist/delivery/number-line/graph/ticks.d.ts +46 -0
- package/dist/delivery/number-line/graph/ticks.js +115 -0
- package/dist/delivery/number-line/index.d.ts +35 -0
- package/dist/delivery/number-line/index.js +215 -0
- package/dist/delivery/number-line/point-chooser/button.d.ts +31 -0
- package/dist/delivery/number-line/point-chooser/button.js +36 -0
- package/dist/delivery/number-line/point-chooser/img.d.ts +10 -0
- package/dist/delivery/number-line/point-chooser/img.js +4 -0
- package/dist/delivery/number-line/point-chooser/index.d.ts +37 -0
- package/dist/delivery/number-line/point-chooser/index.js +154 -0
- package/dist/delivery/number-line/point-chooser/styles.d.ts +192 -0
- package/dist/delivery/number-line/transitions/fade.d.ts +34 -0
- package/dist/delivery/number-line/transitions/fade.js +75 -0
- package/dist/delivery/number-line/transitions/index.d.ts +10 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.iife.d.ts +8 -0
- package/dist/index.iife.js +197 -0
- package/dist/index.js +2 -0
- package/dist/runtime-support.d.ts +12 -0
- package/dist/runtime-support.js +12 -0
- package/package.json +87 -21
- package/CHANGELOG.json +0 -1247
- package/CHANGELOG.md +0 -2435
- package/LICENSE.md +0 -5
- package/README.md +0 -28
- package/configure/CHANGELOG.json +0 -827
- package/configure/CHANGELOG.md +0 -2082
- package/configure/lib/arrows.js +0 -89
- package/configure/lib/arrows.js.map +0 -1
- package/configure/lib/card-bar.js +0 -57
- package/configure/lib/card-bar.js.map +0 -1
- package/configure/lib/defaults.js +0 -177
- package/configure/lib/defaults.js.map +0 -1
- package/configure/lib/domain.js +0 -87
- package/configure/lib/domain.js.map +0 -1
- package/configure/lib/index.js +0 -176
- package/configure/lib/index.js.map +0 -1
- package/configure/lib/main.js +0 -815
- package/configure/lib/main.js.map +0 -1
- package/configure/lib/number-text-field.js +0 -26
- package/configure/lib/number-text-field.js.map +0 -1
- package/configure/lib/point-config.js +0 -84
- package/configure/lib/point-config.js.map +0 -1
- package/configure/lib/size.js +0 -66
- package/configure/lib/size.js.map +0 -1
- package/configure/lib/ticks.js +0 -234
- package/configure/lib/ticks.js.map +0 -1
- package/configure/lib/utils.js +0 -12
- package/configure/lib/utils.js.map +0 -1
- package/configure/package.json +0 -20
- package/controller/CHANGELOG.json +0 -332
- package/controller/CHANGELOG.md +0 -1360
- package/controller/lib/defaults.js +0 -56
- package/controller/lib/defaults.js.map +0 -1
- package/controller/lib/index.js +0 -430
- package/controller/lib/index.js.map +0 -1
- package/controller/lib/tickUtils.js +0 -294
- package/controller/lib/tickUtils.js.map +0 -1
- package/controller/lib/utils.js +0 -168
- package/controller/lib/utils.js.map +0 -1
- package/controller/package.json +0 -20
- package/demo.gif +0 -0
- package/docs/config-schema.json +0 -2532
- package/docs/config-schema.json.md +0 -1844
- package/docs/demo/config.js +0 -8
- package/docs/demo/generate.js +0 -39
- package/docs/demo/index.html +0 -1
- package/docs/pie-schema.json +0 -2461
- package/docs/pie-schema.json.md +0 -1228
- package/docs/schemas/config.json +0 -256
- package/lib/data-converter.js +0 -96
- package/lib/data-converter.js.map +0 -1
- package/lib/draggable/index.js +0 -114
- package/lib/draggable/index.js.map +0 -1
- package/lib/index.js +0 -196
- package/lib/index.js.map +0 -1
- package/lib/number-line/colors.js +0 -11
- package/lib/number-line/colors.js.map +0 -1
- package/lib/number-line/feedback.js +0 -92
- package/lib/number-line/feedback.js.map +0 -1
- package/lib/number-line/graph/arrow.js +0 -44
- package/lib/number-line/graph/arrow.js.map +0 -1
- package/lib/number-line/graph/elements/base.js +0 -20
- package/lib/number-line/graph/elements/base.js.map +0 -1
- package/lib/number-line/graph/elements/builder.js +0 -37
- package/lib/number-line/graph/elements/builder.js.map +0 -1
- package/lib/number-line/graph/elements/line.js +0 -259
- package/lib/number-line/graph/elements/line.js.map +0 -1
- package/lib/number-line/graph/elements/point.js +0 -204
- package/lib/number-line/graph/elements/point.js.map +0 -1
- package/lib/number-line/graph/elements/ray.js +0 -190
- package/lib/number-line/graph/elements/ray.js.map +0 -1
- package/lib/number-line/graph/index.js +0 -262
- package/lib/number-line/graph/index.js.map +0 -1
- package/lib/number-line/graph/line.js +0 -38
- package/lib/number-line/graph/line.js.map +0 -1
- package/lib/number-line/graph/stacks.js +0 -78
- package/lib/number-line/graph/stacks.js.map +0 -1
- package/lib/number-line/graph/tick-utils.js +0 -347
- package/lib/number-line/graph/tick-utils.js.map +0 -1
- package/lib/number-line/graph/ticks.js +0 -188
- package/lib/number-line/graph/ticks.js.map +0 -1
- package/lib/number-line/index.js +0 -384
- package/lib/number-line/index.js.map +0 -1
- package/lib/number-line/point-chooser/button.js +0 -49
- package/lib/number-line/point-chooser/button.js.map +0 -1
- package/lib/number-line/point-chooser/img.js +0 -8
- package/lib/number-line/point-chooser/img.js.map +0 -1
- package/lib/number-line/point-chooser/index.js +0 -197
- package/lib/number-line/point-chooser/index.js.map +0 -1
- package/lib/number-line/point-chooser/styles.js +0 -77
- package/lib/number-line/point-chooser/styles.js.map +0 -1
- package/lib/number-line/transitions/fade.js +0 -88
- package/lib/number-line/transitions/fade.js.map +0 -1
- package/lib/number-line/transitions/index.js +0 -14
- package/lib/number-line/transitions/index.js.map +0 -1
package/CHANGELOG.json
DELETED
|
@@ -1,1247 +0,0 @@
|
|
|
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/number-line@3.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/number-line@3.3.0"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"type": "feat",
|
|
34
|
-
"scope": null,
|
|
35
|
-
"subject": "update schema docs (#136)",
|
|
36
|
-
"merge": null,
|
|
37
|
-
"header": "feat: update schema docs (#136)",
|
|
38
|
-
"body": null,
|
|
39
|
-
"footer": null,
|
|
40
|
-
"notes": [],
|
|
41
|
-
"hash": "184f2625b798a9f9ead150cc94a65cd2d10ed931",
|
|
42
|
-
"gitTags": "",
|
|
43
|
-
"committerDate": "2019-03-12 14:22:55 -0400",
|
|
44
|
-
"isTagged": true,
|
|
45
|
-
"tag": "@pie-element/number-line@3.3.0"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"type": "feat",
|
|
49
|
-
"scope": null,
|
|
50
|
-
"subject": "all elements on `develop` target @next releases",
|
|
51
|
-
"merge": null,
|
|
52
|
-
"header": "feat: all elements on `develop` target @next releases",
|
|
53
|
-
"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`",
|
|
54
|
-
"footer": null,
|
|
55
|
-
"notes": [],
|
|
56
|
-
"hash": "d3766e679f8442b55efc659e59242b6dfa6356a0",
|
|
57
|
-
"gitTags": "",
|
|
58
|
-
"committerDate": "2019-02-19 19:46:59 +0000",
|
|
59
|
-
"isTagged": true,
|
|
60
|
-
"tag": "@pie-element/number-line@3.3.0"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"type": "fix",
|
|
64
|
-
"scope": null,
|
|
65
|
-
"subject": "don't ignore lib when packing",
|
|
66
|
-
"merge": null,
|
|
67
|
-
"header": "fix: don't ignore lib when packing",
|
|
68
|
-
"body": null,
|
|
69
|
-
"footer": null,
|
|
70
|
-
"notes": [],
|
|
71
|
-
"hash": "4a9adf01ce390c3f96c58a961265629390ad3ecd",
|
|
72
|
-
"gitTags": "",
|
|
73
|
-
"committerDate": "2019-01-09 10:29:54 +0000",
|
|
74
|
-
"isTagged": true,
|
|
75
|
-
"tag": "@pie-element/number-line@3.0.10"
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"type": "fix",
|
|
79
|
-
"scope": "general",
|
|
80
|
-
"subject": "bumped the config-ui version for all packages",
|
|
81
|
-
"merge": null,
|
|
82
|
-
"header": "fix(general): bumped the config-ui version for all packages",
|
|
83
|
-
"body": null,
|
|
84
|
-
"footer": null,
|
|
85
|
-
"notes": [],
|
|
86
|
-
"hash": "159521db769e7043a1fbea9f06ed153f85bc55df",
|
|
87
|
-
"gitTags": "",
|
|
88
|
-
"committerDate": "2019-01-08 15:04:14 +0200",
|
|
89
|
-
"isTagged": true,
|
|
90
|
-
"tag": "@pie-element/number-line@3.0.10"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"type": "fix",
|
|
94
|
-
"scope": null,
|
|
95
|
-
"subject": "build fixes",
|
|
96
|
-
"merge": null,
|
|
97
|
-
"header": "fix: build fixes",
|
|
98
|
-
"body": null,
|
|
99
|
-
"footer": null,
|
|
100
|
-
"notes": [],
|
|
101
|
-
"hash": "3c3a7f20ff7805fa1265eb7b187b80d77e1820ac",
|
|
102
|
-
"gitTags": "",
|
|
103
|
-
"committerDate": "2018-09-20 09:49:51 +0100",
|
|
104
|
-
"isTagged": true,
|
|
105
|
-
"tag": "@pie-element/number-line@3.0.10"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"type": "fix",
|
|
109
|
-
"scope": null,
|
|
110
|
-
"subject": "bump config-ui@^7.6.6",
|
|
111
|
-
"merge": null,
|
|
112
|
-
"header": "fix: bump config-ui@^7.6.6",
|
|
113
|
-
"body": null,
|
|
114
|
-
"footer": null,
|
|
115
|
-
"notes": [],
|
|
116
|
-
"hash": "266235a5351077d081f4c08dab3411e6690d43ac",
|
|
117
|
-
"gitTags": "",
|
|
118
|
-
"committerDate": "2018-08-06 13:32:09 -0400",
|
|
119
|
-
"isTagged": true,
|
|
120
|
-
"tag": "@pie-element/number-line@3.0.10"
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"type": "fix",
|
|
124
|
-
"scope": null,
|
|
125
|
-
"subject": "dont import *.jsx files",
|
|
126
|
-
"merge": null,
|
|
127
|
-
"header": "fix: dont import *.jsx files",
|
|
128
|
-
"body": null,
|
|
129
|
-
"footer": null,
|
|
130
|
-
"notes": [],
|
|
131
|
-
"hash": "5811854a9badd81224aad43b3db3572b5b08ff7f",
|
|
132
|
-
"gitTags": "",
|
|
133
|
-
"committerDate": "2018-06-06 16:02:53 -0400",
|
|
134
|
-
"isTagged": true,
|
|
135
|
-
"tag": "@pie-element/number-line@3.0.10"
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"type": "feat",
|
|
139
|
-
"scope": null,
|
|
140
|
-
"subject": "upgrade material-ui -> @material-ui/core@1.0.0-rc.1",
|
|
141
|
-
"merge": null,
|
|
142
|
-
"header": "feat: upgrade material-ui -> @material-ui/core@1.0.0-rc.1",
|
|
143
|
-
"body": null,
|
|
144
|
-
"footer": null,
|
|
145
|
-
"notes": [],
|
|
146
|
-
"hash": "4a29a98fc957862beac586e16654ff25b4589eec",
|
|
147
|
-
"gitTags": "",
|
|
148
|
-
"committerDate": "2018-05-16 12:00:55 -0400",
|
|
149
|
-
"isTagged": true,
|
|
150
|
-
"tag": "@pie-element/number-line@3.0.1"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"type": "fix",
|
|
154
|
-
"scope": "dependencies",
|
|
155
|
-
"subject": "bump @pie-lib/feedback",
|
|
156
|
-
"merge": null,
|
|
157
|
-
"header": "fix(dependencies): bump @pie-lib/feedback",
|
|
158
|
-
"body": null,
|
|
159
|
-
"footer": null,
|
|
160
|
-
"notes": [],
|
|
161
|
-
"hash": "6fea7bb8bd678952103c1d6efb9d1e3d8ea4ef90",
|
|
162
|
-
"gitTags": "",
|
|
163
|
-
"committerDate": "2018-05-10 21:39:29 -0400",
|
|
164
|
-
"isTagged": true,
|
|
165
|
-
"tag": "@pie-element/number-line@2.0.0"
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"type": "chore",
|
|
169
|
-
"scope": "test",
|
|
170
|
-
"subject": "update tests",
|
|
171
|
-
"merge": null,
|
|
172
|
-
"header": "chore(test): update tests",
|
|
173
|
-
"body": null,
|
|
174
|
-
"footer": null,
|
|
175
|
-
"notes": [],
|
|
176
|
-
"hash": "8b663ad51a6bcc9d6c9fab3de3a9a23da23a24a8",
|
|
177
|
-
"gitTags": "",
|
|
178
|
-
"committerDate": "2018-05-10 21:21:58 -0400",
|
|
179
|
-
"isTagged": true,
|
|
180
|
-
"tag": "@pie-element/number-line@2.0.0"
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"type": "fix",
|
|
184
|
-
"scope": "controller",
|
|
185
|
-
"subject": "bump feedback version",
|
|
186
|
-
"merge": null,
|
|
187
|
-
"header": "fix(controller): bump feedback version",
|
|
188
|
-
"body": null,
|
|
189
|
-
"footer": null,
|
|
190
|
-
"notes": [],
|
|
191
|
-
"hash": "a07c9ecf3f44f94bdeb48e847cca52ac8e13f619",
|
|
192
|
-
"gitTags": "",
|
|
193
|
-
"committerDate": "2018-05-10 19:13:44 -0400",
|
|
194
|
-
"isTagged": true,
|
|
195
|
-
"tag": "@pie-element/number-line@2.0.0"
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
"type": "feat",
|
|
199
|
-
"scope": "model",
|
|
200
|
-
"subject": "move away from legacy model",
|
|
201
|
-
"merge": null,
|
|
202
|
-
"header": "feat(model): move away from legacy model",
|
|
203
|
-
"body": null,
|
|
204
|
-
"footer": "BREAKING CHANGE:\n\nModel has moved from:\n\n* `model.config` -> `config`\n* `feedback` - uses new feedback structure\n\nFull example:\n\nFrom:\n\n```javascript\n\n {\n id: '1',\n element: 'number-line',\n correctResponse: [\n {\n type: 'point',\n pointType: 'full',\n domainPosition: 1\n },\n {\n type: 'line',\n leftPoint: 'full',\n rightPoint: 'empty',\n domainPosition: 1,\n size: 2\n }\n ],\n feedback: {\n correctFeedbackType: 'default',\n partialFeedbackType: 'default',\n incorrectFeedbackType: 'custom',\n incorrectFeedback: '<h1>incorrect</h1>'\n },\n allowPartialScoring: true,\n partialScoring: [\n {\n numberOfCorrect: 1,\n scorePercentage: 35\n }\n ],\n model: {\n config: {\n width: 500,\n height: 400,\n domain: [\n -5,\n 5\n ],\n initialElements: [\n {\n type: 'point',\n pointType: 'empty',\n domainPosition: -1\n }\n ],\n maxNumberOfPoints: 20,\n tickFrequency: 6,\n showMinorTicks: true,\n snapPerTick: 1,\n tickLabelOverrides: [],\n initialType: 'PF',\n exhibitOnly: false,\n availableTypes: {\n PF: true,\n PE: true,\n LFF: true,\n LEF: true,\n LFE: true,\n LEE: true,\n RFN: true,\n RFP: true,\n REN: true,\n REP: true\n }\n }\n }\n }\n\n```\n\nTo:\n\n```javascript\n\n {\n id: '1',\n element: 'number-line',\n correctResponse: [\n {\n type: 'point',\n pointType: 'full',\n domainPosition: 1\n },\n {\n type: 'line',\n leftPoint: 'full',\n rightPoint: 'empty',\n domainPosition: 1,\n size: 2\n }\n ],\n feedback: {\n correct: {\n type: 'default',\n default: 'Correct'\n },\n partial: {\n type: 'default',\n default: 'Nearly'\n },\n incorrect: {\n type: 'custom',\n custom: '<h1>Incorrect</h1>'\n }\n },\n allowPartialScoring: true,\n partialScoring: [\n {\n numberOfCorrect: 1,\n scorePercentage: 35\n }\n ],\n config: {\n width: 500,\n height: 400,\n domain: [-5, 5],\n initialElements: [\n {\n type: 'point',\n pointType: 'empty',\n domainPosition: -1\n }\n ],\n maxNumberOfPoints: 20,\n tickFrequency: 6,\n showMinorTicks: true,\n snapPerTick: 1,\n tickLabelOverrides: [],\n initialType: 'PF',\n exhibitOnly: false,\n availableTypes: {\n PF: true,\n PE: true,\n LFF: true,\n LEF: true,\n LFE: true,\n LEE: true,\n RFN: true,\n RFP: true,\n REN: true,\n REP: true\n }\n }\n }\n\n```",
|
|
205
|
-
"notes": [
|
|
206
|
-
{
|
|
207
|
-
"title": "BREAKING CHANGE",
|
|
208
|
-
"text": "Model has moved from:\n\n* `model.config` -> `config`\n* `feedback` - uses new feedback structure\n\nFull example:\n\nFrom:\n\n```javascript\n\n {\n id: '1',\n element: 'number-line',\n correctResponse: [\n {\n type: 'point',\n pointType: 'full',\n domainPosition: 1\n },\n {\n type: 'line',\n leftPoint: 'full',\n rightPoint: 'empty',\n domainPosition: 1,\n size: 2\n }\n ],\n feedback: {\n correctFeedbackType: 'default',\n partialFeedbackType: 'default',\n incorrectFeedbackType: 'custom',\n incorrectFeedback: '<h1>incorrect</h1>'\n },\n allowPartialScoring: true,\n partialScoring: [\n {\n numberOfCorrect: 1,\n scorePercentage: 35\n }\n ],\n model: {\n config: {\n width: 500,\n height: 400,\n domain: [\n -5,\n 5\n ],\n initialElements: [\n {\n type: 'point',\n pointType: 'empty',\n domainPosition: -1\n }\n ],\n maxNumberOfPoints: 20,\n tickFrequency: 6,\n showMinorTicks: true,\n snapPerTick: 1,\n tickLabelOverrides: [],\n initialType: 'PF',\n exhibitOnly: false,\n availableTypes: {\n PF: true,\n PE: true,\n LFF: true,\n LEF: true,\n LFE: true,\n LEE: true,\n RFN: true,\n RFP: true,\n REN: true,\n REP: true\n }\n }\n }\n }\n\n```\n\nTo:\n\n```javascript\n\n {\n id: '1',\n element: 'number-line',\n correctResponse: [\n {\n type: 'point',\n pointType: 'full',\n domainPosition: 1\n },\n {\n type: 'line',\n leftPoint: 'full',\n rightPoint: 'empty',\n domainPosition: 1,\n size: 2\n }\n ],\n feedback: {\n correct: {\n type: 'default',\n default: 'Correct'\n },\n partial: {\n type: 'default',\n default: 'Nearly'\n },\n incorrect: {\n type: 'custom',\n custom: '<h1>Incorrect</h1>'\n }\n },\n allowPartialScoring: true,\n partialScoring: [\n {\n numberOfCorrect: 1,\n scorePercentage: 35\n }\n ],\n config: {\n width: 500,\n height: 400,\n domain: [-5, 5],\n initialElements: [\n {\n type: 'point',\n pointType: 'empty',\n domainPosition: -1\n }\n ],\n maxNumberOfPoints: 20,\n tickFrequency: 6,\n showMinorTicks: true,\n snapPerTick: 1,\n tickLabelOverrides: [],\n initialType: 'PF',\n exhibitOnly: false,\n availableTypes: {\n PF: true,\n PE: true,\n LFF: true,\n LEF: true,\n LFE: true,\n LEE: true,\n RFN: true,\n RFP: true,\n REN: true,\n REP: true\n }\n }\n }\n\n```"
|
|
209
|
-
}
|
|
210
|
-
],
|
|
211
|
-
"hash": "91533425f0b1f43ec90fe8ac8231cbbb3aac9309",
|
|
212
|
-
"gitTags": "",
|
|
213
|
-
"committerDate": "2018-05-10 12:13:31 -0400",
|
|
214
|
-
"isTagged": true,
|
|
215
|
-
"tag": "@pie-element/number-line@2.0.0"
|
|
216
|
-
},
|
|
217
|
-
{
|
|
218
|
-
"type": "feat",
|
|
219
|
-
"scope": "dependencies",
|
|
220
|
-
"subject": "use latest of @pie-ui/*",
|
|
221
|
-
"merge": null,
|
|
222
|
-
"header": "feat(dependencies): use latest of @pie-ui/*",
|
|
223
|
-
"body": null,
|
|
224
|
-
"footer": null,
|
|
225
|
-
"notes": [],
|
|
226
|
-
"hash": "ac9d2e5b1fbd0bf21c0304af6c98fbfad07b5218",
|
|
227
|
-
"gitTags": "",
|
|
228
|
-
"committerDate": "2018-05-02 21:22:39 -0400",
|
|
229
|
-
"isTagged": true,
|
|
230
|
-
"tag": "@pie-element/number-line@1.6.0"
|
|
231
|
-
},
|
|
232
|
-
{
|
|
233
|
-
"type": "feat",
|
|
234
|
-
"scope": "dependencies",
|
|
235
|
-
"subject": "use latest @pie-ui/number-line",
|
|
236
|
-
"merge": null,
|
|
237
|
-
"header": "feat(dependencies): use latest @pie-ui/number-line",
|
|
238
|
-
"body": null,
|
|
239
|
-
"footer": null,
|
|
240
|
-
"notes": [],
|
|
241
|
-
"hash": "e8fcdba7ea4f892a700445eb31e42c697a74dbd4",
|
|
242
|
-
"gitTags": "",
|
|
243
|
-
"committerDate": "2018-04-17 14:22:23 -0400",
|
|
244
|
-
"isTagged": true,
|
|
245
|
-
"tag": "@pie-element/number-line@1.6.0"
|
|
246
|
-
},
|
|
247
|
-
{
|
|
248
|
-
"type": "fix",
|
|
249
|
-
"scope": "dependencies",
|
|
250
|
-
"subject": "update dependencies",
|
|
251
|
-
"merge": null,
|
|
252
|
-
"header": "fix(dependencies): update dependencies",
|
|
253
|
-
"body": null,
|
|
254
|
-
"footer": null,
|
|
255
|
-
"notes": [],
|
|
256
|
-
"hash": "2868681993a74c28a932c65bd1abf7034c669ffb",
|
|
257
|
-
"gitTags": "",
|
|
258
|
-
"committerDate": "2018-03-06 16:11:00 -0500",
|
|
259
|
-
"isTagged": true,
|
|
260
|
-
"tag": "@pie-element/number-line@1.6.0"
|
|
261
|
-
},
|
|
262
|
-
{
|
|
263
|
-
"type": "fix",
|
|
264
|
-
"scope": "dependencies",
|
|
265
|
-
"subject": "update dependency names",
|
|
266
|
-
"merge": null,
|
|
267
|
-
"header": "fix(dependencies): update dependency names",
|
|
268
|
-
"body": null,
|
|
269
|
-
"footer": null,
|
|
270
|
-
"notes": [],
|
|
271
|
-
"hash": "dc789acd13eb139e0c3d04c12c7811bcfdd4059f",
|
|
272
|
-
"gitTags": "",
|
|
273
|
-
"committerDate": "2018-03-06 14:22:23 -0500",
|
|
274
|
-
"isTagged": true,
|
|
275
|
-
"tag": "@pie-element/number-line@1.6.0"
|
|
276
|
-
},
|
|
277
|
-
{
|
|
278
|
-
"type": "feat",
|
|
279
|
-
"scope": "general",
|
|
280
|
-
"subject": "initialize default model (2) (#138)",
|
|
281
|
-
"merge": null,
|
|
282
|
-
"header": "feat(general): initialize default model (2) (#138)",
|
|
283
|
-
"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",
|
|
284
|
-
"footer": null,
|
|
285
|
-
"notes": [],
|
|
286
|
-
"hash": "fc72eca03a09c3d48989e88484a7c79d6dbec0f9",
|
|
287
|
-
"gitTags": "",
|
|
288
|
-
"committerDate": "2019-03-15 15:25:07 -0400",
|
|
289
|
-
"isTagged": true,
|
|
290
|
-
"tag": "@pie-element/number-line@3.4.0"
|
|
291
|
-
},
|
|
292
|
-
{
|
|
293
|
-
"type": "fix",
|
|
294
|
-
"scope": "calculator",
|
|
295
|
-
"subject": "Updated @pie-lib/config-ui version. (#177)",
|
|
296
|
-
"merge": null,
|
|
297
|
-
"header": "fix(calculator): Updated @pie-lib/config-ui version. (#177)",
|
|
298
|
-
"body": "fix(categorize): Updated @pie-lib/config-ui version.\nfix(function-entry): Updated @pie-lib/config-ui version.\nfix(inline-choice): Updated @pie-lib/config-ui version.\nfix(number-line): Updated @pie-lib/config-ui version.\nfix(point-intercept): Updated @pie-lib/config-ui version.\nfix(ruler): Updated @pie-lib/config-ui version.\nfix(select-text): Updated @pie-lib/config-ui version.\nfix(text-entry): Updated @pie-lib/config-ui version.",
|
|
299
|
-
"footer": null,
|
|
300
|
-
"notes": [],
|
|
301
|
-
"hash": "6a56ff0588b46f065e3b3e536fce6189aa43673e",
|
|
302
|
-
"gitTags": "",
|
|
303
|
-
"committerDate": "2019-04-23 09:12:02 -0400",
|
|
304
|
-
"isTagged": true,
|
|
305
|
-
"tag": "@pie-element/number-line@3.4.4"
|
|
306
|
-
},
|
|
307
|
-
{
|
|
308
|
-
"type": "fix",
|
|
309
|
-
"scope": null,
|
|
310
|
-
"subject": "Updated with new version of @pie-lib/config-ui.",
|
|
311
|
-
"merge": null,
|
|
312
|
-
"header": "fix: Updated with new version of @pie-lib/config-ui.",
|
|
313
|
-
"body": null,
|
|
314
|
-
"footer": null,
|
|
315
|
-
"notes": [],
|
|
316
|
-
"hash": "12d8170f71bfc9d271621ca0219c2375071d6295",
|
|
317
|
-
"gitTags": "",
|
|
318
|
-
"committerDate": "2019-04-25 11:10:31 +0300",
|
|
319
|
-
"isTagged": true,
|
|
320
|
-
"tag": "@pie-element/number-line@3.4.6"
|
|
321
|
-
},
|
|
322
|
-
{
|
|
323
|
-
"type": "fix",
|
|
324
|
-
"scope": null,
|
|
325
|
-
"subject": "Updated pie-ui/categories version.",
|
|
326
|
-
"merge": null,
|
|
327
|
-
"header": "fix: Updated pie-ui/categories version.",
|
|
328
|
-
"body": null,
|
|
329
|
-
"footer": null,
|
|
330
|
-
"notes": [],
|
|
331
|
-
"hash": "99b0996427895b090313850c9e2e5d0d9d73d357",
|
|
332
|
-
"gitTags": "",
|
|
333
|
-
"committerDate": "2019-05-09 07:35:33 +0300",
|
|
334
|
-
"isTagged": true,
|
|
335
|
-
"tag": "@pie-element/number-line@4.0.0"
|
|
336
|
-
},
|
|
337
|
-
{
|
|
338
|
-
"type": "feat",
|
|
339
|
-
"scope": null,
|
|
340
|
-
"subject": "Transformed defaults into an object that has model and configuration property. Renamed `model.config` with `model.graph`.",
|
|
341
|
-
"merge": null,
|
|
342
|
-
"header": "feat: Transformed defaults into an object that has model and configuration property. Renamed `model.config` with `model.graph`.",
|
|
343
|
-
"body": null,
|
|
344
|
-
"footer": "BREAKING CHANGE: `model.config` will not be used anymore. Use `model.graph` instead, to configure the graph.",
|
|
345
|
-
"notes": [
|
|
346
|
-
{
|
|
347
|
-
"title": "BREAKING CHANGE",
|
|
348
|
-
"text": "`model.config` will not be used anymore. Use `model.graph` instead, to configure the graph."
|
|
349
|
-
}
|
|
350
|
-
],
|
|
351
|
-
"hash": "6548972f0d7d3a6afabd422b27959fdaa02e5e14",
|
|
352
|
-
"gitTags": "",
|
|
353
|
-
"committerDate": "2019-05-08 15:12:28 +0300",
|
|
354
|
-
"isTagged": true,
|
|
355
|
-
"tag": "@pie-element/number-line@4.0.0"
|
|
356
|
-
},
|
|
357
|
-
{
|
|
358
|
-
"type": "feat",
|
|
359
|
-
"scope": "number-line",
|
|
360
|
-
"subject": "added prompt support.",
|
|
361
|
-
"merge": null,
|
|
362
|
-
"header": "feat(number-line): added prompt support.",
|
|
363
|
-
"body": null,
|
|
364
|
-
"footer": null,
|
|
365
|
-
"notes": [],
|
|
366
|
-
"hash": "324824c38780df036066ca60a6a75cc3717987e4",
|
|
367
|
-
"gitTags": "",
|
|
368
|
-
"committerDate": "2019-05-10 12:50:58 +0300",
|
|
369
|
-
"isTagged": true,
|
|
370
|
-
"tag": "@pie-element/number-line@4.1.0"
|
|
371
|
-
},
|
|
372
|
-
{
|
|
373
|
-
"type": "fix",
|
|
374
|
-
"scope": null,
|
|
375
|
-
"subject": "Updated pie-schema and config-schema.",
|
|
376
|
-
"merge": null,
|
|
377
|
-
"header": "fix: Updated pie-schema and config-schema.",
|
|
378
|
-
"body": null,
|
|
379
|
-
"footer": null,
|
|
380
|
-
"notes": [],
|
|
381
|
-
"hash": "e5528008841624dd4da1d16fc14da09ca74f007e",
|
|
382
|
-
"gitTags": "",
|
|
383
|
-
"committerDate": "2019-05-14 16:14:26 +0300",
|
|
384
|
-
"isTagged": true,
|
|
385
|
-
"tag": "@pie-element/number-line@4.1.2"
|
|
386
|
-
},
|
|
387
|
-
{
|
|
388
|
-
"type": "chore",
|
|
389
|
-
"scope": "latest-version",
|
|
390
|
-
"subject": "pushing to release",
|
|
391
|
-
"merge": null,
|
|
392
|
-
"header": "chore(latest-version): pushing to release",
|
|
393
|
-
"body": null,
|
|
394
|
-
"footer": null,
|
|
395
|
-
"notes": [],
|
|
396
|
-
"hash": "64030ba2c7c18d20381b6a0f5caaff19f1e5e959",
|
|
397
|
-
"gitTags": " (develop)",
|
|
398
|
-
"committerDate": "2019-06-06 01:31:17 +0300",
|
|
399
|
-
"isTagged": true,
|
|
400
|
-
"tag": "@pie-element/number-line@4.1.4"
|
|
401
|
-
},
|
|
402
|
-
{
|
|
403
|
-
"type": "chore",
|
|
404
|
-
"scope": "version",
|
|
405
|
-
"subject": "bumped the versions",
|
|
406
|
-
"merge": null,
|
|
407
|
-
"header": "chore(version): bumped the versions",
|
|
408
|
-
"body": null,
|
|
409
|
-
"footer": null,
|
|
410
|
-
"notes": [],
|
|
411
|
-
"hash": "12b141d884c66a15d23c8cbb34be820a422d7332",
|
|
412
|
-
"gitTags": " (origin/feat/mask-markup-elements)",
|
|
413
|
-
"committerDate": "2019-06-06 01:15:50 +0300",
|
|
414
|
-
"isTagged": true,
|
|
415
|
-
"tag": "@pie-element/number-line@4.1.4"
|
|
416
|
-
},
|
|
417
|
-
{
|
|
418
|
-
"type": "chore",
|
|
419
|
-
"scope": "version",
|
|
420
|
-
"subject": "bumped the packages that depend on the editable-html",
|
|
421
|
-
"merge": null,
|
|
422
|
-
"header": "chore(version): bumped the packages that depend on the editable-html",
|
|
423
|
-
"body": null,
|
|
424
|
-
"footer": null,
|
|
425
|
-
"notes": [],
|
|
426
|
-
"hash": "00eb12e58c01b50dde8e4d1a179c879e2f3216fc",
|
|
427
|
-
"gitTags": " (develop)",
|
|
428
|
-
"committerDate": "2019-06-06 13:16:05 +0300",
|
|
429
|
-
"isTagged": true,
|
|
430
|
-
"tag": "@pie-element/number-line@4.1.5"
|
|
431
|
-
},
|
|
432
|
-
{
|
|
433
|
-
"type": "chore",
|
|
434
|
-
"scope": "version",
|
|
435
|
-
"subject": "bumped the versions",
|
|
436
|
-
"merge": null,
|
|
437
|
-
"header": "chore(version): bumped the versions",
|
|
438
|
-
"body": null,
|
|
439
|
-
"footer": null,
|
|
440
|
-
"notes": [],
|
|
441
|
-
"hash": "12b141d884c66a15d23c8cbb34be820a422d7332",
|
|
442
|
-
"gitTags": " (origin/feat/mask-markup-elements)",
|
|
443
|
-
"committerDate": "2019-06-06 01:15:50 +0300",
|
|
444
|
-
"isTagged": true,
|
|
445
|
-
"tag": "@pie-element/number-line@4.1.4"
|
|
446
|
-
},
|
|
447
|
-
{
|
|
448
|
-
"type": "chore",
|
|
449
|
-
"scope": "merge",
|
|
450
|
-
"subject": "merged develop into master",
|
|
451
|
-
"merge": null,
|
|
452
|
-
"header": "chore(merge): merged develop into master",
|
|
453
|
-
"body": null,
|
|
454
|
-
"footer": null,
|
|
455
|
-
"notes": [],
|
|
456
|
-
"hash": "3bb9f402d900f3a0349537dfd01ce558c526cb55",
|
|
457
|
-
"gitTags": " (develop)",
|
|
458
|
-
"committerDate": "2019-06-07 23:29:44 +0300",
|
|
459
|
-
"isTagged": true,
|
|
460
|
-
"tag": "@pie-element/number-line@4.1.6"
|
|
461
|
-
},
|
|
462
|
-
{
|
|
463
|
-
"type": "feat",
|
|
464
|
-
"scope": "general",
|
|
465
|
-
"subject": "updated all the packages that have the config-ui as a dependency",
|
|
466
|
-
"merge": null,
|
|
467
|
-
"header": "feat(general): updated all the packages that have the config-ui as a dependency",
|
|
468
|
-
"body": null,
|
|
469
|
-
"footer": null,
|
|
470
|
-
"notes": [],
|
|
471
|
-
"hash": "44061deecae6d18cdbf6f5fb524f3d3094ccd354",
|
|
472
|
-
"gitTags": "",
|
|
473
|
-
"committerDate": "2019-06-20 22:32:48 -0400",
|
|
474
|
-
"isTagged": true,
|
|
475
|
-
"tag": "@pie-element/number-line@4.2.0"
|
|
476
|
-
},
|
|
477
|
-
{
|
|
478
|
-
"type": "fix",
|
|
479
|
-
"scope": null,
|
|
480
|
-
"subject": "add to correct response`",
|
|
481
|
-
"merge": null,
|
|
482
|
-
"header": "fix: add to correct response`",
|
|
483
|
-
"body": null,
|
|
484
|
-
"footer": null,
|
|
485
|
-
"notes": [],
|
|
486
|
-
"hash": "4ca8f1a46eca1eb312f58a80b1972c47f9a1f6ab",
|
|
487
|
-
"gitTags": " (origin/develop, origin/HEAD, develop)",
|
|
488
|
-
"committerDate": "2019-06-23 22:59:15 +0100",
|
|
489
|
-
"isTagged": true,
|
|
490
|
-
"tag": "@pie-element/number-line@5.0.0"
|
|
491
|
-
},
|
|
492
|
-
{
|
|
493
|
-
"type": "feat",
|
|
494
|
-
"scope": null,
|
|
495
|
-
"subject": "number line updates",
|
|
496
|
-
"merge": null,
|
|
497
|
-
"header": "feat: number line updates",
|
|
498
|
-
"body": null,
|
|
499
|
-
"footer": "BREAKING CHANGE: `domain` is now `{min:number,max:number}`, `ticks:\n{minor:number, major:number}` added.",
|
|
500
|
-
"notes": [
|
|
501
|
-
{
|
|
502
|
-
"title": "BREAKING CHANGE",
|
|
503
|
-
"text": "`domain` is now `{min:number,max:number}`, `ticks:\n{minor:number, major:number}` added."
|
|
504
|
-
}
|
|
505
|
-
],
|
|
506
|
-
"hash": "f4dbf3d0a1b8f56e4d789109b8dea596fecc0f13",
|
|
507
|
-
"gitTags": "",
|
|
508
|
-
"committerDate": "2019-06-21 15:57:35 +0100",
|
|
509
|
-
"isTagged": true,
|
|
510
|
-
"tag": "@pie-element/number-line@5.0.0"
|
|
511
|
-
},
|
|
512
|
-
{
|
|
513
|
-
"type": "feat",
|
|
514
|
-
"scope": null,
|
|
515
|
-
"subject": "update pie-ui/number-line",
|
|
516
|
-
"merge": null,
|
|
517
|
-
"header": "feat: update pie-ui/number-line",
|
|
518
|
-
"body": null,
|
|
519
|
-
"footer": null,
|
|
520
|
-
"notes": [],
|
|
521
|
-
"hash": "54da4d70d306fa5dc89fc52876b333a7b37e493d",
|
|
522
|
-
"gitTags": "",
|
|
523
|
-
"committerDate": "2019-06-24 11:06:21 +0100",
|
|
524
|
-
"isTagged": true,
|
|
525
|
-
"tag": "@pie-element/number-line@5.1.0"
|
|
526
|
-
},
|
|
527
|
-
{
|
|
528
|
-
"type": "fix",
|
|
529
|
-
"scope": null,
|
|
530
|
-
"subject": "set graph prop as default model",
|
|
531
|
-
"merge": null,
|
|
532
|
-
"header": "fix: set graph prop as default model",
|
|
533
|
-
"body": null,
|
|
534
|
-
"footer": null,
|
|
535
|
-
"notes": [],
|
|
536
|
-
"hash": "63b0bf26a8478aaacbca894a012226fd5818af3b",
|
|
537
|
-
"gitTags": " (origin/develop, origin/HEAD, develop)",
|
|
538
|
-
"committerDate": "2019-06-24 11:36:08 +0100",
|
|
539
|
-
"isTagged": true,
|
|
540
|
-
"tag": "@pie-element/number-line@5.1.1"
|
|
541
|
-
},
|
|
542
|
-
{
|
|
543
|
-
"type": "fix",
|
|
544
|
-
"scope": null,
|
|
545
|
-
"subject": "bump @pie-ui/number-line to ^7.1.0",
|
|
546
|
-
"merge": null,
|
|
547
|
-
"header": "fix: bump @pie-ui/number-line to ^7.1.0",
|
|
548
|
-
"body": null,
|
|
549
|
-
"footer": null,
|
|
550
|
-
"notes": [],
|
|
551
|
-
"hash": "81b49b35253a9983e473f7228edb47de419a7f49",
|
|
552
|
-
"gitTags": "",
|
|
553
|
-
"committerDate": "2019-06-24 11:25:22 +0100",
|
|
554
|
-
"isTagged": true,
|
|
555
|
-
"tag": "@pie-element/number-line@5.1.1"
|
|
556
|
-
},
|
|
557
|
-
{
|
|
558
|
-
"type": "fix",
|
|
559
|
-
"scope": null,
|
|
560
|
-
"subject": "bump @pie-ui/number-line",
|
|
561
|
-
"merge": null,
|
|
562
|
-
"header": "fix: bump @pie-ui/number-line",
|
|
563
|
-
"body": null,
|
|
564
|
-
"footer": null,
|
|
565
|
-
"notes": [],
|
|
566
|
-
"hash": "379cfbbb0022c9108e9070ac45b7fafa0bf0a41c",
|
|
567
|
-
"gitTags": "",
|
|
568
|
-
"committerDate": "2019-06-25 13:00:39 +0100",
|
|
569
|
-
"isTagged": true,
|
|
570
|
-
"tag": "@pie-element/number-line@5.1.2"
|
|
571
|
-
},
|
|
572
|
-
{
|
|
573
|
-
"type": "feat",
|
|
574
|
-
"scope": "settings-panel",
|
|
575
|
-
"subject": "updated the settings panel design and changes needed for [ch2242]",
|
|
576
|
-
"merge": null,
|
|
577
|
-
"header": "feat(settings-panel): updated the settings panel design and changes needed for [ch2242]",
|
|
578
|
-
"body": null,
|
|
579
|
-
"footer": null,
|
|
580
|
-
"notes": [],
|
|
581
|
-
"hash": "d830e57b32bd09ac8cc02c7a12d75d988d9df21c",
|
|
582
|
-
"gitTags": "",
|
|
583
|
-
"committerDate": "2019-06-25 23:42:15 -0400",
|
|
584
|
-
"isTagged": true,
|
|
585
|
-
"tag": "@pie-element/number-line@5.2.0"
|
|
586
|
-
},
|
|
587
|
-
{
|
|
588
|
-
"type": "feat",
|
|
589
|
-
"scope": null,
|
|
590
|
-
"subject": "add deductions to outcome calculation",
|
|
591
|
-
"merge": null,
|
|
592
|
-
"header": "feat: add deductions to outcome calculation",
|
|
593
|
-
"body": null,
|
|
594
|
-
"footer": null,
|
|
595
|
-
"notes": [],
|
|
596
|
-
"hash": "f2a378297d888c3f4e7b752e946ec9dd3e70ea7d",
|
|
597
|
-
"gitTags": "",
|
|
598
|
-
"committerDate": "2019-06-26 10:24:01 +0100",
|
|
599
|
-
"isTagged": true,
|
|
600
|
-
"tag": "@pie-element/number-line@5.3.0"
|
|
601
|
-
},
|
|
602
|
-
{
|
|
603
|
-
"type": "feat",
|
|
604
|
-
"scope": "mask-markup-elements",
|
|
605
|
-
"subject": "refactored the elements and version bumped the necessary files",
|
|
606
|
-
"merge": null,
|
|
607
|
-
"header": "feat(mask-markup-elements): refactored the elements and version bumped the necessary files",
|
|
608
|
-
"body": null,
|
|
609
|
-
"footer": null,
|
|
610
|
-
"notes": [],
|
|
611
|
-
"hash": "f8f77c02e44afd90e491a371d86d3d4093eb41e5",
|
|
612
|
-
"gitTags": "",
|
|
613
|
-
"committerDate": "2019-07-02 13:38:48 -0400",
|
|
614
|
-
"isTagged": true,
|
|
615
|
-
"tag": "@pie-element/number-line@5.4.0"
|
|
616
|
-
},
|
|
617
|
-
{
|
|
618
|
-
"type": "chore",
|
|
619
|
-
"scope": "editable-html",
|
|
620
|
-
"subject": "version bumped the necessary packages",
|
|
621
|
-
"merge": null,
|
|
622
|
-
"header": "chore(editable-html): version bumped the necessary packages",
|
|
623
|
-
"body": null,
|
|
624
|
-
"footer": null,
|
|
625
|
-
"notes": [],
|
|
626
|
-
"hash": "3c7caf6a1f8dc120ca23ab93258a90a593bbeb65",
|
|
627
|
-
"gitTags": "",
|
|
628
|
-
"committerDate": "2019-07-02 15:13:55 -0400",
|
|
629
|
-
"isTagged": true,
|
|
630
|
-
"tag": "@pie-element/number-line@5.4.1"
|
|
631
|
-
},
|
|
632
|
-
{
|
|
633
|
-
"type": "chore",
|
|
634
|
-
"scope": "version",
|
|
635
|
-
"subject": "version bumped the editable-html dependent packages",
|
|
636
|
-
"merge": null,
|
|
637
|
-
"header": "chore(version): version bumped the editable-html dependent packages",
|
|
638
|
-
"body": null,
|
|
639
|
-
"footer": null,
|
|
640
|
-
"notes": [],
|
|
641
|
-
"hash": "19961d346e8596064bad27156e0cf5a03afc3889",
|
|
642
|
-
"gitTags": "",
|
|
643
|
-
"committerDate": "2019-07-03 15:57:58 -0400",
|
|
644
|
-
"isTagged": true,
|
|
645
|
-
"tag": "@pie-element/number-line@5.4.3"
|
|
646
|
-
},
|
|
647
|
-
{
|
|
648
|
-
"type": "chore",
|
|
649
|
-
"scope": "editable-html",
|
|
650
|
-
"subject": "version bumped",
|
|
651
|
-
"merge": null,
|
|
652
|
-
"header": "chore(editable-html): version bumped",
|
|
653
|
-
"body": null,
|
|
654
|
-
"footer": null,
|
|
655
|
-
"notes": [],
|
|
656
|
-
"hash": "c769be6b711d5e5b51d79f967548d65006310a9d",
|
|
657
|
-
"gitTags": "",
|
|
658
|
-
"committerDate": "2019-07-04 12:21:53 -0400",
|
|
659
|
-
"isTagged": true,
|
|
660
|
-
"tag": "@pie-element/number-line@5.4.4"
|
|
661
|
-
},
|
|
662
|
-
{
|
|
663
|
-
"type": "fix",
|
|
664
|
-
"scope": "template-els",
|
|
665
|
-
"subject": "fixed some ditb issues",
|
|
666
|
-
"merge": null,
|
|
667
|
-
"header": "fix(template-els): fixed some ditb issues",
|
|
668
|
-
"body": null,
|
|
669
|
-
"footer": null,
|
|
670
|
-
"notes": [],
|
|
671
|
-
"hash": "9133840e48a263b2cf49ce4db9c4310743efffe0",
|
|
672
|
-
"gitTags": "",
|
|
673
|
-
"committerDate": "2019-07-04 11:45:23 -0400",
|
|
674
|
-
"isTagged": true,
|
|
675
|
-
"tag": "@pie-element/number-line@5.4.4"
|
|
676
|
-
},
|
|
677
|
-
{
|
|
678
|
-
"type": "fix",
|
|
679
|
-
"scope": "editable-html",
|
|
680
|
-
"subject": "fixed lots of stuff regarding the editable-html",
|
|
681
|
-
"merge": null,
|
|
682
|
-
"header": "fix(editable-html): fixed lots of stuff regarding the editable-html",
|
|
683
|
-
"body": null,
|
|
684
|
-
"footer": null,
|
|
685
|
-
"notes": [],
|
|
686
|
-
"hash": "12c112917e0b5065ec35efdbdc276703602a6c68",
|
|
687
|
-
"gitTags": " (origin/andrei/fixes)",
|
|
688
|
-
"committerDate": "2019-07-07 14:16:34 -0400",
|
|
689
|
-
"isTagged": true,
|
|
690
|
-
"tag": "@pie-element/number-line@5.4.6"
|
|
691
|
-
},
|
|
692
|
-
{
|
|
693
|
-
"type": "chore",
|
|
694
|
-
"scope": "config-ui",
|
|
695
|
-
"subject": "bumped dependent packages",
|
|
696
|
-
"merge": null,
|
|
697
|
-
"header": "chore(config-ui): bumped dependent packages",
|
|
698
|
-
"body": null,
|
|
699
|
-
"footer": null,
|
|
700
|
-
"notes": [],
|
|
701
|
-
"hash": "645756c242868cf21e36a73227b355affb5f957a",
|
|
702
|
-
"gitTags": "",
|
|
703
|
-
"committerDate": "2019-07-07 15:44:44 -0400",
|
|
704
|
-
"isTagged": true,
|
|
705
|
-
"tag": "@pie-element/number-line@5.4.7"
|
|
706
|
-
},
|
|
707
|
-
{
|
|
708
|
-
"type": "chore",
|
|
709
|
-
"scope": "editable-html",
|
|
710
|
-
"subject": "version bumped some dependant packages",
|
|
711
|
-
"merge": null,
|
|
712
|
-
"header": "chore(editable-html): version bumped some dependant packages",
|
|
713
|
-
"body": null,
|
|
714
|
-
"footer": null,
|
|
715
|
-
"notes": [],
|
|
716
|
-
"hash": "a4fbf3e8e7841ecae4f034328f9481a1f69ae3df",
|
|
717
|
-
"gitTags": "",
|
|
718
|
-
"committerDate": "2019-07-09 13:38:59 +0300",
|
|
719
|
-
"isTagged": true,
|
|
720
|
-
"tag": "@pie-element/number-line@5.4.8"
|
|
721
|
-
},
|
|
722
|
-
{
|
|
723
|
-
"type": "feat",
|
|
724
|
-
"scope": "template-elements",
|
|
725
|
-
"subject": "updated the dependent packages that use editable-html and fixed [ch2564], [ch2565], [ch2538], [ch2489], [ch2557], [ch2593], [ch2490], [ch2527]",
|
|
726
|
-
"merge": null,
|
|
727
|
-
"header": "feat(template-elements): updated the dependent packages that use editable-html and fixed [ch2564], [ch2565], [ch2538], [ch2489], [ch2557], [ch2593], [ch2490], [ch2527]",
|
|
728
|
-
"body": null,
|
|
729
|
-
"footer": null,
|
|
730
|
-
"notes": [],
|
|
731
|
-
"hash": "a87febe2518ada7ee433b0b39895c26c15737ac4",
|
|
732
|
-
"gitTags": "",
|
|
733
|
-
"committerDate": "2019-07-11 16:57:13 +0300",
|
|
734
|
-
"isTagged": true,
|
|
735
|
-
"tag": "@pie-element/number-line@5.5.0"
|
|
736
|
-
},
|
|
737
|
-
{
|
|
738
|
-
"type": "fix",
|
|
739
|
-
"scope": "rendering",
|
|
740
|
-
"subject": "implemented rendering for math elements [ch1915], [ch1935]",
|
|
741
|
-
"merge": null,
|
|
742
|
-
"header": "fix(rendering): implemented rendering for math elements [ch1915], [ch1935]",
|
|
743
|
-
"body": null,
|
|
744
|
-
"footer": null,
|
|
745
|
-
"notes": [],
|
|
746
|
-
"hash": "2f3584200654e098c7b4cc4b312813efac09e7a9",
|
|
747
|
-
"gitTags": "",
|
|
748
|
-
"committerDate": "2019-07-12 15:45:27 +0300",
|
|
749
|
-
"isTagged": true,
|
|
750
|
-
"tag": "@pie-element/number-line@5.5.2"
|
|
751
|
-
},
|
|
752
|
-
{
|
|
753
|
-
"type": "fix",
|
|
754
|
-
"scope": "elements",
|
|
755
|
-
"subject": "fixed some feedback config issues and the prompt issue on categorize [ch2192], [ch1770]",
|
|
756
|
-
"merge": null,
|
|
757
|
-
"header": "fix(elements): fixed some feedback config issues and the prompt issue on categorize [ch2192], [ch1770]",
|
|
758
|
-
"body": null,
|
|
759
|
-
"footer": null,
|
|
760
|
-
"notes": [],
|
|
761
|
-
"hash": "eb227241ba3bc52d7bf7a313f4f85b69e9203e85",
|
|
762
|
-
"gitTags": "",
|
|
763
|
-
"committerDate": "2019-08-01 12:43:53 +0300",
|
|
764
|
-
"isTagged": true,
|
|
765
|
-
"tag": "@pie-element/number-line@5.5.8"
|
|
766
|
-
},
|
|
767
|
-
{
|
|
768
|
-
"type": "fix",
|
|
769
|
-
"scope": null,
|
|
770
|
-
"subject": "numbers should be compared using 'closeTo' logic, for decmial support",
|
|
771
|
-
"merge": null,
|
|
772
|
-
"header": "fix: numbers should be compared using 'closeTo' logic, for decmial support",
|
|
773
|
-
"body": null,
|
|
774
|
-
"footer": null,
|
|
775
|
-
"notes": [],
|
|
776
|
-
"hash": "0d78034df6085750f66baf94da247ef60bcf9f6d",
|
|
777
|
-
"gitTags": "",
|
|
778
|
-
"committerDate": "2019-08-08 18:36:53 +0100",
|
|
779
|
-
"isTagged": true,
|
|
780
|
-
"tag": "@pie-element/number-line@5.5.9"
|
|
781
|
-
},
|
|
782
|
-
{
|
|
783
|
-
"type": "fix",
|
|
784
|
-
"scope": "elements",
|
|
785
|
-
"subject": "version bumped the editable-html packages [ch1738]",
|
|
786
|
-
"merge": null,
|
|
787
|
-
"header": "fix(elements): version bumped the editable-html packages [ch1738]",
|
|
788
|
-
"body": null,
|
|
789
|
-
"footer": null,
|
|
790
|
-
"notes": [],
|
|
791
|
-
"hash": "949222a6a3af39cf8b81a885a81e5c6f3c6a28a0",
|
|
792
|
-
"gitTags": "",
|
|
793
|
-
"committerDate": "2019-08-08 08:40:11 +0300",
|
|
794
|
-
"isTagged": true,
|
|
795
|
-
"tag": "@pie-element/number-line@5.5.9"
|
|
796
|
-
},
|
|
797
|
-
{
|
|
798
|
-
"type": "fix",
|
|
799
|
-
"scope": "math-rendering",
|
|
800
|
-
"subject": "updated all dependent packages [ch3365]",
|
|
801
|
-
"merge": null,
|
|
802
|
-
"header": "fix(math-rendering): updated all dependent packages [ch3365]",
|
|
803
|
-
"body": null,
|
|
804
|
-
"footer": null,
|
|
805
|
-
"notes": [],
|
|
806
|
-
"hash": "7cbf25ac92040a16621d5699e232c38575f6c36c",
|
|
807
|
-
"gitTags": "",
|
|
808
|
-
"committerDate": "2019-08-16 23:04:42 +0300",
|
|
809
|
-
"isTagged": true,
|
|
810
|
-
"tag": "@pie-element/number-line@5.5.10"
|
|
811
|
-
},
|
|
812
|
-
{
|
|
813
|
-
"type": "fix",
|
|
814
|
-
"scope": null,
|
|
815
|
-
"subject": "set default values to configuration properties",
|
|
816
|
-
"merge": null,
|
|
817
|
-
"header": "fix: set default values to configuration properties",
|
|
818
|
-
"body": null,
|
|
819
|
-
"footer": null,
|
|
820
|
-
"notes": [],
|
|
821
|
-
"hash": "279a32a71a1eb68a90d3c89274d7bee8d7edd71a",
|
|
822
|
-
"gitTags": "",
|
|
823
|
-
"committerDate": "2019-08-15 13:59:11 +0300",
|
|
824
|
-
"isTagged": true,
|
|
825
|
-
"tag": "@pie-element/number-line@5.5.10"
|
|
826
|
-
},
|
|
827
|
-
{
|
|
828
|
-
"type": "fix",
|
|
829
|
-
"scope": null,
|
|
830
|
-
"subject": "version bump @pie-ui/number-line@7.1.4",
|
|
831
|
-
"merge": null,
|
|
832
|
-
"header": "fix: version bump @pie-ui/number-line@7.1.4",
|
|
833
|
-
"body": null,
|
|
834
|
-
"footer": null,
|
|
835
|
-
"notes": [],
|
|
836
|
-
"hash": "fe9cc6cb38327e5026c5836a20c9ae2c2b680f7d",
|
|
837
|
-
"gitTags": "",
|
|
838
|
-
"committerDate": "2019-07-30 18:33:23 +0100",
|
|
839
|
-
"isTagged": true,
|
|
840
|
-
"tag": "@pie-element/number-line@5.5.10"
|
|
841
|
-
},
|
|
842
|
-
{
|
|
843
|
-
"type": "fix",
|
|
844
|
-
"scope": null,
|
|
845
|
-
"subject": "version bump @pie-ui/number-line@7.1.4",
|
|
846
|
-
"merge": null,
|
|
847
|
-
"header": "fix: version bump @pie-ui/number-line@7.1.4",
|
|
848
|
-
"body": null,
|
|
849
|
-
"footer": null,
|
|
850
|
-
"notes": [],
|
|
851
|
-
"hash": "fe9cc6cb38327e5026c5836a20c9ae2c2b680f7d",
|
|
852
|
-
"gitTags": "",
|
|
853
|
-
"committerDate": "2019-07-30 18:33:23 +0100",
|
|
854
|
-
"isTagged": true,
|
|
855
|
-
"tag": "@pie-element/number-line@5.5.8"
|
|
856
|
-
},
|
|
857
|
-
{
|
|
858
|
-
"type": "fix",
|
|
859
|
-
"scope": "math-rendering",
|
|
860
|
-
"subject": "updated all dependent packages [ch3365]",
|
|
861
|
-
"merge": null,
|
|
862
|
-
"header": "fix(math-rendering): updated all dependent packages [ch3365]",
|
|
863
|
-
"body": null,
|
|
864
|
-
"footer": null,
|
|
865
|
-
"notes": [],
|
|
866
|
-
"hash": "7cbf25ac92040a16621d5699e232c38575f6c36c",
|
|
867
|
-
"gitTags": "",
|
|
868
|
-
"committerDate": "2019-08-16 23:04:42 +0300",
|
|
869
|
-
"isTagged": true,
|
|
870
|
-
"tag": "@pie-element/number-line@5.5.10"
|
|
871
|
-
},
|
|
872
|
-
{
|
|
873
|
-
"type": "fix",
|
|
874
|
-
"scope": null,
|
|
875
|
-
"subject": "set default values to configuration properties",
|
|
876
|
-
"merge": null,
|
|
877
|
-
"header": "fix: set default values to configuration properties",
|
|
878
|
-
"body": null,
|
|
879
|
-
"footer": null,
|
|
880
|
-
"notes": [],
|
|
881
|
-
"hash": "279a32a71a1eb68a90d3c89274d7bee8d7edd71a",
|
|
882
|
-
"gitTags": "",
|
|
883
|
-
"committerDate": "2019-08-15 13:59:11 +0300",
|
|
884
|
-
"isTagged": true,
|
|
885
|
-
"tag": "@pie-element/number-line@5.5.10"
|
|
886
|
-
},
|
|
887
|
-
{
|
|
888
|
-
"type": "fix",
|
|
889
|
-
"scope": "math-rendering",
|
|
890
|
-
"subject": "updated all dependent packages for math rendering and for editable-html [ch3365], [ch1530]",
|
|
891
|
-
"merge": null,
|
|
892
|
-
"header": "fix(math-rendering): updated all dependent packages for math rendering and for editable-html [ch3365], [ch1530]",
|
|
893
|
-
"body": null,
|
|
894
|
-
"footer": null,
|
|
895
|
-
"notes": [],
|
|
896
|
-
"hash": "33e3287a735cec9aed893f697a1933ff0c077042",
|
|
897
|
-
"gitTags": "",
|
|
898
|
-
"committerDate": "2019-08-19 19:37:56 +0300",
|
|
899
|
-
"isTagged": true,
|
|
900
|
-
"tag": "@pie-element/number-line@5.5.11"
|
|
901
|
-
},
|
|
902
|
-
{
|
|
903
|
-
"type": "feat",
|
|
904
|
-
"scope": null,
|
|
905
|
-
"subject": "Session null/empty check.",
|
|
906
|
-
"merge": null,
|
|
907
|
-
"header": "feat: Session null/empty check.",
|
|
908
|
-
"body": "Check for each interaction if: has outcome function, outcome function returns { score: 0, empty: true } if session null/empty/undefined, everywhere where session is used we handle if session is null/empty/undefined and test each function that uses session. [match-list, match, math-inline, multiple-choice, number-line, placement-ordering, point-intercept, select-text, text-entry]",
|
|
909
|
-
"footer": null,
|
|
910
|
-
"notes": [],
|
|
911
|
-
"hash": "f24dc8bfe6761d0c7bacf674f5ec30068bfd03d8",
|
|
912
|
-
"gitTags": "",
|
|
913
|
-
"committerDate": "2019-08-27 09:02:11 +0300",
|
|
914
|
-
"isTagged": true,
|
|
915
|
-
"tag": "@pie-element/number-line@5.6.0"
|
|
916
|
-
},
|
|
917
|
-
{
|
|
918
|
-
"type": "fix",
|
|
919
|
-
"scope": null,
|
|
920
|
-
"subject": "bump @pie-ui/number-line@^7.1.11",
|
|
921
|
-
"merge": null,
|
|
922
|
-
"header": "fix: bump @pie-ui/number-line@^7.1.11",
|
|
923
|
-
"body": null,
|
|
924
|
-
"footer": null,
|
|
925
|
-
"notes": [],
|
|
926
|
-
"hash": "11ca00a98ed33e70b69130a33cb4f9a1717b5802",
|
|
927
|
-
"gitTags": "",
|
|
928
|
-
"committerDate": "2019-09-26 12:13:23 +0100",
|
|
929
|
-
"isTagged": true,
|
|
930
|
-
"tag": "@pie-element/number-line@5.6.2"
|
|
931
|
-
},
|
|
932
|
-
{
|
|
933
|
-
"type": "fix",
|
|
934
|
-
"scope": null,
|
|
935
|
-
"subject": "bump @pie-lib/controller-utils@^0.2.1 [ch4723]",
|
|
936
|
-
"merge": null,
|
|
937
|
-
"header": "fix: bump @pie-lib/controller-utils@^0.2.1 [ch4723]",
|
|
938
|
-
"body": null,
|
|
939
|
-
"footer": null,
|
|
940
|
-
"notes": [],
|
|
941
|
-
"hash": "0a33d688d6d9e5f239daba982bfbdeebb10ba4ab",
|
|
942
|
-
"gitTags": "",
|
|
943
|
-
"committerDate": "2019-10-11 12:38:26 +0100",
|
|
944
|
-
"isTagged": true,
|
|
945
|
-
"tag": "@pie-element/number-line@5.6.6"
|
|
946
|
-
},
|
|
947
|
-
{
|
|
948
|
-
"type": "fix",
|
|
949
|
-
"scope": null,
|
|
950
|
-
"subject": "Updated docs.",
|
|
951
|
-
"merge": null,
|
|
952
|
-
"header": "fix: Updated docs.",
|
|
953
|
-
"body": null,
|
|
954
|
-
"footer": null,
|
|
955
|
-
"notes": [],
|
|
956
|
-
"hash": "378761951767284187b663c2a271a5d4917af654",
|
|
957
|
-
"gitTags": " (origin/fix/updated-docs)",
|
|
958
|
-
"committerDate": "2019-10-11 12:01:13 +0300",
|
|
959
|
-
"isTagged": true,
|
|
960
|
-
"tag": "@pie-element/number-line@5.6.6"
|
|
961
|
-
},
|
|
962
|
-
{
|
|
963
|
-
"type": "fix",
|
|
964
|
-
"scope": null,
|
|
965
|
-
"subject": "bump @pie-lib/controller-utils@^0.2.2",
|
|
966
|
-
"merge": null,
|
|
967
|
-
"header": "fix: bump @pie-lib/controller-utils@^0.2.2",
|
|
968
|
-
"body": null,
|
|
969
|
-
"footer": null,
|
|
970
|
-
"notes": [],
|
|
971
|
-
"hash": "edae61cd4f686b2e1611cf0cad710112177fff2e",
|
|
972
|
-
"gitTags": "",
|
|
973
|
-
"committerDate": "2019-10-15 12:11:16 +0100",
|
|
974
|
-
"isTagged": true,
|
|
975
|
-
"tag": "@pie-element/number-line@5.6.7"
|
|
976
|
-
},
|
|
977
|
-
{
|
|
978
|
-
"type": "fix",
|
|
979
|
-
"scope": null,
|
|
980
|
-
"subject": "ch2766 fix unresolved promise (#366)",
|
|
981
|
-
"merge": null,
|
|
982
|
-
"header": "fix: ch2766 fix unresolved promise (#366)",
|
|
983
|
-
"body": "* fix: resolve null when instructor is not role\n\n* chore: typo\n\n* chore: correct response resolve, match interaction\n\n* chore: correct response unresolved\n\n* chore: categorize resolve correct response\n\n* fix: createCorrectResponseSession unresolved promise\n\n* fix: createCorrectResponseSession resolve promise\n\n* fix: createCorrectResponseSession resolve promise\n\n* fix: ch2776 resolve createCorrectResponse promise",
|
|
984
|
-
"footer": "* fix: Fixed createCorrectResponseSession and added tests for it. (#365)",
|
|
985
|
-
"notes": [],
|
|
986
|
-
"hash": "9057b7fd08e4f5b07e953a5acd053e1945df57f2",
|
|
987
|
-
"gitTags": " (origin/develop, origin/HEAD)",
|
|
988
|
-
"committerDate": "2019-10-16 15:50:55 -0400",
|
|
989
|
-
"isTagged": true,
|
|
990
|
-
"tag": "@pie-element/number-line@5.6.9"
|
|
991
|
-
},
|
|
992
|
-
{
|
|
993
|
-
"type": "fix",
|
|
994
|
-
"scope": null,
|
|
995
|
-
"subject": "PIE-201 - store prompts and answers in session, fix",
|
|
996
|
-
"merge": null,
|
|
997
|
-
"header": "fix: PIE-201 - store prompts and answers in session, fix",
|
|
998
|
-
"body": "controller-utils to use 0 as key",
|
|
999
|
-
"footer": null,
|
|
1000
|
-
"notes": [],
|
|
1001
|
-
"hash": "23802242e0bc647f929f6db4dfd4b03f0112f2fb",
|
|
1002
|
-
"gitTags": "",
|
|
1003
|
-
"committerDate": "2019-11-18 20:35:06 +0000",
|
|
1004
|
-
"isTagged": true,
|
|
1005
|
-
"tag": "@pie-element/number-line@5.6.12"
|
|
1006
|
-
},
|
|
1007
|
-
{
|
|
1008
|
-
"type": "fix",
|
|
1009
|
-
"scope": null,
|
|
1010
|
-
"subject": "bump pie-ui version",
|
|
1011
|
-
"merge": null,
|
|
1012
|
-
"header": "fix: bump pie-ui version",
|
|
1013
|
-
"body": null,
|
|
1014
|
-
"footer": null,
|
|
1015
|
-
"notes": [],
|
|
1016
|
-
"hash": "71e6010975a24100d7ee586440b05e70887389d3",
|
|
1017
|
-
"gitTags": "",
|
|
1018
|
-
"committerDate": "2019-12-18 12:08:39 +0000",
|
|
1019
|
-
"isTagged": true,
|
|
1020
|
-
"tag": "@pie-element/number-line@5.6.13"
|
|
1021
|
-
},
|
|
1022
|
-
{
|
|
1023
|
-
"type": "fix",
|
|
1024
|
-
"scope": null,
|
|
1025
|
-
"subject": "bump config-ui",
|
|
1026
|
-
"merge": null,
|
|
1027
|
-
"header": "fix: bump config-ui",
|
|
1028
|
-
"body": null,
|
|
1029
|
-
"footer": null,
|
|
1030
|
-
"notes": [],
|
|
1031
|
-
"hash": "a70f987335e37c55c401c49e45f35512a19b9ee9",
|
|
1032
|
-
"gitTags": "",
|
|
1033
|
-
"committerDate": "2020-02-15 20:45:33 +0000",
|
|
1034
|
-
"isTagged": true,
|
|
1035
|
-
"tag": "@pie-element/number-line@5.6.15"
|
|
1036
|
-
},
|
|
1037
|
-
{
|
|
1038
|
-
"type": "fix",
|
|
1039
|
-
"scope": null,
|
|
1040
|
-
"subject": "add missing editable-html dep",
|
|
1041
|
-
"merge": null,
|
|
1042
|
-
"header": "fix: add missing editable-html dep",
|
|
1043
|
-
"body": null,
|
|
1044
|
-
"footer": null,
|
|
1045
|
-
"notes": [],
|
|
1046
|
-
"hash": "53dd82d8e7f6a33633e8d7ffd5e4c67663ef111a",
|
|
1047
|
-
"gitTags": "",
|
|
1048
|
-
"committerDate": "2020-02-15 20:43:31 +0000",
|
|
1049
|
-
"isTagged": true,
|
|
1050
|
-
"tag": "@pie-element/number-line@5.6.15"
|
|
1051
|
-
},
|
|
1052
|
-
{
|
|
1053
|
-
"type": "fix",
|
|
1054
|
-
"scope": null,
|
|
1055
|
-
"subject": "patch bump number-line",
|
|
1056
|
-
"merge": null,
|
|
1057
|
-
"header": "fix: patch bump number-line",
|
|
1058
|
-
"body": null,
|
|
1059
|
-
"footer": null,
|
|
1060
|
-
"notes": [],
|
|
1061
|
-
"hash": "cbaab0e001358b9337447a2d84d9d577a194f09d",
|
|
1062
|
-
"gitTags": "",
|
|
1063
|
-
"committerDate": "2020-03-28 22:20:28 +0000",
|
|
1064
|
-
"isTagged": true,
|
|
1065
|
-
"tag": "@pie-element/number-line@5.7.0"
|
|
1066
|
-
},
|
|
1067
|
-
{
|
|
1068
|
-
"type": "fix",
|
|
1069
|
-
"scope": null,
|
|
1070
|
-
"subject": "log pslb detail",
|
|
1071
|
-
"merge": null,
|
|
1072
|
-
"header": "fix: log pslb detail",
|
|
1073
|
-
"body": null,
|
|
1074
|
-
"footer": null,
|
|
1075
|
-
"notes": [],
|
|
1076
|
-
"hash": "5bc998ba3ef2db8307a8fe4653ebcb5831d936ec",
|
|
1077
|
-
"gitTags": "",
|
|
1078
|
-
"committerDate": "2020-03-27 22:37:10 +0000",
|
|
1079
|
-
"isTagged": true,
|
|
1080
|
-
"tag": "@pie-element/number-line@5.7.0"
|
|
1081
|
-
},
|
|
1082
|
-
{
|
|
1083
|
-
"type": "fix",
|
|
1084
|
-
"scope": null,
|
|
1085
|
-
"subject": "ch6021: Updated documentation.",
|
|
1086
|
-
"merge": null,
|
|
1087
|
-
"header": "fix: ch6021: Updated documentation.",
|
|
1088
|
-
"body": null,
|
|
1089
|
-
"footer": null,
|
|
1090
|
-
"notes": [],
|
|
1091
|
-
"hash": "9a4b02a79ef78f9f1ccf1091ffc43292c33a0633",
|
|
1092
|
-
"gitTags": "",
|
|
1093
|
-
"committerDate": "2020-02-20 16:55:07 +0200",
|
|
1094
|
-
"isTagged": true,
|
|
1095
|
-
"tag": "@pie-element/number-line@5.7.0"
|
|
1096
|
-
},
|
|
1097
|
-
{
|
|
1098
|
-
"type": "fix",
|
|
1099
|
-
"scope": null,
|
|
1100
|
-
"subject": "bump ui versions",
|
|
1101
|
-
"merge": null,
|
|
1102
|
-
"header": "fix: bump ui versions",
|
|
1103
|
-
"body": null,
|
|
1104
|
-
"footer": null,
|
|
1105
|
-
"notes": [],
|
|
1106
|
-
"hash": "5b9d99fe59c304bdd173c9336503eb558900d2a2",
|
|
1107
|
-
"gitTags": "",
|
|
1108
|
-
"committerDate": "2020-03-31 19:25:13 +0100",
|
|
1109
|
-
"isTagged": true,
|
|
1110
|
-
"tag": "@pie-element/number-line@5.7.0"
|
|
1111
|
-
},
|
|
1112
|
-
{
|
|
1113
|
-
"type": "fix",
|
|
1114
|
-
"scope": null,
|
|
1115
|
-
"subject": "bump version",
|
|
1116
|
-
"merge": null,
|
|
1117
|
-
"header": "fix: bump version",
|
|
1118
|
-
"body": null,
|
|
1119
|
-
"footer": null,
|
|
1120
|
-
"notes": [],
|
|
1121
|
-
"hash": "98a13048d48af872a216f9e2eae1a22a7ecf552f",
|
|
1122
|
-
"gitTags": "",
|
|
1123
|
-
"committerDate": "2020-04-10 17:14:19 +0100",
|
|
1124
|
-
"isTagged": true,
|
|
1125
|
-
"tag": "@pie-element/number-line@5.8.1"
|
|
1126
|
-
},
|
|
1127
|
-
{
|
|
1128
|
-
"type": "fix",
|
|
1129
|
-
"scope": null,
|
|
1130
|
-
"subject": "bump lib and ui versions",
|
|
1131
|
-
"merge": null,
|
|
1132
|
-
"header": "fix: bump lib and ui versions",
|
|
1133
|
-
"body": null,
|
|
1134
|
-
"footer": null,
|
|
1135
|
-
"notes": [],
|
|
1136
|
-
"hash": "a882cbf4580098ce0e12c51cf6ad2879817e17e7",
|
|
1137
|
-
"gitTags": "",
|
|
1138
|
-
"committerDate": "2020-04-10 17:13:24 +0100",
|
|
1139
|
-
"isTagged": true,
|
|
1140
|
-
"tag": "@pie-element/number-line@5.8.1"
|
|
1141
|
-
},
|
|
1142
|
-
{
|
|
1143
|
-
"type": "fix",
|
|
1144
|
-
"scope": null,
|
|
1145
|
-
"subject": "bump all packages to avoid tag conflict",
|
|
1146
|
-
"merge": null,
|
|
1147
|
-
"header": "fix: bump all packages to avoid tag conflict",
|
|
1148
|
-
"body": null,
|
|
1149
|
-
"footer": null,
|
|
1150
|
-
"notes": [],
|
|
1151
|
-
"hash": "d9ec9a8689f0a391594b5e2f4ea958c6dc9f6d7b",
|
|
1152
|
-
"gitTags": "",
|
|
1153
|
-
"committerDate": "2020-04-10 20:01:37 +0100",
|
|
1154
|
-
"isTagged": true,
|
|
1155
|
-
"tag": "@pie-element/number-line@5.8.1"
|
|
1156
|
-
},
|
|
1157
|
-
{
|
|
1158
|
-
"type": "fix",
|
|
1159
|
-
"scope": null,
|
|
1160
|
-
"subject": "bump version to avoid tag conflict",
|
|
1161
|
-
"merge": null,
|
|
1162
|
-
"header": "fix: bump version to avoid tag conflict",
|
|
1163
|
-
"body": null,
|
|
1164
|
-
"footer": null,
|
|
1165
|
-
"notes": [],
|
|
1166
|
-
"hash": "4d55f6d203f496420e2ed2fa32c0851406036c53",
|
|
1167
|
-
"gitTags": "",
|
|
1168
|
-
"committerDate": "2020-04-10 17:39:16 +0100",
|
|
1169
|
-
"isTagged": true,
|
|
1170
|
-
"tag": "@pie-element/number-line@5.8.1"
|
|
1171
|
-
},
|
|
1172
|
-
{
|
|
1173
|
-
"type": "fix",
|
|
1174
|
-
"scope": null,
|
|
1175
|
-
"subject": "corret closeTo precision PD-132 (#446)",
|
|
1176
|
-
"merge": null,
|
|
1177
|
-
"header": "fix: corret closeTo precision PD-132 (#446)",
|
|
1178
|
-
"body": null,
|
|
1179
|
-
"footer": null,
|
|
1180
|
-
"notes": [],
|
|
1181
|
-
"hash": "33d0b83065e981cbff16522de32617add85c5896",
|
|
1182
|
-
"gitTags": "",
|
|
1183
|
-
"committerDate": "2020-04-13 16:44:03 -0400",
|
|
1184
|
-
"isTagged": true,
|
|
1185
|
-
"tag": "@pie-element/number-line@5.8.2"
|
|
1186
|
-
},
|
|
1187
|
-
{
|
|
1188
|
-
"type": "fix",
|
|
1189
|
-
"scope": null,
|
|
1190
|
-
"subject": "bump ui/lib versions",
|
|
1191
|
-
"merge": null,
|
|
1192
|
-
"header": "fix: bump ui/lib versions",
|
|
1193
|
-
"body": null,
|
|
1194
|
-
"footer": null,
|
|
1195
|
-
"notes": [],
|
|
1196
|
-
"hash": "3edb2321ebaefcaee70c3642aa6da8a50e8a99e5",
|
|
1197
|
-
"gitTags": "",
|
|
1198
|
-
"committerDate": "2020-04-14 15:36:44 +0100",
|
|
1199
|
-
"isTagged": true,
|
|
1200
|
-
"tag": "@pie-element/number-line@5.8.3"
|
|
1201
|
-
},
|
|
1202
|
-
{
|
|
1203
|
-
"type": "fix",
|
|
1204
|
-
"scope": null,
|
|
1205
|
-
"subject": "bump ui/lib versions",
|
|
1206
|
-
"merge": null,
|
|
1207
|
-
"header": "fix: bump ui/lib versions",
|
|
1208
|
-
"body": null,
|
|
1209
|
-
"footer": null,
|
|
1210
|
-
"notes": [],
|
|
1211
|
-
"hash": "45f0da6e3e01f33aff6059cb13d571554690348b",
|
|
1212
|
-
"gitTags": "",
|
|
1213
|
-
"committerDate": "2020-04-28 14:57:57 +0100",
|
|
1214
|
-
"isTagged": true,
|
|
1215
|
-
"tag": "@pie-element/number-line@5.8.4"
|
|
1216
|
-
},
|
|
1217
|
-
{
|
|
1218
|
-
"type": "fix",
|
|
1219
|
-
"scope": null,
|
|
1220
|
-
"subject": "update ui/lib versions",
|
|
1221
|
-
"merge": null,
|
|
1222
|
-
"header": "fix: update ui/lib versions",
|
|
1223
|
-
"body": null,
|
|
1224
|
-
"footer": null,
|
|
1225
|
-
"notes": [],
|
|
1226
|
-
"hash": "0226b0bc0869d468ba3e5986bc469e020f4f12a6",
|
|
1227
|
-
"gitTags": "",
|
|
1228
|
-
"committerDate": "2020-04-28 14:20:37 +0100",
|
|
1229
|
-
"isTagged": true,
|
|
1230
|
-
"tag": "@pie-element/number-line@5.8.4"
|
|
1231
|
-
},
|
|
1232
|
-
{
|
|
1233
|
-
"type": "fix",
|
|
1234
|
-
"scope": null,
|
|
1235
|
-
"subject": "ui+libs update",
|
|
1236
|
-
"merge": null,
|
|
1237
|
-
"header": "fix: ui+libs update",
|
|
1238
|
-
"body": null,
|
|
1239
|
-
"footer": null,
|
|
1240
|
-
"notes": [],
|
|
1241
|
-
"hash": "6127de27006a7835d1dd7a9c4c5f13de950aa06d",
|
|
1242
|
-
"gitTags": "",
|
|
1243
|
-
"committerDate": "2020-04-27 19:52:07 +0100",
|
|
1244
|
-
"isTagged": true,
|
|
1245
|
-
"tag": "@pie-element/number-line@5.8.4"
|
|
1246
|
-
}
|
|
1247
|
-
]
|