@pie-element/ebsr 14.0.1 → 14.1.1-next.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/dist/author/defaults.d.ts +67 -0
- package/dist/author/defaults.d.ts.map +1 -0
- package/dist/author/defaults.js +161 -0
- package/dist/author/index.d.ts +35 -0
- package/dist/author/index.d.ts.map +1 -0
- package/dist/author/index.js +78 -0
- package/dist/author/main.d.ts +23 -0
- package/dist/author/main.d.ts.map +1 -0
- package/dist/author/main.js +121 -0
- package/dist/controller/defaults.d.ts +16 -0
- package/dist/controller/defaults.d.ts.map +1 -0
- package/dist/controller/defaults.js +26 -0
- package/dist/controller/index.d.ts +43 -0
- package/dist/controller/index.d.ts.map +1 -0
- package/dist/controller/index.js +186 -0
- package/dist/controller/utils.d.ts +11 -0
- package/dist/controller/utils.d.ts.map +1 -0
- package/dist/controller/utils.js +8 -0
- package/dist/delivery/index.d.ts +27 -0
- package/dist/delivery/index.d.ts.map +1 -0
- package/dist/delivery/index.js +132 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.iife.d.ts +9 -0
- package/dist/index.iife.d.ts.map +1 -0
- package/dist/index.iife.js +165 -0
- package/dist/index.js +2 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_DataView.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_Hash.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_ListCache.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_Map.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_MapCache.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_Promise.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_Set.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_SetCache.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_Stack.js +13 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_Symbol.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_Uint8Array.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_WeakMap.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_apply.js +12 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_arrayEach.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_arrayFilter.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_arrayLikeKeys.js +15 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_arrayMap.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_arrayPush.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_arraySome.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_assignValue.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_assocIndexOf.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseAssign.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseAssignIn.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseAssignValue.js +12 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseClone.js +57 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseCreate.js +14 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseGet.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseGetAllKeys.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseGetTag.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseIsArguments.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseIsEqual.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseIsEqualDeep.js +30 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseIsMap.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseIsNative.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseIsSet.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseIsTypedArray.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseKeys.js +12 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseKeysIn.js +13 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseRest.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseSetToString.js +14 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseTimes.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseToString.js +15 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_baseUnary.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_cacheHas.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_castPath.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_cloneArrayBuffer.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_cloneBuffer.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_cloneDataView.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_cloneRegExp.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_cloneSymbol.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_cloneTypedArray.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_copyArray.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_copyObject.js +14 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_copySymbols.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_copySymbolsIn.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_coreJsData.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_defineProperty.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_equalArrays.js +35 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_equalByTag.js +35 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_equalObjects.js +32 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_freeGlobal.js +4 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getAllKeys.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getAllKeysIn.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getMapData.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getNative.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getPrototype.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getRawTag.js +14 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getSymbols.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getSymbolsIn.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getTag.js +23 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_getValue.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_hashClear.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_hashDelete.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_hashGet.js +13 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_hashHas.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_hashSet.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_initCloneArray.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_initCloneByTag.js +33 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_initCloneObject.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_isIndex.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_isIterateeCall.js +12 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_isKey.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_isKeyable.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_isMasked.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_isPrototype.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_listCacheClear.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_listCacheDelete.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_listCacheGet.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_listCacheHas.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_listCacheSet.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_mapCacheClear.js +13 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_mapCacheDelete.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_mapCacheGet.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_mapCacheHas.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_mapCacheSet.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_mapToArray.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_memoizeCapped.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_nativeCreate.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_nativeKeys.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_nativeKeysIn.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_nodeUtil.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_objectToString.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_overArg.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_overRest.js +13 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_root.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_setCacheAdd.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_setCacheHas.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_setToArray.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_setToString.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_shortOut.js +14 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_stackClear.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_stackDelete.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_stackGet.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_stackHas.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_stackSet.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_stringToPath.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_toKey.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/_toSource.js +15 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/cloneDeep.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/constant.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/defaults.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/eq.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/get.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/identity.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isArguments.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isArray.js +4 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isArrayLike.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isBuffer.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isEmpty.js +21 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isEqual.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isFunction.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isLength.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isMap.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isObject.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isObjectLike.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isSet.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isSymbol.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/isTypedArray.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/keys.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/keysIn.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/memoize.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/stubArray.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/stubFalse.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.17.23/node_modules/lodash-es/toString.js +7 -0
- package/dist/print/index.d.ts +26 -0
- package/dist/print/index.d.ts.map +1 -0
- package/dist/print/index.js +107 -0
- package/package.json +59 -18
- package/{configure/src/defaults.js → src/author/defaults.ts} +10 -0
- package/{configure/src/index.js → src/author/index.ts} +16 -6
- package/{configure/src/main.jsx → src/author/main.tsx} +14 -4
- package/{controller/src/defaults.js → src/controller/defaults.ts} +10 -0
- package/{controller/src/index.js → src/controller/index.ts} +13 -3
- package/{controller/src/utils.js → src/controller/utils.ts} +10 -0
- package/src/{index.js → delivery/index.tsx} +78 -3
- package/src/index.iife.ts +16 -0
- package/src/index.ts +1 -0
- package/src/{print.js → print/index.tsx} +12 -2
- package/CHANGELOG.json +0 -1547
- package/CHANGELOG.md +0 -2259
- package/LICENSE.md +0 -5
- package/README.md +0 -62
- package/configure/CHANGELOG.json +0 -992
- package/configure/CHANGELOG.md +0 -2126
- package/configure/lib/defaults.js +0 -229
- package/configure/lib/defaults.js.map +0 -1
- package/configure/lib/index.js +0 -154
- package/configure/lib/index.js.map +0 -1
- package/configure/lib/main.js +0 -222
- package/configure/lib/main.js.map +0 -1
- package/configure/package.json +0 -23
- package/configure/src/__tests__/index.test.js +0 -492
- package/controller/CHANGELOG.json +0 -552
- package/controller/CHANGELOG.md +0 -1269
- package/controller/lib/defaults.js +0 -31
- package/controller/lib/defaults.js.map +0 -1
- package/controller/lib/index.js +0 -448
- package/controller/lib/index.js.map +0 -1
- package/controller/lib/utils.js +0 -18
- package/controller/lib/utils.js.map +0 -1
- package/controller/package.json +0 -18
- package/controller/src/__tests__/index.test.js +0 -591
- package/controller/src/__tests__/utils.test.js +0 -48
- package/docs/config-schema.json +0 -5787
- package/docs/config-schema.json.md +0 -4278
- package/docs/demo/config.js +0 -8
- package/docs/demo/generate.js +0 -52
- package/docs/demo/index.html +0 -2
- package/docs/demo/session.js +0 -14
- package/docs/pie-schema.json +0 -2911
- package/docs/pie-schema.json.md +0 -2142
- package/ebsr.png +0 -0
- package/lib/index.js +0 -146
- package/lib/index.js.map +0 -1
- package/lib/print.js +0 -186
- package/lib/print.js.map +0 -1
- package/module/configure.js +0 -1
- package/module/controller.js +0 -5664
- package/module/demo.js +0 -77
- package/module/element.js +0 -1
- package/module/index.html +0 -21
- package/module/manifest.json +0 -14
- package/module/print-demo.js +0 -115
- package/module/print.html +0 -18
- package/module/print.js +0 -1
- package/src/__tests__/index.test.js +0 -129
package/configure/CHANGELOG.json
DELETED
|
@@ -1,992 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"type": "feat",
|
|
4
|
-
"scope": null,
|
|
5
|
-
"subject": "fix tests",
|
|
6
|
-
"merge": null,
|
|
7
|
-
"header": "feat: fix tests",
|
|
8
|
-
"body": null,
|
|
9
|
-
"footer": null,
|
|
10
|
-
"notes": [],
|
|
11
|
-
"hash": "c719a22bfb2c00db58c94f601063f67440c75464",
|
|
12
|
-
"gitTags": "",
|
|
13
|
-
"committerDate": "2019-03-29 20:24:43 +0200",
|
|
14
|
-
"isTagged": true,
|
|
15
|
-
"tag": "@pie-element/ebsr-configure@1.1.0"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"type": "feat",
|
|
19
|
-
"scope": null,
|
|
20
|
-
"subject": "allow constructing an ebsr with an empty model or without any",
|
|
21
|
-
"merge": null,
|
|
22
|
-
"header": "feat: allow constructing an ebsr with an empty model or without any",
|
|
23
|
-
"body": null,
|
|
24
|
-
"footer": null,
|
|
25
|
-
"notes": [],
|
|
26
|
-
"hash": "1edbe555aa3cb712b3b53c176380fba829968024",
|
|
27
|
-
"gitTags": "",
|
|
28
|
-
"committerDate": "2019-03-29 19:55:24 +0200",
|
|
29
|
-
"isTagged": true,
|
|
30
|
-
"tag": "@pie-element/ebsr-configure@1.1.0"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"type": "feat",
|
|
34
|
-
"scope": null,
|
|
35
|
-
"subject": "remove unused files",
|
|
36
|
-
"merge": null,
|
|
37
|
-
"header": "feat: remove unused files",
|
|
38
|
-
"body": null,
|
|
39
|
-
"footer": null,
|
|
40
|
-
"notes": [],
|
|
41
|
-
"hash": "49562f9d060466bda8e428046e239165556d9858",
|
|
42
|
-
"gitTags": "",
|
|
43
|
-
"committerDate": "2019-03-29 15:06:18 +0200",
|
|
44
|
-
"isTagged": true,
|
|
45
|
-
"tag": "@pie-element/ebsr-configure@1.1.0"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"type": "feat",
|
|
49
|
-
"scope": null,
|
|
50
|
-
"subject": "integrate unit tests",
|
|
51
|
-
"merge": null,
|
|
52
|
-
"header": "feat: integrate unit tests",
|
|
53
|
-
"body": null,
|
|
54
|
-
"footer": null,
|
|
55
|
-
"notes": [],
|
|
56
|
-
"hash": "39b05556b3745305ab4a452d060c8a1da0182185",
|
|
57
|
-
"gitTags": "",
|
|
58
|
-
"committerDate": "2019-03-29 15:01:26 +0200",
|
|
59
|
-
"isTagged": true,
|
|
60
|
-
"tag": "@pie-element/ebsr-configure@1.1.0"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"type": "feat",
|
|
64
|
-
"scope": "readme",
|
|
65
|
-
"subject": "stub for @tbranyen/jsdom",
|
|
66
|
-
"merge": null,
|
|
67
|
-
"header": "feat(readme): stub for @tbranyen/jsdom",
|
|
68
|
-
"body": null,
|
|
69
|
-
"footer": null,
|
|
70
|
-
"notes": [],
|
|
71
|
-
"hash": "59c4be20471ec2d15ac54ef0e2f8c27d40460f73",
|
|
72
|
-
"gitTags": "",
|
|
73
|
-
"committerDate": "2019-03-28 17:54:22 +0200",
|
|
74
|
-
"isTagged": true,
|
|
75
|
-
"tag": "@pie-element/ebsr-configure@1.1.0"
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"type": "feat",
|
|
79
|
-
"scope": "readme",
|
|
80
|
-
"subject": "setup WCT + webpack",
|
|
81
|
-
"merge": null,
|
|
82
|
-
"header": "feat(readme): setup WCT + webpack",
|
|
83
|
-
"body": null,
|
|
84
|
-
"footer": null,
|
|
85
|
-
"notes": [],
|
|
86
|
-
"hash": "a5332853c23d6a662612b0c7a6fd27ed3f7105aa",
|
|
87
|
-
"gitTags": "",
|
|
88
|
-
"committerDate": "2019-03-28 17:41:29 +0200",
|
|
89
|
-
"isTagged": true,
|
|
90
|
-
"tag": "@pie-element/ebsr-configure@1.1.0"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"type": "feat",
|
|
94
|
-
"scope": null,
|
|
95
|
-
"subject": "undo CE changes required for unit tests",
|
|
96
|
-
"merge": null,
|
|
97
|
-
"header": "feat: undo CE changes required for unit tests",
|
|
98
|
-
"body": null,
|
|
99
|
-
"footer": null,
|
|
100
|
-
"notes": [],
|
|
101
|
-
"hash": "757999b201fe831d0be95b381e36c5fab8b14d2e",
|
|
102
|
-
"gitTags": "",
|
|
103
|
-
"committerDate": "2019-03-27 15:58:57 +0200",
|
|
104
|
-
"isTagged": true,
|
|
105
|
-
"tag": "@pie-element/ebsr-configure@1.1.0"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"type": "feat",
|
|
109
|
-
"scope": null,
|
|
110
|
-
"subject": "stub WCT",
|
|
111
|
-
"merge": null,
|
|
112
|
-
"header": "feat: stub WCT",
|
|
113
|
-
"body": null,
|
|
114
|
-
"footer": null,
|
|
115
|
-
"notes": [],
|
|
116
|
-
"hash": "0f7352fe21c0092c596bc48af61b4fa3c9f4954f",
|
|
117
|
-
"gitTags": "",
|
|
118
|
-
"committerDate": "2019-03-26 18:01:06 +0200",
|
|
119
|
-
"isTagged": true,
|
|
120
|
-
"tag": "@pie-element/ebsr-configure@1.1.0"
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"type": "feat",
|
|
124
|
-
"scope": null,
|
|
125
|
-
"subject": "cut out the middle main",
|
|
126
|
-
"merge": null,
|
|
127
|
-
"header": "feat: cut out the middle main",
|
|
128
|
-
"body": null,
|
|
129
|
-
"footer": null,
|
|
130
|
-
"notes": [],
|
|
131
|
-
"hash": "1ef58f8774bb08d4fe5ab77c760b15653fb8cf18",
|
|
132
|
-
"gitTags": "",
|
|
133
|
-
"committerDate": "2019-03-22 15:21:34 +0200",
|
|
134
|
-
"isTagged": true,
|
|
135
|
-
"tag": "@pie-element/ebsr-configure@1.1.0"
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"type": "feat",
|
|
139
|
-
"scope": null,
|
|
140
|
-
"subject": "stop resetting the model on each dispatch",
|
|
141
|
-
"merge": null,
|
|
142
|
-
"header": "feat: stop resetting the model on each dispatch",
|
|
143
|
-
"body": null,
|
|
144
|
-
"footer": null,
|
|
145
|
-
"notes": [],
|
|
146
|
-
"hash": "8a76dd92dedea8ebb26d5ee23cca997b5fe77a47",
|
|
147
|
-
"gitTags": "",
|
|
148
|
-
"committerDate": "2019-03-22 13:01:00 +0200",
|
|
149
|
-
"isTagged": true,
|
|
150
|
-
"tag": "@pie-element/ebsr-configure@1.1.0"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"type": "feat",
|
|
154
|
-
"scope": null,
|
|
155
|
-
"subject": "switch Main React component to a CE class",
|
|
156
|
-
"merge": null,
|
|
157
|
-
"header": "feat: switch Main React component to a CE class",
|
|
158
|
-
"body": null,
|
|
159
|
-
"footer": null,
|
|
160
|
-
"notes": [],
|
|
161
|
-
"hash": "00051b455a4fdf2969ada6266d6174b06769b601",
|
|
162
|
-
"gitTags": "",
|
|
163
|
-
"committerDate": "2019-03-21 13:33:04 +0200",
|
|
164
|
-
"isTagged": true,
|
|
165
|
-
"tag": "@pie-element/ebsr-configure@1.1.0"
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"type": "feat",
|
|
169
|
-
"scope": null,
|
|
170
|
-
"subject": "allow config to control the UI",
|
|
171
|
-
"merge": null,
|
|
172
|
-
"header": "feat: allow config to control the UI",
|
|
173
|
-
"body": null,
|
|
174
|
-
"footer": null,
|
|
175
|
-
"notes": [],
|
|
176
|
-
"hash": "70551b83c6ad216661e8699f944dd0fcfa630f07",
|
|
177
|
-
"gitTags": "",
|
|
178
|
-
"committerDate": "2019-03-19 12:46:28 +0200",
|
|
179
|
-
"isTagged": true,
|
|
180
|
-
"tag": "@pie-element/ebsr-configure@1.1.0"
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"type": "feat",
|
|
184
|
-
"scope": null,
|
|
185
|
-
"subject": "capture elements' model update events",
|
|
186
|
-
"merge": null,
|
|
187
|
-
"header": "feat: capture elements' model update events",
|
|
188
|
-
"body": null,
|
|
189
|
-
"footer": null,
|
|
190
|
-
"notes": [],
|
|
191
|
-
"hash": "3e2fd10996ddf5f78bafbe362b28ecae9556c2b7",
|
|
192
|
-
"gitTags": "",
|
|
193
|
-
"committerDate": "2019-03-18 20:32:46 +0200",
|
|
194
|
-
"isTagged": true,
|
|
195
|
-
"tag": "@pie-element/ebsr-configure@1.1.0"
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
"type": "feat",
|
|
199
|
-
"scope": null,
|
|
200
|
-
"subject": "use multiple-choice pie element as a dependency instead",
|
|
201
|
-
"merge": null,
|
|
202
|
-
"header": "feat: use multiple-choice pie element as a dependency instead",
|
|
203
|
-
"body": null,
|
|
204
|
-
"footer": null,
|
|
205
|
-
"notes": [],
|
|
206
|
-
"hash": "f0b8efd27e46910c12e5193f97f16954c6284580",
|
|
207
|
-
"gitTags": "",
|
|
208
|
-
"committerDate": "2019-03-14 17:57:11 +0200",
|
|
209
|
-
"isTagged": true,
|
|
210
|
-
"tag": "@pie-element/ebsr-configure@1.1.0"
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
"type": "feat",
|
|
214
|
-
"scope": null,
|
|
215
|
-
"subject": "stub ebsr pie element",
|
|
216
|
-
"merge": null,
|
|
217
|
-
"header": "feat: stub ebsr pie element",
|
|
218
|
-
"body": null,
|
|
219
|
-
"footer": null,
|
|
220
|
-
"notes": [],
|
|
221
|
-
"hash": "87b7febf3f567a56b00266b6603d7462f6d77551",
|
|
222
|
-
"gitTags": "",
|
|
223
|
-
"committerDate": "2019-03-13 18:07:56 +0200",
|
|
224
|
-
"isTagged": true,
|
|
225
|
-
"tag": "@pie-element/ebsr-configure@1.1.0"
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
"type": "fix",
|
|
229
|
-
"scope": null,
|
|
230
|
-
"subject": "set model after multiple-choice is defined",
|
|
231
|
-
"merge": null,
|
|
232
|
-
"header": "fix: set model after multiple-choice is defined",
|
|
233
|
-
"body": null,
|
|
234
|
-
"footer": null,
|
|
235
|
-
"notes": [],
|
|
236
|
-
"hash": "ac775942bd5d1fada5e63830039c21bc3de4b717",
|
|
237
|
-
"gitTags": "",
|
|
238
|
-
"committerDate": "2019-04-08 13:12:56 +0300",
|
|
239
|
-
"isTagged": true,
|
|
240
|
-
"tag": "@pie-element/ebsr-configure@1.1.1"
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
"type": "fix",
|
|
244
|
-
"scope": null,
|
|
245
|
-
"subject": "scope multiple-choice config constructor",
|
|
246
|
-
"merge": null,
|
|
247
|
-
"header": "fix: scope multiple-choice config constructor",
|
|
248
|
-
"body": null,
|
|
249
|
-
"footer": null,
|
|
250
|
-
"notes": [],
|
|
251
|
-
"hash": "abbbae7a351273272f736f1fe36bfc48a2ac27e8",
|
|
252
|
-
"gitTags": "",
|
|
253
|
-
"committerDate": "2019-04-08 15:06:13 +0300",
|
|
254
|
-
"isTagged": true,
|
|
255
|
-
"tag": "@pie-element/ebsr-configure@1.1.2"
|
|
256
|
-
},
|
|
257
|
-
{
|
|
258
|
-
"type": "fix",
|
|
259
|
-
"scope": null,
|
|
260
|
-
"subject": "prevent default model.updated event [ch498]",
|
|
261
|
-
"merge": null,
|
|
262
|
-
"header": "fix: prevent default model.updated event [ch498]",
|
|
263
|
-
"body": null,
|
|
264
|
-
"footer": null,
|
|
265
|
-
"notes": [],
|
|
266
|
-
"hash": "6fe41e172f432cd6e86109ee91f20c2d16e41992",
|
|
267
|
-
"gitTags": "",
|
|
268
|
-
"committerDate": "2019-04-09 18:27:20 +0300",
|
|
269
|
-
"isTagged": true,
|
|
270
|
-
"tag": "@pie-element/ebsr-configure@1.1.4"
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
"type": "feat",
|
|
274
|
-
"scope": null,
|
|
275
|
-
"subject": "update scoring [ch1199]",
|
|
276
|
-
"merge": null,
|
|
277
|
-
"header": "feat: update scoring [ch1199]",
|
|
278
|
-
"body": "* first part can be only a single-correct MC\n* second part defaults to MC, but can be changed to MS\n* if the first part is incorrect, the score for the second one defaults to zero\n* if the first part is correct, the second is scored like a stand-alone MS item (including partial scoring)",
|
|
279
|
-
"footer": null,
|
|
280
|
-
"notes": [],
|
|
281
|
-
"hash": "72b9803aba84e42424162c9bc22568ca526212d6",
|
|
282
|
-
"gitTags": "",
|
|
283
|
-
"committerDate": "2019-04-10 16:40:02 +0300",
|
|
284
|
-
"isTagged": true,
|
|
285
|
-
"tag": "@pie-element/ebsr-configure@1.2.0"
|
|
286
|
-
},
|
|
287
|
-
{
|
|
288
|
-
"type": "Fix",
|
|
289
|
-
"scope": null,
|
|
290
|
-
"subject": "Updated config-ui version.",
|
|
291
|
-
"merge": null,
|
|
292
|
-
"header": "Fix: Updated config-ui version.",
|
|
293
|
-
"body": null,
|
|
294
|
-
"footer": null,
|
|
295
|
-
"notes": [],
|
|
296
|
-
"hash": "4db3d8aab44801d28ea05f16300a45a02c29c216",
|
|
297
|
-
"gitTags": "",
|
|
298
|
-
"committerDate": "2019-04-22 12:36:52 +0300",
|
|
299
|
-
"isTagged": true,
|
|
300
|
-
"tag": "@pie-element/ebsr-configure@1.2.4"
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
"type": "fix",
|
|
304
|
-
"scope": null,
|
|
305
|
-
"subject": "Updated with new version of @pie-lib/config-ui.",
|
|
306
|
-
"merge": null,
|
|
307
|
-
"header": "fix: Updated with new version of @pie-lib/config-ui.",
|
|
308
|
-
"body": null,
|
|
309
|
-
"footer": null,
|
|
310
|
-
"notes": [],
|
|
311
|
-
"hash": "a1d06b61b828c119d32326e4f3e447450156dbcf",
|
|
312
|
-
"gitTags": "",
|
|
313
|
-
"committerDate": "2019-04-25 15:09:09 +0300",
|
|
314
|
-
"isTagged": true,
|
|
315
|
-
"tag": "@pie-element/ebsr-configure@1.2.6"
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
"type": "feat",
|
|
319
|
-
"scope": null,
|
|
320
|
-
"subject": "Updated with new version of @pie-lib-config-ui. Renamed `configure` with `configuration`.",
|
|
321
|
-
"merge": null,
|
|
322
|
-
"header": "feat: Updated with new version of @pie-lib-config-ui. Renamed `configure` with `configuration`.",
|
|
323
|
-
"body": null,
|
|
324
|
-
"footer": "BREAKING CHANGE: `configure` is removed, use `configuration`",
|
|
325
|
-
"notes": [
|
|
326
|
-
{
|
|
327
|
-
"title": "BREAKING CHANGE",
|
|
328
|
-
"text": "`configure` is removed, use `configuration`"
|
|
329
|
-
}
|
|
330
|
-
],
|
|
331
|
-
"hash": "011f7f8a168d240820835bd8624066c64a0f986c",
|
|
332
|
-
"gitTags": "",
|
|
333
|
-
"committerDate": "2019-05-07 17:16:38 +0300",
|
|
334
|
-
"isTagged": true,
|
|
335
|
-
"tag": "@pie-element/ebsr-configure@2.0.0"
|
|
336
|
-
},
|
|
337
|
-
{
|
|
338
|
-
"type": "chore",
|
|
339
|
-
"scope": "latest-version",
|
|
340
|
-
"subject": "pushing to release",
|
|
341
|
-
"merge": null,
|
|
342
|
-
"header": "chore(latest-version): pushing to release",
|
|
343
|
-
"body": null,
|
|
344
|
-
"footer": null,
|
|
345
|
-
"notes": [],
|
|
346
|
-
"hash": "64030ba2c7c18d20381b6a0f5caaff19f1e5e959",
|
|
347
|
-
"gitTags": " (develop)",
|
|
348
|
-
"committerDate": "2019-06-06 01:31:17 +0300",
|
|
349
|
-
"isTagged": true,
|
|
350
|
-
"tag": "@pie-element/ebsr-configure@2.0.5"
|
|
351
|
-
},
|
|
352
|
-
{
|
|
353
|
-
"type": "chore",
|
|
354
|
-
"scope": "version",
|
|
355
|
-
"subject": "bumped the versions",
|
|
356
|
-
"merge": null,
|
|
357
|
-
"header": "chore(version): bumped the versions",
|
|
358
|
-
"body": null,
|
|
359
|
-
"footer": null,
|
|
360
|
-
"notes": [],
|
|
361
|
-
"hash": "12b141d884c66a15d23c8cbb34be820a422d7332",
|
|
362
|
-
"gitTags": " (origin/feat/mask-markup-elements)",
|
|
363
|
-
"committerDate": "2019-06-06 01:15:50 +0300",
|
|
364
|
-
"isTagged": true,
|
|
365
|
-
"tag": "@pie-element/ebsr-configure@2.0.5"
|
|
366
|
-
},
|
|
367
|
-
{
|
|
368
|
-
"type": "chore",
|
|
369
|
-
"scope": "version",
|
|
370
|
-
"subject": "bumped the packages that depend on the editable-html",
|
|
371
|
-
"merge": null,
|
|
372
|
-
"header": "chore(version): bumped the packages that depend on the editable-html",
|
|
373
|
-
"body": null,
|
|
374
|
-
"footer": null,
|
|
375
|
-
"notes": [],
|
|
376
|
-
"hash": "00eb12e58c01b50dde8e4d1a179c879e2f3216fc",
|
|
377
|
-
"gitTags": " (develop)",
|
|
378
|
-
"committerDate": "2019-06-06 13:16:05 +0300",
|
|
379
|
-
"isTagged": true,
|
|
380
|
-
"tag": "@pie-element/ebsr-configure@2.0.6"
|
|
381
|
-
},
|
|
382
|
-
{
|
|
383
|
-
"type": "chore",
|
|
384
|
-
"scope": "version",
|
|
385
|
-
"subject": "bumped the versions",
|
|
386
|
-
"merge": null,
|
|
387
|
-
"header": "chore(version): bumped the versions",
|
|
388
|
-
"body": null,
|
|
389
|
-
"footer": null,
|
|
390
|
-
"notes": [],
|
|
391
|
-
"hash": "12b141d884c66a15d23c8cbb34be820a422d7332",
|
|
392
|
-
"gitTags": " (origin/feat/mask-markup-elements)",
|
|
393
|
-
"committerDate": "2019-06-06 01:15:50 +0300",
|
|
394
|
-
"isTagged": true,
|
|
395
|
-
"tag": "@pie-element/ebsr-configure@2.0.5"
|
|
396
|
-
},
|
|
397
|
-
{
|
|
398
|
-
"type": "chore",
|
|
399
|
-
"scope": "merge",
|
|
400
|
-
"subject": "merged develop into master",
|
|
401
|
-
"merge": null,
|
|
402
|
-
"header": "chore(merge): merged develop into master",
|
|
403
|
-
"body": null,
|
|
404
|
-
"footer": null,
|
|
405
|
-
"notes": [],
|
|
406
|
-
"hash": "3bb9f402d900f3a0349537dfd01ce558c526cb55",
|
|
407
|
-
"gitTags": " (develop)",
|
|
408
|
-
"committerDate": "2019-06-07 23:29:44 +0300",
|
|
409
|
-
"isTagged": true,
|
|
410
|
-
"tag": "@pie-element/ebsr-configure@2.0.7"
|
|
411
|
-
},
|
|
412
|
-
{
|
|
413
|
-
"type": "feat",
|
|
414
|
-
"scope": "general",
|
|
415
|
-
"subject": "updated all the packages that have the config-ui as a dependency",
|
|
416
|
-
"merge": null,
|
|
417
|
-
"header": "feat(general): updated all the packages that have the config-ui as a dependency",
|
|
418
|
-
"body": null,
|
|
419
|
-
"footer": null,
|
|
420
|
-
"notes": [],
|
|
421
|
-
"hash": "44061deecae6d18cdbf6f5fb524f3d3094ccd354",
|
|
422
|
-
"gitTags": "",
|
|
423
|
-
"committerDate": "2019-06-20 22:32:48 -0400",
|
|
424
|
-
"isTagged": true,
|
|
425
|
-
"tag": "@pie-element/ebsr-configure@2.1.0"
|
|
426
|
-
},
|
|
427
|
-
{
|
|
428
|
-
"type": "feat",
|
|
429
|
-
"scope": "settings-panel",
|
|
430
|
-
"subject": "updated the settings panel design and changes needed for [ch2242]",
|
|
431
|
-
"merge": null,
|
|
432
|
-
"header": "feat(settings-panel): updated the settings panel design and changes needed for [ch2242]",
|
|
433
|
-
"body": null,
|
|
434
|
-
"footer": null,
|
|
435
|
-
"notes": [],
|
|
436
|
-
"hash": "d830e57b32bd09ac8cc02c7a12d75d988d9df21c",
|
|
437
|
-
"gitTags": "",
|
|
438
|
-
"committerDate": "2019-06-25 23:42:15 -0400",
|
|
439
|
-
"isTagged": true,
|
|
440
|
-
"tag": "@pie-element/ebsr-configure@2.2.0"
|
|
441
|
-
},
|
|
442
|
-
{
|
|
443
|
-
"type": "feat",
|
|
444
|
-
"scope": "mask-markup-elements",
|
|
445
|
-
"subject": "refactored the elements and version bumped the necessary files",
|
|
446
|
-
"merge": null,
|
|
447
|
-
"header": "feat(mask-markup-elements): refactored the elements and version bumped the necessary files",
|
|
448
|
-
"body": null,
|
|
449
|
-
"footer": null,
|
|
450
|
-
"notes": [],
|
|
451
|
-
"hash": "f8f77c02e44afd90e491a371d86d3d4093eb41e5",
|
|
452
|
-
"gitTags": "",
|
|
453
|
-
"committerDate": "2019-07-02 13:38:48 -0400",
|
|
454
|
-
"isTagged": true,
|
|
455
|
-
"tag": "@pie-element/ebsr-configure@2.3.0"
|
|
456
|
-
},
|
|
457
|
-
{
|
|
458
|
-
"type": "chore",
|
|
459
|
-
"scope": "editable-html",
|
|
460
|
-
"subject": "version bumped the necessary packages",
|
|
461
|
-
"merge": null,
|
|
462
|
-
"header": "chore(editable-html): version bumped the necessary packages",
|
|
463
|
-
"body": null,
|
|
464
|
-
"footer": null,
|
|
465
|
-
"notes": [],
|
|
466
|
-
"hash": "3c7caf6a1f8dc120ca23ab93258a90a593bbeb65",
|
|
467
|
-
"gitTags": "",
|
|
468
|
-
"committerDate": "2019-07-02 15:13:55 -0400",
|
|
469
|
-
"isTagged": true,
|
|
470
|
-
"tag": "@pie-element/ebsr-configure@2.3.1"
|
|
471
|
-
},
|
|
472
|
-
{
|
|
473
|
-
"type": "chore",
|
|
474
|
-
"scope": "version",
|
|
475
|
-
"subject": "version bumped the editable-html dependent packages",
|
|
476
|
-
"merge": null,
|
|
477
|
-
"header": "chore(version): version bumped the editable-html dependent packages",
|
|
478
|
-
"body": null,
|
|
479
|
-
"footer": null,
|
|
480
|
-
"notes": [],
|
|
481
|
-
"hash": "19961d346e8596064bad27156e0cf5a03afc3889",
|
|
482
|
-
"gitTags": "",
|
|
483
|
-
"committerDate": "2019-07-03 15:57:58 -0400",
|
|
484
|
-
"isTagged": true,
|
|
485
|
-
"tag": "@pie-element/ebsr-configure@2.3.3"
|
|
486
|
-
},
|
|
487
|
-
{
|
|
488
|
-
"type": "fix",
|
|
489
|
-
"scope": "template-els",
|
|
490
|
-
"subject": "fixed some ditb issues",
|
|
491
|
-
"merge": null,
|
|
492
|
-
"header": "fix(template-els): fixed some ditb issues",
|
|
493
|
-
"body": null,
|
|
494
|
-
"footer": null,
|
|
495
|
-
"notes": [],
|
|
496
|
-
"hash": "9133840e48a263b2cf49ce4db9c4310743efffe0",
|
|
497
|
-
"gitTags": "",
|
|
498
|
-
"committerDate": "2019-07-04 11:45:23 -0400",
|
|
499
|
-
"isTagged": true,
|
|
500
|
-
"tag": "@pie-element/ebsr-configure@2.3.4"
|
|
501
|
-
},
|
|
502
|
-
{
|
|
503
|
-
"type": "fix",
|
|
504
|
-
"scope": "editable-html",
|
|
505
|
-
"subject": "fixed lots of stuff regarding the editable-html",
|
|
506
|
-
"merge": null,
|
|
507
|
-
"header": "fix(editable-html): fixed lots of stuff regarding the editable-html",
|
|
508
|
-
"body": null,
|
|
509
|
-
"footer": null,
|
|
510
|
-
"notes": [],
|
|
511
|
-
"hash": "12c112917e0b5065ec35efdbdc276703602a6c68",
|
|
512
|
-
"gitTags": " (origin/andrei/fixes)",
|
|
513
|
-
"committerDate": "2019-07-07 14:16:34 -0400",
|
|
514
|
-
"isTagged": true,
|
|
515
|
-
"tag": "@pie-element/ebsr-configure@2.3.6"
|
|
516
|
-
},
|
|
517
|
-
{
|
|
518
|
-
"type": "chore",
|
|
519
|
-
"scope": "config-ui",
|
|
520
|
-
"subject": "bumped dependent packages",
|
|
521
|
-
"merge": null,
|
|
522
|
-
"header": "chore(config-ui): bumped dependent packages",
|
|
523
|
-
"body": null,
|
|
524
|
-
"footer": null,
|
|
525
|
-
"notes": [],
|
|
526
|
-
"hash": "645756c242868cf21e36a73227b355affb5f957a",
|
|
527
|
-
"gitTags": "",
|
|
528
|
-
"committerDate": "2019-07-07 15:44:44 -0400",
|
|
529
|
-
"isTagged": true,
|
|
530
|
-
"tag": "@pie-element/ebsr-configure@2.3.7"
|
|
531
|
-
},
|
|
532
|
-
{
|
|
533
|
-
"type": "chore",
|
|
534
|
-
"scope": "editable-html",
|
|
535
|
-
"subject": "version bumped some dependant packages",
|
|
536
|
-
"merge": null,
|
|
537
|
-
"header": "chore(editable-html): version bumped some dependant packages",
|
|
538
|
-
"body": null,
|
|
539
|
-
"footer": null,
|
|
540
|
-
"notes": [],
|
|
541
|
-
"hash": "a4fbf3e8e7841ecae4f034328f9481a1f69ae3df",
|
|
542
|
-
"gitTags": "",
|
|
543
|
-
"committerDate": "2019-07-09 13:38:59 +0300",
|
|
544
|
-
"isTagged": true,
|
|
545
|
-
"tag": "@pie-element/ebsr-configure@2.3.8"
|
|
546
|
-
},
|
|
547
|
-
{
|
|
548
|
-
"type": "feat",
|
|
549
|
-
"scope": "template-elements",
|
|
550
|
-
"subject": "updated the dependent packages that use editable-html and fixed [ch2564], [ch2565], [ch2538], [ch2489], [ch2557], [ch2593], [ch2490], [ch2527]",
|
|
551
|
-
"merge": null,
|
|
552
|
-
"header": "feat(template-elements): updated the dependent packages that use editable-html and fixed [ch2564], [ch2565], [ch2538], [ch2489], [ch2557], [ch2593], [ch2490], [ch2527]",
|
|
553
|
-
"body": null,
|
|
554
|
-
"footer": null,
|
|
555
|
-
"notes": [],
|
|
556
|
-
"hash": "a87febe2518ada7ee433b0b39895c26c15737ac4",
|
|
557
|
-
"gitTags": "",
|
|
558
|
-
"committerDate": "2019-07-11 16:57:13 +0300",
|
|
559
|
-
"isTagged": true,
|
|
560
|
-
"tag": "@pie-element/ebsr-configure@2.4.0"
|
|
561
|
-
},
|
|
562
|
-
{
|
|
563
|
-
"type": "fix",
|
|
564
|
-
"scope": "rendering",
|
|
565
|
-
"subject": "implemented rendering for math elements [ch1915], [ch1935]",
|
|
566
|
-
"merge": null,
|
|
567
|
-
"header": "fix(rendering): implemented rendering for math elements [ch1915], [ch1935]",
|
|
568
|
-
"body": null,
|
|
569
|
-
"footer": null,
|
|
570
|
-
"notes": [],
|
|
571
|
-
"hash": "2f3584200654e098c7b4cc4b312813efac09e7a9",
|
|
572
|
-
"gitTags": "",
|
|
573
|
-
"committerDate": "2019-07-12 15:45:27 +0300",
|
|
574
|
-
"isTagged": true,
|
|
575
|
-
"tag": "@pie-element/ebsr-configure@2.4.2"
|
|
576
|
-
},
|
|
577
|
-
{
|
|
578
|
-
"type": "feat",
|
|
579
|
-
"scope": null,
|
|
580
|
-
"subject": "support configuration",
|
|
581
|
-
"merge": null,
|
|
582
|
-
"header": "feat: support configuration",
|
|
583
|
-
"body": null,
|
|
584
|
-
"footer": null,
|
|
585
|
-
"notes": [],
|
|
586
|
-
"hash": "23cdb930e2375684d006b637ba363bf16173f5a9",
|
|
587
|
-
"gitTags": "",
|
|
588
|
-
"committerDate": "2019-07-10 19:07:17 +0300",
|
|
589
|
-
"isTagged": true,
|
|
590
|
-
"tag": "@pie-element/ebsr-configure@2.5.0"
|
|
591
|
-
},
|
|
592
|
-
{
|
|
593
|
-
"type": "fix",
|
|
594
|
-
"scope": null,
|
|
595
|
-
"subject": "config settings",
|
|
596
|
-
"merge": null,
|
|
597
|
-
"header": "fix: config settings",
|
|
598
|
-
"body": null,
|
|
599
|
-
"footer": null,
|
|
600
|
-
"notes": [],
|
|
601
|
-
"hash": "9035c0c7d5c418548b8cebd2fdc9b7be492fbbb3",
|
|
602
|
-
"gitTags": "",
|
|
603
|
-
"committerDate": "2019-07-18 17:04:03 +0300",
|
|
604
|
-
"isTagged": true,
|
|
605
|
-
"tag": "@pie-element/ebsr-configure@2.5.1"
|
|
606
|
-
},
|
|
607
|
-
{
|
|
608
|
-
"type": "fix",
|
|
609
|
-
"scope": "elements",
|
|
610
|
-
"subject": "fixed some feedback config issues and the prompt issue on categorize [ch2192], [ch1770]",
|
|
611
|
-
"merge": null,
|
|
612
|
-
"header": "fix(elements): fixed some feedback config issues and the prompt issue on categorize [ch2192], [ch1770]",
|
|
613
|
-
"body": null,
|
|
614
|
-
"footer": null,
|
|
615
|
-
"notes": [],
|
|
616
|
-
"hash": "eb227241ba3bc52d7bf7a313f4f85b69e9203e85",
|
|
617
|
-
"gitTags": "",
|
|
618
|
-
"committerDate": "2019-08-01 12:43:53 +0300",
|
|
619
|
-
"isTagged": true,
|
|
620
|
-
"tag": "@pie-element/ebsr-configure@2.5.4"
|
|
621
|
-
},
|
|
622
|
-
{
|
|
623
|
-
"type": "fix",
|
|
624
|
-
"scope": null,
|
|
625
|
-
"subject": "settings should work as expected",
|
|
626
|
-
"merge": null,
|
|
627
|
-
"header": "fix: settings should work as expected",
|
|
628
|
-
"body": null,
|
|
629
|
-
"footer": null,
|
|
630
|
-
"notes": [],
|
|
631
|
-
"hash": "46797612e4182428b029dcf75e56ef9d5c6535ae",
|
|
632
|
-
"gitTags": "",
|
|
633
|
-
"committerDate": "2019-07-26 16:29:18 +0300",
|
|
634
|
-
"isTagged": true,
|
|
635
|
-
"tag": "@pie-element/ebsr-configure@2.5.4"
|
|
636
|
-
},
|
|
637
|
-
{
|
|
638
|
-
"type": "fix",
|
|
639
|
-
"scope": "elements",
|
|
640
|
-
"subject": "version bumped the editable-html packages [ch1738]",
|
|
641
|
-
"merge": null,
|
|
642
|
-
"header": "fix(elements): version bumped the editable-html packages [ch1738]",
|
|
643
|
-
"body": null,
|
|
644
|
-
"footer": null,
|
|
645
|
-
"notes": [],
|
|
646
|
-
"hash": "949222a6a3af39cf8b81a885a81e5c6f3c6a28a0",
|
|
647
|
-
"gitTags": "",
|
|
648
|
-
"committerDate": "2019-08-08 08:40:11 +0300",
|
|
649
|
-
"isTagged": true,
|
|
650
|
-
"tag": "@pie-element/ebsr-configure@2.5.5"
|
|
651
|
-
},
|
|
652
|
-
{
|
|
653
|
-
"type": "fix",
|
|
654
|
-
"scope": "math-rendering",
|
|
655
|
-
"subject": "updated all dependent packages [ch3365]",
|
|
656
|
-
"merge": null,
|
|
657
|
-
"header": "fix(math-rendering): updated all dependent packages [ch3365]",
|
|
658
|
-
"body": null,
|
|
659
|
-
"footer": null,
|
|
660
|
-
"notes": [],
|
|
661
|
-
"hash": "7cbf25ac92040a16621d5699e232c38575f6c36c",
|
|
662
|
-
"gitTags": "",
|
|
663
|
-
"committerDate": "2019-08-16 23:04:42 +0300",
|
|
664
|
-
"isTagged": true,
|
|
665
|
-
"tag": "@pie-element/ebsr-configure@2.5.6"
|
|
666
|
-
},
|
|
667
|
-
{
|
|
668
|
-
"type": "fix",
|
|
669
|
-
"scope": "ebsr",
|
|
670
|
-
"subject": "fixed ebsr [ch3200]",
|
|
671
|
-
"merge": null,
|
|
672
|
-
"header": "fix(ebsr): fixed ebsr [ch3200]",
|
|
673
|
-
"body": null,
|
|
674
|
-
"footer": null,
|
|
675
|
-
"notes": [],
|
|
676
|
-
"hash": "b4e915c439c2b417be904a5ab0f7fb681d4c2c99",
|
|
677
|
-
"gitTags": " (origin/develop, origin/HEAD)",
|
|
678
|
-
"committerDate": "2019-08-21 10:15:41 +0300",
|
|
679
|
-
"isTagged": true,
|
|
680
|
-
"tag": "@pie-element/ebsr-configure@2.5.7"
|
|
681
|
-
},
|
|
682
|
-
{
|
|
683
|
-
"type": "fix",
|
|
684
|
-
"scope": "math-rendering",
|
|
685
|
-
"subject": "updated all dependent packages for math rendering and for editable-html [ch3365], [ch1530]",
|
|
686
|
-
"merge": null,
|
|
687
|
-
"header": "fix(math-rendering): updated all dependent packages for math rendering and for editable-html [ch3365], [ch1530]",
|
|
688
|
-
"body": null,
|
|
689
|
-
"footer": null,
|
|
690
|
-
"notes": [],
|
|
691
|
-
"hash": "33e3287a735cec9aed893f697a1933ff0c077042",
|
|
692
|
-
"gitTags": "",
|
|
693
|
-
"committerDate": "2019-08-19 19:37:56 +0300",
|
|
694
|
-
"isTagged": true,
|
|
695
|
-
"tag": "@pie-element/ebsr-configure@2.5.7"
|
|
696
|
-
},
|
|
697
|
-
{
|
|
698
|
-
"type": "fix",
|
|
699
|
-
"scope": null,
|
|
700
|
-
"subject": "teacher instructions should be sent only for instructor",
|
|
701
|
-
"merge": null,
|
|
702
|
-
"header": "fix: teacher instructions should be sent only for instructor",
|
|
703
|
-
"body": null,
|
|
704
|
-
"footer": null,
|
|
705
|
-
"notes": [],
|
|
706
|
-
"hash": "977b80bc4b8eed8c87a60d427614e01b3371e442",
|
|
707
|
-
"gitTags": "",
|
|
708
|
-
"committerDate": "2019-09-13 08:41:33 +0300",
|
|
709
|
-
"isTagged": true,
|
|
710
|
-
"tag": "@pie-element/ebsr-configure@3.0.0"
|
|
711
|
-
},
|
|
712
|
-
{
|
|
713
|
-
"type": "feat",
|
|
714
|
-
"scope": null,
|
|
715
|
-
"subject": "Separated the model and the configuration values in 3 categories: for partA, for partB and for both.",
|
|
716
|
-
"merge": null,
|
|
717
|
-
"header": "feat: Separated the model and the configuration values in 3 categories: for partA, for partB and for both.",
|
|
718
|
-
"body": null,
|
|
719
|
-
"footer": "BREAKING CHANGE: `config` will contain `partA`, `partB` and global settings. `config.partA` and `config.partB` will contain individual settings. Same applies to `model`.",
|
|
720
|
-
"notes": [
|
|
721
|
-
{
|
|
722
|
-
"title": "BREAKING CHANGE",
|
|
723
|
-
"text": "`config` will contain `partA`, `partB` and global settings. `config.partA` and `config.partB` will contain individual settings. Same applies to `model`."
|
|
724
|
-
}
|
|
725
|
-
],
|
|
726
|
-
"hash": "36079ddedb2aec86caf5e6ae01f2ffbb70da68f8",
|
|
727
|
-
"gitTags": "",
|
|
728
|
-
"committerDate": "2019-09-13 08:40:01 +0300",
|
|
729
|
-
"isTagged": true,
|
|
730
|
-
"tag": "@pie-element/ebsr-configure@3.0.0"
|
|
731
|
-
},
|
|
732
|
-
{
|
|
733
|
-
"type": "feat",
|
|
734
|
-
"scope": null,
|
|
735
|
-
"subject": "add Part Labels feature",
|
|
736
|
-
"merge": null,
|
|
737
|
-
"header": "feat: add Part Labels feature",
|
|
738
|
-
"body": null,
|
|
739
|
-
"footer": null,
|
|
740
|
-
"notes": [],
|
|
741
|
-
"hash": "a3a4b90759847053a44ea18e37dc54eb6b450e2e",
|
|
742
|
-
"gitTags": "",
|
|
743
|
-
"committerDate": "2019-09-07 02:29:48 +0300",
|
|
744
|
-
"isTagged": true,
|
|
745
|
-
"tag": "@pie-element/ebsr-configure@3.0.0"
|
|
746
|
-
},
|
|
747
|
-
{
|
|
748
|
-
"type": "fix",
|
|
749
|
-
"scope": null,
|
|
750
|
-
"subject": "Workaround for player, when trying to set config before the element was created",
|
|
751
|
-
"merge": null,
|
|
752
|
-
"header": "fix: Workaround for player, when trying to set config before the element was created",
|
|
753
|
-
"body": null,
|
|
754
|
-
"footer": null,
|
|
755
|
-
"notes": [],
|
|
756
|
-
"hash": "2ad1b717f1f619abe0b83cc344c1c202a5762a64",
|
|
757
|
-
"gitTags": "",
|
|
758
|
-
"committerDate": "2019-09-13 11:12:30 +0300",
|
|
759
|
-
"isTagged": true,
|
|
760
|
-
"tag": "@pie-element/ebsr-configure@3.0.1"
|
|
761
|
-
},
|
|
762
|
-
{
|
|
763
|
-
"type": "fix",
|
|
764
|
-
"scope": null,
|
|
765
|
-
"subject": "Shuffle choices only when sending them to pie-ui.",
|
|
766
|
-
"merge": null,
|
|
767
|
-
"header": "fix: Shuffle choices only when sending them to pie-ui.",
|
|
768
|
-
"body": null,
|
|
769
|
-
"footer": null,
|
|
770
|
-
"notes": [],
|
|
771
|
-
"hash": "e3240fb135deca3a306910a94947719c3caa907f",
|
|
772
|
-
"gitTags": "",
|
|
773
|
-
"committerDate": "2019-09-16 12:53:39 +0300",
|
|
774
|
-
"isTagged": true,
|
|
775
|
-
"tag": "@pie-element/ebsr-configure@3.0.2"
|
|
776
|
-
},
|
|
777
|
-
{
|
|
778
|
-
"type": "fix",
|
|
779
|
-
"scope": null,
|
|
780
|
-
"subject": "Stop resetting the model.",
|
|
781
|
-
"merge": null,
|
|
782
|
-
"header": "fix: Stop resetting the model.",
|
|
783
|
-
"body": null,
|
|
784
|
-
"footer": null,
|
|
785
|
-
"notes": [],
|
|
786
|
-
"hash": "91af204215c5cdf296d2a9005ceee470bd83530b",
|
|
787
|
-
"gitTags": " (origin/andreea/ch3761/from-ibx-item-authoring-authoring-ebsr-item)",
|
|
788
|
-
"committerDate": "2019-09-19 20:22:49 +0300",
|
|
789
|
-
"isTagged": true,
|
|
790
|
-
"tag": "@pie-element/ebsr-configure@4.0.1"
|
|
791
|
-
},
|
|
792
|
-
{
|
|
793
|
-
"type": "fix",
|
|
794
|
-
"scope": null,
|
|
795
|
-
"subject": "Do not use e.update if it is not defined. Added feedbackEnabled property on model.",
|
|
796
|
-
"merge": null,
|
|
797
|
-
"header": "fix: Do not use e.update if it is not defined. Added feedbackEnabled property on model.",
|
|
798
|
-
"body": null,
|
|
799
|
-
"footer": null,
|
|
800
|
-
"notes": [],
|
|
801
|
-
"hash": "f4c61114b4aa0d9d135650bce7e1be8a04634c28",
|
|
802
|
-
"gitTags": " (origin/abeendale/ch3549/from-ibx-ebsr-ibx-console-error-uncaught)",
|
|
803
|
-
"committerDate": "2019-09-24 11:28:10 +0300",
|
|
804
|
-
"isTagged": true,
|
|
805
|
-
"tag": "@pie-element/ebsr-configure@4.0.3"
|
|
806
|
-
},
|
|
807
|
-
{
|
|
808
|
-
"type": "fix",
|
|
809
|
-
"scope": null,
|
|
810
|
-
"subject": "Remove unnecessary usage of state (which also causes an error).",
|
|
811
|
-
"merge": null,
|
|
812
|
-
"header": "fix: Remove unnecessary usage of state (which also causes an error).",
|
|
813
|
-
"body": null,
|
|
814
|
-
"footer": null,
|
|
815
|
-
"notes": [],
|
|
816
|
-
"hash": "bf2c85d167cf834a6c0702522b5cdf3e5eb3ddd5",
|
|
817
|
-
"gitTags": " (origin/fix/ebsr-teacher-instructions-not-saved)",
|
|
818
|
-
"committerDate": "2019-09-25 10:39:48 +0300",
|
|
819
|
-
"isTagged": true,
|
|
820
|
-
"tag": "@pie-element/ebsr-configure@4.0.4"
|
|
821
|
-
},
|
|
822
|
-
{
|
|
823
|
-
"type": "fix",
|
|
824
|
-
"scope": null,
|
|
825
|
-
"subject": "removed unused config property.",
|
|
826
|
-
"merge": null,
|
|
827
|
-
"header": "fix: removed unused config property.",
|
|
828
|
-
"body": null,
|
|
829
|
-
"footer": null,
|
|
830
|
-
"notes": [],
|
|
831
|
-
"hash": "ad9aa80e8f2f2530f1d17580e700c22e386ae161",
|
|
832
|
-
"gitTags": "",
|
|
833
|
-
"committerDate": "2019-09-27 11:32:25 +0300",
|
|
834
|
-
"isTagged": true,
|
|
835
|
-
"tag": "@pie-element/ebsr-configure@4.1.0"
|
|
836
|
-
},
|
|
837
|
-
{
|
|
838
|
-
"type": "feat",
|
|
839
|
-
"scope": "ebsr",
|
|
840
|
-
"subject": "model based prompt",
|
|
841
|
-
"merge": null,
|
|
842
|
-
"header": "feat(ebsr): model based prompt",
|
|
843
|
-
"body": null,
|
|
844
|
-
"footer": null,
|
|
845
|
-
"notes": [],
|
|
846
|
-
"hash": "b538d4e4a365c9f6e861297304f770dd1631d077",
|
|
847
|
-
"gitTags": "",
|
|
848
|
-
"committerDate": "2019-09-24 17:29:04 +0300",
|
|
849
|
-
"isTagged": true,
|
|
850
|
-
"tag": "@pie-element/ebsr-configure@4.1.0"
|
|
851
|
-
},
|
|
852
|
-
{
|
|
853
|
-
"type": "fix",
|
|
854
|
-
"scope": null,
|
|
855
|
-
"subject": "Hide Partial Scoring option from Settings Panel setting to false by default.",
|
|
856
|
-
"merge": null,
|
|
857
|
-
"header": "fix: Hide Partial Scoring option from Settings Panel setting to false by default.",
|
|
858
|
-
"body": null,
|
|
859
|
-
"footer": null,
|
|
860
|
-
"notes": [],
|
|
861
|
-
"hash": "1d0f617741d88756dd9861647981b1121e04963f",
|
|
862
|
-
"gitTags": "",
|
|
863
|
-
"committerDate": "2019-11-06 09:57:11 +0200",
|
|
864
|
-
"isTagged": true,
|
|
865
|
-
"tag": "@pie-element/ebsr-configure@5.0.6"
|
|
866
|
-
},
|
|
867
|
-
{
|
|
868
|
-
"type": "fix",
|
|
869
|
-
"scope": null,
|
|
870
|
-
"subject": "ch6025: fix for Dichotomous scoring type: EBSR should be scored as 1/1 if both parts are correct, and as 0/1 if either part is wrong.",
|
|
871
|
-
"merge": null,
|
|
872
|
-
"header": "fix: ch6025: fix for Dichotomous scoring type: EBSR should be scored as 1/1 if both parts are correct, and as 0/1 if either part is wrong.",
|
|
873
|
-
"body": null,
|
|
874
|
-
"footer": "BREAKING CHANGE: replaced `model.partA.partialScoring` and `model.partB.partialScoring` with `model.partialScoring`, replaced `model.partA.scoringType` and `model.partB.scoringType` with `model.scoringType`, replaced `configuration.partA.partialScoring` and `configuration.partB.partialScoring` with `configuration.partialScoring`, replaced `configuration.partA.scoringType` and `configuration.partB.scoringType` with `configuration.scoringType`\nfeat: ch4719: Scoring settings for EBSR are not correct (partial scoring).\n\nUpdated docs.",
|
|
875
|
-
"notes": [
|
|
876
|
-
{
|
|
877
|
-
"title": "BREAKING CHANGE",
|
|
878
|
-
"text": "replaced `model.partA.partialScoring` and `model.partB.partialScoring` with `model.partialScoring`, replaced `model.partA.scoringType` and `model.partB.scoringType` with `model.scoringType`, replaced `configuration.partA.partialScoring` and `configuration.partB.partialScoring` with `configuration.partialScoring`, replaced `configuration.partA.scoringType` and `configuration.partB.scoringType` with `configuration.scoringType`\nfeat: ch4719: Scoring settings for EBSR are not correct (partial scoring).\n\nUpdated docs."
|
|
879
|
-
}
|
|
880
|
-
],
|
|
881
|
-
"hash": "98ae34d9ecfb8c3342d31402aed36951c76565fc",
|
|
882
|
-
"gitTags": " (origin/andreea/ch6025/ebsr-dichotomous-scoring-isn-t-working)",
|
|
883
|
-
"committerDate": "2019-12-11 12:04:04 +0200",
|
|
884
|
-
"isTagged": true,
|
|
885
|
-
"tag": "@pie-element/ebsr-configure@6.0.0"
|
|
886
|
-
},
|
|
887
|
-
{
|
|
888
|
-
"type": "fix",
|
|
889
|
-
"scope": null,
|
|
890
|
-
"subject": "bump ui versions",
|
|
891
|
-
"merge": null,
|
|
892
|
-
"header": "fix: bump ui versions",
|
|
893
|
-
"body": null,
|
|
894
|
-
"footer": null,
|
|
895
|
-
"notes": [],
|
|
896
|
-
"hash": "5b9d99fe59c304bdd173c9336503eb558900d2a2",
|
|
897
|
-
"gitTags": "",
|
|
898
|
-
"committerDate": "2020-03-31 19:25:13 +0100",
|
|
899
|
-
"isTagged": true,
|
|
900
|
-
"tag": "@pie-element/ebsr-configure@6.1.0"
|
|
901
|
-
},
|
|
902
|
-
{
|
|
903
|
-
"type": "fix",
|
|
904
|
-
"scope": null,
|
|
905
|
-
"subject": "bump lib and ui versions",
|
|
906
|
-
"merge": null,
|
|
907
|
-
"header": "fix: bump lib and ui versions",
|
|
908
|
-
"body": null,
|
|
909
|
-
"footer": null,
|
|
910
|
-
"notes": [],
|
|
911
|
-
"hash": "a882cbf4580098ce0e12c51cf6ad2879817e17e7",
|
|
912
|
-
"gitTags": "",
|
|
913
|
-
"committerDate": "2020-04-10 17:13:24 +0100",
|
|
914
|
-
"isTagged": true,
|
|
915
|
-
"tag": "@pie-element/ebsr-configure@6.1.1"
|
|
916
|
-
},
|
|
917
|
-
{
|
|
918
|
-
"type": "fix",
|
|
919
|
-
"scope": null,
|
|
920
|
-
"subject": "bump all packages to avoid tag conflict",
|
|
921
|
-
"merge": null,
|
|
922
|
-
"header": "fix: bump all packages to avoid tag conflict",
|
|
923
|
-
"body": null,
|
|
924
|
-
"footer": null,
|
|
925
|
-
"notes": [],
|
|
926
|
-
"hash": "d9ec9a8689f0a391594b5e2f4ea958c6dc9f6d7b",
|
|
927
|
-
"gitTags": "",
|
|
928
|
-
"committerDate": "2020-04-10 20:01:37 +0100",
|
|
929
|
-
"isTagged": true,
|
|
930
|
-
"tag": "@pie-element/ebsr-configure@6.1.1"
|
|
931
|
-
},
|
|
932
|
-
{
|
|
933
|
-
"type": "fix",
|
|
934
|
-
"scope": null,
|
|
935
|
-
"subject": "bump ui/lib versions",
|
|
936
|
-
"merge": null,
|
|
937
|
-
"header": "fix: bump ui/lib versions",
|
|
938
|
-
"body": null,
|
|
939
|
-
"footer": null,
|
|
940
|
-
"notes": [],
|
|
941
|
-
"hash": "3edb2321ebaefcaee70c3642aa6da8a50e8a99e5",
|
|
942
|
-
"gitTags": "",
|
|
943
|
-
"committerDate": "2020-04-14 15:36:44 +0100",
|
|
944
|
-
"isTagged": true,
|
|
945
|
-
"tag": "@pie-element/ebsr-configure@6.1.3"
|
|
946
|
-
},
|
|
947
|
-
{
|
|
948
|
-
"type": "fix",
|
|
949
|
-
"scope": null,
|
|
950
|
-
"subject": "bump ui/lib versions",
|
|
951
|
-
"merge": null,
|
|
952
|
-
"header": "fix: bump ui/lib versions",
|
|
953
|
-
"body": null,
|
|
954
|
-
"footer": null,
|
|
955
|
-
"notes": [],
|
|
956
|
-
"hash": "45f0da6e3e01f33aff6059cb13d571554690348b",
|
|
957
|
-
"gitTags": "",
|
|
958
|
-
"committerDate": "2020-04-28 14:57:57 +0100",
|
|
959
|
-
"isTagged": true,
|
|
960
|
-
"tag": "@pie-element/ebsr-configure@6.1.4"
|
|
961
|
-
},
|
|
962
|
-
{
|
|
963
|
-
"type": "fix",
|
|
964
|
-
"scope": null,
|
|
965
|
-
"subject": "update ui/lib versions",
|
|
966
|
-
"merge": null,
|
|
967
|
-
"header": "fix: update ui/lib versions",
|
|
968
|
-
"body": null,
|
|
969
|
-
"footer": null,
|
|
970
|
-
"notes": [],
|
|
971
|
-
"hash": "0226b0bc0869d468ba3e5986bc469e020f4f12a6",
|
|
972
|
-
"gitTags": "",
|
|
973
|
-
"committerDate": "2020-04-28 14:20:37 +0100",
|
|
974
|
-
"isTagged": true,
|
|
975
|
-
"tag": "@pie-element/ebsr-configure@6.1.4"
|
|
976
|
-
},
|
|
977
|
-
{
|
|
978
|
-
"type": "fix",
|
|
979
|
-
"scope": null,
|
|
980
|
-
"subject": "ui+libs update",
|
|
981
|
-
"merge": null,
|
|
982
|
-
"header": "fix: ui+libs update",
|
|
983
|
-
"body": null,
|
|
984
|
-
"footer": null,
|
|
985
|
-
"notes": [],
|
|
986
|
-
"hash": "6127de27006a7835d1dd7a9c4c5f13de950aa06d",
|
|
987
|
-
"gitTags": "",
|
|
988
|
-
"committerDate": "2020-04-27 19:52:07 +0100",
|
|
989
|
-
"isTagged": true,
|
|
990
|
-
"tag": "@pie-element/ebsr-configure@6.1.4"
|
|
991
|
-
}
|
|
992
|
-
]
|