@pie-element/categorize 13.1.0-next.19 → 13.1.1-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/dist/author/defaults.d.ts +223 -0
- package/dist/author/defaults.js +170 -0
- package/dist/author/design/builder.d.ts +10 -0
- package/dist/author/design/builder.js +24 -0
- package/dist/author/design/buttons.d.ts +28 -0
- package/dist/author/design/buttons.js +36 -0
- package/dist/author/design/categories/RowLabel.d.ts +23 -0
- package/dist/author/design/categories/RowLabel.js +47 -0
- package/dist/author/design/categories/alternateResponses.d.ts +31 -0
- package/dist/author/design/categories/alternateResponses.js +62 -0
- package/dist/author/design/categories/category.d.ts +44 -0
- package/dist/author/design/categories/category.js +98 -0
- package/dist/author/design/categories/choice-preview.d.ts +25 -0
- package/dist/author/design/categories/choice-preview.js +60 -0
- package/dist/author/design/categories/droppable-placeholder.d.ts +11 -0
- package/dist/author/design/categories/droppable-placeholder.js +71 -0
- package/dist/author/design/categories/index.d.ts +41 -0
- package/dist/author/design/categories/index.js +146 -0
- package/dist/author/design/choices/choice.d.ts +11 -0
- package/dist/author/design/choices/choice.js +129 -0
- package/dist/author/design/choices/config.d.ts +21 -0
- package/dist/author/design/choices/config.js +33 -0
- package/dist/author/design/choices/index.d.ts +41 -0
- package/dist/author/design/choices/index.js +110 -0
- package/dist/author/design/header.d.ts +24 -0
- package/dist/author/design/header.js +49 -0
- package/dist/author/design/index.d.ts +52 -0
- package/dist/author/design/index.js +417 -0
- package/dist/author/design/input-header.d.ts +39 -0
- package/dist/author/design/input-header.js +69 -0
- package/dist/author/design/utils.d.ts +9 -0
- package/dist/author/design/utils.js +7 -0
- package/dist/author/index.d.ts +51 -0
- package/dist/author/index.js +87 -0
- package/dist/author/main.d.ts +23 -0
- package/dist/author/main.js +30 -0
- package/dist/author/utils.d.ts +16 -0
- package/dist/author/utils.js +17 -0
- package/dist/controller/defaults.d.ts +34 -0
- package/dist/controller/defaults.js +29 -0
- package/dist/controller/index.d.ts +61 -0
- package/dist/controller/index.js +155 -0
- package/dist/controller/utils.d.ts +20 -0
- package/dist/controller/utils.js +35 -0
- package/dist/delivery/categorize/categories.d.ts +34 -0
- package/dist/delivery/categorize/categories.js +66 -0
- package/dist/delivery/categorize/category.d.ts +28 -0
- package/dist/delivery/categorize/category.js +48 -0
- package/dist/delivery/categorize/choice.d.ts +27 -0
- package/dist/delivery/categorize/choice.js +94 -0
- package/dist/delivery/categorize/choices.d.ts +39 -0
- package/dist/delivery/categorize/choices.js +51 -0
- package/dist/delivery/categorize/droppable-placeholder.d.ts +32 -0
- package/dist/delivery/categorize/droppable-placeholder.js +64 -0
- package/dist/delivery/categorize/grid-content.d.ts +25 -0
- package/dist/delivery/categorize/grid-content.js +39 -0
- package/dist/delivery/categorize/index.d.ts +57 -0
- package/dist/delivery/categorize/index.js +260 -0
- package/dist/delivery/index.d.ts +27 -0
- package/dist/delivery/index.js +152 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.iife.d.ts +8 -0
- package/dist/index.iife.js +152 -0
- package/dist/index.js +2 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_DataView.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Hash.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_ListCache.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Map.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_MapCache.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Promise.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Set.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Stack.js +14 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Symbol.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Uint8Array.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_WeakMap.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayEach.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayFilter.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayLikeKeys.js +15 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayPush.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_assignValue.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_assocIndexOf.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseAssign.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseAssignIn.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseAssignValue.js +12 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseClone.js +57 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseCreate.js +14 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGetAllKeys.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGetTag.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsArguments.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsMap.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsNative.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsSet.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsTypedArray.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseKeys.js +12 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseKeysIn.js +13 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseTimes.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseUnary.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneArrayBuffer.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneBuffer.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneDataView.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneRegExp.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneSymbol.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneTypedArray.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copyArray.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copyObject.js +14 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copySymbols.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copySymbolsIn.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_coreJsData.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_defineProperty.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_freeGlobal.js +4 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getAllKeys.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getAllKeysIn.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getMapData.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getNative.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getPrototype.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getRawTag.js +14 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getSymbols.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getSymbolsIn.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getTag.js +23 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getValue.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashClear.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashDelete.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashGet.js +13 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashHas.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashSet.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_initCloneArray.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_initCloneByTag.js +33 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_initCloneObject.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isIndex.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isKeyable.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isMasked.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isPrototype.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheClear.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheDelete.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheGet.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheHas.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheSet.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheClear.js +13 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheDelete.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheGet.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheHas.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheSet.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeCreate.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeKeys.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeKeysIn.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nodeUtil.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_objectToString.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_overArg.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_root.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackClear.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackDelete.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackGet.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackHas.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackSet.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_toSource.js +15 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/cloneDeep.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/eq.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArguments.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArray.js +4 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArrayLike.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isBuffer.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isEmpty.js +21 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isFunction.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isLength.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isMap.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isObject.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isObjectLike.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isSet.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isTypedArray.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/keys.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/keysIn.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/stubArray.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/stubFalse.js +6 -0
- package/package.json +53 -17
- package/CHANGELOG.json +0 -1637
- package/CHANGELOG.md +0 -2524
- package/LICENSE.md +0 -5
- package/README.md +0 -5
- package/configure/CHANGELOG.json +0 -1202
- package/configure/CHANGELOG.md +0 -2107
- package/configure/lib/defaults.js +0 -222
- package/configure/lib/defaults.js.map +0 -1
- package/configure/lib/design/builder.js +0 -55
- package/configure/lib/design/builder.js.map +0 -1
- package/configure/lib/design/buttons.js +0 -59
- package/configure/lib/design/buttons.js.map +0 -1
- package/configure/lib/design/categories/RowLabel.js +0 -66
- package/configure/lib/design/categories/RowLabel.js.map +0 -1
- package/configure/lib/design/categories/alternateResponses.js +0 -116
- package/configure/lib/design/categories/alternateResponses.js.map +0 -1
- package/configure/lib/design/categories/category.js +0 -153
- package/configure/lib/design/categories/category.js.map +0 -1
- package/configure/lib/design/categories/choice-preview.js +0 -79
- package/configure/lib/design/categories/choice-preview.js.map +0 -1
- package/configure/lib/design/categories/droppable-placeholder.js +0 -93
- package/configure/lib/design/categories/droppable-placeholder.js.map +0 -1
- package/configure/lib/design/categories/index.js +0 -256
- package/configure/lib/design/categories/index.js.map +0 -1
- package/configure/lib/design/choices/choice.js +0 -187
- package/configure/lib/design/choices/choice.js.map +0 -1
- package/configure/lib/design/choices/config.js +0 -58
- package/configure/lib/design/choices/config.js.map +0 -1
- package/configure/lib/design/choices/index.js +0 -197
- package/configure/lib/design/choices/index.js.map +0 -1
- package/configure/lib/design/header.js +0 -71
- package/configure/lib/design/header.js.map +0 -1
- package/configure/lib/design/index.js +0 -727
- package/configure/lib/design/index.js.map +0 -1
- package/configure/lib/design/input-header.js +0 -105
- package/configure/lib/design/input-header.js.map +0 -1
- package/configure/lib/design/utils.js +0 -12
- package/configure/lib/design/utils.js.map +0 -1
- package/configure/lib/index.js +0 -147
- package/configure/lib/index.js.map +0 -1
- package/configure/lib/main.js +0 -44
- package/configure/lib/main.js.map +0 -1
- package/configure/lib/utils.js +0 -43
- package/configure/lib/utils.js.map +0 -1
- package/configure/package.json +0 -32
- package/controller/CHANGELOG.json +0 -452
- package/controller/CHANGELOG.md +0 -1366
- package/controller/lib/defaults.js +0 -33
- package/controller/lib/defaults.js.map +0 -1
- package/controller/lib/index.js +0 -479
- package/controller/lib/index.js.map +0 -1
- package/controller/lib/utils.js +0 -69
- package/controller/lib/utils.js.map +0 -1
- package/controller/package.json +0 -18
- package/docs/config-schema.json +0 -2897
- package/docs/config-schema.json.md +0 -2138
- package/docs/demo/config.js +0 -8
- package/docs/demo/generate.js +0 -357
- package/docs/demo/index.html +0 -1
- package/docs/demo/session.js +0 -12
- package/docs/pie-schema.json +0 -1784
- package/docs/pie-schema.json.md +0 -1046
- package/lib/categorize/categories.js +0 -135
- package/lib/categorize/categories.js.map +0 -1
- package/lib/categorize/category.js +0 -67
- package/lib/categorize/category.js.map +0 -1
- package/lib/categorize/choice.js +0 -140
- package/lib/categorize/choice.js.map +0 -1
- package/lib/categorize/choices.js +0 -99
- package/lib/categorize/choices.js.map +0 -1
- package/lib/categorize/droppable-placeholder.js +0 -84
- package/lib/categorize/droppable-placeholder.js.map +0 -1
- package/lib/categorize/grid-content.js +0 -55
- package/lib/categorize/grid-content.js.map +0 -1
- package/lib/categorize/index.js +0 -450
- package/lib/categorize/index.js.map +0 -1
- package/lib/index.js +0 -316
- package/lib/index.js.map +0 -1
package/CHANGELOG.json
DELETED
|
@@ -1,1637 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"type": "fix",
|
|
4
|
-
"scope": null,
|
|
5
|
-
"subject": "Fixed snapshots.",
|
|
6
|
-
"merge": null,
|
|
7
|
-
"header": "fix: Fixed snapshots.",
|
|
8
|
-
"body": null,
|
|
9
|
-
"footer": null,
|
|
10
|
-
"notes": [],
|
|
11
|
-
"hash": "8adf68109f74d72e64cb03f35cb0ef1f9b886dfd",
|
|
12
|
-
"gitTags": " (origin/fix/categorize, fix/categorize)",
|
|
13
|
-
"committerDate": "2019-03-13 11:37:10 +0200",
|
|
14
|
-
"isTagged": true,
|
|
15
|
-
"tag": "@pie-element/categorize@2.12.0"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"type": "fix",
|
|
19
|
-
"scope": null,
|
|
20
|
-
"subject": "Fixed console warning.",
|
|
21
|
-
"merge": null,
|
|
22
|
-
"header": "fix: Fixed console warning.",
|
|
23
|
-
"body": null,
|
|
24
|
-
"footer": null,
|
|
25
|
-
"notes": [],
|
|
26
|
-
"hash": "3455bf23021bc01536a3630d8cb9eca3c42f965a",
|
|
27
|
-
"gitTags": "",
|
|
28
|
-
"committerDate": "2019-03-13 09:12:11 +0200",
|
|
29
|
-
"isTagged": true,
|
|
30
|
-
"tag": "@pie-element/categorize@2.12.0"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"type": "chore",
|
|
34
|
-
"scope": null,
|
|
35
|
-
"subject": "lock down versions",
|
|
36
|
-
"merge": null,
|
|
37
|
-
"header": "chore: lock down versions",
|
|
38
|
-
"body": null,
|
|
39
|
-
"footer": null,
|
|
40
|
-
"notes": [],
|
|
41
|
-
"hash": "742742d44454474b9ce461506357ff282de0ada0",
|
|
42
|
-
"gitTags": "",
|
|
43
|
-
"committerDate": "2019-03-12 23:33:57 +0000",
|
|
44
|
-
"isTagged": true,
|
|
45
|
-
"tag": "@pie-element/categorize@2.12.0"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"type": "feat",
|
|
49
|
-
"scope": "general",
|
|
50
|
-
"subject": "initialize default model (#129)",
|
|
51
|
-
"merge": null,
|
|
52
|
-
"header": "feat(general): initialize default model (#129)",
|
|
53
|
-
"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",
|
|
54
|
-
"footer": null,
|
|
55
|
-
"notes": [],
|
|
56
|
-
"hash": "b62d0585a86c8e2fbe5a6181b869a28c1131756b",
|
|
57
|
-
"gitTags": "",
|
|
58
|
-
"committerDate": "2019-03-12 15:47:20 -0400",
|
|
59
|
-
"isTagged": true,
|
|
60
|
-
"tag": "@pie-element/categorize@2.12.0"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"type": "feat",
|
|
64
|
-
"scope": null,
|
|
65
|
-
"subject": "update schema docs (#136)",
|
|
66
|
-
"merge": null,
|
|
67
|
-
"header": "feat: update schema docs (#136)",
|
|
68
|
-
"body": null,
|
|
69
|
-
"footer": null,
|
|
70
|
-
"notes": [],
|
|
71
|
-
"hash": "184f2625b798a9f9ead150cc94a65cd2d10ed931",
|
|
72
|
-
"gitTags": "",
|
|
73
|
-
"committerDate": "2019-03-12 14:22:55 -0400",
|
|
74
|
-
"isTagged": true,
|
|
75
|
-
"tag": "@pie-element/categorize@2.12.0"
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"type": "feat",
|
|
79
|
-
"scope": null,
|
|
80
|
-
"subject": "all elements on `develop` target @next releases",
|
|
81
|
-
"merge": null,
|
|
82
|
-
"header": "feat: all elements on `develop` target @next releases",
|
|
83
|
-
"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`",
|
|
84
|
-
"footer": null,
|
|
85
|
-
"notes": [],
|
|
86
|
-
"hash": "d3766e679f8442b55efc659e59242b6dfa6356a0",
|
|
87
|
-
"gitTags": "",
|
|
88
|
-
"committerDate": "2019-02-19 19:46:59 +0000",
|
|
89
|
-
"isTagged": true,
|
|
90
|
-
"tag": "@pie-element/categorize@2.12.0"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"type": "feat",
|
|
94
|
-
"scope": "general",
|
|
95
|
-
"subject": "updated the pie-lib/editable-html versions for all elements",
|
|
96
|
-
"merge": null,
|
|
97
|
-
"header": "feat(general): updated the pie-lib/editable-html versions for all elements",
|
|
98
|
-
"body": null,
|
|
99
|
-
"footer": null,
|
|
100
|
-
"notes": [],
|
|
101
|
-
"hash": "f642cb5332421f654ce031fd16002cc85dd5abd8",
|
|
102
|
-
"gitTags": "",
|
|
103
|
-
"committerDate": "2019-02-19 09:52:28 +0200",
|
|
104
|
-
"isTagged": true,
|
|
105
|
-
"tag": "@pie-element/categorize@2.11.0"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"type": "chore",
|
|
109
|
-
"scope": null,
|
|
110
|
-
"subject": "fix snapshots",
|
|
111
|
-
"merge": null,
|
|
112
|
-
"header": "chore: fix snapshots",
|
|
113
|
-
"body": null,
|
|
114
|
-
"footer": null,
|
|
115
|
-
"notes": [],
|
|
116
|
-
"hash": "95e0d444b99aff257218323f0ffc7e4d899af85b",
|
|
117
|
-
"gitTags": "",
|
|
118
|
-
"committerDate": "2019-02-13 11:16:55 +0000",
|
|
119
|
-
"isTagged": true,
|
|
120
|
-
"tag": "@pie-element/categorize@2.10.1"
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"type": "chore",
|
|
124
|
-
"scope": null,
|
|
125
|
-
"subject": "update snapshots",
|
|
126
|
-
"merge": null,
|
|
127
|
-
"header": "chore: update snapshots",
|
|
128
|
-
"body": null,
|
|
129
|
-
"footer": null,
|
|
130
|
-
"notes": [],
|
|
131
|
-
"hash": "e650b49748ff0a5110a02a11761c639ab585df66",
|
|
132
|
-
"gitTags": "",
|
|
133
|
-
"committerDate": "2019-02-13 10:52:56 +0000",
|
|
134
|
-
"isTagged": true,
|
|
135
|
-
"tag": "@pie-element/categorize@2.10.1"
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"type": "fix",
|
|
139
|
-
"scope": null,
|
|
140
|
-
"subject": "add rows property for categorize docs",
|
|
141
|
-
"merge": null,
|
|
142
|
-
"header": "fix: add rows property for categorize docs",
|
|
143
|
-
"body": null,
|
|
144
|
-
"footer": null,
|
|
145
|
-
"notes": [],
|
|
146
|
-
"hash": "0f68419912d9d52bd8151b8d2177c5259e7fb9a3",
|
|
147
|
-
"gitTags": "",
|
|
148
|
-
"committerDate": "2019-01-31 14:12:34 -0500",
|
|
149
|
-
"isTagged": true,
|
|
150
|
-
"tag": "@pie-element/categorize@2.10.1"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"type": "feat",
|
|
154
|
-
"scope": null,
|
|
155
|
-
"subject": "json schemas and docs",
|
|
156
|
-
"merge": null,
|
|
157
|
-
"header": "feat: json schemas and docs",
|
|
158
|
-
"body": null,
|
|
159
|
-
"footer": null,
|
|
160
|
-
"notes": [],
|
|
161
|
-
"hash": "6bfc2a985e813b7ef162182ca064700389644f39",
|
|
162
|
-
"gitTags": "",
|
|
163
|
-
"committerDate": "2019-01-24 09:09:50 -0500",
|
|
164
|
-
"isTagged": true,
|
|
165
|
-
"tag": "@pie-element/categorize@2.10.1"
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"type": "fix",
|
|
169
|
-
"scope": "general",
|
|
170
|
-
"subject": "bumped the config-ui version for all packages",
|
|
171
|
-
"merge": null,
|
|
172
|
-
"header": "fix(general): bumped the config-ui version for all packages",
|
|
173
|
-
"body": null,
|
|
174
|
-
"footer": null,
|
|
175
|
-
"notes": [],
|
|
176
|
-
"hash": "159521db769e7043a1fbea9f06ed153f85bc55df",
|
|
177
|
-
"gitTags": "",
|
|
178
|
-
"committerDate": "2019-01-08 15:04:14 +0200",
|
|
179
|
-
"isTagged": true,
|
|
180
|
-
"tag": "@pie-element/categorize@2.10.1"
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"type": "fix",
|
|
184
|
-
"scope": null,
|
|
185
|
-
"subject": "conflict",
|
|
186
|
-
"merge": null,
|
|
187
|
-
"header": "fix: conflict",
|
|
188
|
-
"body": null,
|
|
189
|
-
"footer": null,
|
|
190
|
-
"notes": [],
|
|
191
|
-
"hash": "b854c6bf9d8139161ae34c16556edf48eb7ba942",
|
|
192
|
-
"gitTags": "",
|
|
193
|
-
"committerDate": "2018-11-12 12:28:04 +0000",
|
|
194
|
-
"isTagged": true,
|
|
195
|
-
"tag": "@pie-element/categorize@2.10.1"
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
"type": "fix",
|
|
199
|
-
"scope": null,
|
|
200
|
-
"subject": "fix tests",
|
|
201
|
-
"merge": null,
|
|
202
|
-
"header": "fix: fix tests",
|
|
203
|
-
"body": null,
|
|
204
|
-
"footer": null,
|
|
205
|
-
"notes": [],
|
|
206
|
-
"hash": "79ee8a5e4aa0eccccf1f17108549a3d95102afa2",
|
|
207
|
-
"gitTags": "",
|
|
208
|
-
"committerDate": "2018-11-12 12:27:14 +0000",
|
|
209
|
-
"isTagged": true,
|
|
210
|
-
"tag": "@pie-element/categorize@2.10.1"
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
"type": "fix",
|
|
214
|
-
"scope": "categorize-add-feedback",
|
|
215
|
-
"subject": "added tests for the new logic",
|
|
216
|
-
"merge": null,
|
|
217
|
-
"header": "fix(categorize-add-feedback): added tests for the new logic",
|
|
218
|
-
"body": null,
|
|
219
|
-
"footer": null,
|
|
220
|
-
"notes": [],
|
|
221
|
-
"hash": "3c2ca0d48d32278b1159472352b95e005ecef3b2",
|
|
222
|
-
"gitTags": "",
|
|
223
|
-
"committerDate": "2018-11-09 18:20:33 +0200",
|
|
224
|
-
"isTagged": true,
|
|
225
|
-
"tag": "@pie-element/categorize@2.10.1"
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
"type": "fix",
|
|
229
|
-
"scope": "categorize-add-feedback",
|
|
230
|
-
"subject": "added possibility of setting feedback for the evaluation and fixed some dependencies",
|
|
231
|
-
"merge": null,
|
|
232
|
-
"header": "fix(categorize-add-feedback): added possibility of setting feedback for the evaluation and fixed some dependencies",
|
|
233
|
-
"body": null,
|
|
234
|
-
"footer": null,
|
|
235
|
-
"notes": [],
|
|
236
|
-
"hash": "6a3a8ef56c4dd7fe2986633513d10fe49a47cc3c",
|
|
237
|
-
"gitTags": "",
|
|
238
|
-
"committerDate": "2018-11-09 10:40:53 +0200",
|
|
239
|
-
"isTagged": true,
|
|
240
|
-
"tag": "@pie-element/categorize@2.10.1"
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
"type": "feat",
|
|
244
|
-
"scope": "categorize-image-support",
|
|
245
|
-
"subject": "added image support for all categorize elements",
|
|
246
|
-
"merge": null,
|
|
247
|
-
"header": "feat(categorize-image-support): added image support for all categorize elements",
|
|
248
|
-
"body": null,
|
|
249
|
-
"footer": null,
|
|
250
|
-
"notes": [],
|
|
251
|
-
"hash": "d9dd0b537b3993eb62f190da2e9693fe1af139a6",
|
|
252
|
-
"gitTags": "",
|
|
253
|
-
"committerDate": "2018-11-02 16:04:44 +0200",
|
|
254
|
-
"isTagged": true,
|
|
255
|
-
"tag": "@pie-element/categorize@2.10.1"
|
|
256
|
-
},
|
|
257
|
-
{
|
|
258
|
-
"type": "chore",
|
|
259
|
-
"scope": null,
|
|
260
|
-
"subject": "update snapshot",
|
|
261
|
-
"merge": null,
|
|
262
|
-
"header": "chore: update snapshot",
|
|
263
|
-
"body": null,
|
|
264
|
-
"footer": null,
|
|
265
|
-
"notes": [],
|
|
266
|
-
"hash": "aabc9a337c38cb1ab6a14b5b4a6aaa40db457933",
|
|
267
|
-
"gitTags": "",
|
|
268
|
-
"committerDate": "2018-10-16 11:46:22 +0100",
|
|
269
|
-
"isTagged": true,
|
|
270
|
-
"tag": "@pie-element/categorize@2.10.1"
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
"type": "feat",
|
|
274
|
-
"scope": "issue-84",
|
|
275
|
-
"subject": "changed label title and added position left and right for the choices",
|
|
276
|
-
"merge": null,
|
|
277
|
-
"header": "feat(issue-84): changed label title and added position left and right for the choices",
|
|
278
|
-
"body": null,
|
|
279
|
-
"footer": null,
|
|
280
|
-
"notes": [],
|
|
281
|
-
"hash": "e2e13fbc8490fd434835d8ea0a3baf409e96a0d9",
|
|
282
|
-
"gitTags": " (origin/fix/issue-84)",
|
|
283
|
-
"committerDate": "2018-10-12 11:13:21 +0300",
|
|
284
|
-
"isTagged": true,
|
|
285
|
-
"tag": "@pie-element/categorize@2.10.1"
|
|
286
|
-
},
|
|
287
|
-
{
|
|
288
|
-
"type": "feat",
|
|
289
|
-
"scope": "categorize",
|
|
290
|
-
"subject": "added image support for categorize choices",
|
|
291
|
-
"merge": null,
|
|
292
|
-
"header": "feat(categorize): added image support for categorize choices",
|
|
293
|
-
"body": null,
|
|
294
|
-
"footer": null,
|
|
295
|
-
"notes": [],
|
|
296
|
-
"hash": "4e89189a9b87a17626ab306cb5d32853e2ea2b9a",
|
|
297
|
-
"gitTags": " (origin/feat/categorize)",
|
|
298
|
-
"committerDate": "2018-10-11 12:14:24 +0300",
|
|
299
|
-
"isTagged": true,
|
|
300
|
-
"tag": "@pie-element/categorize@2.10.1"
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
"type": "fix",
|
|
304
|
-
"scope": null,
|
|
305
|
-
"subject": "build fixes",
|
|
306
|
-
"merge": null,
|
|
307
|
-
"header": "fix: build fixes",
|
|
308
|
-
"body": null,
|
|
309
|
-
"footer": null,
|
|
310
|
-
"notes": [],
|
|
311
|
-
"hash": "3c3a7f20ff7805fa1265eb7b187b80d77e1820ac",
|
|
312
|
-
"gitTags": "",
|
|
313
|
-
"committerDate": "2018-09-20 09:49:51 +0100",
|
|
314
|
-
"isTagged": true,
|
|
315
|
-
"tag": "@pie-element/categorize@2.10.1"
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
"type": "chore",
|
|
319
|
-
"scope": null,
|
|
320
|
-
"subject": "update snapshot",
|
|
321
|
-
"merge": null,
|
|
322
|
-
"header": "chore: update snapshot",
|
|
323
|
-
"body": null,
|
|
324
|
-
"footer": null,
|
|
325
|
-
"notes": [],
|
|
326
|
-
"hash": "47a4731f2edd5062d7eb56ce9f74116d475bfa69",
|
|
327
|
-
"gitTags": "",
|
|
328
|
-
"committerDate": "2018-09-19 22:17:54 +0100",
|
|
329
|
-
"isTagged": true,
|
|
330
|
-
"tag": "@pie-element/categorize@2.10.1"
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
"type": "feat",
|
|
334
|
-
"scope": null,
|
|
335
|
-
"subject": "don't throw error if score config is empty",
|
|
336
|
-
"merge": null,
|
|
337
|
-
"header": "feat: don't throw error if score config is empty",
|
|
338
|
-
"body": null,
|
|
339
|
-
"footer": null,
|
|
340
|
-
"notes": [],
|
|
341
|
-
"hash": "d456b8442045b3ef1566f019ce2fb770cd223552",
|
|
342
|
-
"gitTags": "",
|
|
343
|
-
"committerDate": "2018-09-18 14:15:31 +0100",
|
|
344
|
-
"isTagged": true,
|
|
345
|
-
"tag": "@pie-element/categorize@2.10.1"
|
|
346
|
-
},
|
|
347
|
-
{
|
|
348
|
-
"type": "fix",
|
|
349
|
-
"scope": null,
|
|
350
|
-
"subject": "fall back to default position if not present",
|
|
351
|
-
"merge": null,
|
|
352
|
-
"header": "fix: fall back to default position if not present",
|
|
353
|
-
"body": null,
|
|
354
|
-
"footer": null,
|
|
355
|
-
"notes": [],
|
|
356
|
-
"hash": "1d9123739cd6e04d1bb5a38f979a25d6bcf7ef29",
|
|
357
|
-
"gitTags": "",
|
|
358
|
-
"committerDate": "2018-09-17 15:10:04 +0100",
|
|
359
|
-
"isTagged": true,
|
|
360
|
-
"tag": "@pie-element/categorize@2.10.1"
|
|
361
|
-
},
|
|
362
|
-
{
|
|
363
|
-
"type": "feat",
|
|
364
|
-
"scope": null,
|
|
365
|
-
"subject": "use latest categorize and math-rendering that has mathjax",
|
|
366
|
-
"merge": null,
|
|
367
|
-
"header": "feat: use latest categorize and math-rendering that has mathjax",
|
|
368
|
-
"body": null,
|
|
369
|
-
"footer": null,
|
|
370
|
-
"notes": [],
|
|
371
|
-
"hash": "8c17a6fd28215b35b6471f17cb06f95e6c66fa08",
|
|
372
|
-
"gitTags": "",
|
|
373
|
-
"committerDate": "2018-09-13 19:37:31 +0100",
|
|
374
|
-
"isTagged": true,
|
|
375
|
-
"tag": "@pie-element/categorize@2.10.1"
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
"type": "fix",
|
|
379
|
-
"scope": null,
|
|
380
|
-
"subject": "use @pie-lib/math-rendering@^0.5.0",
|
|
381
|
-
"merge": null,
|
|
382
|
-
"header": "fix: use @pie-lib/math-rendering@^0.5.0",
|
|
383
|
-
"body": null,
|
|
384
|
-
"footer": null,
|
|
385
|
-
"notes": [],
|
|
386
|
-
"hash": "f4d6a76a18f0413088a30c074c6241d4bf530df0",
|
|
387
|
-
"gitTags": "",
|
|
388
|
-
"committerDate": "2018-09-12 22:07:41 +0100",
|
|
389
|
-
"isTagged": true,
|
|
390
|
-
"tag": "@pie-element/categorize@2.10.1"
|
|
391
|
-
},
|
|
392
|
-
{
|
|
393
|
-
"type": "fix",
|
|
394
|
-
"scope": null,
|
|
395
|
-
"subject": "default scoring to empty object",
|
|
396
|
-
"merge": null,
|
|
397
|
-
"header": "fix: default scoring to empty object",
|
|
398
|
-
"body": null,
|
|
399
|
-
"footer": null,
|
|
400
|
-
"notes": [],
|
|
401
|
-
"hash": "14bcdb4b176ec55d39f8b4e64d319992edfdd246",
|
|
402
|
-
"gitTags": "",
|
|
403
|
-
"committerDate": "2018-09-11 13:41:48 +0100",
|
|
404
|
-
"isTagged": true,
|
|
405
|
-
"tag": "@pie-element/categorize@2.10.1"
|
|
406
|
-
},
|
|
407
|
-
{
|
|
408
|
-
"type": "fix",
|
|
409
|
-
"scope": null,
|
|
410
|
-
"subject": "bump categorize",
|
|
411
|
-
"merge": null,
|
|
412
|
-
"header": "fix: bump categorize",
|
|
413
|
-
"body": null,
|
|
414
|
-
"footer": null,
|
|
415
|
-
"notes": [],
|
|
416
|
-
"hash": "dff047c0e22dbe0dfecefbf28be03fa12cc1c0a3",
|
|
417
|
-
"gitTags": "",
|
|
418
|
-
"committerDate": "2018-09-07 15:43:31 +0100",
|
|
419
|
-
"isTagged": true,
|
|
420
|
-
"tag": "@pie-element/categorize@2.10.1"
|
|
421
|
-
},
|
|
422
|
-
{
|
|
423
|
-
"type": "fix",
|
|
424
|
-
"scope": null,
|
|
425
|
-
"subject": "render math in choice preview",
|
|
426
|
-
"merge": null,
|
|
427
|
-
"header": "fix: render math in choice preview",
|
|
428
|
-
"body": null,
|
|
429
|
-
"footer": null,
|
|
430
|
-
"notes": [],
|
|
431
|
-
"hash": "cbc5b0a0588823ab337b6891a2323b57d98e6b9d",
|
|
432
|
-
"gitTags": "",
|
|
433
|
-
"committerDate": "2018-08-10 12:58:27 -0400",
|
|
434
|
-
"isTagged": true,
|
|
435
|
-
"tag": "@pie-element/categorize@2.10.1"
|
|
436
|
-
},
|
|
437
|
-
{
|
|
438
|
-
"type": "fix",
|
|
439
|
-
"scope": null,
|
|
440
|
-
"subject": "fix version range for @pie-ui/categorize",
|
|
441
|
-
"merge": null,
|
|
442
|
-
"header": "fix: fix version range for @pie-ui/categorize",
|
|
443
|
-
"body": null,
|
|
444
|
-
"footer": null,
|
|
445
|
-
"notes": [],
|
|
446
|
-
"hash": "036b91efcd8d89b7940e29d1d55f3324d8575e8c",
|
|
447
|
-
"gitTags": "",
|
|
448
|
-
"committerDate": "2018-08-09 10:38:15 -0400",
|
|
449
|
-
"isTagged": true,
|
|
450
|
-
"tag": "@pie-element/categorize@2.10.1"
|
|
451
|
-
},
|
|
452
|
-
{
|
|
453
|
-
"type": "fix",
|
|
454
|
-
"scope": null,
|
|
455
|
-
"subject": "bump config-ui@^7.6.6",
|
|
456
|
-
"merge": null,
|
|
457
|
-
"header": "fix: bump config-ui@^7.6.6",
|
|
458
|
-
"body": null,
|
|
459
|
-
"footer": null,
|
|
460
|
-
"notes": [],
|
|
461
|
-
"hash": "266235a5351077d081f4c08dab3411e6690d43ac",
|
|
462
|
-
"gitTags": "",
|
|
463
|
-
"committerDate": "2018-08-06 13:32:09 -0400",
|
|
464
|
-
"isTagged": true,
|
|
465
|
-
"tag": "@pie-element/categorize@2.10.1"
|
|
466
|
-
},
|
|
467
|
-
{
|
|
468
|
-
"type": "feat",
|
|
469
|
-
"scope": "categorize",
|
|
470
|
-
"subject": "toolbar fix for math interaction in choices and categories",
|
|
471
|
-
"merge": null,
|
|
472
|
-
"header": "feat(categorize): toolbar fix for math interaction in choices and categories",
|
|
473
|
-
"body": null,
|
|
474
|
-
"footer": null,
|
|
475
|
-
"notes": [],
|
|
476
|
-
"hash": "d14796ba106460c6c752eef93fccca41513a156e",
|
|
477
|
-
"gitTags": "",
|
|
478
|
-
"committerDate": "2018-08-06 17:22:38 +0300",
|
|
479
|
-
"isTagged": true,
|
|
480
|
-
"tag": "@pie-element/categorize@2.10.1"
|
|
481
|
-
},
|
|
482
|
-
{
|
|
483
|
-
"type": "fix",
|
|
484
|
-
"scope": "categorize",
|
|
485
|
-
"subject": "fix min and max for choice/categories per row fields",
|
|
486
|
-
"merge": null,
|
|
487
|
-
"header": "fix(categorize): fix min and max for choice/categories per row fields",
|
|
488
|
-
"body": null,
|
|
489
|
-
"footer": null,
|
|
490
|
-
"notes": [],
|
|
491
|
-
"hash": "9bfead63bb5994dcd7d588dd14093c8b157b9fa9",
|
|
492
|
-
"gitTags": "",
|
|
493
|
-
"committerDate": "2018-08-02 14:04:30 +0300",
|
|
494
|
-
"isTagged": true,
|
|
495
|
-
"tag": "@pie-element/categorize@2.10.1"
|
|
496
|
-
},
|
|
497
|
-
{
|
|
498
|
-
"type": "fix",
|
|
499
|
-
"scope": "categorize",
|
|
500
|
-
"subject": "fix changing label positions",
|
|
501
|
-
"merge": null,
|
|
502
|
-
"header": "fix(categorize): fix changing label positions",
|
|
503
|
-
"body": null,
|
|
504
|
-
"footer": null,
|
|
505
|
-
"notes": [],
|
|
506
|
-
"hash": "f624dbeca2649a3ce112e22ea77340ab704f8183",
|
|
507
|
-
"gitTags": "",
|
|
508
|
-
"committerDate": "2018-08-02 13:54:58 +0300",
|
|
509
|
-
"isTagged": true,
|
|
510
|
-
"tag": "@pie-element/categorize@2.10.1"
|
|
511
|
-
},
|
|
512
|
-
{
|
|
513
|
-
"type": "chore",
|
|
514
|
-
"scope": null,
|
|
515
|
-
"subject": "add mock for categorize tests",
|
|
516
|
-
"merge": null,
|
|
517
|
-
"header": "chore: add mock for categorize tests",
|
|
518
|
-
"body": null,
|
|
519
|
-
"footer": null,
|
|
520
|
-
"notes": [],
|
|
521
|
-
"hash": "9d15f6c9009c4204dcbde8223e234ec91e12bbc7",
|
|
522
|
-
"gitTags": "",
|
|
523
|
-
"committerDate": "2018-07-20 09:46:13 -0400",
|
|
524
|
-
"isTagged": true,
|
|
525
|
-
"tag": "@pie-element/categorize@2.10.1"
|
|
526
|
-
},
|
|
527
|
-
{
|
|
528
|
-
"type": "chore",
|
|
529
|
-
"scope": "categorize",
|
|
530
|
-
"subject": "fix tests",
|
|
531
|
-
"merge": null,
|
|
532
|
-
"header": "chore(categorize): fix tests",
|
|
533
|
-
"body": null,
|
|
534
|
-
"footer": null,
|
|
535
|
-
"notes": [],
|
|
536
|
-
"hash": "00995f7404789575faeb8a79ebc2de0cbc48e844",
|
|
537
|
-
"gitTags": "",
|
|
538
|
-
"committerDate": "2018-07-20 09:30:13 -0400",
|
|
539
|
-
"isTagged": true,
|
|
540
|
-
"tag": "@pie-element/categorize@2.10.1"
|
|
541
|
-
},
|
|
542
|
-
{
|
|
543
|
-
"type": "feat",
|
|
544
|
-
"scope": "categorize",
|
|
545
|
-
"subject": "bump @pie-ui/categorize to ^0.3.6",
|
|
546
|
-
"merge": null,
|
|
547
|
-
"header": "feat(categorize): bump @pie-ui/categorize to ^0.3.6",
|
|
548
|
-
"body": null,
|
|
549
|
-
"footer": null,
|
|
550
|
-
"notes": [],
|
|
551
|
-
"hash": "1a43165747dde2a7da6e506087111682e0ac508d",
|
|
552
|
-
"gitTags": "",
|
|
553
|
-
"committerDate": "2018-07-20 09:03:12 -0400",
|
|
554
|
-
"isTagged": true,
|
|
555
|
-
"tag": "@pie-element/categorize@2.10.1"
|
|
556
|
-
},
|
|
557
|
-
{
|
|
558
|
-
"type": "fix",
|
|
559
|
-
"scope": "categorize",
|
|
560
|
-
"subject": "drag and drop related fixes and version bump",
|
|
561
|
-
"merge": null,
|
|
562
|
-
"header": "fix(categorize): drag and drop related fixes and version bump",
|
|
563
|
-
"body": null,
|
|
564
|
-
"footer": null,
|
|
565
|
-
"notes": [],
|
|
566
|
-
"hash": "5004aa97075d210048d4d689aa3ff91c329ab7a5",
|
|
567
|
-
"gitTags": "",
|
|
568
|
-
"committerDate": "2018-07-18 19:42:30 +0300",
|
|
569
|
-
"isTagged": true,
|
|
570
|
-
"tag": "@pie-element/categorize@2.10.1"
|
|
571
|
-
},
|
|
572
|
-
{
|
|
573
|
-
"type": "feat",
|
|
574
|
-
"scope": "categorize",
|
|
575
|
-
"subject": "drag dependency update and version bump",
|
|
576
|
-
"merge": null,
|
|
577
|
-
"header": "feat(categorize): drag dependency update and version bump",
|
|
578
|
-
"body": null,
|
|
579
|
-
"footer": null,
|
|
580
|
-
"notes": [],
|
|
581
|
-
"hash": "a7d13f5e2adcfc46a76a039ee1b203d0afd43f9c",
|
|
582
|
-
"gitTags": "",
|
|
583
|
-
"committerDate": "2018-07-18 18:55:10 +0300",
|
|
584
|
-
"isTagged": true,
|
|
585
|
-
"tag": "@pie-element/categorize@2.10.1"
|
|
586
|
-
},
|
|
587
|
-
{
|
|
588
|
-
"type": "feat",
|
|
589
|
-
"scope": "categorize",
|
|
590
|
-
"subject": "drag dependency update and version bump",
|
|
591
|
-
"merge": null,
|
|
592
|
-
"header": "feat(categorize): drag dependency update and version bump",
|
|
593
|
-
"body": null,
|
|
594
|
-
"footer": null,
|
|
595
|
-
"notes": [],
|
|
596
|
-
"hash": "485b661ef81da3e361d1a7adef385b9bbcb28e2f",
|
|
597
|
-
"gitTags": "",
|
|
598
|
-
"committerDate": "2018-07-18 18:52:31 +0300",
|
|
599
|
-
"isTagged": true,
|
|
600
|
-
"tag": "@pie-element/categorize@2.10.1"
|
|
601
|
-
},
|
|
602
|
-
{
|
|
603
|
-
"type": "chore",
|
|
604
|
-
"scope": null,
|
|
605
|
-
"subject": "update test snapshot",
|
|
606
|
-
"merge": null,
|
|
607
|
-
"header": "chore: update test snapshot",
|
|
608
|
-
"body": null,
|
|
609
|
-
"footer": null,
|
|
610
|
-
"notes": [],
|
|
611
|
-
"hash": "d9e84f108ae9faeaaf2f7d00ca197517842022d1",
|
|
612
|
-
"gitTags": "",
|
|
613
|
-
"committerDate": "2018-07-18 11:22:00 -0400",
|
|
614
|
-
"isTagged": true,
|
|
615
|
-
"tag": "@pie-element/categorize@2.1.0"
|
|
616
|
-
},
|
|
617
|
-
{
|
|
618
|
-
"type": "fix",
|
|
619
|
-
"scope": "categorize",
|
|
620
|
-
"subject": "test updates and fixes",
|
|
621
|
-
"merge": null,
|
|
622
|
-
"header": "fix(categorize): test updates and fixes",
|
|
623
|
-
"body": null,
|
|
624
|
-
"footer": null,
|
|
625
|
-
"notes": [],
|
|
626
|
-
"hash": "2f90cae8784fe51bd5e03fed167a4ca2b39df2cd",
|
|
627
|
-
"gitTags": "",
|
|
628
|
-
"committerDate": "2018-07-18 18:07:50 +0300",
|
|
629
|
-
"isTagged": true,
|
|
630
|
-
"tag": "@pie-element/categorize@2.1.0"
|
|
631
|
-
},
|
|
632
|
-
{
|
|
633
|
-
"type": "chore",
|
|
634
|
-
"scope": null,
|
|
635
|
-
"subject": "snapshot tests update",
|
|
636
|
-
"merge": null,
|
|
637
|
-
"header": "chore: snapshot tests update",
|
|
638
|
-
"body": null,
|
|
639
|
-
"footer": null,
|
|
640
|
-
"notes": [],
|
|
641
|
-
"hash": "f43b1f314d65227a2006bd4947915dc9a0dc5e1d",
|
|
642
|
-
"gitTags": "",
|
|
643
|
-
"committerDate": "2018-07-18 10:42:10 -0400",
|
|
644
|
-
"isTagged": true,
|
|
645
|
-
"tag": "@pie-element/categorize@2.1.0"
|
|
646
|
-
},
|
|
647
|
-
{
|
|
648
|
-
"type": "feat",
|
|
649
|
-
"scope": "categorize",
|
|
650
|
-
"subject": "re-work the layout of elements, fix inputs, fix grid system and various other small updates",
|
|
651
|
-
"merge": null,
|
|
652
|
-
"header": "feat(categorize): re-work the layout of elements, fix inputs, fix grid system and various other small updates",
|
|
653
|
-
"body": null,
|
|
654
|
-
"footer": null,
|
|
655
|
-
"notes": [],
|
|
656
|
-
"hash": "6f17f87a4e0f3b234f4f1885d9eba4a2d3766b54",
|
|
657
|
-
"gitTags": "",
|
|
658
|
-
"committerDate": "2018-07-17 20:54:27 +0300",
|
|
659
|
-
"isTagged": true,
|
|
660
|
-
"tag": "@pie-element/categorize@2.1.0"
|
|
661
|
-
},
|
|
662
|
-
{
|
|
663
|
-
"type": "fix",
|
|
664
|
-
"scope": "package",
|
|
665
|
-
"subject": "add repository",
|
|
666
|
-
"merge": null,
|
|
667
|
-
"header": "fix(package): add repository",
|
|
668
|
-
"body": null,
|
|
669
|
-
"footer": null,
|
|
670
|
-
"notes": [],
|
|
671
|
-
"hash": "33cbafd5227bd478677dd4f2eec2d7739661fc53",
|
|
672
|
-
"gitTags": "",
|
|
673
|
-
"committerDate": "2018-05-22 14:57:30 -0400",
|
|
674
|
-
"isTagged": true,
|
|
675
|
-
"tag": "@pie-element/categorize@2.0.1"
|
|
676
|
-
},
|
|
677
|
-
{
|
|
678
|
-
"type": "feat",
|
|
679
|
-
"scope": null,
|
|
680
|
-
"subject": "upgrade material-ui -> @material-ui/core@1.0.0-rc.1",
|
|
681
|
-
"merge": null,
|
|
682
|
-
"header": "feat: upgrade material-ui -> @material-ui/core@1.0.0-rc.1",
|
|
683
|
-
"body": null,
|
|
684
|
-
"footer": null,
|
|
685
|
-
"notes": [],
|
|
686
|
-
"hash": "5e1de5bfde5404038f77b593000822446ee18d0f",
|
|
687
|
-
"gitTags": " (origin/feature/categorize)",
|
|
688
|
-
"committerDate": "2018-05-22 14:42:13 -0400",
|
|
689
|
-
"isTagged": true,
|
|
690
|
-
"tag": "@pie-element/categorize@2.0.1"
|
|
691
|
-
},
|
|
692
|
-
{
|
|
693
|
-
"type": "feat",
|
|
694
|
-
"scope": null,
|
|
695
|
-
"subject": "new categorize element",
|
|
696
|
-
"merge": null,
|
|
697
|
-
"header": "feat: new categorize element",
|
|
698
|
-
"body": null,
|
|
699
|
-
"footer": null,
|
|
700
|
-
"notes": [],
|
|
701
|
-
"hash": "08906de40ef4537a5a9a9a6c9fe57eb47aac80d3",
|
|
702
|
-
"gitTags": "",
|
|
703
|
-
"committerDate": "2018-05-22 14:42:10 -0400",
|
|
704
|
-
"isTagged": true,
|
|
705
|
-
"tag": "@pie-element/categorize@2.0.1"
|
|
706
|
-
},
|
|
707
|
-
{
|
|
708
|
-
"type": "feat",
|
|
709
|
-
"scope": "general",
|
|
710
|
-
"subject": "initialize default model (2) (#138)",
|
|
711
|
-
"merge": null,
|
|
712
|
-
"header": "feat(general): initialize default model (2) (#138)",
|
|
713
|
-
"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",
|
|
714
|
-
"footer": null,
|
|
715
|
-
"notes": [],
|
|
716
|
-
"hash": "fc72eca03a09c3d48989e88484a7c79d6dbec0f9",
|
|
717
|
-
"gitTags": "",
|
|
718
|
-
"committerDate": "2019-03-15 15:25:07 -0400",
|
|
719
|
-
"isTagged": true,
|
|
720
|
-
"tag": "@pie-element/categorize@2.13.0"
|
|
721
|
-
},
|
|
722
|
-
{
|
|
723
|
-
"type": "fix",
|
|
724
|
-
"scope": null,
|
|
725
|
-
"subject": "bump editable-html",
|
|
726
|
-
"merge": null,
|
|
727
|
-
"header": "fix: bump editable-html",
|
|
728
|
-
"body": null,
|
|
729
|
-
"footer": null,
|
|
730
|
-
"notes": [],
|
|
731
|
-
"hash": "763cf1d0469571a994ac167ab5bd0c84b3a1f90d",
|
|
732
|
-
"gitTags": "",
|
|
733
|
-
"committerDate": "2019-04-04 10:07:46 +0100",
|
|
734
|
-
"isTagged": true,
|
|
735
|
-
"tag": "@pie-element/categorize@2.13.4"
|
|
736
|
-
},
|
|
737
|
-
{
|
|
738
|
-
"type": "fix",
|
|
739
|
-
"scope": "calculator",
|
|
740
|
-
"subject": "Updated @pie-lib/config-ui version. (#177)",
|
|
741
|
-
"merge": null,
|
|
742
|
-
"header": "fix(calculator): Updated @pie-lib/config-ui version. (#177)",
|
|
743
|
-
"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.",
|
|
744
|
-
"footer": null,
|
|
745
|
-
"notes": [],
|
|
746
|
-
"hash": "6a56ff0588b46f065e3b3e536fce6189aa43673e",
|
|
747
|
-
"gitTags": "",
|
|
748
|
-
"committerDate": "2019-04-23 09:12:02 -0400",
|
|
749
|
-
"isTagged": true,
|
|
750
|
-
"tag": "@pie-element/categorize@2.13.6"
|
|
751
|
-
},
|
|
752
|
-
{
|
|
753
|
-
"type": "fix",
|
|
754
|
-
"scope": null,
|
|
755
|
-
"subject": "Updated with new version of @pie-lib/config-ui.",
|
|
756
|
-
"merge": null,
|
|
757
|
-
"header": "fix: Updated with new version of @pie-lib/config-ui.",
|
|
758
|
-
"body": null,
|
|
759
|
-
"footer": null,
|
|
760
|
-
"notes": [],
|
|
761
|
-
"hash": "c9674333a2ba1a457eba29fa43a46be8adf1e7cb",
|
|
762
|
-
"gitTags": "",
|
|
763
|
-
"committerDate": "2019-04-25 11:00:10 +0300",
|
|
764
|
-
"isTagged": true,
|
|
765
|
-
"tag": "@pie-element/categorize@2.13.8"
|
|
766
|
-
},
|
|
767
|
-
{
|
|
768
|
-
"type": "fix",
|
|
769
|
-
"scope": null,
|
|
770
|
-
"subject": "Updated pie-ui/categories version.",
|
|
771
|
-
"merge": null,
|
|
772
|
-
"header": "fix: Updated pie-ui/categories version.",
|
|
773
|
-
"body": null,
|
|
774
|
-
"footer": null,
|
|
775
|
-
"notes": [],
|
|
776
|
-
"hash": "a4386c8bdc7503c0654590c107f9cf82f92d8cb5",
|
|
777
|
-
"gitTags": "",
|
|
778
|
-
"committerDate": "2019-05-08 18:56:04 +0300",
|
|
779
|
-
"isTagged": true,
|
|
780
|
-
"tag": "@pie-element/categorize@3.0.0"
|
|
781
|
-
},
|
|
782
|
-
{
|
|
783
|
-
"type": "feat",
|
|
784
|
-
"scope": null,
|
|
785
|
-
"subject": "Transformed defaults into an object that has model and configuration property.",
|
|
786
|
-
"merge": null,
|
|
787
|
-
"header": "feat: Transformed defaults into an object that has model and configuration property.",
|
|
788
|
-
"body": null,
|
|
789
|
-
"footer": null,
|
|
790
|
-
"notes": [],
|
|
791
|
-
"hash": "ceb074c94d007dc8f9d494f894f8397d02a5d561",
|
|
792
|
-
"gitTags": "",
|
|
793
|
-
"committerDate": "2019-05-08 14:47:37 +0300",
|
|
794
|
-
"isTagged": true,
|
|
795
|
-
"tag": "@pie-element/categorize@3.0.0"
|
|
796
|
-
},
|
|
797
|
-
{
|
|
798
|
-
"type": "feat",
|
|
799
|
-
"scope": "categorize",
|
|
800
|
-
"subject": "Updated with new version of @pie-lib-config-ui. Removed `model.config` and instead added new props directly on model: `choicesPerRow`, `categoriesPerRow`, `choicesPosition`, `choicesLabel`, `lockChoiceOrder`, `removeTilesAfterPlacing`.",
|
|
801
|
-
"merge": null,
|
|
802
|
-
"header": "feat(categorize): Updated with new version of @pie-lib-config-ui. Removed `model.config` and instead added new props directly on model: `choicesPerRow`, `categoriesPerRow`, `choicesPosition`, `choicesLabel`, `lockChoiceOrder`, `removeTilesAfterPlacing`.",
|
|
803
|
-
"body": null,
|
|
804
|
-
"footer": "BREAKING CHANGE: `model.config` is removed, use `choicesPerRow`, `categoriesPerRow`, `choicesPosition`, `choicesLabel`, `lockChoiceOrder`, `removeTilesAfterPlacing` on model instead.",
|
|
805
|
-
"notes": [
|
|
806
|
-
{
|
|
807
|
-
"title": "BREAKING CHANGE",
|
|
808
|
-
"text": "`model.config` is removed, use `choicesPerRow`, `categoriesPerRow`, `choicesPosition`, `choicesLabel`, `lockChoiceOrder`, `removeTilesAfterPlacing` on model instead."
|
|
809
|
-
}
|
|
810
|
-
],
|
|
811
|
-
"hash": "5922f855312550e25018affa5bcc5f4c116dc47a",
|
|
812
|
-
"gitTags": "",
|
|
813
|
-
"committerDate": "2019-05-07 13:47:57 +0300",
|
|
814
|
-
"isTagged": true,
|
|
815
|
-
"tag": "@pie-element/categorize@3.0.0"
|
|
816
|
-
},
|
|
817
|
-
{
|
|
818
|
-
"type": "feat",
|
|
819
|
-
"scope": null,
|
|
820
|
-
"subject": "Sending rationale for `instructor` role only in 'view' or 'evaluate' mode.",
|
|
821
|
-
"merge": null,
|
|
822
|
-
"header": "feat: Sending rationale for `instructor` role only in 'view' or 'evaluate' mode.",
|
|
823
|
-
"body": null,
|
|
824
|
-
"footer": null,
|
|
825
|
-
"notes": [],
|
|
826
|
-
"hash": "f29d759f71f8a969954894fe96c138c15a89911d",
|
|
827
|
-
"gitTags": "",
|
|
828
|
-
"committerDate": "2019-05-14 15:44:22 +0300",
|
|
829
|
-
"isTagged": true,
|
|
830
|
-
"tag": "@pie-element/categorize@4.0.0"
|
|
831
|
-
},
|
|
832
|
-
{
|
|
833
|
-
"type": "feat",
|
|
834
|
-
"scope": "categorize",
|
|
835
|
-
"subject": "Integrated settings panel. Added support for rationale. Removed scoring panel.",
|
|
836
|
-
"merge": null,
|
|
837
|
-
"header": "feat(categorize): Integrated settings panel. Added support for rationale. Removed scoring panel.",
|
|
838
|
-
"body": null,
|
|
839
|
-
"footer": "BREAKING CHANGE: `scoring` with `partial` and `weighting` is not supported anymore.",
|
|
840
|
-
"notes": [
|
|
841
|
-
{
|
|
842
|
-
"title": "BREAKING CHANGE",
|
|
843
|
-
"text": "`scoring` with `partial` and `weighting` is not supported anymore."
|
|
844
|
-
}
|
|
845
|
-
],
|
|
846
|
-
"hash": "6e5a1bf61b71d246d7202198cbbc8fe075f858d4",
|
|
847
|
-
"gitTags": "",
|
|
848
|
-
"committerDate": "2019-05-13 18:37:25 +0300",
|
|
849
|
-
"isTagged": true,
|
|
850
|
-
"tag": "@pie-element/categorize@4.0.0"
|
|
851
|
-
},
|
|
852
|
-
{
|
|
853
|
-
"type": "fix",
|
|
854
|
-
"scope": null,
|
|
855
|
-
"subject": "Updated pie-schema and config-schema.",
|
|
856
|
-
"merge": null,
|
|
857
|
-
"header": "fix: Updated pie-schema and config-schema.",
|
|
858
|
-
"body": null,
|
|
859
|
-
"footer": null,
|
|
860
|
-
"notes": [],
|
|
861
|
-
"hash": "e5528008841624dd4da1d16fc14da09ca74f007e",
|
|
862
|
-
"gitTags": "",
|
|
863
|
-
"committerDate": "2019-05-14 16:14:26 +0300",
|
|
864
|
-
"isTagged": true,
|
|
865
|
-
"tag": "@pie-element/categorize@4.0.1"
|
|
866
|
-
},
|
|
867
|
-
{
|
|
868
|
-
"type": "chore",
|
|
869
|
-
"scope": "latest-version",
|
|
870
|
-
"subject": "pushing to release",
|
|
871
|
-
"merge": null,
|
|
872
|
-
"header": "chore(latest-version): pushing to release",
|
|
873
|
-
"body": null,
|
|
874
|
-
"footer": null,
|
|
875
|
-
"notes": [],
|
|
876
|
-
"hash": "64030ba2c7c18d20381b6a0f5caaff19f1e5e959",
|
|
877
|
-
"gitTags": " (develop)",
|
|
878
|
-
"committerDate": "2019-06-06 01:31:17 +0300",
|
|
879
|
-
"isTagged": true,
|
|
880
|
-
"tag": "@pie-element/categorize@4.0.3"
|
|
881
|
-
},
|
|
882
|
-
{
|
|
883
|
-
"type": "chore",
|
|
884
|
-
"scope": "version",
|
|
885
|
-
"subject": "bumped the versions",
|
|
886
|
-
"merge": null,
|
|
887
|
-
"header": "chore(version): bumped the versions",
|
|
888
|
-
"body": null,
|
|
889
|
-
"footer": null,
|
|
890
|
-
"notes": [],
|
|
891
|
-
"hash": "12b141d884c66a15d23c8cbb34be820a422d7332",
|
|
892
|
-
"gitTags": " (origin/feat/mask-markup-elements)",
|
|
893
|
-
"committerDate": "2019-06-06 01:15:50 +0300",
|
|
894
|
-
"isTagged": true,
|
|
895
|
-
"tag": "@pie-element/categorize@4.0.3"
|
|
896
|
-
},
|
|
897
|
-
{
|
|
898
|
-
"type": "chore",
|
|
899
|
-
"scope": "version",
|
|
900
|
-
"subject": "bumped the packages that depend on the editable-html",
|
|
901
|
-
"merge": null,
|
|
902
|
-
"header": "chore(version): bumped the packages that depend on the editable-html",
|
|
903
|
-
"body": null,
|
|
904
|
-
"footer": null,
|
|
905
|
-
"notes": [],
|
|
906
|
-
"hash": "00eb12e58c01b50dde8e4d1a179c879e2f3216fc",
|
|
907
|
-
"gitTags": " (develop)",
|
|
908
|
-
"committerDate": "2019-06-06 13:16:05 +0300",
|
|
909
|
-
"isTagged": true,
|
|
910
|
-
"tag": "@pie-element/categorize@4.0.4"
|
|
911
|
-
},
|
|
912
|
-
{
|
|
913
|
-
"type": "chore",
|
|
914
|
-
"scope": "version",
|
|
915
|
-
"subject": "bumped the versions",
|
|
916
|
-
"merge": null,
|
|
917
|
-
"header": "chore(version): bumped the versions",
|
|
918
|
-
"body": null,
|
|
919
|
-
"footer": null,
|
|
920
|
-
"notes": [],
|
|
921
|
-
"hash": "12b141d884c66a15d23c8cbb34be820a422d7332",
|
|
922
|
-
"gitTags": " (origin/feat/mask-markup-elements)",
|
|
923
|
-
"committerDate": "2019-06-06 01:15:50 +0300",
|
|
924
|
-
"isTagged": true,
|
|
925
|
-
"tag": "@pie-element/categorize@4.0.3"
|
|
926
|
-
},
|
|
927
|
-
{
|
|
928
|
-
"type": "chore",
|
|
929
|
-
"scope": "merge",
|
|
930
|
-
"subject": "merged develop into master",
|
|
931
|
-
"merge": null,
|
|
932
|
-
"header": "chore(merge): merged develop into master",
|
|
933
|
-
"body": null,
|
|
934
|
-
"footer": null,
|
|
935
|
-
"notes": [],
|
|
936
|
-
"hash": "3bb9f402d900f3a0349537dfd01ce558c526cb55",
|
|
937
|
-
"gitTags": " (develop)",
|
|
938
|
-
"committerDate": "2019-06-07 23:29:44 +0300",
|
|
939
|
-
"isTagged": true,
|
|
940
|
-
"tag": "@pie-element/categorize@4.0.5"
|
|
941
|
-
},
|
|
942
|
-
{
|
|
943
|
-
"type": "chore",
|
|
944
|
-
"scope": "merged",
|
|
945
|
-
"subject": "merged develop",
|
|
946
|
-
"merge": null,
|
|
947
|
-
"header": "chore(merged): merged develop",
|
|
948
|
-
"body": null,
|
|
949
|
-
"footer": null,
|
|
950
|
-
"notes": [],
|
|
951
|
-
"hash": "1a9f4653ce6ede22bcda0538bde1f0e09bd69dc4",
|
|
952
|
-
"gitTags": " (develop)",
|
|
953
|
-
"committerDate": "2019-06-13 16:26:43 +0300",
|
|
954
|
-
"isTagged": true,
|
|
955
|
-
"tag": "@pie-element/categorize@4.1.0"
|
|
956
|
-
},
|
|
957
|
-
{
|
|
958
|
-
"type": "feat",
|
|
959
|
-
"scope": "ui",
|
|
960
|
-
"subject": "updated the ui",
|
|
961
|
-
"merge": null,
|
|
962
|
-
"header": "feat(ui): updated the ui",
|
|
963
|
-
"body": null,
|
|
964
|
-
"footer": null,
|
|
965
|
-
"notes": [],
|
|
966
|
-
"hash": "2baa5795a4e46e01d260c87a7197600abbde4a33",
|
|
967
|
-
"gitTags": "",
|
|
968
|
-
"committerDate": "2019-06-13 16:19:13 +0300",
|
|
969
|
-
"isTagged": true,
|
|
970
|
-
"tag": "@pie-element/categorize@4.1.0"
|
|
971
|
-
},
|
|
972
|
-
{
|
|
973
|
-
"type": "feat",
|
|
974
|
-
"scope": "extras",
|
|
975
|
-
"subject": "added row labels support and alternate responses",
|
|
976
|
-
"merge": null,
|
|
977
|
-
"header": "feat(extras): added row labels support and alternate responses",
|
|
978
|
-
"body": null,
|
|
979
|
-
"footer": null,
|
|
980
|
-
"notes": [],
|
|
981
|
-
"hash": "280028fd6d09efd73a0a30dad7b3c88ebd896c8e",
|
|
982
|
-
"gitTags": " (origin/andreilakatos/ch814/row-titles-categorize)",
|
|
983
|
-
"committerDate": "2019-06-19 09:05:29 +0200",
|
|
984
|
-
"isTagged": true,
|
|
985
|
-
"tag": "@pie-element/categorize@4.2.0"
|
|
986
|
-
},
|
|
987
|
-
{
|
|
988
|
-
"type": "fix",
|
|
989
|
-
"scope": "scoring-and-feedback",
|
|
990
|
-
"subject": "fixed scoring and added alternate responses",
|
|
991
|
-
"merge": null,
|
|
992
|
-
"header": "fix(scoring-and-feedback): fixed scoring and added alternate responses",
|
|
993
|
-
"body": null,
|
|
994
|
-
"footer": null,
|
|
995
|
-
"notes": [],
|
|
996
|
-
"hash": "dd0bb02495ac7c755cea8f9d85c07bec71879658",
|
|
997
|
-
"gitTags": "",
|
|
998
|
-
"committerDate": "2019-06-19 10:16:41 +0200",
|
|
999
|
-
"isTagged": true,
|
|
1000
|
-
"tag": "@pie-element/categorize@4.2.1"
|
|
1001
|
-
},
|
|
1002
|
-
{
|
|
1003
|
-
"type": "feat",
|
|
1004
|
-
"scope": "general",
|
|
1005
|
-
"subject": "updated all the packages that have the config-ui as a dependency",
|
|
1006
|
-
"merge": null,
|
|
1007
|
-
"header": "feat(general): updated all the packages that have the config-ui as a dependency",
|
|
1008
|
-
"body": null,
|
|
1009
|
-
"footer": null,
|
|
1010
|
-
"notes": [],
|
|
1011
|
-
"hash": "44061deecae6d18cdbf6f5fb524f3d3094ccd354",
|
|
1012
|
-
"gitTags": "",
|
|
1013
|
-
"committerDate": "2019-06-20 22:32:48 -0400",
|
|
1014
|
-
"isTagged": true,
|
|
1015
|
-
"tag": "@pie-element/categorize@4.3.0"
|
|
1016
|
-
},
|
|
1017
|
-
{
|
|
1018
|
-
"type": "feat",
|
|
1019
|
-
"scope": "settings-panel",
|
|
1020
|
-
"subject": "updated the settings panel design and changes needed for [ch2242]",
|
|
1021
|
-
"merge": null,
|
|
1022
|
-
"header": "feat(settings-panel): updated the settings panel design and changes needed for [ch2242]",
|
|
1023
|
-
"body": null,
|
|
1024
|
-
"footer": null,
|
|
1025
|
-
"notes": [],
|
|
1026
|
-
"hash": "d830e57b32bd09ac8cc02c7a12d75d988d9df21c",
|
|
1027
|
-
"gitTags": "",
|
|
1028
|
-
"committerDate": "2019-06-25 23:42:15 -0400",
|
|
1029
|
-
"isTagged": true,
|
|
1030
|
-
"tag": "@pie-element/categorize@4.4.0"
|
|
1031
|
-
},
|
|
1032
|
-
{
|
|
1033
|
-
"type": "feat",
|
|
1034
|
-
"scope": "mask-markup-elements",
|
|
1035
|
-
"subject": "refactored the elements and version bumped the necessary files",
|
|
1036
|
-
"merge": null,
|
|
1037
|
-
"header": "feat(mask-markup-elements): refactored the elements and version bumped the necessary files",
|
|
1038
|
-
"body": null,
|
|
1039
|
-
"footer": null,
|
|
1040
|
-
"notes": [],
|
|
1041
|
-
"hash": "f8f77c02e44afd90e491a371d86d3d4093eb41e5",
|
|
1042
|
-
"gitTags": "",
|
|
1043
|
-
"committerDate": "2019-07-02 13:38:48 -0400",
|
|
1044
|
-
"isTagged": true,
|
|
1045
|
-
"tag": "@pie-element/categorize@4.5.0"
|
|
1046
|
-
},
|
|
1047
|
-
{
|
|
1048
|
-
"type": "chore",
|
|
1049
|
-
"scope": "editable-html",
|
|
1050
|
-
"subject": "version bumped the necessary packages",
|
|
1051
|
-
"merge": null,
|
|
1052
|
-
"header": "chore(editable-html): version bumped the necessary packages",
|
|
1053
|
-
"body": null,
|
|
1054
|
-
"footer": null,
|
|
1055
|
-
"notes": [],
|
|
1056
|
-
"hash": "3c7caf6a1f8dc120ca23ab93258a90a593bbeb65",
|
|
1057
|
-
"gitTags": "",
|
|
1058
|
-
"committerDate": "2019-07-02 15:13:55 -0400",
|
|
1059
|
-
"isTagged": true,
|
|
1060
|
-
"tag": "@pie-element/categorize@4.5.1"
|
|
1061
|
-
},
|
|
1062
|
-
{
|
|
1063
|
-
"type": "chore",
|
|
1064
|
-
"scope": "version",
|
|
1065
|
-
"subject": "version bumped the editable-html dependent packages",
|
|
1066
|
-
"merge": null,
|
|
1067
|
-
"header": "chore(version): version bumped the editable-html dependent packages",
|
|
1068
|
-
"body": null,
|
|
1069
|
-
"footer": null,
|
|
1070
|
-
"notes": [],
|
|
1071
|
-
"hash": "19961d346e8596064bad27156e0cf5a03afc3889",
|
|
1072
|
-
"gitTags": "",
|
|
1073
|
-
"committerDate": "2019-07-03 15:57:58 -0400",
|
|
1074
|
-
"isTagged": true,
|
|
1075
|
-
"tag": "@pie-element/categorize@4.5.3"
|
|
1076
|
-
},
|
|
1077
|
-
{
|
|
1078
|
-
"type": "chore",
|
|
1079
|
-
"scope": "editable-html",
|
|
1080
|
-
"subject": "version bumped",
|
|
1081
|
-
"merge": null,
|
|
1082
|
-
"header": "chore(editable-html): version bumped",
|
|
1083
|
-
"body": null,
|
|
1084
|
-
"footer": null,
|
|
1085
|
-
"notes": [],
|
|
1086
|
-
"hash": "c769be6b711d5e5b51d79f967548d65006310a9d",
|
|
1087
|
-
"gitTags": "",
|
|
1088
|
-
"committerDate": "2019-07-04 12:21:53 -0400",
|
|
1089
|
-
"isTagged": true,
|
|
1090
|
-
"tag": "@pie-element/categorize@4.5.4"
|
|
1091
|
-
},
|
|
1092
|
-
{
|
|
1093
|
-
"type": "fix",
|
|
1094
|
-
"scope": "template-els",
|
|
1095
|
-
"subject": "fixed some ditb issues",
|
|
1096
|
-
"merge": null,
|
|
1097
|
-
"header": "fix(template-els): fixed some ditb issues",
|
|
1098
|
-
"body": null,
|
|
1099
|
-
"footer": null,
|
|
1100
|
-
"notes": [],
|
|
1101
|
-
"hash": "9133840e48a263b2cf49ce4db9c4310743efffe0",
|
|
1102
|
-
"gitTags": "",
|
|
1103
|
-
"committerDate": "2019-07-04 11:45:23 -0400",
|
|
1104
|
-
"isTagged": true,
|
|
1105
|
-
"tag": "@pie-element/categorize@4.5.4"
|
|
1106
|
-
},
|
|
1107
|
-
{
|
|
1108
|
-
"type": "fix",
|
|
1109
|
-
"scope": "editable-html",
|
|
1110
|
-
"subject": "fixed lots of stuff regarding the editable-html",
|
|
1111
|
-
"merge": null,
|
|
1112
|
-
"header": "fix(editable-html): fixed lots of stuff regarding the editable-html",
|
|
1113
|
-
"body": null,
|
|
1114
|
-
"footer": null,
|
|
1115
|
-
"notes": [],
|
|
1116
|
-
"hash": "12c112917e0b5065ec35efdbdc276703602a6c68",
|
|
1117
|
-
"gitTags": " (origin/andrei/fixes)",
|
|
1118
|
-
"committerDate": "2019-07-07 14:16:34 -0400",
|
|
1119
|
-
"isTagged": true,
|
|
1120
|
-
"tag": "@pie-element/categorize@4.5.6"
|
|
1121
|
-
},
|
|
1122
|
-
{
|
|
1123
|
-
"type": "chore",
|
|
1124
|
-
"scope": "config-ui",
|
|
1125
|
-
"subject": "bumped dependent packages",
|
|
1126
|
-
"merge": null,
|
|
1127
|
-
"header": "chore(config-ui): bumped dependent packages",
|
|
1128
|
-
"body": null,
|
|
1129
|
-
"footer": null,
|
|
1130
|
-
"notes": [],
|
|
1131
|
-
"hash": "645756c242868cf21e36a73227b355affb5f957a",
|
|
1132
|
-
"gitTags": "",
|
|
1133
|
-
"committerDate": "2019-07-07 15:44:44 -0400",
|
|
1134
|
-
"isTagged": true,
|
|
1135
|
-
"tag": "@pie-element/categorize@4.5.7"
|
|
1136
|
-
},
|
|
1137
|
-
{
|
|
1138
|
-
"type": "chore",
|
|
1139
|
-
"scope": "editable-html",
|
|
1140
|
-
"subject": "version bumped some dependant packages",
|
|
1141
|
-
"merge": null,
|
|
1142
|
-
"header": "chore(editable-html): version bumped some dependant packages",
|
|
1143
|
-
"body": null,
|
|
1144
|
-
"footer": null,
|
|
1145
|
-
"notes": [],
|
|
1146
|
-
"hash": "a4fbf3e8e7841ecae4f034328f9481a1f69ae3df",
|
|
1147
|
-
"gitTags": "",
|
|
1148
|
-
"committerDate": "2019-07-09 13:38:59 +0300",
|
|
1149
|
-
"isTagged": true,
|
|
1150
|
-
"tag": "@pie-element/categorize@4.5.8"
|
|
1151
|
-
},
|
|
1152
|
-
{
|
|
1153
|
-
"type": "feat",
|
|
1154
|
-
"scope": "template-elements",
|
|
1155
|
-
"subject": "updated the dependent packages that use editable-html and fixed [ch2564], [ch2565], [ch2538], [ch2489], [ch2557], [ch2593], [ch2490], [ch2527]",
|
|
1156
|
-
"merge": null,
|
|
1157
|
-
"header": "feat(template-elements): updated the dependent packages that use editable-html and fixed [ch2564], [ch2565], [ch2538], [ch2489], [ch2557], [ch2593], [ch2490], [ch2527]",
|
|
1158
|
-
"body": null,
|
|
1159
|
-
"footer": null,
|
|
1160
|
-
"notes": [],
|
|
1161
|
-
"hash": "a87febe2518ada7ee433b0b39895c26c15737ac4",
|
|
1162
|
-
"gitTags": "",
|
|
1163
|
-
"committerDate": "2019-07-11 16:57:13 +0300",
|
|
1164
|
-
"isTagged": true,
|
|
1165
|
-
"tag": "@pie-element/categorize@4.6.0"
|
|
1166
|
-
},
|
|
1167
|
-
{
|
|
1168
|
-
"type": "fix",
|
|
1169
|
-
"scope": "rendering",
|
|
1170
|
-
"subject": "implemented rendering for math elements [ch1915], [ch1935]",
|
|
1171
|
-
"merge": null,
|
|
1172
|
-
"header": "fix(rendering): implemented rendering for math elements [ch1915], [ch1935]",
|
|
1173
|
-
"body": null,
|
|
1174
|
-
"footer": null,
|
|
1175
|
-
"notes": [],
|
|
1176
|
-
"hash": "2f3584200654e098c7b4cc4b312813efac09e7a9",
|
|
1177
|
-
"gitTags": " (origin/develop, origin/HEAD)",
|
|
1178
|
-
"committerDate": "2019-07-12 15:45:27 +0300",
|
|
1179
|
-
"isTagged": true,
|
|
1180
|
-
"tag": "@pie-element/categorize@4.6.2"
|
|
1181
|
-
},
|
|
1182
|
-
{
|
|
1183
|
-
"type": "fix",
|
|
1184
|
-
"scope": "rendering",
|
|
1185
|
-
"subject": "implemented rendering for math elements [ch1915], [ch1935]",
|
|
1186
|
-
"merge": null,
|
|
1187
|
-
"header": "fix(rendering): implemented rendering for math elements [ch1915], [ch1935]",
|
|
1188
|
-
"body": null,
|
|
1189
|
-
"footer": null,
|
|
1190
|
-
"notes": [],
|
|
1191
|
-
"hash": "2f3584200654e098c7b4cc4b312813efac09e7a9",
|
|
1192
|
-
"gitTags": "",
|
|
1193
|
-
"committerDate": "2019-07-12 15:45:27 +0300",
|
|
1194
|
-
"isTagged": true,
|
|
1195
|
-
"tag": "@pie-element/categorize@4.6.2"
|
|
1196
|
-
},
|
|
1197
|
-
{
|
|
1198
|
-
"type": "fix",
|
|
1199
|
-
"scope": "categories",
|
|
1200
|
-
"subject": "implemented alternate responses for authoring in the categorize element [ch1255]",
|
|
1201
|
-
"merge": null,
|
|
1202
|
-
"header": "fix(categories): implemented alternate responses for authoring in the categorize element [ch1255]",
|
|
1203
|
-
"body": null,
|
|
1204
|
-
"footer": null,
|
|
1205
|
-
"notes": [],
|
|
1206
|
-
"hash": "4d2ca06779a18ac0682a4f854246bc1bd2ad9aa4",
|
|
1207
|
-
"gitTags": "",
|
|
1208
|
-
"committerDate": "2019-07-25 09:46:42 +0300",
|
|
1209
|
-
"isTagged": true,
|
|
1210
|
-
"tag": "@pie-element/categorize@4.6.4"
|
|
1211
|
-
},
|
|
1212
|
-
{
|
|
1213
|
-
"type": "fix",
|
|
1214
|
-
"scope": "elements",
|
|
1215
|
-
"subject": "fixed some feedback config issues and the prompt issue on categorize [ch2192], [ch1770]",
|
|
1216
|
-
"merge": null,
|
|
1217
|
-
"header": "fix(elements): fixed some feedback config issues and the prompt issue on categorize [ch2192], [ch1770]",
|
|
1218
|
-
"body": null,
|
|
1219
|
-
"footer": null,
|
|
1220
|
-
"notes": [],
|
|
1221
|
-
"hash": "eb227241ba3bc52d7bf7a313f4f85b69e9203e85",
|
|
1222
|
-
"gitTags": "",
|
|
1223
|
-
"committerDate": "2019-08-01 12:43:53 +0300",
|
|
1224
|
-
"isTagged": true,
|
|
1225
|
-
"tag": "@pie-element/categorize@4.6.6"
|
|
1226
|
-
},
|
|
1227
|
-
{
|
|
1228
|
-
"type": "fix",
|
|
1229
|
-
"scope": "elements",
|
|
1230
|
-
"subject": "version bumped the editable-html packages [ch1738]",
|
|
1231
|
-
"merge": null,
|
|
1232
|
-
"header": "fix(elements): version bumped the editable-html packages [ch1738]",
|
|
1233
|
-
"body": null,
|
|
1234
|
-
"footer": null,
|
|
1235
|
-
"notes": [],
|
|
1236
|
-
"hash": "949222a6a3af39cf8b81a885a81e5c6f3c6a28a0",
|
|
1237
|
-
"gitTags": "",
|
|
1238
|
-
"committerDate": "2019-08-08 08:40:11 +0300",
|
|
1239
|
-
"isTagged": true,
|
|
1240
|
-
"tag": "@pie-element/categorize@4.6.7"
|
|
1241
|
-
},
|
|
1242
|
-
{
|
|
1243
|
-
"type": "fix",
|
|
1244
|
-
"scope": "math-rendering",
|
|
1245
|
-
"subject": "updated all dependent packages [ch3365]",
|
|
1246
|
-
"merge": null,
|
|
1247
|
-
"header": "fix(math-rendering): updated all dependent packages [ch3365]",
|
|
1248
|
-
"body": null,
|
|
1249
|
-
"footer": null,
|
|
1250
|
-
"notes": [],
|
|
1251
|
-
"hash": "7cbf25ac92040a16621d5699e232c38575f6c36c",
|
|
1252
|
-
"gitTags": "",
|
|
1253
|
-
"committerDate": "2019-08-16 23:04:42 +0300",
|
|
1254
|
-
"isTagged": true,
|
|
1255
|
-
"tag": "@pie-element/categorize@4.6.8"
|
|
1256
|
-
},
|
|
1257
|
-
{
|
|
1258
|
-
"type": "fix",
|
|
1259
|
-
"scope": "math-rendering",
|
|
1260
|
-
"subject": "updated all dependent packages for math rendering and for editable-html [ch3365], [ch1530]",
|
|
1261
|
-
"merge": null,
|
|
1262
|
-
"header": "fix(math-rendering): updated all dependent packages for math rendering and for editable-html [ch3365], [ch1530]",
|
|
1263
|
-
"body": null,
|
|
1264
|
-
"footer": null,
|
|
1265
|
-
"notes": [],
|
|
1266
|
-
"hash": "33e3287a735cec9aed893f697a1933ff0c077042",
|
|
1267
|
-
"gitTags": "",
|
|
1268
|
-
"committerDate": "2019-08-19 19:37:56 +0300",
|
|
1269
|
-
"isTagged": true,
|
|
1270
|
-
"tag": "@pie-element/categorize@4.6.9"
|
|
1271
|
-
},
|
|
1272
|
-
{
|
|
1273
|
-
"type": "feat",
|
|
1274
|
-
"scope": null,
|
|
1275
|
-
"subject": "Session null/empty check",
|
|
1276
|
-
"merge": null,
|
|
1277
|
-
"header": "feat: Session null/empty check",
|
|
1278
|
-
"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. [ebsr, explicit-constructed-response, function-entry, hotspot]",
|
|
1279
|
-
"footer": null,
|
|
1280
|
-
"notes": [],
|
|
1281
|
-
"hash": "0538211b44e793dc34ff385226ee7278cc042384",
|
|
1282
|
-
"gitTags": "",
|
|
1283
|
-
"committerDate": "2019-08-23 11:07:39 +0300",
|
|
1284
|
-
"isTagged": true,
|
|
1285
|
-
"tag": "@pie-element/categorize@4.7.0"
|
|
1286
|
-
},
|
|
1287
|
-
{
|
|
1288
|
-
"type": "feat",
|
|
1289
|
-
"scope": null,
|
|
1290
|
-
"subject": "Session null/empty check",
|
|
1291
|
-
"merge": null,
|
|
1292
|
-
"header": "feat: Session null/empty check",
|
|
1293
|
-
"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. [categorize + fixed not partial scoring, charting, drag-in-the-blank]",
|
|
1294
|
-
"footer": null,
|
|
1295
|
-
"notes": [],
|
|
1296
|
-
"hash": "33569a4a262083f112162ddf1401189818156112",
|
|
1297
|
-
"gitTags": "",
|
|
1298
|
-
"committerDate": "2019-08-22 10:53:14 +0300",
|
|
1299
|
-
"isTagged": true,
|
|
1300
|
-
"tag": "@pie-element/categorize@4.7.0"
|
|
1301
|
-
},
|
|
1302
|
-
{
|
|
1303
|
-
"type": "fix",
|
|
1304
|
-
"scope": null,
|
|
1305
|
-
"subject": "bump pie-lib/controller-utils",
|
|
1306
|
-
"merge": null,
|
|
1307
|
-
"header": "fix: bump pie-lib/controller-utils",
|
|
1308
|
-
"body": null,
|
|
1309
|
-
"footer": null,
|
|
1310
|
-
"notes": [],
|
|
1311
|
-
"hash": "ba3de006afa1ddaa582a531779be766c9715f64c",
|
|
1312
|
-
"gitTags": "",
|
|
1313
|
-
"committerDate": "2019-08-30 23:15:07 +0300",
|
|
1314
|
-
"isTagged": true,
|
|
1315
|
-
"tag": "@pie-element/categorize@4.8.0"
|
|
1316
|
-
},
|
|
1317
|
-
{
|
|
1318
|
-
"type": "feat",
|
|
1319
|
-
"scope": null,
|
|
1320
|
-
"subject": "make use of updateSession callback",
|
|
1321
|
-
"merge": null,
|
|
1322
|
-
"header": "feat: make use of updateSession callback",
|
|
1323
|
-
"body": null,
|
|
1324
|
-
"footer": null,
|
|
1325
|
-
"notes": [],
|
|
1326
|
-
"hash": "0529485bda298b3a21dd6e0ad723ef7366e6e954",
|
|
1327
|
-
"gitTags": "",
|
|
1328
|
-
"committerDate": "2019-08-23 17:16:51 +0300",
|
|
1329
|
-
"isTagged": true,
|
|
1330
|
-
"tag": "@pie-element/categorize@4.8.0"
|
|
1331
|
-
},
|
|
1332
|
-
{
|
|
1333
|
-
"type": "feat",
|
|
1334
|
-
"scope": null,
|
|
1335
|
-
"subject": "Moved rationale, teacherInstructions and student instructions enabled flag in model because it's needed in controller.",
|
|
1336
|
-
"merge": null,
|
|
1337
|
-
"header": "feat: Moved rationale, teacherInstructions and student instructions enabled flag in model because it's needed in controller.",
|
|
1338
|
-
"body": null,
|
|
1339
|
-
"footer": "BREAKING CHANGE: `enabled` property from `configuration.rationale.enabled` moved to `model.rationaleEnabled`. Same applies to teacherInstructions/studentInstructions.",
|
|
1340
|
-
"notes": [
|
|
1341
|
-
{
|
|
1342
|
-
"title": "BREAKING CHANGE",
|
|
1343
|
-
"text": "`enabled` property from `configuration.rationale.enabled` moved to `model.rationaleEnabled`. Same applies to teacherInstructions/studentInstructions."
|
|
1344
|
-
}
|
|
1345
|
-
],
|
|
1346
|
-
"hash": "fa22befe8a42495e61f64a26544ffe9c973cb68a",
|
|
1347
|
-
"gitTags": "",
|
|
1348
|
-
"committerDate": "2019-09-16 19:12:33 +0300",
|
|
1349
|
-
"isTagged": true,
|
|
1350
|
-
"tag": "@pie-element/categorize@5.0.0"
|
|
1351
|
-
},
|
|
1352
|
-
{
|
|
1353
|
-
"type": "feat",
|
|
1354
|
-
"scope": "categorize",
|
|
1355
|
-
"subject": "model based prompt",
|
|
1356
|
-
"merge": null,
|
|
1357
|
-
"header": "feat(categorize): model based prompt",
|
|
1358
|
-
"body": null,
|
|
1359
|
-
"footer": null,
|
|
1360
|
-
"notes": [],
|
|
1361
|
-
"hash": "a3c911dee9dfa3ec3ee45a7d6408c4d5fe1cceb1",
|
|
1362
|
-
"gitTags": "",
|
|
1363
|
-
"committerDate": "2019-09-24 16:09:23 +0300",
|
|
1364
|
-
"isTagged": true,
|
|
1365
|
-
"tag": "@pie-element/categorize@5.1.0"
|
|
1366
|
-
},
|
|
1367
|
-
{
|
|
1368
|
-
"type": "fix",
|
|
1369
|
-
"scope": null,
|
|
1370
|
-
"subject": "bump @pie-lib/controller-utils@^0.2.1 [ch4723]",
|
|
1371
|
-
"merge": null,
|
|
1372
|
-
"header": "fix: bump @pie-lib/controller-utils@^0.2.1 [ch4723]",
|
|
1373
|
-
"body": null,
|
|
1374
|
-
"footer": null,
|
|
1375
|
-
"notes": [],
|
|
1376
|
-
"hash": "0a33d688d6d9e5f239daba982bfbdeebb10ba4ab",
|
|
1377
|
-
"gitTags": "",
|
|
1378
|
-
"committerDate": "2019-10-11 12:38:26 +0100",
|
|
1379
|
-
"isTagged": true,
|
|
1380
|
-
"tag": "@pie-element/categorize@6.0.1"
|
|
1381
|
-
},
|
|
1382
|
-
{
|
|
1383
|
-
"type": "fix",
|
|
1384
|
-
"scope": null,
|
|
1385
|
-
"subject": "Updated docs.",
|
|
1386
|
-
"merge": null,
|
|
1387
|
-
"header": "fix: Updated docs.",
|
|
1388
|
-
"body": null,
|
|
1389
|
-
"footer": null,
|
|
1390
|
-
"notes": [],
|
|
1391
|
-
"hash": "378761951767284187b663c2a271a5d4917af654",
|
|
1392
|
-
"gitTags": " (origin/fix/updated-docs)",
|
|
1393
|
-
"committerDate": "2019-10-11 12:01:13 +0300",
|
|
1394
|
-
"isTagged": true,
|
|
1395
|
-
"tag": "@pie-element/categorize@6.0.1"
|
|
1396
|
-
},
|
|
1397
|
-
{
|
|
1398
|
-
"type": "fix",
|
|
1399
|
-
"scope": null,
|
|
1400
|
-
"subject": "bump @pie-lib/controller-utils@^0.2.2",
|
|
1401
|
-
"merge": null,
|
|
1402
|
-
"header": "fix: bump @pie-lib/controller-utils@^0.2.2",
|
|
1403
|
-
"body": null,
|
|
1404
|
-
"footer": null,
|
|
1405
|
-
"notes": [],
|
|
1406
|
-
"hash": "edae61cd4f686b2e1611cf0cad710112177fff2e",
|
|
1407
|
-
"gitTags": "",
|
|
1408
|
-
"committerDate": "2019-10-15 12:11:16 +0100",
|
|
1409
|
-
"isTagged": true,
|
|
1410
|
-
"tag": "@pie-element/categorize@6.0.2"
|
|
1411
|
-
},
|
|
1412
|
-
{
|
|
1413
|
-
"type": "fix",
|
|
1414
|
-
"scope": null,
|
|
1415
|
-
"subject": "ch2766 fix unresolved promise (#366)",
|
|
1416
|
-
"merge": null,
|
|
1417
|
-
"header": "fix: ch2766 fix unresolved promise (#366)",
|
|
1418
|
-
"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",
|
|
1419
|
-
"footer": "* fix: Fixed createCorrectResponseSession and added tests for it. (#365)",
|
|
1420
|
-
"notes": [],
|
|
1421
|
-
"hash": "9057b7fd08e4f5b07e953a5acd053e1945df57f2",
|
|
1422
|
-
"gitTags": " (origin/develop, origin/HEAD)",
|
|
1423
|
-
"committerDate": "2019-10-16 15:50:55 -0400",
|
|
1424
|
-
"isTagged": true,
|
|
1425
|
-
"tag": "@pie-element/categorize@6.0.4"
|
|
1426
|
-
},
|
|
1427
|
-
{
|
|
1428
|
-
"type": "fix",
|
|
1429
|
-
"scope": null,
|
|
1430
|
-
"subject": "Hide Partial Scoring option from Settings Panel setting to false by default.",
|
|
1431
|
-
"merge": null,
|
|
1432
|
-
"header": "fix: Hide Partial Scoring option from Settings Panel setting to false by default.",
|
|
1433
|
-
"body": null,
|
|
1434
|
-
"footer": null,
|
|
1435
|
-
"notes": [],
|
|
1436
|
-
"hash": "1d0f617741d88756dd9861647981b1121e04963f",
|
|
1437
|
-
"gitTags": "",
|
|
1438
|
-
"committerDate": "2019-11-06 09:57:11 +0200",
|
|
1439
|
-
"isTagged": true,
|
|
1440
|
-
"tag": "@pie-element/categorize@6.0.6"
|
|
1441
|
-
},
|
|
1442
|
-
{
|
|
1443
|
-
"type": "fix",
|
|
1444
|
-
"scope": null,
|
|
1445
|
-
"subject": "PIE-200 - use partialScoring logic from @pie-lib/controller-utils",
|
|
1446
|
-
"merge": null,
|
|
1447
|
-
"header": "fix: PIE-200 - use partialScoring logic from @pie-lib/controller-utils",
|
|
1448
|
-
"body": null,
|
|
1449
|
-
"footer": null,
|
|
1450
|
-
"notes": [],
|
|
1451
|
-
"hash": "e0727506674de4852b98db1e09fec8c7f3be3083",
|
|
1452
|
-
"gitTags": "",
|
|
1453
|
-
"committerDate": "2019-11-26 12:51:43 +0000",
|
|
1454
|
-
"isTagged": true,
|
|
1455
|
-
"tag": "@pie-element/categorize@6.0.7"
|
|
1456
|
-
},
|
|
1457
|
-
{
|
|
1458
|
-
"type": "fix",
|
|
1459
|
-
"scope": null,
|
|
1460
|
-
"subject": "PIE-201 - store prompts and answers in session, fix",
|
|
1461
|
-
"merge": null,
|
|
1462
|
-
"header": "fix: PIE-201 - store prompts and answers in session, fix",
|
|
1463
|
-
"body": "controller-utils to use 0 as key",
|
|
1464
|
-
"footer": null,
|
|
1465
|
-
"notes": [],
|
|
1466
|
-
"hash": "23802242e0bc647f929f6db4dfd4b03f0112f2fb",
|
|
1467
|
-
"gitTags": "",
|
|
1468
|
-
"committerDate": "2019-11-18 20:35:06 +0000",
|
|
1469
|
-
"isTagged": true,
|
|
1470
|
-
"tag": "@pie-element/categorize@6.0.7"
|
|
1471
|
-
},
|
|
1472
|
-
{
|
|
1473
|
-
"type": "fix",
|
|
1474
|
-
"scope": null,
|
|
1475
|
-
"subject": "bump pie-ui version",
|
|
1476
|
-
"merge": null,
|
|
1477
|
-
"header": "fix: bump pie-ui version",
|
|
1478
|
-
"body": null,
|
|
1479
|
-
"footer": null,
|
|
1480
|
-
"notes": [],
|
|
1481
|
-
"hash": "9dc46955cbe6457c6614426056c5227ed0a9296e",
|
|
1482
|
-
"gitTags": "",
|
|
1483
|
-
"committerDate": "2019-12-18 12:08:39 +0000",
|
|
1484
|
-
"isTagged": true,
|
|
1485
|
-
"tag": "@pie-element/categorize@6.1.0"
|
|
1486
|
-
},
|
|
1487
|
-
{
|
|
1488
|
-
"type": "fix",
|
|
1489
|
-
"scope": null,
|
|
1490
|
-
"subject": "bump render-ui@^4.5.3",
|
|
1491
|
-
"merge": null,
|
|
1492
|
-
"header": "fix: bump render-ui@^4.5.3",
|
|
1493
|
-
"body": null,
|
|
1494
|
-
"footer": null,
|
|
1495
|
-
"notes": [],
|
|
1496
|
-
"hash": "996da645890d4840408f741c977d9df7d366c9f5",
|
|
1497
|
-
"gitTags": "",
|
|
1498
|
-
"committerDate": "2019-12-18 11:52:42 +0000",
|
|
1499
|
-
"isTagged": true,
|
|
1500
|
-
"tag": "@pie-element/categorize@6.1.0"
|
|
1501
|
-
},
|
|
1502
|
-
{
|
|
1503
|
-
"type": "feat",
|
|
1504
|
-
"scope": null,
|
|
1505
|
-
"subject": "use HtmlAndMath from render-ui",
|
|
1506
|
-
"merge": null,
|
|
1507
|
-
"header": "feat: use HtmlAndMath from render-ui",
|
|
1508
|
-
"body": null,
|
|
1509
|
-
"footer": null,
|
|
1510
|
-
"notes": [],
|
|
1511
|
-
"hash": "8c516c3980b337944174bc97dfe8d20d3308a178",
|
|
1512
|
-
"gitTags": "",
|
|
1513
|
-
"committerDate": "2019-12-17 19:09:59 +0000",
|
|
1514
|
-
"isTagged": true,
|
|
1515
|
-
"tag": "@pie-element/categorize@6.1.0"
|
|
1516
|
-
},
|
|
1517
|
-
{
|
|
1518
|
-
"type": "fix",
|
|
1519
|
-
"scope": null,
|
|
1520
|
-
"subject": "bump ui versions",
|
|
1521
|
-
"merge": null,
|
|
1522
|
-
"header": "fix: bump ui versions",
|
|
1523
|
-
"body": null,
|
|
1524
|
-
"footer": null,
|
|
1525
|
-
"notes": [],
|
|
1526
|
-
"hash": "5b9d99fe59c304bdd173c9336503eb558900d2a2",
|
|
1527
|
-
"gitTags": "",
|
|
1528
|
-
"committerDate": "2020-03-31 19:25:13 +0100",
|
|
1529
|
-
"isTagged": true,
|
|
1530
|
-
"tag": "@pie-element/categorize@6.2.0"
|
|
1531
|
-
},
|
|
1532
|
-
{
|
|
1533
|
-
"type": "fix",
|
|
1534
|
-
"scope": null,
|
|
1535
|
-
"subject": "bump lib and ui versions",
|
|
1536
|
-
"merge": null,
|
|
1537
|
-
"header": "fix: bump lib and ui versions",
|
|
1538
|
-
"body": null,
|
|
1539
|
-
"footer": null,
|
|
1540
|
-
"notes": [],
|
|
1541
|
-
"hash": "a882cbf4580098ce0e12c51cf6ad2879817e17e7",
|
|
1542
|
-
"gitTags": "",
|
|
1543
|
-
"committerDate": "2020-04-10 17:13:24 +0100",
|
|
1544
|
-
"isTagged": true,
|
|
1545
|
-
"tag": "@pie-element/categorize@6.3.1"
|
|
1546
|
-
},
|
|
1547
|
-
{
|
|
1548
|
-
"type": "fix",
|
|
1549
|
-
"scope": null,
|
|
1550
|
-
"subject": "bump all packages to avoid tag conflict",
|
|
1551
|
-
"merge": null,
|
|
1552
|
-
"header": "fix: bump all packages to avoid tag conflict",
|
|
1553
|
-
"body": null,
|
|
1554
|
-
"footer": null,
|
|
1555
|
-
"notes": [],
|
|
1556
|
-
"hash": "d9ec9a8689f0a391594b5e2f4ea958c6dc9f6d7b",
|
|
1557
|
-
"gitTags": "",
|
|
1558
|
-
"committerDate": "2020-04-10 20:01:37 +0100",
|
|
1559
|
-
"isTagged": true,
|
|
1560
|
-
"tag": "@pie-element/categorize@6.3.1"
|
|
1561
|
-
},
|
|
1562
|
-
{
|
|
1563
|
-
"type": "fix",
|
|
1564
|
-
"scope": null,
|
|
1565
|
-
"subject": "bump version to avoid tag conflict",
|
|
1566
|
-
"merge": null,
|
|
1567
|
-
"header": "fix: bump version to avoid tag conflict",
|
|
1568
|
-
"body": null,
|
|
1569
|
-
"footer": null,
|
|
1570
|
-
"notes": [],
|
|
1571
|
-
"hash": "4d55f6d203f496420e2ed2fa32c0851406036c53",
|
|
1572
|
-
"gitTags": "",
|
|
1573
|
-
"committerDate": "2020-04-10 17:39:16 +0100",
|
|
1574
|
-
"isTagged": true,
|
|
1575
|
-
"tag": "@pie-element/categorize@6.3.1"
|
|
1576
|
-
},
|
|
1577
|
-
{
|
|
1578
|
-
"type": "fix",
|
|
1579
|
-
"scope": null,
|
|
1580
|
-
"subject": "bump ui/lib versions",
|
|
1581
|
-
"merge": null,
|
|
1582
|
-
"header": "fix: bump ui/lib versions",
|
|
1583
|
-
"body": null,
|
|
1584
|
-
"footer": null,
|
|
1585
|
-
"notes": [],
|
|
1586
|
-
"hash": "3edb2321ebaefcaee70c3642aa6da8a50e8a99e5",
|
|
1587
|
-
"gitTags": "",
|
|
1588
|
-
"committerDate": "2020-04-14 15:36:44 +0100",
|
|
1589
|
-
"isTagged": true,
|
|
1590
|
-
"tag": "@pie-element/categorize@6.3.3"
|
|
1591
|
-
},
|
|
1592
|
-
{
|
|
1593
|
-
"type": "fix",
|
|
1594
|
-
"scope": null,
|
|
1595
|
-
"subject": "bump ui/lib versions",
|
|
1596
|
-
"merge": null,
|
|
1597
|
-
"header": "fix: bump ui/lib versions",
|
|
1598
|
-
"body": null,
|
|
1599
|
-
"footer": null,
|
|
1600
|
-
"notes": [],
|
|
1601
|
-
"hash": "45f0da6e3e01f33aff6059cb13d571554690348b",
|
|
1602
|
-
"gitTags": "",
|
|
1603
|
-
"committerDate": "2020-04-28 14:57:57 +0100",
|
|
1604
|
-
"isTagged": true,
|
|
1605
|
-
"tag": "@pie-element/categorize@6.3.4"
|
|
1606
|
-
},
|
|
1607
|
-
{
|
|
1608
|
-
"type": "fix",
|
|
1609
|
-
"scope": null,
|
|
1610
|
-
"subject": "update ui/lib versions",
|
|
1611
|
-
"merge": null,
|
|
1612
|
-
"header": "fix: update ui/lib versions",
|
|
1613
|
-
"body": null,
|
|
1614
|
-
"footer": null,
|
|
1615
|
-
"notes": [],
|
|
1616
|
-
"hash": "0226b0bc0869d468ba3e5986bc469e020f4f12a6",
|
|
1617
|
-
"gitTags": "",
|
|
1618
|
-
"committerDate": "2020-04-28 14:20:37 +0100",
|
|
1619
|
-
"isTagged": true,
|
|
1620
|
-
"tag": "@pie-element/categorize@6.3.4"
|
|
1621
|
-
},
|
|
1622
|
-
{
|
|
1623
|
-
"type": "fix",
|
|
1624
|
-
"scope": null,
|
|
1625
|
-
"subject": "ui+libs update",
|
|
1626
|
-
"merge": null,
|
|
1627
|
-
"header": "fix: ui+libs update",
|
|
1628
|
-
"body": null,
|
|
1629
|
-
"footer": null,
|
|
1630
|
-
"notes": [],
|
|
1631
|
-
"hash": "6127de27006a7835d1dd7a9c4c5f13de950aa06d",
|
|
1632
|
-
"gitTags": "",
|
|
1633
|
-
"committerDate": "2020-04-27 19:52:07 +0100",
|
|
1634
|
-
"isTagged": true,
|
|
1635
|
-
"tag": "@pie-element/categorize@6.3.4"
|
|
1636
|
-
}
|
|
1637
|
-
]
|