@pie-element/select-text 13.1.2-next.2 → 13.1.2
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 +1422 -0
- package/CHANGELOG.md +2288 -0
- package/LICENSE.md +5 -0
- package/README.md +5 -0
- package/configure/CHANGELOG.json +1032 -0
- package/configure/CHANGELOG.md +2023 -0
- package/configure/lib/defaultConfiguration.js +177 -0
- package/configure/lib/defaultConfiguration.js.map +1 -0
- package/configure/lib/design.js +406 -0
- package/configure/lib/design.js.map +1 -0
- package/configure/lib/index.js +128 -0
- package/configure/lib/index.js.map +1 -0
- package/configure/lib/utils.js +92 -0
- package/configure/lib/utils.js.map +1 -0
- package/configure/package.json +25 -0
- package/controller/CHANGELOG.json +442 -0
- package/controller/CHANGELOG.md +1468 -0
- package/controller/lib/defaults.js +25 -0
- package/controller/lib/defaults.js.map +1 -0
- package/controller/lib/index.js +258 -0
- package/controller/lib/index.js.map +1 -0
- package/controller/package.json +16 -0
- package/docs/config-schema.json +2135 -0
- package/docs/config-schema.json.md +1579 -0
- package/docs/demo/config.js +8 -0
- package/docs/demo/generate.js +823 -0
- package/docs/demo/index.html +1 -0
- package/docs/demo/session.js +24 -0
- package/docs/pie-schema.json +1248 -0
- package/docs/pie-schema.json.md +711 -0
- package/lib/index.js +103 -0
- package/lib/index.js.map +1 -0
- package/lib/main.js +191 -0
- package/lib/main.js.map +1 -0
- package/lib/print.js +87 -0
- package/lib/print.js.map +1 -0
- package/lib/utils.js +80 -0
- package/lib/utils.js.map +1 -0
- package/package.json +21 -90
- package/configure.js +0 -2
- package/controller.js +0 -1
- package/dist/author/defaultConfiguration.d.ts +0 -179
- package/dist/author/defaultConfiguration.js +0 -141
- package/dist/author/design.d.ts +0 -38
- package/dist/author/design.js +0 -263
- package/dist/author/index.d.ts +0 -27
- package/dist/author/index.js +0 -74
- package/dist/author/utils.d.ts +0 -10
- package/dist/author/utils.js +0 -50
- package/dist/browser/Check-BMR_1cO0.js +0 -9261
- package/dist/browser/Check-BMR_1cO0.js.map +0 -1
- package/dist/browser/author/index.js +0 -41129
- package/dist/browser/author/index.js.map +0 -1
- package/dist/browser/controller/index.js +0 -194
- package/dist/browser/controller/index.js.map +0 -1
- package/dist/browser/delivery/index.js +0 -89
- package/dist/browser/delivery/index.js.map +0 -1
- package/dist/browser/dist-SG92p6xV.js +0 -319
- package/dist/browser/dist-SG92p6xV.js.map +0 -1
- package/dist/browser/main-jVjbBKTM.js +0 -4804
- package/dist/browser/main-jVjbBKTM.js.map +0 -1
- package/dist/browser/print/index.js +0 -41
- package/dist/browser/print/index.js.map +0 -1
- package/dist/browser/select-text.css +0 -2
- package/dist/controller/defaults.d.ts +0 -27
- package/dist/controller/defaults.js +0 -21
- package/dist/controller/index.d.ts +0 -25
- package/dist/controller/index.js +0 -121
- package/dist/delivery/index.d.ts +0 -19
- package/dist/delivery/index.js +0 -60
- package/dist/delivery/main.d.ts +0 -34
- package/dist/delivery/main.js +0 -136
- package/dist/delivery/utils.d.ts +0 -10
- package/dist/delivery/utils.js +0 -47
- package/dist/index.d.ts +0 -1
- package/dist/index.iife.d.ts +0 -8
- package/dist/index.iife.js +0 -167
- package/dist/index.js +0 -2
- package/dist/print/index.d.ts +0 -15
- package/dist/print/index.js +0 -41
- package/dist/runtime-support.d.ts +0 -12
- package/dist/runtime-support.js +0 -12
|
@@ -0,0 +1,1032 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"type": "feat",
|
|
4
|
+
"scope": "general",
|
|
5
|
+
"subject": "initialize default model (#129)",
|
|
6
|
+
"merge": null,
|
|
7
|
+
"header": "feat(general): initialize default model (#129)",
|
|
8
|
+
"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",
|
|
9
|
+
"footer": null,
|
|
10
|
+
"notes": [],
|
|
11
|
+
"hash": "b62d0585a86c8e2fbe5a6181b869a28c1131756b",
|
|
12
|
+
"gitTags": "",
|
|
13
|
+
"committerDate": "2019-03-12 15:47:20 -0400",
|
|
14
|
+
"isTagged": true,
|
|
15
|
+
"tag": "@pie-element/select-text-configure@2.4.0"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"type": "feat",
|
|
19
|
+
"scope": null,
|
|
20
|
+
"subject": "all elements on `develop` target @next releases",
|
|
21
|
+
"merge": null,
|
|
22
|
+
"header": "feat: all elements on `develop` target @next releases",
|
|
23
|
+
"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`",
|
|
24
|
+
"footer": null,
|
|
25
|
+
"notes": [],
|
|
26
|
+
"hash": "d3766e679f8442b55efc659e59242b6dfa6356a0",
|
|
27
|
+
"gitTags": "",
|
|
28
|
+
"committerDate": "2019-02-19 19:46:59 +0000",
|
|
29
|
+
"isTagged": true,
|
|
30
|
+
"tag": "@pie-element/select-text-configure@2.4.0"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"type": "feat",
|
|
34
|
+
"scope": "general",
|
|
35
|
+
"subject": "updated the pie-lib/editable-html versions for all elements",
|
|
36
|
+
"merge": null,
|
|
37
|
+
"header": "feat(general): updated the pie-lib/editable-html versions for all elements",
|
|
38
|
+
"body": null,
|
|
39
|
+
"footer": null,
|
|
40
|
+
"notes": [],
|
|
41
|
+
"hash": "f642cb5332421f654ce031fd16002cc85dd5abd8",
|
|
42
|
+
"gitTags": "",
|
|
43
|
+
"committerDate": "2019-02-19 09:52:28 +0200",
|
|
44
|
+
"isTagged": true,
|
|
45
|
+
"tag": "@pie-element/select-text-configure@2.3.0"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"type": "chore",
|
|
49
|
+
"scope": null,
|
|
50
|
+
"subject": "update snapshots",
|
|
51
|
+
"merge": null,
|
|
52
|
+
"header": "chore: update snapshots",
|
|
53
|
+
"body": null,
|
|
54
|
+
"footer": null,
|
|
55
|
+
"notes": [],
|
|
56
|
+
"hash": "e650b49748ff0a5110a02a11761c639ab585df66",
|
|
57
|
+
"gitTags": "",
|
|
58
|
+
"committerDate": "2019-02-13 10:52:56 +0000",
|
|
59
|
+
"isTagged": true,
|
|
60
|
+
"tag": "@pie-element/select-text-configure@2.2.4"
|
|
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/select-text-configure@2.2.3"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"type": "fix",
|
|
79
|
+
"scope": null,
|
|
80
|
+
"subject": "conflict",
|
|
81
|
+
"merge": null,
|
|
82
|
+
"header": "fix: conflict",
|
|
83
|
+
"body": null,
|
|
84
|
+
"footer": null,
|
|
85
|
+
"notes": [],
|
|
86
|
+
"hash": "b854c6bf9d8139161ae34c16556edf48eb7ba942",
|
|
87
|
+
"gitTags": "",
|
|
88
|
+
"committerDate": "2018-11-12 12:28:04 +0000",
|
|
89
|
+
"isTagged": true,
|
|
90
|
+
"tag": "@pie-element/select-text-configure@2.2.2"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"type": "fix",
|
|
94
|
+
"scope": "dependencies-add",
|
|
95
|
+
"subject": "added dependencies where needed",
|
|
96
|
+
"merge": null,
|
|
97
|
+
"header": "fix(dependencies-add): added dependencies where needed",
|
|
98
|
+
"body": null,
|
|
99
|
+
"footer": null,
|
|
100
|
+
"notes": [],
|
|
101
|
+
"hash": "23df697120b76a227930c00a7976e79c33ccdcd7",
|
|
102
|
+
"gitTags": " (origin/fix/added-dependencies-where-needed)",
|
|
103
|
+
"committerDate": "2018-11-09 11:31:39 +0200",
|
|
104
|
+
"isTagged": true,
|
|
105
|
+
"tag": "@pie-element/select-text-configure@2.2.2"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"type": "fix",
|
|
109
|
+
"scope": null,
|
|
110
|
+
"subject": "fix defaultConfiguration import error",
|
|
111
|
+
"merge": null,
|
|
112
|
+
"header": "fix: fix defaultConfiguration import error",
|
|
113
|
+
"body": null,
|
|
114
|
+
"footer": null,
|
|
115
|
+
"notes": [],
|
|
116
|
+
"hash": "a09249392aa0786889ba2c9f930b62482b35a512",
|
|
117
|
+
"gitTags": "",
|
|
118
|
+
"committerDate": "2018-11-08 17:54:08 +0000",
|
|
119
|
+
"isTagged": true,
|
|
120
|
+
"tag": "@pie-element/select-text-configure@2.2.1"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"type": "feat",
|
|
124
|
+
"scope": "select-text-configure-customization",
|
|
125
|
+
"subject": "created an exportable module for the defaultValues and added some tests for customization",
|
|
126
|
+
"merge": null,
|
|
127
|
+
"header": "feat(select-text-configure-customization): created an exportable module for the defaultValues and added some tests for customization",
|
|
128
|
+
"body": null,
|
|
129
|
+
"footer": null,
|
|
130
|
+
"notes": [],
|
|
131
|
+
"hash": "e0475223f49541385e9d985e785bcf9a0cdaf3a1",
|
|
132
|
+
"gitTags": "",
|
|
133
|
+
"committerDate": "2018-11-05 14:15:28 +0200",
|
|
134
|
+
"isTagged": true,
|
|
135
|
+
"tag": "@pie-element/select-text-configure@2.2.0"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"type": "feat",
|
|
139
|
+
"scope": "select-text-configure-customization",
|
|
140
|
+
"subject": "made it possible to customize the elements from the config design, updated tests",
|
|
141
|
+
"merge": null,
|
|
142
|
+
"header": "feat(select-text-configure-customization): made it possible to customize the elements from the config design, updated tests",
|
|
143
|
+
"body": null,
|
|
144
|
+
"footer": null,
|
|
145
|
+
"notes": [],
|
|
146
|
+
"hash": "9fb0fd4b5f2fab7122602f58d2974054bf772088",
|
|
147
|
+
"gitTags": "",
|
|
148
|
+
"committerDate": "2018-11-05 11:19:40 +0200",
|
|
149
|
+
"isTagged": true,
|
|
150
|
+
"tag": "@pie-element/select-text-configure@2.2.0"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"type": "feat",
|
|
154
|
+
"scope": "choice-interaction-update",
|
|
155
|
+
"subject": "updated the partial scoring package version for 3 packages: match, select-text and multiple-choice (ch497)",
|
|
156
|
+
"merge": null,
|
|
157
|
+
"header": "feat(choice-interaction-update): updated the partial scoring package version for 3 packages: match, select-text and multiple-choice (ch497)",
|
|
158
|
+
"body": null,
|
|
159
|
+
"footer": null,
|
|
160
|
+
"notes": [],
|
|
161
|
+
"hash": "b1f2803ca442605108b5ceb78267b8598d6b182f",
|
|
162
|
+
"gitTags": "",
|
|
163
|
+
"committerDate": "2018-10-30 12:48:03 +0200",
|
|
164
|
+
"isTagged": true,
|
|
165
|
+
"tag": "@pie-element/select-text-configure@2.1.0"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"type": "feat",
|
|
169
|
+
"scope": "ch497",
|
|
170
|
+
"subject": "updated the partial scoring for 3 packages: match, select-text and multiple-choice",
|
|
171
|
+
"merge": null,
|
|
172
|
+
"header": "feat(ch497): updated the partial scoring for 3 packages: match, select-text and multiple-choice",
|
|
173
|
+
"body": null,
|
|
174
|
+
"footer": null,
|
|
175
|
+
"notes": [],
|
|
176
|
+
"hash": "5a46b061aec68b46cd34f358d6bc239fa96df6fd",
|
|
177
|
+
"gitTags": "",
|
|
178
|
+
"committerDate": "2018-10-29 14:27:25 +0200",
|
|
179
|
+
"isTagged": true,
|
|
180
|
+
"tag": "@pie-element/select-text-configure@2.1.0"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"type": "feat",
|
|
184
|
+
"scope": "mode-display",
|
|
185
|
+
"subject": "updated the pie-lib/text-select package",
|
|
186
|
+
"merge": null,
|
|
187
|
+
"header": "feat(mode-display): updated the pie-lib/text-select package",
|
|
188
|
+
"body": null,
|
|
189
|
+
"footer": null,
|
|
190
|
+
"notes": [],
|
|
191
|
+
"hash": "f017d84e24d5b4e166be6306f38b9000dfcaf7f1",
|
|
192
|
+
"gitTags": "",
|
|
193
|
+
"committerDate": "2018-10-16 13:42:38 +0300",
|
|
194
|
+
"isTagged": true,
|
|
195
|
+
"tag": "@pie-element/select-text-configure@2.0.0"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"type": "feat",
|
|
199
|
+
"scope": "mode-display",
|
|
200
|
+
"subject": "change the tests for changeToken",
|
|
201
|
+
"merge": null,
|
|
202
|
+
"header": "feat(mode-display): change the tests for changeToken",
|
|
203
|
+
"body": null,
|
|
204
|
+
"footer": null,
|
|
205
|
+
"notes": [],
|
|
206
|
+
"hash": "0bdf51d8e32aff434292d18e130201842c86b25c",
|
|
207
|
+
"gitTags": "",
|
|
208
|
+
"committerDate": "2018-10-16 12:21:35 +0300",
|
|
209
|
+
"isTagged": true,
|
|
210
|
+
"tag": "@pie-element/select-text-configure@2.0.0"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"type": "feat",
|
|
214
|
+
"scope": "mode-display",
|
|
215
|
+
"subject": "displayed the mode for the tokenizer",
|
|
216
|
+
"merge": null,
|
|
217
|
+
"header": "feat(mode-display): displayed the mode for the tokenizer",
|
|
218
|
+
"body": null,
|
|
219
|
+
"footer": null,
|
|
220
|
+
"notes": [],
|
|
221
|
+
"hash": "0a7d9af8c51a88e4c00ee50a1f810d19cc87ebef",
|
|
222
|
+
"gitTags": "",
|
|
223
|
+
"committerDate": "2018-10-15 12:30:37 +0300",
|
|
224
|
+
"isTagged": true,
|
|
225
|
+
"tag": "@pie-element/select-text-configure@2.0.0"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"type": "fix",
|
|
229
|
+
"scope": null,
|
|
230
|
+
"subject": "bump config-ui@^7.6.6",
|
|
231
|
+
"merge": null,
|
|
232
|
+
"header": "fix: bump config-ui@^7.6.6",
|
|
233
|
+
"body": null,
|
|
234
|
+
"footer": null,
|
|
235
|
+
"notes": [],
|
|
236
|
+
"hash": "266235a5351077d081f4c08dab3411e6690d43ac",
|
|
237
|
+
"gitTags": "",
|
|
238
|
+
"committerDate": "2018-08-06 13:32:09 -0400",
|
|
239
|
+
"isTagged": true,
|
|
240
|
+
"tag": "@pie-element/select-text-configure@2.0.0"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"type": "feat",
|
|
244
|
+
"scope": null,
|
|
245
|
+
"subject": "upgrade material-ui -> @material-ui/core@1.0.0-rc.1",
|
|
246
|
+
"merge": null,
|
|
247
|
+
"header": "feat: upgrade material-ui -> @material-ui/core@1.0.0-rc.1",
|
|
248
|
+
"body": null,
|
|
249
|
+
"footer": null,
|
|
250
|
+
"notes": [],
|
|
251
|
+
"hash": "9fab7052530592b2f0f98eba01d096123234fd54",
|
|
252
|
+
"gitTags": "",
|
|
253
|
+
"committerDate": "2018-05-16 12:01:19 -0400",
|
|
254
|
+
"isTagged": true,
|
|
255
|
+
"tag": "@pie-element/select-text-configure@2.0.0"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"type": "feat",
|
|
259
|
+
"scope": "model",
|
|
260
|
+
"subject": "update model to use new feedback model",
|
|
261
|
+
"merge": null,
|
|
262
|
+
"header": "feat(model): update model to use new feedback model",
|
|
263
|
+
"body": null,
|
|
264
|
+
"footer": "BREAKING CHANGE:\n\n* now uses the new Feedback model see @pie-lib/feedback",
|
|
265
|
+
"notes": [
|
|
266
|
+
{
|
|
267
|
+
"title": "BREAKING CHANGE",
|
|
268
|
+
"text": "* now uses the new Feedback model see @pie-lib/feedback"
|
|
269
|
+
}
|
|
270
|
+
],
|
|
271
|
+
"hash": "319047c3b2ad2c0e9688d4244f6e279e8587139e",
|
|
272
|
+
"gitTags": "",
|
|
273
|
+
"committerDate": "2018-05-10 21:48:32 -0400",
|
|
274
|
+
"isTagged": true,
|
|
275
|
+
"tag": "@pie-element/select-text-configure@2.0.0"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"type": "feat",
|
|
279
|
+
"scope": "select-text",
|
|
280
|
+
"subject": "new select text component",
|
|
281
|
+
"merge": null,
|
|
282
|
+
"header": "feat(select-text): new select text component",
|
|
283
|
+
"body": null,
|
|
284
|
+
"footer": null,
|
|
285
|
+
"notes": [],
|
|
286
|
+
"hash": "878f9570f10bff26299ba0a6dc49df4268b0d723",
|
|
287
|
+
"gitTags": "",
|
|
288
|
+
"committerDate": "2018-05-09 09:40:51 -0400",
|
|
289
|
+
"isTagged": true,
|
|
290
|
+
"tag": "@pie-element/select-text-configure@2.0.0"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"type": "feat",
|
|
294
|
+
"scope": "general",
|
|
295
|
+
"subject": "initialize default model (2) (#138)",
|
|
296
|
+
"merge": null,
|
|
297
|
+
"header": "feat(general): initialize default model (2) (#138)",
|
|
298
|
+
"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",
|
|
299
|
+
"footer": null,
|
|
300
|
+
"notes": [],
|
|
301
|
+
"hash": "fc72eca03a09c3d48989e88484a7c79d6dbec0f9",
|
|
302
|
+
"gitTags": "",
|
|
303
|
+
"committerDate": "2019-03-15 15:25:07 -0400",
|
|
304
|
+
"isTagged": true,
|
|
305
|
+
"tag": "@pie-element/select-text-configure@2.5.0"
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"type": "fix",
|
|
309
|
+
"scope": "extended-text-entry",
|
|
310
|
+
"subject": "fixed the width for number text field (after updating pie-lib, it was required in few places). Added option to display error message on field.",
|
|
311
|
+
"merge": null,
|
|
312
|
+
"header": "fix(extended-text-entry): fixed the width for number text field (after updating pie-lib, it was required in few places). Added option to display error message on field.",
|
|
313
|
+
"body": "fix(select-text): fixed the width for number text field (after updating pie-lib, it was required in few places).",
|
|
314
|
+
"footer": null,
|
|
315
|
+
"notes": [],
|
|
316
|
+
"hash": "eb64e613aad3e138853b352e42171e24f134f709",
|
|
317
|
+
"gitTags": "",
|
|
318
|
+
"committerDate": "2019-03-22 14:16:18 +0200",
|
|
319
|
+
"isTagged": true,
|
|
320
|
+
"tag": "@pie-element/select-text-configure@2.5.4"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"type": "fix",
|
|
324
|
+
"scope": null,
|
|
325
|
+
"subject": "bump editable-html",
|
|
326
|
+
"merge": null,
|
|
327
|
+
"header": "fix: bump editable-html",
|
|
328
|
+
"body": null,
|
|
329
|
+
"footer": null,
|
|
330
|
+
"notes": [],
|
|
331
|
+
"hash": "7ece980791be0546aa3ed29fa9c1934fad54dfd7",
|
|
332
|
+
"gitTags": "",
|
|
333
|
+
"committerDate": "2019-04-04 10:09:29 +0100",
|
|
334
|
+
"isTagged": true,
|
|
335
|
+
"tag": "@pie-element/select-text-configure@2.5.5"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"type": "fix",
|
|
339
|
+
"scope": "select-text",
|
|
340
|
+
"subject": "Fixed console warning.",
|
|
341
|
+
"merge": null,
|
|
342
|
+
"header": "fix(select-text): Fixed console warning.",
|
|
343
|
+
"body": null,
|
|
344
|
+
"footer": null,
|
|
345
|
+
"notes": [],
|
|
346
|
+
"hash": "5957c41c5fddbf380db6e742737728cc8fd92f8e",
|
|
347
|
+
"gitTags": "",
|
|
348
|
+
"committerDate": "2019-03-30 09:14:11 +0200",
|
|
349
|
+
"isTagged": true,
|
|
350
|
+
"tag": "@pie-element/select-text-configure@2.5.7"
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"type": "fix",
|
|
354
|
+
"scope": "placement-ordering",
|
|
355
|
+
"subject": "renaming model properties with naming conventions.",
|
|
356
|
+
"merge": null,
|
|
357
|
+
"header": "fix(placement-ordering): renaming model properties with naming conventions.",
|
|
358
|
+
"body": null,
|
|
359
|
+
"footer": null,
|
|
360
|
+
"notes": [],
|
|
361
|
+
"hash": "9d9be0154654c1c7c6866e3daa74d9e37523a567",
|
|
362
|
+
"gitTags": "",
|
|
363
|
+
"committerDate": "2019-04-15 11:43:37 +0300",
|
|
364
|
+
"isTagged": true,
|
|
365
|
+
"tag": "@pie-element/select-text-configure@2.5.9"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"type": "fix",
|
|
369
|
+
"scope": "calculator",
|
|
370
|
+
"subject": "Updated @pie-lib/config-ui version. (#177)",
|
|
371
|
+
"merge": null,
|
|
372
|
+
"header": "fix(calculator): Updated @pie-lib/config-ui version. (#177)",
|
|
373
|
+
"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.",
|
|
374
|
+
"footer": null,
|
|
375
|
+
"notes": [],
|
|
376
|
+
"hash": "6a56ff0588b46f065e3b3e536fce6189aa43673e",
|
|
377
|
+
"gitTags": "",
|
|
378
|
+
"committerDate": "2019-04-23 09:12:02 -0400",
|
|
379
|
+
"isTagged": true,
|
|
380
|
+
"tag": "@pie-element/select-text-configure@2.5.11"
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"type": "fix",
|
|
384
|
+
"scope": null,
|
|
385
|
+
"subject": "Updated with new version of @pie-lib/config-ui.",
|
|
386
|
+
"merge": null,
|
|
387
|
+
"header": "fix: Updated with new version of @pie-lib/config-ui.",
|
|
388
|
+
"body": null,
|
|
389
|
+
"footer": null,
|
|
390
|
+
"notes": [],
|
|
391
|
+
"hash": "afcebaf6932991ef12eb44be063913e0276f5188",
|
|
392
|
+
"gitTags": "",
|
|
393
|
+
"committerDate": "2019-04-25 11:22:05 +0300",
|
|
394
|
+
"isTagged": true,
|
|
395
|
+
"tag": "@pie-element/select-text-configure@2.5.13"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"type": "feat",
|
|
399
|
+
"scope": null,
|
|
400
|
+
"subject": "Updated with new version of @pie-lib-config-ui. Renamed configure with configuration. Removed usage of state (main.jsx) and updated tests.",
|
|
401
|
+
"merge": null,
|
|
402
|
+
"header": "feat: Updated with new version of @pie-lib-config-ui. Renamed configure with configuration. Removed usage of state (main.jsx) and updated tests.",
|
|
403
|
+
"body": null,
|
|
404
|
+
"footer": "BREAKING CHANGE: configure is removed, use configuration instead.",
|
|
405
|
+
"notes": [
|
|
406
|
+
{
|
|
407
|
+
"title": "BREAKING CHANGE",
|
|
408
|
+
"text": "configure is removed, use configuration instead."
|
|
409
|
+
}
|
|
410
|
+
],
|
|
411
|
+
"hash": "b6f4593faa7306464285fa27cc39b42f4fa3413d",
|
|
412
|
+
"gitTags": "",
|
|
413
|
+
"committerDate": "2019-05-06 15:51:55 +0300",
|
|
414
|
+
"isTagged": true,
|
|
415
|
+
"tag": "@pie-element/select-text-configure@3.0.0"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"type": "feat",
|
|
419
|
+
"scope": null,
|
|
420
|
+
"subject": "Sending rationale for `instructor` role only in 'view' or 'evaluate' mode.",
|
|
421
|
+
"merge": null,
|
|
422
|
+
"header": "feat: Sending rationale for `instructor` role only in 'view' or 'evaluate' mode.",
|
|
423
|
+
"body": null,
|
|
424
|
+
"footer": null,
|
|
425
|
+
"notes": [],
|
|
426
|
+
"hash": "5100df2de329f4b1eb0e2eb6a0210f9e6f6645fd",
|
|
427
|
+
"gitTags": "",
|
|
428
|
+
"committerDate": "2019-05-14 15:07:04 +0300",
|
|
429
|
+
"isTagged": true,
|
|
430
|
+
"tag": "@pie-element/select-text-configure@3.1.0"
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"type": "feat",
|
|
434
|
+
"scope": "select-text",
|
|
435
|
+
"subject": "added rationale support.",
|
|
436
|
+
"merge": null,
|
|
437
|
+
"header": "feat(select-text): added rationale support.",
|
|
438
|
+
"body": "fix(select-text): fixed onConfigurationChanged.",
|
|
439
|
+
"footer": null,
|
|
440
|
+
"notes": [],
|
|
441
|
+
"hash": "c2aa2f990b7d1a592dc0304e7688a36d37774e16",
|
|
442
|
+
"gitTags": "",
|
|
443
|
+
"committerDate": "2019-05-11 18:24:28 +0300",
|
|
444
|
+
"isTagged": true,
|
|
445
|
+
"tag": "@pie-element/select-text-configure@3.1.0"
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"type": "chore",
|
|
449
|
+
"scope": "latest-version",
|
|
450
|
+
"subject": "pushing to release",
|
|
451
|
+
"merge": null,
|
|
452
|
+
"header": "chore(latest-version): pushing to release",
|
|
453
|
+
"body": null,
|
|
454
|
+
"footer": null,
|
|
455
|
+
"notes": [],
|
|
456
|
+
"hash": "64030ba2c7c18d20381b6a0f5caaff19f1e5e959",
|
|
457
|
+
"gitTags": " (develop)",
|
|
458
|
+
"committerDate": "2019-06-06 01:31:17 +0300",
|
|
459
|
+
"isTagged": true,
|
|
460
|
+
"tag": "@pie-element/select-text-configure@3.1.3"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"type": "chore",
|
|
464
|
+
"scope": "version",
|
|
465
|
+
"subject": "bumped the versions",
|
|
466
|
+
"merge": null,
|
|
467
|
+
"header": "chore(version): bumped the versions",
|
|
468
|
+
"body": null,
|
|
469
|
+
"footer": null,
|
|
470
|
+
"notes": [],
|
|
471
|
+
"hash": "12b141d884c66a15d23c8cbb34be820a422d7332",
|
|
472
|
+
"gitTags": " (origin/feat/mask-markup-elements)",
|
|
473
|
+
"committerDate": "2019-06-06 01:15:50 +0300",
|
|
474
|
+
"isTagged": true,
|
|
475
|
+
"tag": "@pie-element/select-text-configure@3.1.3"
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"type": "chore",
|
|
479
|
+
"scope": "version",
|
|
480
|
+
"subject": "bumped the packages that depend on the editable-html",
|
|
481
|
+
"merge": null,
|
|
482
|
+
"header": "chore(version): bumped the packages that depend on the editable-html",
|
|
483
|
+
"body": null,
|
|
484
|
+
"footer": null,
|
|
485
|
+
"notes": [],
|
|
486
|
+
"hash": "00eb12e58c01b50dde8e4d1a179c879e2f3216fc",
|
|
487
|
+
"gitTags": " (develop)",
|
|
488
|
+
"committerDate": "2019-06-06 13:16:05 +0300",
|
|
489
|
+
"isTagged": true,
|
|
490
|
+
"tag": "@pie-element/select-text-configure@3.1.4"
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
"type": "chore",
|
|
494
|
+
"scope": "version",
|
|
495
|
+
"subject": "bumped the versions",
|
|
496
|
+
"merge": null,
|
|
497
|
+
"header": "chore(version): bumped the versions",
|
|
498
|
+
"body": null,
|
|
499
|
+
"footer": null,
|
|
500
|
+
"notes": [],
|
|
501
|
+
"hash": "12b141d884c66a15d23c8cbb34be820a422d7332",
|
|
502
|
+
"gitTags": " (origin/feat/mask-markup-elements)",
|
|
503
|
+
"committerDate": "2019-06-06 01:15:50 +0300",
|
|
504
|
+
"isTagged": true,
|
|
505
|
+
"tag": "@pie-element/select-text-configure@3.1.3"
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"type": "chore",
|
|
509
|
+
"scope": "merge",
|
|
510
|
+
"subject": "merged develop into master",
|
|
511
|
+
"merge": null,
|
|
512
|
+
"header": "chore(merge): merged develop into master",
|
|
513
|
+
"body": null,
|
|
514
|
+
"footer": null,
|
|
515
|
+
"notes": [],
|
|
516
|
+
"hash": "3bb9f402d900f3a0349537dfd01ce558c526cb55",
|
|
517
|
+
"gitTags": " (develop)",
|
|
518
|
+
"committerDate": "2019-06-07 23:29:44 +0300",
|
|
519
|
+
"isTagged": true,
|
|
520
|
+
"tag": "@pie-element/select-text-configure@3.1.5"
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"type": "fix",
|
|
524
|
+
"scope": null,
|
|
525
|
+
"subject": "bump config-ui to 10.4.3",
|
|
526
|
+
"merge": null,
|
|
527
|
+
"header": "fix: bump config-ui to 10.4.3",
|
|
528
|
+
"body": null,
|
|
529
|
+
"footer": null,
|
|
530
|
+
"notes": [],
|
|
531
|
+
"hash": "101d6a7725770f7c767c0d8660b8d6658f9ad423",
|
|
532
|
+
"gitTags": "",
|
|
533
|
+
"committerDate": "2019-06-20 09:32:15 +0100",
|
|
534
|
+
"isTagged": true,
|
|
535
|
+
"tag": "@pie-element/select-text-configure@3.1.8"
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"type": "fix",
|
|
539
|
+
"scope": null,
|
|
540
|
+
"subject": "bump config-ui to 10.4.3",
|
|
541
|
+
"merge": null,
|
|
542
|
+
"header": "fix: bump config-ui to 10.4.3",
|
|
543
|
+
"body": null,
|
|
544
|
+
"footer": null,
|
|
545
|
+
"notes": [],
|
|
546
|
+
"hash": "101d6a7725770f7c767c0d8660b8d6658f9ad423",
|
|
547
|
+
"gitTags": "",
|
|
548
|
+
"committerDate": "2019-06-20 09:32:15 +0100",
|
|
549
|
+
"isTagged": true,
|
|
550
|
+
"tag": "@pie-element/select-text-configure@3.1.8"
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"type": "feat",
|
|
554
|
+
"scope": "general",
|
|
555
|
+
"subject": "updated all the packages that have the config-ui as a dependency",
|
|
556
|
+
"merge": null,
|
|
557
|
+
"header": "feat(general): updated all the packages that have the config-ui as a dependency",
|
|
558
|
+
"body": null,
|
|
559
|
+
"footer": null,
|
|
560
|
+
"notes": [],
|
|
561
|
+
"hash": "44061deecae6d18cdbf6f5fb524f3d3094ccd354",
|
|
562
|
+
"gitTags": "",
|
|
563
|
+
"committerDate": "2019-06-20 22:32:48 -0400",
|
|
564
|
+
"isTagged": true,
|
|
565
|
+
"tag": "@pie-element/select-text-configure@3.2.0"
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"type": "feat",
|
|
569
|
+
"scope": "settings-panel",
|
|
570
|
+
"subject": "updated the settings panel design and changes needed for [ch2242]",
|
|
571
|
+
"merge": null,
|
|
572
|
+
"header": "feat(settings-panel): updated the settings panel design and changes needed for [ch2242]",
|
|
573
|
+
"body": null,
|
|
574
|
+
"footer": null,
|
|
575
|
+
"notes": [],
|
|
576
|
+
"hash": "d830e57b32bd09ac8cc02c7a12d75d988d9df21c",
|
|
577
|
+
"gitTags": "",
|
|
578
|
+
"committerDate": "2019-06-25 23:42:15 -0400",
|
|
579
|
+
"isTagged": true,
|
|
580
|
+
"tag": "@pie-element/select-text-configure@3.3.0"
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"type": "feat",
|
|
584
|
+
"scope": "mask-markup-elements",
|
|
585
|
+
"subject": "refactored the elements and version bumped the necessary files",
|
|
586
|
+
"merge": null,
|
|
587
|
+
"header": "feat(mask-markup-elements): refactored the elements and version bumped the necessary files",
|
|
588
|
+
"body": null,
|
|
589
|
+
"footer": null,
|
|
590
|
+
"notes": [],
|
|
591
|
+
"hash": "f8f77c02e44afd90e491a371d86d3d4093eb41e5",
|
|
592
|
+
"gitTags": "",
|
|
593
|
+
"committerDate": "2019-07-02 13:38:48 -0400",
|
|
594
|
+
"isTagged": true,
|
|
595
|
+
"tag": "@pie-element/select-text-configure@3.4.0"
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"type": "chore",
|
|
599
|
+
"scope": "editable-html",
|
|
600
|
+
"subject": "version bumped the necessary packages",
|
|
601
|
+
"merge": null,
|
|
602
|
+
"header": "chore(editable-html): version bumped the necessary packages",
|
|
603
|
+
"body": null,
|
|
604
|
+
"footer": null,
|
|
605
|
+
"notes": [],
|
|
606
|
+
"hash": "3c7caf6a1f8dc120ca23ab93258a90a593bbeb65",
|
|
607
|
+
"gitTags": "",
|
|
608
|
+
"committerDate": "2019-07-02 15:13:55 -0400",
|
|
609
|
+
"isTagged": true,
|
|
610
|
+
"tag": "@pie-element/select-text-configure@3.4.1"
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"type": "chore",
|
|
614
|
+
"scope": "version",
|
|
615
|
+
"subject": "version bumped the editable-html dependent packages",
|
|
616
|
+
"merge": null,
|
|
617
|
+
"header": "chore(version): version bumped the editable-html dependent packages",
|
|
618
|
+
"body": null,
|
|
619
|
+
"footer": null,
|
|
620
|
+
"notes": [],
|
|
621
|
+
"hash": "19961d346e8596064bad27156e0cf5a03afc3889",
|
|
622
|
+
"gitTags": "",
|
|
623
|
+
"committerDate": "2019-07-03 15:57:58 -0400",
|
|
624
|
+
"isTagged": true,
|
|
625
|
+
"tag": "@pie-element/select-text-configure@3.4.3"
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"type": "fix",
|
|
629
|
+
"scope": "template-els",
|
|
630
|
+
"subject": "fixed some ditb issues",
|
|
631
|
+
"merge": null,
|
|
632
|
+
"header": "fix(template-els): fixed some ditb issues",
|
|
633
|
+
"body": null,
|
|
634
|
+
"footer": null,
|
|
635
|
+
"notes": [],
|
|
636
|
+
"hash": "9133840e48a263b2cf49ce4db9c4310743efffe0",
|
|
637
|
+
"gitTags": "",
|
|
638
|
+
"committerDate": "2019-07-04 11:45:23 -0400",
|
|
639
|
+
"isTagged": true,
|
|
640
|
+
"tag": "@pie-element/select-text-configure@3.4.4"
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"type": "fix",
|
|
644
|
+
"scope": "editable-html",
|
|
645
|
+
"subject": "fixed lots of stuff regarding the editable-html",
|
|
646
|
+
"merge": null,
|
|
647
|
+
"header": "fix(editable-html): fixed lots of stuff regarding the editable-html",
|
|
648
|
+
"body": null,
|
|
649
|
+
"footer": null,
|
|
650
|
+
"notes": [],
|
|
651
|
+
"hash": "12c112917e0b5065ec35efdbdc276703602a6c68",
|
|
652
|
+
"gitTags": " (origin/andrei/fixes)",
|
|
653
|
+
"committerDate": "2019-07-07 14:16:34 -0400",
|
|
654
|
+
"isTagged": true,
|
|
655
|
+
"tag": "@pie-element/select-text-configure@3.4.6"
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"type": "chore",
|
|
659
|
+
"scope": "config-ui",
|
|
660
|
+
"subject": "bumped dependent packages",
|
|
661
|
+
"merge": null,
|
|
662
|
+
"header": "chore(config-ui): bumped dependent packages",
|
|
663
|
+
"body": null,
|
|
664
|
+
"footer": null,
|
|
665
|
+
"notes": [],
|
|
666
|
+
"hash": "645756c242868cf21e36a73227b355affb5f957a",
|
|
667
|
+
"gitTags": "",
|
|
668
|
+
"committerDate": "2019-07-07 15:44:44 -0400",
|
|
669
|
+
"isTagged": true,
|
|
670
|
+
"tag": "@pie-element/select-text-configure@3.4.7"
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"type": "chore",
|
|
674
|
+
"scope": "editable-html",
|
|
675
|
+
"subject": "version bumped some dependant packages",
|
|
676
|
+
"merge": null,
|
|
677
|
+
"header": "chore(editable-html): version bumped some dependant packages",
|
|
678
|
+
"body": null,
|
|
679
|
+
"footer": null,
|
|
680
|
+
"notes": [],
|
|
681
|
+
"hash": "a4fbf3e8e7841ecae4f034328f9481a1f69ae3df",
|
|
682
|
+
"gitTags": "",
|
|
683
|
+
"committerDate": "2019-07-09 13:38:59 +0300",
|
|
684
|
+
"isTagged": true,
|
|
685
|
+
"tag": "@pie-element/select-text-configure@3.4.8"
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
"type": "feat",
|
|
689
|
+
"scope": "template-elements",
|
|
690
|
+
"subject": "updated the dependent packages that use editable-html and fixed [ch2564], [ch2565], [ch2538], [ch2489], [ch2557], [ch2593], [ch2490], [ch2527]",
|
|
691
|
+
"merge": null,
|
|
692
|
+
"header": "feat(template-elements): updated the dependent packages that use editable-html and fixed [ch2564], [ch2565], [ch2538], [ch2489], [ch2557], [ch2593], [ch2490], [ch2527]",
|
|
693
|
+
"body": null,
|
|
694
|
+
"footer": null,
|
|
695
|
+
"notes": [],
|
|
696
|
+
"hash": "a87febe2518ada7ee433b0b39895c26c15737ac4",
|
|
697
|
+
"gitTags": "",
|
|
698
|
+
"committerDate": "2019-07-11 16:57:13 +0300",
|
|
699
|
+
"isTagged": true,
|
|
700
|
+
"tag": "@pie-element/select-text-configure@3.5.0"
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"type": "fix",
|
|
704
|
+
"scope": null,
|
|
705
|
+
"subject": "use empty defaults for select text, not lorem (#272)",
|
|
706
|
+
"merge": null,
|
|
707
|
+
"header": "fix: use empty defaults for select text, not lorem (#272)",
|
|
708
|
+
"body": null,
|
|
709
|
+
"footer": null,
|
|
710
|
+
"notes": [],
|
|
711
|
+
"hash": "ec1c89fd6c97105d08a8acc6701266454d273885",
|
|
712
|
+
"gitTags": "",
|
|
713
|
+
"committerDate": "2019-07-10 13:18:39 -0400",
|
|
714
|
+
"isTagged": true,
|
|
715
|
+
"tag": "@pie-element/select-text-configure@3.5.0"
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"type": "fix",
|
|
719
|
+
"scope": "rendering",
|
|
720
|
+
"subject": "implemented rendering for math elements [ch1915], [ch1935]",
|
|
721
|
+
"merge": null,
|
|
722
|
+
"header": "fix(rendering): implemented rendering for math elements [ch1915], [ch1935]",
|
|
723
|
+
"body": null,
|
|
724
|
+
"footer": null,
|
|
725
|
+
"notes": [],
|
|
726
|
+
"hash": "2f3584200654e098c7b4cc4b312813efac09e7a9",
|
|
727
|
+
"gitTags": "",
|
|
728
|
+
"committerDate": "2019-07-12 15:45:27 +0300",
|
|
729
|
+
"isTagged": true,
|
|
730
|
+
"tag": "@pie-element/select-text-configure@3.5.2"
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"type": "fix",
|
|
734
|
+
"scope": "elements",
|
|
735
|
+
"subject": "version bumped the editable-html packages [ch1738]",
|
|
736
|
+
"merge": null,
|
|
737
|
+
"header": "fix(elements): version bumped the editable-html packages [ch1738]",
|
|
738
|
+
"body": null,
|
|
739
|
+
"footer": null,
|
|
740
|
+
"notes": [],
|
|
741
|
+
"hash": "949222a6a3af39cf8b81a885a81e5c6f3c6a28a0",
|
|
742
|
+
"gitTags": "",
|
|
743
|
+
"committerDate": "2019-08-08 08:40:11 +0300",
|
|
744
|
+
"isTagged": true,
|
|
745
|
+
"tag": "@pie-element/select-text-configure@3.5.7"
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"type": "fix",
|
|
749
|
+
"scope": "math-rendering",
|
|
750
|
+
"subject": "updated all dependent packages [ch3365]",
|
|
751
|
+
"merge": null,
|
|
752
|
+
"header": "fix(math-rendering): updated all dependent packages [ch3365]",
|
|
753
|
+
"body": null,
|
|
754
|
+
"footer": null,
|
|
755
|
+
"notes": [],
|
|
756
|
+
"hash": "7cbf25ac92040a16621d5699e232c38575f6c36c",
|
|
757
|
+
"gitTags": "",
|
|
758
|
+
"committerDate": "2019-08-16 23:04:42 +0300",
|
|
759
|
+
"isTagged": true,
|
|
760
|
+
"tag": "@pie-element/select-text-configure@3.5.8"
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"type": "fix",
|
|
764
|
+
"scope": null,
|
|
765
|
+
"subject": "set default values to configuration properties",
|
|
766
|
+
"merge": null,
|
|
767
|
+
"header": "fix: set default values to configuration properties",
|
|
768
|
+
"body": null,
|
|
769
|
+
"footer": null,
|
|
770
|
+
"notes": [],
|
|
771
|
+
"hash": "88332aa9e9193b8806cf52207d0615985a1540a1",
|
|
772
|
+
"gitTags": "",
|
|
773
|
+
"committerDate": "2019-08-15 13:59:48 +0300",
|
|
774
|
+
"isTagged": true,
|
|
775
|
+
"tag": "@pie-element/select-text-configure@3.5.8"
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
"type": "fix",
|
|
779
|
+
"scope": "math-rendering",
|
|
780
|
+
"subject": "updated all dependent packages for math rendering and for editable-html [ch3365], [ch1530]",
|
|
781
|
+
"merge": null,
|
|
782
|
+
"header": "fix(math-rendering): updated all dependent packages for math rendering and for editable-html [ch3365], [ch1530]",
|
|
783
|
+
"body": null,
|
|
784
|
+
"footer": null,
|
|
785
|
+
"notes": [],
|
|
786
|
+
"hash": "33e3287a735cec9aed893f697a1933ff0c077042",
|
|
787
|
+
"gitTags": "",
|
|
788
|
+
"committerDate": "2019-08-19 19:37:56 +0300",
|
|
789
|
+
"isTagged": true,
|
|
790
|
+
"tag": "@pie-element/select-text-configure@3.5.9"
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"type": "feat",
|
|
794
|
+
"scope": null,
|
|
795
|
+
"subject": "move partial-scoring to settings panel",
|
|
796
|
+
"merge": null,
|
|
797
|
+
"header": "feat: move partial-scoring to settings panel",
|
|
798
|
+
"body": null,
|
|
799
|
+
"footer": null,
|
|
800
|
+
"notes": [],
|
|
801
|
+
"hash": "418011280b2368ffa955cc2890666fd1f83dd330",
|
|
802
|
+
"gitTags": "",
|
|
803
|
+
"committerDate": "2019-09-04 22:55:09 +0300",
|
|
804
|
+
"isTagged": true,
|
|
805
|
+
"tag": "@pie-element/select-text-configure@3.6.0"
|
|
806
|
+
},
|
|
807
|
+
{
|
|
808
|
+
"type": "fix",
|
|
809
|
+
"scope": null,
|
|
810
|
+
"subject": "added feedbackEnabled property to model, removed usage on config.feedback.enabled and removed usage of allowFeedback (replaced with feedbackEnabled).",
|
|
811
|
+
"merge": null,
|
|
812
|
+
"header": "fix: added feedbackEnabled property to model, removed usage on config.feedback.enabled and removed usage of allowFeedback (replaced with feedbackEnabled).",
|
|
813
|
+
"body": null,
|
|
814
|
+
"footer": null,
|
|
815
|
+
"notes": [],
|
|
816
|
+
"hash": "90cc6aa61aa0e9b2fcfbb869143f8b50131b0e37",
|
|
817
|
+
"gitTags": "",
|
|
818
|
+
"committerDate": "2019-09-27 11:35:59 +0300",
|
|
819
|
+
"isTagged": true,
|
|
820
|
+
"tag": "@pie-element/select-text-configure@4.1.0"
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"type": "feat",
|
|
824
|
+
"scope": "select-text",
|
|
825
|
+
"subject": "model based prompt",
|
|
826
|
+
"merge": null,
|
|
827
|
+
"header": "feat(select-text): model based prompt",
|
|
828
|
+
"body": null,
|
|
829
|
+
"footer": null,
|
|
830
|
+
"notes": [],
|
|
831
|
+
"hash": "40c86629b66cc7ff369057e4c3e68c1a580702d3",
|
|
832
|
+
"gitTags": "",
|
|
833
|
+
"committerDate": "2019-09-25 19:39:27 +0300",
|
|
834
|
+
"isTagged": true,
|
|
835
|
+
"tag": "@pie-element/select-text-configure@4.1.0"
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
"type": "feat",
|
|
839
|
+
"scope": "alternateSection",
|
|
840
|
+
"subject": "removed isBrowser function [ch4599], debounced some session changes in ecr [ch4387] and fixed select-text issue [ch4385]",
|
|
841
|
+
"merge": null,
|
|
842
|
+
"header": "feat(alternateSection): removed isBrowser function [ch4599], debounced some session changes in ecr [ch4387] and fixed select-text issue [ch4385]",
|
|
843
|
+
"body": null,
|
|
844
|
+
"footer": null,
|
|
845
|
+
"notes": [],
|
|
846
|
+
"hash": "ab4478e10fc33aa3bbb604cae120f98d530ef5d7",
|
|
847
|
+
"gitTags": "",
|
|
848
|
+
"committerDate": "2019-10-03 14:46:28 +0300",
|
|
849
|
+
"isTagged": true,
|
|
850
|
+
"tag": "@pie-element/select-text-configure@4.2.0"
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
"type": "feat",
|
|
854
|
+
"scope": "alternateSection",
|
|
855
|
+
"subject": "removed isBrowser function [ch4599] and debounced some session changes in ecr [ch4387]",
|
|
856
|
+
"merge": null,
|
|
857
|
+
"header": "feat(alternateSection): removed isBrowser function [ch4599] and debounced some session changes in ecr [ch4387]",
|
|
858
|
+
"body": null,
|
|
859
|
+
"footer": null,
|
|
860
|
+
"notes": [],
|
|
861
|
+
"hash": "01dc1515fe32d5ef4567b3086a1480382087f672",
|
|
862
|
+
"gitTags": "",
|
|
863
|
+
"committerDate": "2019-10-03 14:24:41 +0300",
|
|
864
|
+
"isTagged": true,
|
|
865
|
+
"tag": "@pie-element/select-text-configure@4.2.0"
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
"type": "fix",
|
|
869
|
+
"scope": "select-text",
|
|
870
|
+
"subject": "disable partial scoring entirely for MVP",
|
|
871
|
+
"merge": null,
|
|
872
|
+
"header": "fix(select-text): disable partial scoring entirely for MVP",
|
|
873
|
+
"body": null,
|
|
874
|
+
"footer": null,
|
|
875
|
+
"notes": [],
|
|
876
|
+
"hash": "9a3fce869109cf97f30d299b7f43a895d4e29e57",
|
|
877
|
+
"gitTags": "",
|
|
878
|
+
"committerDate": "2019-11-05 09:13:27 +0200",
|
|
879
|
+
"isTagged": true,
|
|
880
|
+
"tag": "@pie-element/select-text-configure@5.0.1"
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"type": "fix",
|
|
884
|
+
"scope": null,
|
|
885
|
+
"subject": "Removed html entities from text in order to prevent having issues with tokens offsets.",
|
|
886
|
+
"merge": null,
|
|
887
|
+
"header": "fix: Removed html entities from text in order to prevent having issues with tokens offsets.",
|
|
888
|
+
"body": null,
|
|
889
|
+
"footer": null,
|
|
890
|
+
"notes": [],
|
|
891
|
+
"hash": "4d5cb0ed8c26397d1a75bba8064b84b21f43defd",
|
|
892
|
+
"gitTags": "",
|
|
893
|
+
"committerDate": "2019-12-02 15:33:33 +0200",
|
|
894
|
+
"isTagged": true,
|
|
895
|
+
"tag": "@pie-element/select-text-configure@5.0.2"
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"type": "fix",
|
|
899
|
+
"scope": null,
|
|
900
|
+
"subject": "html does not need to be removed on front-end (this was a fix for one issue, but it causes other issues); the main issue will be fixed on back-end (don't parse the html when loading an item to prevent token start & end issues)",
|
|
901
|
+
"merge": null,
|
|
902
|
+
"header": "fix: html does not need to be removed on front-end (this was a fix for one issue, but it causes other issues); the main issue will be fixed on back-end (don't parse the html when loading an item to prevent token start & end issues)",
|
|
903
|
+
"body": null,
|
|
904
|
+
"footer": null,
|
|
905
|
+
"notes": [],
|
|
906
|
+
"hash": "73b97b739a739d0d214c6bac3e2207cc10ab275d",
|
|
907
|
+
"gitTags": "",
|
|
908
|
+
"committerDate": "2020-01-20 08:49:48 +0200",
|
|
909
|
+
"isTagged": true,
|
|
910
|
+
"tag": "@pie-element/select-text-configure@5.0.3"
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
"type": "fix",
|
|
914
|
+
"scope": null,
|
|
915
|
+
"subject": "bump ui versions",
|
|
916
|
+
"merge": null,
|
|
917
|
+
"header": "fix: bump ui versions",
|
|
918
|
+
"body": null,
|
|
919
|
+
"footer": null,
|
|
920
|
+
"notes": [],
|
|
921
|
+
"hash": "5b9d99fe59c304bdd173c9336503eb558900d2a2",
|
|
922
|
+
"gitTags": "",
|
|
923
|
+
"committerDate": "2020-03-31 19:25:13 +0100",
|
|
924
|
+
"isTagged": true,
|
|
925
|
+
"tag": "@pie-element/select-text-configure@5.1.0"
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
"type": "fix",
|
|
929
|
+
"scope": null,
|
|
930
|
+
"subject": "bump lib and ui versions",
|
|
931
|
+
"merge": null,
|
|
932
|
+
"header": "fix: bump lib and ui versions",
|
|
933
|
+
"body": null,
|
|
934
|
+
"footer": null,
|
|
935
|
+
"notes": [],
|
|
936
|
+
"hash": "a882cbf4580098ce0e12c51cf6ad2879817e17e7",
|
|
937
|
+
"gitTags": "",
|
|
938
|
+
"committerDate": "2020-04-10 17:13:24 +0100",
|
|
939
|
+
"isTagged": true,
|
|
940
|
+
"tag": "@pie-element/select-text-configure@5.1.1"
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"type": "fix",
|
|
944
|
+
"scope": null,
|
|
945
|
+
"subject": "bump all packages to avoid tag conflict",
|
|
946
|
+
"merge": null,
|
|
947
|
+
"header": "fix: bump all packages to avoid tag conflict",
|
|
948
|
+
"body": null,
|
|
949
|
+
"footer": null,
|
|
950
|
+
"notes": [],
|
|
951
|
+
"hash": "d9ec9a8689f0a391594b5e2f4ea958c6dc9f6d7b",
|
|
952
|
+
"gitTags": "",
|
|
953
|
+
"committerDate": "2020-04-10 20:01:37 +0100",
|
|
954
|
+
"isTagged": true,
|
|
955
|
+
"tag": "@pie-element/select-text-configure@5.1.1"
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
"type": "fix",
|
|
959
|
+
"scope": null,
|
|
960
|
+
"subject": "bump ui/lib versions",
|
|
961
|
+
"merge": null,
|
|
962
|
+
"header": "fix: bump ui/lib versions",
|
|
963
|
+
"body": null,
|
|
964
|
+
"footer": null,
|
|
965
|
+
"notes": [],
|
|
966
|
+
"hash": "3edb2321ebaefcaee70c3642aa6da8a50e8a99e5",
|
|
967
|
+
"gitTags": "",
|
|
968
|
+
"committerDate": "2020-04-14 15:36:44 +0100",
|
|
969
|
+
"isTagged": true,
|
|
970
|
+
"tag": "@pie-element/select-text-configure@5.1.3"
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"type": "fix",
|
|
974
|
+
"scope": null,
|
|
975
|
+
"subject": "bump ui/lib versions",
|
|
976
|
+
"merge": null,
|
|
977
|
+
"header": "fix: bump ui/lib versions",
|
|
978
|
+
"body": null,
|
|
979
|
+
"footer": null,
|
|
980
|
+
"notes": [],
|
|
981
|
+
"hash": "45f0da6e3e01f33aff6059cb13d571554690348b",
|
|
982
|
+
"gitTags": "",
|
|
983
|
+
"committerDate": "2020-04-28 14:57:57 +0100",
|
|
984
|
+
"isTagged": true,
|
|
985
|
+
"tag": "@pie-element/select-text-configure@5.1.4"
|
|
986
|
+
},
|
|
987
|
+
{
|
|
988
|
+
"type": "fix",
|
|
989
|
+
"scope": null,
|
|
990
|
+
"subject": "update ui/lib versions",
|
|
991
|
+
"merge": null,
|
|
992
|
+
"header": "fix: update ui/lib versions",
|
|
993
|
+
"body": null,
|
|
994
|
+
"footer": null,
|
|
995
|
+
"notes": [],
|
|
996
|
+
"hash": "0226b0bc0869d468ba3e5986bc469e020f4f12a6",
|
|
997
|
+
"gitTags": "",
|
|
998
|
+
"committerDate": "2020-04-28 14:20:37 +0100",
|
|
999
|
+
"isTagged": true,
|
|
1000
|
+
"tag": "@pie-element/select-text-configure@5.1.4"
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"type": "fix",
|
|
1004
|
+
"scope": null,
|
|
1005
|
+
"subject": "ui+libs update",
|
|
1006
|
+
"merge": null,
|
|
1007
|
+
"header": "fix: ui+libs update",
|
|
1008
|
+
"body": null,
|
|
1009
|
+
"footer": null,
|
|
1010
|
+
"notes": [],
|
|
1011
|
+
"hash": "6127de27006a7835d1dd7a9c4c5f13de950aa06d",
|
|
1012
|
+
"gitTags": "",
|
|
1013
|
+
"committerDate": "2020-04-27 19:52:07 +0100",
|
|
1014
|
+
"isTagged": true,
|
|
1015
|
+
"tag": "@pie-element/select-text-configure@5.1.4"
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
"type": "fix",
|
|
1019
|
+
"scope": null,
|
|
1020
|
+
"subject": "PD-19: When authoring Select Text content, extra spaces are inserted before periods.",
|
|
1021
|
+
"merge": null,
|
|
1022
|
+
"header": "fix: PD-19: When authoring Select Text content, extra spaces are inserted before periods.",
|
|
1023
|
+
"body": null,
|
|
1024
|
+
"footer": null,
|
|
1025
|
+
"notes": [],
|
|
1026
|
+
"hash": "d3d7b74f278d2d41894ec688154c95671d1e4bc1",
|
|
1027
|
+
"gitTags": "",
|
|
1028
|
+
"committerDate": "2020-04-21 17:34:28 +0300",
|
|
1029
|
+
"isTagged": true,
|
|
1030
|
+
"tag": "@pie-element/select-text-configure@5.1.4"
|
|
1031
|
+
}
|
|
1032
|
+
]
|