@pie-element/number-line 13.1.1 → 13.1.2-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/configure.js +2 -0
- package/controller.js +1 -0
- package/dist/_virtual/_rolldown/runtime.js +11 -0
- package/dist/author/arrows.d.ts +28 -0
- package/dist/author/arrows.js +69 -0
- package/dist/author/card-bar.d.ts +20 -0
- package/dist/author/card-bar.js +41 -0
- package/dist/author/defaults.d.ts +178 -0
- package/dist/author/defaults.js +144 -0
- package/dist/author/domain.d.ts +15 -0
- package/dist/author/domain.js +54 -0
- package/dist/author/index.d.ts +23 -0
- package/dist/author/index.js +89 -0
- package/dist/author/main.d.ts +44 -0
- package/dist/author/main.js +485 -0
- package/dist/author/number-text-field.d.ts +13 -0
- package/dist/author/number-text-field.js +13 -0
- package/dist/author/point-config.d.ts +25 -0
- package/dist/author/point-config.js +69 -0
- package/dist/author/size.d.ts +24 -0
- package/dist/author/size.js +48 -0
- package/dist/author/ticks.d.ts +22 -0
- package/dist/author/ticks.js +115 -0
- package/dist/author/utils.d.ts +9 -0
- package/dist/author/utils.js +4 -0
- package/dist/browser/_baseSet-ycZx94p7.js +8672 -0
- package/dist/browser/_baseSet-ycZx94p7.js.map +1 -0
- package/dist/browser/author/index.js +40436 -0
- package/dist/browser/author/index.js.map +1 -0
- package/dist/browser/controller/index.js +823 -0
- package/dist/browser/controller/index.js.map +1 -0
- package/dist/browser/delivery/index.js +2 -0
- package/dist/browser/delivery-Dh8QdqpO.js +17950 -0
- package/dist/browser/delivery-Dh8QdqpO.js.map +1 -0
- package/dist/browser/number-line.css +2 -0
- package/dist/browser/uniqWith-CKN50xMI.js +17886 -0
- package/dist/browser/uniqWith-CKN50xMI.js.map +1 -0
- package/dist/controller/defaults.d.ts +58 -0
- package/dist/controller/defaults.js +50 -0
- package/dist/controller/index.d.ts +33 -0
- package/dist/controller/index.js +170 -0
- package/dist/controller/tickUtils.d.ts +20 -0
- package/dist/controller/tickUtils.js +254 -0
- package/dist/controller/utils.d.ts +9 -0
- package/dist/controller/utils.js +68 -0
- package/dist/delivery/data-converter.d.ts +64 -0
- package/dist/delivery/data-converter.js +70 -0
- package/dist/delivery/draggable/index.d.ts +33 -0
- package/dist/delivery/draggable/index.js +39 -0
- package/dist/delivery/index.d.ts +35 -0
- package/dist/delivery/index.js +109 -0
- package/dist/delivery/number-line/colors.d.ts +11 -0
- package/dist/delivery/number-line/colors.js +5 -0
- package/dist/delivery/number-line/feedback.d.ts +19 -0
- package/dist/delivery/number-line/feedback.js +57 -0
- package/dist/delivery/number-line/graph/arrow.d.ts +30 -0
- package/dist/delivery/number-line/graph/arrow.js +27 -0
- package/dist/delivery/number-line/graph/elements/base.d.ts +16 -0
- package/dist/delivery/number-line/graph/elements/base.js +11 -0
- package/dist/delivery/number-line/graph/elements/builder.d.ts +33 -0
- package/dist/delivery/number-line/graph/elements/builder.js +30 -0
- package/dist/delivery/number-line/graph/elements/line.d.ts +51 -0
- package/dist/delivery/number-line/graph/elements/line.js +189 -0
- package/dist/delivery/number-line/graph/elements/point.d.ts +43 -0
- package/dist/delivery/number-line/graph/elements/point.js +127 -0
- package/dist/delivery/number-line/graph/elements/ray.d.ts +43 -0
- package/dist/delivery/number-line/graph/elements/ray.js +130 -0
- package/dist/delivery/number-line/graph/index.d.ts +59 -0
- package/dist/delivery/number-line/graph/index.js +196 -0
- package/dist/delivery/number-line/graph/line.d.ts +46 -0
- package/dist/delivery/number-line/graph/line.js +27 -0
- package/dist/delivery/number-line/graph/stacks.d.ts +10 -0
- package/dist/delivery/number-line/graph/stacks.js +40 -0
- package/dist/delivery/number-line/graph/tick-utils.d.ts +73 -0
- package/dist/delivery/number-line/graph/tick-utils.js +297 -0
- package/dist/delivery/number-line/graph/ticks.d.ts +46 -0
- package/dist/delivery/number-line/graph/ticks.js +115 -0
- package/dist/delivery/number-line/index.d.ts +35 -0
- package/dist/delivery/number-line/index.js +218 -0
- package/dist/delivery/number-line/point-chooser/button.d.ts +31 -0
- package/dist/delivery/number-line/point-chooser/button.js +36 -0
- package/dist/delivery/number-line/point-chooser/img.d.ts +10 -0
- package/dist/delivery/number-line/point-chooser/img.js +4 -0
- package/dist/delivery/number-line/point-chooser/index.d.ts +37 -0
- package/dist/delivery/number-line/point-chooser/index.js +154 -0
- package/dist/delivery/number-line/point-chooser/styles.d.ts +192 -0
- package/dist/delivery/number-line/transitions/fade.d.ts +34 -0
- package/dist/delivery/number-line/transitions/fade.js +75 -0
- package/dist/delivery/number-line/transitions/index.d.ts +10 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.iife.d.ts +8 -0
- package/dist/index.iife.js +201 -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/_SetCache.js +11 -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/_apply.js +12 -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/_arrayIncludes.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayIncludesWith.js +7 -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/_arrayMap.js +7 -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/_arraySome.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_assignMergeValue.js +8 -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/_baseFindIndex.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseFor.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGet.js +10 -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/_baseHasIn.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIndexOf.js +9 -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/_baseIsEqual.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsEqualDeep.js +30 -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/_baseIsMatch.js +26 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsNaN.js +6 -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/_baseIteratee.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/_baseMatches.js +12 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseMatchesProperty.js +17 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseMerge.js +19 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseMergeDeep.js +31 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_basePickBy.js +13 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseProperty.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_basePropertyDeep.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseRest.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseSet.js +22 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseSetToString.js +14 -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/_baseToString.js +15 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseTrim.js +8 -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/_baseUniq.js +27 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cacheHas.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_castPath.js +10 -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/_createAssigner.js +15 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_createBaseFor.js +12 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_createFind.js +19 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_createSet.js +9 -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/_equalArrays.js +35 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_equalByTag.js +35 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_equalObjects.js +32 -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/_getMatchData.js +16 -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/_hasPath.js +18 -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/_isIterateeCall.js +12 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isKey.js +11 -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/_isStrictComparable.js +7 -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/_mapToArray.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_matchesStrictComparable.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_memoizeCapped.js +11 -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/_overRest.js +13 -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/_safeGet.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setCacheAdd.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setCacheHas.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setToArray.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setToString.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_shortOut.js +14 -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/_strictIndexOf.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stringToPath.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_toKey.js +10 -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/_trimmedEndIndex.js +8 -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/constant.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/find.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/findIndex.js +13 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/get.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/hasIn.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/identity.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/isArrayLikeObject.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/isEqual.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isEqualWith.js +9 -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/isNumber.js +9 -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/isPlainObject.js +14 -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/isSymbol.js +9 -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/memoize.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/merge.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/negate.js +17 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/noop.js +4 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/omitBy.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/pickBy.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/property.js +10 -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/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/toFinite.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/toInteger.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/toNumber.js +19 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/toPlainObject.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/toString.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/uniqWith.js +7 -0
- package/package.json +78 -16
- package/CHANGELOG.json +0 -1247
- package/CHANGELOG.md +0 -2435
- package/LICENSE.md +0 -5
- package/README.md +0 -28
- package/configure/CHANGELOG.json +0 -827
- package/configure/CHANGELOG.md +0 -2082
- package/configure/lib/arrows.js +0 -89
- package/configure/lib/arrows.js.map +0 -1
- package/configure/lib/card-bar.js +0 -57
- package/configure/lib/card-bar.js.map +0 -1
- package/configure/lib/defaults.js +0 -177
- package/configure/lib/defaults.js.map +0 -1
- package/configure/lib/domain.js +0 -87
- package/configure/lib/domain.js.map +0 -1
- package/configure/lib/index.js +0 -176
- package/configure/lib/index.js.map +0 -1
- package/configure/lib/main.js +0 -815
- package/configure/lib/main.js.map +0 -1
- package/configure/lib/number-text-field.js +0 -26
- package/configure/lib/number-text-field.js.map +0 -1
- package/configure/lib/point-config.js +0 -84
- package/configure/lib/point-config.js.map +0 -1
- package/configure/lib/size.js +0 -66
- package/configure/lib/size.js.map +0 -1
- package/configure/lib/ticks.js +0 -234
- package/configure/lib/ticks.js.map +0 -1
- package/configure/lib/utils.js +0 -12
- package/configure/lib/utils.js.map +0 -1
- package/configure/package.json +0 -20
- package/controller/CHANGELOG.json +0 -332
- package/controller/CHANGELOG.md +0 -1360
- package/controller/lib/defaults.js +0 -56
- package/controller/lib/defaults.js.map +0 -1
- package/controller/lib/index.js +0 -430
- package/controller/lib/index.js.map +0 -1
- package/controller/lib/tickUtils.js +0 -294
- package/controller/lib/tickUtils.js.map +0 -1
- package/controller/lib/utils.js +0 -168
- package/controller/lib/utils.js.map +0 -1
- package/controller/package.json +0 -20
- package/demo.gif +0 -0
- package/docs/config-schema.json +0 -2532
- package/docs/config-schema.json.md +0 -1844
- package/docs/demo/config.js +0 -8
- package/docs/demo/generate.js +0 -39
- package/docs/demo/index.html +0 -1
- package/docs/pie-schema.json +0 -2461
- package/docs/pie-schema.json.md +0 -1228
- package/docs/schemas/config.json +0 -256
- package/lib/data-converter.js +0 -96
- package/lib/data-converter.js.map +0 -1
- package/lib/draggable/index.js +0 -114
- package/lib/draggable/index.js.map +0 -1
- package/lib/index.js +0 -196
- package/lib/index.js.map +0 -1
- package/lib/number-line/colors.js +0 -11
- package/lib/number-line/colors.js.map +0 -1
- package/lib/number-line/feedback.js +0 -92
- package/lib/number-line/feedback.js.map +0 -1
- package/lib/number-line/graph/arrow.js +0 -44
- package/lib/number-line/graph/arrow.js.map +0 -1
- package/lib/number-line/graph/elements/base.js +0 -20
- package/lib/number-line/graph/elements/base.js.map +0 -1
- package/lib/number-line/graph/elements/builder.js +0 -37
- package/lib/number-line/graph/elements/builder.js.map +0 -1
- package/lib/number-line/graph/elements/line.js +0 -259
- package/lib/number-line/graph/elements/line.js.map +0 -1
- package/lib/number-line/graph/elements/point.js +0 -204
- package/lib/number-line/graph/elements/point.js.map +0 -1
- package/lib/number-line/graph/elements/ray.js +0 -190
- package/lib/number-line/graph/elements/ray.js.map +0 -1
- package/lib/number-line/graph/index.js +0 -262
- package/lib/number-line/graph/index.js.map +0 -1
- package/lib/number-line/graph/line.js +0 -38
- package/lib/number-line/graph/line.js.map +0 -1
- package/lib/number-line/graph/stacks.js +0 -78
- package/lib/number-line/graph/stacks.js.map +0 -1
- package/lib/number-line/graph/tick-utils.js +0 -347
- package/lib/number-line/graph/tick-utils.js.map +0 -1
- package/lib/number-line/graph/ticks.js +0 -188
- package/lib/number-line/graph/ticks.js.map +0 -1
- package/lib/number-line/index.js +0 -384
- package/lib/number-line/index.js.map +0 -1
- package/lib/number-line/point-chooser/button.js +0 -49
- package/lib/number-line/point-chooser/button.js.map +0 -1
- package/lib/number-line/point-chooser/img.js +0 -8
- package/lib/number-line/point-chooser/img.js.map +0 -1
- package/lib/number-line/point-chooser/index.js +0 -197
- package/lib/number-line/point-chooser/index.js.map +0 -1
- package/lib/number-line/point-chooser/styles.js +0 -77
- package/lib/number-line/point-chooser/styles.js.map +0 -1
- package/lib/number-line/transitions/fade.js +0 -88
- package/lib/number-line/transitions/fade.js.map +0 -1
- package/lib/number-line/transitions/index.js +0 -14
- package/lib/number-line/transitions/index.js.map +0 -1
package/configure/CHANGELOG.json
DELETED
|
@@ -1,827 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"type": "chore",
|
|
4
|
-
"scope": null,
|
|
5
|
-
"subject": "lock down versions",
|
|
6
|
-
"merge": null,
|
|
7
|
-
"header": "chore: lock down versions",
|
|
8
|
-
"body": null,
|
|
9
|
-
"footer": null,
|
|
10
|
-
"notes": [],
|
|
11
|
-
"hash": "742742d44454474b9ce461506357ff282de0ada0",
|
|
12
|
-
"gitTags": "",
|
|
13
|
-
"committerDate": "2019-03-12 23:33:57 +0000",
|
|
14
|
-
"isTagged": true,
|
|
15
|
-
"tag": "@pie-element/number-line-configure@2.1.0"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"type": "feat",
|
|
19
|
-
"scope": "general",
|
|
20
|
-
"subject": "initialize default model (#129)",
|
|
21
|
-
"merge": null,
|
|
22
|
-
"header": "feat(general): initialize default model (#129)",
|
|
23
|
-
"body": "* feat: initialize empty README\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* fix: add babel-transform-runtime in order to support async/await\n\n* bump yarn lock\n\n* update snapshots",
|
|
24
|
-
"footer": null,
|
|
25
|
-
"notes": [],
|
|
26
|
-
"hash": "b62d0585a86c8e2fbe5a6181b869a28c1131756b",
|
|
27
|
-
"gitTags": "",
|
|
28
|
-
"committerDate": "2019-03-12 15:47:20 -0400",
|
|
29
|
-
"isTagged": true,
|
|
30
|
-
"tag": "@pie-element/number-line-configure@2.1.0"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"type": "feat",
|
|
34
|
-
"scope": null,
|
|
35
|
-
"subject": "all elements on `develop` target @next releases",
|
|
36
|
-
"merge": null,
|
|
37
|
-
"header": "feat: all elements on `develop` target @next releases",
|
|
38
|
-
"body": "To allow us to build a `preview` version of the elements, we release\n`next` versions of `pie-elements` on each push to `develop`. This branch\nshould in turn target any other preview packages (aka @pie-ui/*).\n\nWhen we merge to master, a `pre-push` hooks prevents us from pushing if\nwe haven't resolved all the `next` versions.\n\n* use babel 7\n* use build-helper `Commands`",
|
|
39
|
-
"footer": null,
|
|
40
|
-
"notes": [],
|
|
41
|
-
"hash": "d3766e679f8442b55efc659e59242b6dfa6356a0",
|
|
42
|
-
"gitTags": "",
|
|
43
|
-
"committerDate": "2019-02-19 19:46:59 +0000",
|
|
44
|
-
"isTagged": true,
|
|
45
|
-
"tag": "@pie-element/number-line-configure@2.1.0"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"type": "fix",
|
|
49
|
-
"scope": "general",
|
|
50
|
-
"subject": "bumped the config-ui version for all packages",
|
|
51
|
-
"merge": null,
|
|
52
|
-
"header": "fix(general): bumped the config-ui version for all packages",
|
|
53
|
-
"body": null,
|
|
54
|
-
"footer": null,
|
|
55
|
-
"notes": [],
|
|
56
|
-
"hash": "159521db769e7043a1fbea9f06ed153f85bc55df",
|
|
57
|
-
"gitTags": "",
|
|
58
|
-
"committerDate": "2019-01-08 15:04:14 +0200",
|
|
59
|
-
"isTagged": true,
|
|
60
|
-
"tag": "@pie-element/number-line-configure@2.0.0"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"type": "fix",
|
|
64
|
-
"scope": null,
|
|
65
|
-
"subject": "bump config-ui@^7.6.6",
|
|
66
|
-
"merge": null,
|
|
67
|
-
"header": "fix: bump config-ui@^7.6.6",
|
|
68
|
-
"body": null,
|
|
69
|
-
"footer": null,
|
|
70
|
-
"notes": [],
|
|
71
|
-
"hash": "266235a5351077d081f4c08dab3411e6690d43ac",
|
|
72
|
-
"gitTags": "",
|
|
73
|
-
"committerDate": "2018-08-06 13:32:09 -0400",
|
|
74
|
-
"isTagged": true,
|
|
75
|
-
"tag": "@pie-element/number-line-configure@2.0.0"
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"type": "fix",
|
|
79
|
-
"scope": null,
|
|
80
|
-
"subject": "dont import *.jsx files",
|
|
81
|
-
"merge": null,
|
|
82
|
-
"header": "fix: dont import *.jsx files",
|
|
83
|
-
"body": null,
|
|
84
|
-
"footer": null,
|
|
85
|
-
"notes": [],
|
|
86
|
-
"hash": "5811854a9badd81224aad43b3db3572b5b08ff7f",
|
|
87
|
-
"gitTags": "",
|
|
88
|
-
"committerDate": "2018-06-06 16:02:53 -0400",
|
|
89
|
-
"isTagged": true,
|
|
90
|
-
"tag": "@pie-element/number-line-configure@2.0.0"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"type": "feat",
|
|
94
|
-
"scope": null,
|
|
95
|
-
"subject": "upgrade material-ui -> @material-ui/core@1.0.0-rc.1",
|
|
96
|
-
"merge": null,
|
|
97
|
-
"header": "feat: upgrade material-ui -> @material-ui/core@1.0.0-rc.1",
|
|
98
|
-
"body": null,
|
|
99
|
-
"footer": null,
|
|
100
|
-
"notes": [],
|
|
101
|
-
"hash": "4a29a98fc957862beac586e16654ff25b4589eec",
|
|
102
|
-
"gitTags": "",
|
|
103
|
-
"committerDate": "2018-05-16 12:00:55 -0400",
|
|
104
|
-
"isTagged": true,
|
|
105
|
-
"tag": "@pie-element/number-line-configure@2.0.0"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"type": "feat",
|
|
109
|
-
"scope": "model",
|
|
110
|
-
"subject": "move away from legacy model",
|
|
111
|
-
"merge": null,
|
|
112
|
-
"header": "feat(model): move away from legacy model",
|
|
113
|
-
"body": null,
|
|
114
|
-
"footer": "BREAKING CHANGE:\n\nModel has moved from:\n\n* `model.config` -> `config`\n* `feedback` - uses new feedback structure\n\nFull example:\n\nFrom:\n\n```javascript\n\n {\n id: '1',\n element: 'number-line',\n correctResponse: [\n {\n type: 'point',\n pointType: 'full',\n domainPosition: 1\n },\n {\n type: 'line',\n leftPoint: 'full',\n rightPoint: 'empty',\n domainPosition: 1,\n size: 2\n }\n ],\n feedback: {\n correctFeedbackType: 'default',\n partialFeedbackType: 'default',\n incorrectFeedbackType: 'custom',\n incorrectFeedback: '<h1>incorrect</h1>'\n },\n allowPartialScoring: true,\n partialScoring: [\n {\n numberOfCorrect: 1,\n scorePercentage: 35\n }\n ],\n model: {\n config: {\n width: 500,\n height: 400,\n domain: [\n -5,\n 5\n ],\n initialElements: [\n {\n type: 'point',\n pointType: 'empty',\n domainPosition: -1\n }\n ],\n maxNumberOfPoints: 20,\n tickFrequency: 6,\n showMinorTicks: true,\n snapPerTick: 1,\n tickLabelOverrides: [],\n initialType: 'PF',\n exhibitOnly: false,\n availableTypes: {\n PF: true,\n PE: true,\n LFF: true,\n LEF: true,\n LFE: true,\n LEE: true,\n RFN: true,\n RFP: true,\n REN: true,\n REP: true\n }\n }\n }\n }\n\n```\n\nTo:\n\n```javascript\n\n {\n id: '1',\n element: 'number-line',\n correctResponse: [\n {\n type: 'point',\n pointType: 'full',\n domainPosition: 1\n },\n {\n type: 'line',\n leftPoint: 'full',\n rightPoint: 'empty',\n domainPosition: 1,\n size: 2\n }\n ],\n feedback: {\n correct: {\n type: 'default',\n default: 'Correct'\n },\n partial: {\n type: 'default',\n default: 'Nearly'\n },\n incorrect: {\n type: 'custom',\n custom: '<h1>Incorrect</h1>'\n }\n },\n allowPartialScoring: true,\n partialScoring: [\n {\n numberOfCorrect: 1,\n scorePercentage: 35\n }\n ],\n config: {\n width: 500,\n height: 400,\n domain: [-5, 5],\n initialElements: [\n {\n type: 'point',\n pointType: 'empty',\n domainPosition: -1\n }\n ],\n maxNumberOfPoints: 20,\n tickFrequency: 6,\n showMinorTicks: true,\n snapPerTick: 1,\n tickLabelOverrides: [],\n initialType: 'PF',\n exhibitOnly: false,\n availableTypes: {\n PF: true,\n PE: true,\n LFF: true,\n LEF: true,\n LFE: true,\n LEE: true,\n RFN: true,\n RFP: true,\n REN: true,\n REP: true\n }\n }\n }\n\n```",
|
|
115
|
-
"notes": [
|
|
116
|
-
{
|
|
117
|
-
"title": "BREAKING CHANGE",
|
|
118
|
-
"text": "Model has moved from:\n\n* `model.config` -> `config`\n* `feedback` - uses new feedback structure\n\nFull example:\n\nFrom:\n\n```javascript\n\n {\n id: '1',\n element: 'number-line',\n correctResponse: [\n {\n type: 'point',\n pointType: 'full',\n domainPosition: 1\n },\n {\n type: 'line',\n leftPoint: 'full',\n rightPoint: 'empty',\n domainPosition: 1,\n size: 2\n }\n ],\n feedback: {\n correctFeedbackType: 'default',\n partialFeedbackType: 'default',\n incorrectFeedbackType: 'custom',\n incorrectFeedback: '<h1>incorrect</h1>'\n },\n allowPartialScoring: true,\n partialScoring: [\n {\n numberOfCorrect: 1,\n scorePercentage: 35\n }\n ],\n model: {\n config: {\n width: 500,\n height: 400,\n domain: [\n -5,\n 5\n ],\n initialElements: [\n {\n type: 'point',\n pointType: 'empty',\n domainPosition: -1\n }\n ],\n maxNumberOfPoints: 20,\n tickFrequency: 6,\n showMinorTicks: true,\n snapPerTick: 1,\n tickLabelOverrides: [],\n initialType: 'PF',\n exhibitOnly: false,\n availableTypes: {\n PF: true,\n PE: true,\n LFF: true,\n LEF: true,\n LFE: true,\n LEE: true,\n RFN: true,\n RFP: true,\n REN: true,\n REP: true\n }\n }\n }\n }\n\n```\n\nTo:\n\n```javascript\n\n {\n id: '1',\n element: 'number-line',\n correctResponse: [\n {\n type: 'point',\n pointType: 'full',\n domainPosition: 1\n },\n {\n type: 'line',\n leftPoint: 'full',\n rightPoint: 'empty',\n domainPosition: 1,\n size: 2\n }\n ],\n feedback: {\n correct: {\n type: 'default',\n default: 'Correct'\n },\n partial: {\n type: 'default',\n default: 'Nearly'\n },\n incorrect: {\n type: 'custom',\n custom: '<h1>Incorrect</h1>'\n }\n },\n allowPartialScoring: true,\n partialScoring: [\n {\n numberOfCorrect: 1,\n scorePercentage: 35\n }\n ],\n config: {\n width: 500,\n height: 400,\n domain: [-5, 5],\n initialElements: [\n {\n type: 'point',\n pointType: 'empty',\n domainPosition: -1\n }\n ],\n maxNumberOfPoints: 20,\n tickFrequency: 6,\n showMinorTicks: true,\n snapPerTick: 1,\n tickLabelOverrides: [],\n initialType: 'PF',\n exhibitOnly: false,\n availableTypes: {\n PF: true,\n PE: true,\n LFF: true,\n LEF: true,\n LFE: true,\n LEE: true,\n RFN: true,\n RFP: true,\n REN: true,\n REP: true\n }\n }\n }\n\n```"
|
|
119
|
-
}
|
|
120
|
-
],
|
|
121
|
-
"hash": "91533425f0b1f43ec90fe8ac8231cbbb3aac9309",
|
|
122
|
-
"gitTags": "",
|
|
123
|
-
"committerDate": "2018-05-10 12:13:31 -0400",
|
|
124
|
-
"isTagged": true,
|
|
125
|
-
"tag": "@pie-element/number-line-configure@2.0.0"
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
"type": "feat",
|
|
129
|
-
"scope": "dependencies",
|
|
130
|
-
"subject": "use latest of @pie-ui/*",
|
|
131
|
-
"merge": null,
|
|
132
|
-
"header": "feat(dependencies): use latest of @pie-ui/*",
|
|
133
|
-
"body": null,
|
|
134
|
-
"footer": null,
|
|
135
|
-
"notes": [],
|
|
136
|
-
"hash": "ac9d2e5b1fbd0bf21c0304af6c98fbfad07b5218",
|
|
137
|
-
"gitTags": "",
|
|
138
|
-
"committerDate": "2018-05-02 21:22:39 -0400",
|
|
139
|
-
"isTagged": true,
|
|
140
|
-
"tag": "@pie-element/number-line-configure@2.0.0"
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
"type": "feat",
|
|
144
|
-
"scope": "dependencies",
|
|
145
|
-
"subject": "use latest @pie-ui/number-line",
|
|
146
|
-
"merge": null,
|
|
147
|
-
"header": "feat(dependencies): use latest @pie-ui/number-line",
|
|
148
|
-
"body": null,
|
|
149
|
-
"footer": null,
|
|
150
|
-
"notes": [],
|
|
151
|
-
"hash": "e8fcdba7ea4f892a700445eb31e42c697a74dbd4",
|
|
152
|
-
"gitTags": "",
|
|
153
|
-
"committerDate": "2018-04-17 14:22:23 -0400",
|
|
154
|
-
"isTagged": true,
|
|
155
|
-
"tag": "@pie-element/number-line-configure@2.0.0"
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
"type": "fix",
|
|
159
|
-
"scope": "dependencies",
|
|
160
|
-
"subject": "update dependencies",
|
|
161
|
-
"merge": null,
|
|
162
|
-
"header": "fix(dependencies): update dependencies",
|
|
163
|
-
"body": null,
|
|
164
|
-
"footer": null,
|
|
165
|
-
"notes": [],
|
|
166
|
-
"hash": "2868681993a74c28a932c65bd1abf7034c669ffb",
|
|
167
|
-
"gitTags": "",
|
|
168
|
-
"committerDate": "2018-03-06 16:11:00 -0500",
|
|
169
|
-
"isTagged": true,
|
|
170
|
-
"tag": "@pie-element/number-line-configure@2.0.0"
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
"type": "feat",
|
|
174
|
-
"scope": "general",
|
|
175
|
-
"subject": "initialize default model (2) (#138)",
|
|
176
|
-
"merge": null,
|
|
177
|
-
"header": "feat(general): initialize default model (2) (#138)",
|
|
178
|
-
"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",
|
|
179
|
-
"footer": null,
|
|
180
|
-
"notes": [],
|
|
181
|
-
"hash": "fc72eca03a09c3d48989e88484a7c79d6dbec0f9",
|
|
182
|
-
"gitTags": "",
|
|
183
|
-
"committerDate": "2019-03-15 15:25:07 -0400",
|
|
184
|
-
"isTagged": true,
|
|
185
|
-
"tag": "@pie-element/number-line-configure@2.2.0"
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
"type": "fix",
|
|
189
|
-
"scope": "calculator",
|
|
190
|
-
"subject": "Updated @pie-lib/config-ui version. (#177)",
|
|
191
|
-
"merge": null,
|
|
192
|
-
"header": "fix(calculator): Updated @pie-lib/config-ui version. (#177)",
|
|
193
|
-
"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.",
|
|
194
|
-
"footer": null,
|
|
195
|
-
"notes": [],
|
|
196
|
-
"hash": "6a56ff0588b46f065e3b3e536fce6189aa43673e",
|
|
197
|
-
"gitTags": "",
|
|
198
|
-
"committerDate": "2019-04-23 09:12:02 -0400",
|
|
199
|
-
"isTagged": true,
|
|
200
|
-
"tag": "@pie-element/number-line-configure@2.2.4"
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
"type": "fix",
|
|
204
|
-
"scope": null,
|
|
205
|
-
"subject": "Updated with new version of @pie-lib/config-ui.",
|
|
206
|
-
"merge": null,
|
|
207
|
-
"header": "fix: Updated with new version of @pie-lib/config-ui.",
|
|
208
|
-
"body": null,
|
|
209
|
-
"footer": null,
|
|
210
|
-
"notes": [],
|
|
211
|
-
"hash": "12d8170f71bfc9d271621ca0219c2375071d6295",
|
|
212
|
-
"gitTags": "",
|
|
213
|
-
"committerDate": "2019-04-25 11:10:31 +0300",
|
|
214
|
-
"isTagged": true,
|
|
215
|
-
"tag": "@pie-element/number-line-configure@2.2.6"
|
|
216
|
-
},
|
|
217
|
-
{
|
|
218
|
-
"type": "fix",
|
|
219
|
-
"scope": null,
|
|
220
|
-
"subject": "Updated pie-ui/categories version.",
|
|
221
|
-
"merge": null,
|
|
222
|
-
"header": "fix: Updated pie-ui/categories version.",
|
|
223
|
-
"body": null,
|
|
224
|
-
"footer": null,
|
|
225
|
-
"notes": [],
|
|
226
|
-
"hash": "99b0996427895b090313850c9e2e5d0d9d73d357",
|
|
227
|
-
"gitTags": "",
|
|
228
|
-
"committerDate": "2019-05-09 07:35:33 +0300",
|
|
229
|
-
"isTagged": true,
|
|
230
|
-
"tag": "@pie-element/number-line-configure@3.0.0"
|
|
231
|
-
},
|
|
232
|
-
{
|
|
233
|
-
"type": "feat",
|
|
234
|
-
"scope": null,
|
|
235
|
-
"subject": "Transformed defaults into an object that has model and configuration property. Renamed `model.config` with `model.graph`.",
|
|
236
|
-
"merge": null,
|
|
237
|
-
"header": "feat: Transformed defaults into an object that has model and configuration property. Renamed `model.config` with `model.graph`.",
|
|
238
|
-
"body": null,
|
|
239
|
-
"footer": "BREAKING CHANGE: `model.config` will not be used anymore. Use `model.graph` instead, to configure the graph.",
|
|
240
|
-
"notes": [
|
|
241
|
-
{
|
|
242
|
-
"title": "BREAKING CHANGE",
|
|
243
|
-
"text": "`model.config` will not be used anymore. Use `model.graph` instead, to configure the graph."
|
|
244
|
-
}
|
|
245
|
-
],
|
|
246
|
-
"hash": "6548972f0d7d3a6afabd422b27959fdaa02e5e14",
|
|
247
|
-
"gitTags": "",
|
|
248
|
-
"committerDate": "2019-05-08 15:12:28 +0300",
|
|
249
|
-
"isTagged": true,
|
|
250
|
-
"tag": "@pie-element/number-line-configure@3.0.0"
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
"type": "feat",
|
|
254
|
-
"scope": "number-line",
|
|
255
|
-
"subject": "added prompt support.",
|
|
256
|
-
"merge": null,
|
|
257
|
-
"header": "feat(number-line): added prompt support.",
|
|
258
|
-
"body": null,
|
|
259
|
-
"footer": null,
|
|
260
|
-
"notes": [],
|
|
261
|
-
"hash": "324824c38780df036066ca60a6a75cc3717987e4",
|
|
262
|
-
"gitTags": "",
|
|
263
|
-
"committerDate": "2019-05-10 12:50:58 +0300",
|
|
264
|
-
"isTagged": true,
|
|
265
|
-
"tag": "@pie-element/number-line-configure@3.1.0"
|
|
266
|
-
},
|
|
267
|
-
{
|
|
268
|
-
"type": "chore",
|
|
269
|
-
"scope": "version",
|
|
270
|
-
"subject": "bumped the versions",
|
|
271
|
-
"merge": null,
|
|
272
|
-
"header": "chore(version): bumped the versions",
|
|
273
|
-
"body": null,
|
|
274
|
-
"footer": null,
|
|
275
|
-
"notes": [],
|
|
276
|
-
"hash": "12b141d884c66a15d23c8cbb34be820a422d7332",
|
|
277
|
-
"gitTags": " (origin/feat/mask-markup-elements)",
|
|
278
|
-
"committerDate": "2019-06-06 01:15:50 +0300",
|
|
279
|
-
"isTagged": true,
|
|
280
|
-
"tag": "@pie-element/number-line-configure@3.1.2"
|
|
281
|
-
},
|
|
282
|
-
{
|
|
283
|
-
"type": "chore",
|
|
284
|
-
"scope": "version",
|
|
285
|
-
"subject": "bumped the packages that depend on the editable-html",
|
|
286
|
-
"merge": null,
|
|
287
|
-
"header": "chore(version): bumped the packages that depend on the editable-html",
|
|
288
|
-
"body": null,
|
|
289
|
-
"footer": null,
|
|
290
|
-
"notes": [],
|
|
291
|
-
"hash": "00eb12e58c01b50dde8e4d1a179c879e2f3216fc",
|
|
292
|
-
"gitTags": " (develop)",
|
|
293
|
-
"committerDate": "2019-06-06 13:16:05 +0300",
|
|
294
|
-
"isTagged": true,
|
|
295
|
-
"tag": "@pie-element/number-line-configure@3.1.3"
|
|
296
|
-
},
|
|
297
|
-
{
|
|
298
|
-
"type": "chore",
|
|
299
|
-
"scope": "version",
|
|
300
|
-
"subject": "bumped the versions",
|
|
301
|
-
"merge": null,
|
|
302
|
-
"header": "chore(version): bumped the versions",
|
|
303
|
-
"body": null,
|
|
304
|
-
"footer": null,
|
|
305
|
-
"notes": [],
|
|
306
|
-
"hash": "12b141d884c66a15d23c8cbb34be820a422d7332",
|
|
307
|
-
"gitTags": " (origin/feat/mask-markup-elements)",
|
|
308
|
-
"committerDate": "2019-06-06 01:15:50 +0300",
|
|
309
|
-
"isTagged": true,
|
|
310
|
-
"tag": "@pie-element/number-line-configure@3.1.2"
|
|
311
|
-
},
|
|
312
|
-
{
|
|
313
|
-
"type": "chore",
|
|
314
|
-
"scope": "merge",
|
|
315
|
-
"subject": "merged develop into master",
|
|
316
|
-
"merge": null,
|
|
317
|
-
"header": "chore(merge): merged develop into master",
|
|
318
|
-
"body": null,
|
|
319
|
-
"footer": null,
|
|
320
|
-
"notes": [],
|
|
321
|
-
"hash": "3bb9f402d900f3a0349537dfd01ce558c526cb55",
|
|
322
|
-
"gitTags": " (develop)",
|
|
323
|
-
"committerDate": "2019-06-07 23:29:44 +0300",
|
|
324
|
-
"isTagged": true,
|
|
325
|
-
"tag": "@pie-element/number-line-configure@3.1.4"
|
|
326
|
-
},
|
|
327
|
-
{
|
|
328
|
-
"type": "feat",
|
|
329
|
-
"scope": "general",
|
|
330
|
-
"subject": "updated all the packages that have the config-ui as a dependency",
|
|
331
|
-
"merge": null,
|
|
332
|
-
"header": "feat(general): updated all the packages that have the config-ui as a dependency",
|
|
333
|
-
"body": null,
|
|
334
|
-
"footer": null,
|
|
335
|
-
"notes": [],
|
|
336
|
-
"hash": "44061deecae6d18cdbf6f5fb524f3d3094ccd354",
|
|
337
|
-
"gitTags": "",
|
|
338
|
-
"committerDate": "2019-06-20 22:32:48 -0400",
|
|
339
|
-
"isTagged": true,
|
|
340
|
-
"tag": "@pie-element/number-line-configure@3.2.0"
|
|
341
|
-
},
|
|
342
|
-
{
|
|
343
|
-
"type": "fix",
|
|
344
|
-
"scope": null,
|
|
345
|
-
"subject": "add to correct response`",
|
|
346
|
-
"merge": null,
|
|
347
|
-
"header": "fix: add to correct response`",
|
|
348
|
-
"body": null,
|
|
349
|
-
"footer": null,
|
|
350
|
-
"notes": [],
|
|
351
|
-
"hash": "4ca8f1a46eca1eb312f58a80b1972c47f9a1f6ab",
|
|
352
|
-
"gitTags": " (origin/develop, origin/HEAD, develop)",
|
|
353
|
-
"committerDate": "2019-06-23 22:59:15 +0100",
|
|
354
|
-
"isTagged": true,
|
|
355
|
-
"tag": "@pie-element/number-line-configure@4.0.0"
|
|
356
|
-
},
|
|
357
|
-
{
|
|
358
|
-
"type": "feat",
|
|
359
|
-
"scope": null,
|
|
360
|
-
"subject": "number line updates",
|
|
361
|
-
"merge": null,
|
|
362
|
-
"header": "feat: number line updates",
|
|
363
|
-
"body": null,
|
|
364
|
-
"footer": "BREAKING CHANGE: `domain` is now `{min:number,max:number}`, `ticks:\n{minor:number, major:number}` added.",
|
|
365
|
-
"notes": [
|
|
366
|
-
{
|
|
367
|
-
"title": "BREAKING CHANGE",
|
|
368
|
-
"text": "`domain` is now `{min:number,max:number}`, `ticks:\n{minor:number, major:number}` added."
|
|
369
|
-
}
|
|
370
|
-
],
|
|
371
|
-
"hash": "f4dbf3d0a1b8f56e4d789109b8dea596fecc0f13",
|
|
372
|
-
"gitTags": "",
|
|
373
|
-
"committerDate": "2019-06-21 15:57:35 +0100",
|
|
374
|
-
"isTagged": true,
|
|
375
|
-
"tag": "@pie-element/number-line-configure@4.0.0"
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
"type": "feat",
|
|
379
|
-
"scope": null,
|
|
380
|
-
"subject": "update pie-ui/number-line",
|
|
381
|
-
"merge": null,
|
|
382
|
-
"header": "feat: update pie-ui/number-line",
|
|
383
|
-
"body": null,
|
|
384
|
-
"footer": null,
|
|
385
|
-
"notes": [],
|
|
386
|
-
"hash": "54da4d70d306fa5dc89fc52876b333a7b37e493d",
|
|
387
|
-
"gitTags": "",
|
|
388
|
-
"committerDate": "2019-06-24 11:06:21 +0100",
|
|
389
|
-
"isTagged": true,
|
|
390
|
-
"tag": "@pie-element/number-line-configure@4.1.0"
|
|
391
|
-
},
|
|
392
|
-
{
|
|
393
|
-
"type": "fix",
|
|
394
|
-
"scope": null,
|
|
395
|
-
"subject": "set graph prop as default model",
|
|
396
|
-
"merge": null,
|
|
397
|
-
"header": "fix: set graph prop as default model",
|
|
398
|
-
"body": null,
|
|
399
|
-
"footer": null,
|
|
400
|
-
"notes": [],
|
|
401
|
-
"hash": "63b0bf26a8478aaacbca894a012226fd5818af3b",
|
|
402
|
-
"gitTags": " (origin/develop, origin/HEAD, develop)",
|
|
403
|
-
"committerDate": "2019-06-24 11:36:08 +0100",
|
|
404
|
-
"isTagged": true,
|
|
405
|
-
"tag": "@pie-element/number-line-configure@4.1.1"
|
|
406
|
-
},
|
|
407
|
-
{
|
|
408
|
-
"type": "fix",
|
|
409
|
-
"scope": null,
|
|
410
|
-
"subject": "bump @pie-ui/number-line to ^7.1.0",
|
|
411
|
-
"merge": null,
|
|
412
|
-
"header": "fix: bump @pie-ui/number-line to ^7.1.0",
|
|
413
|
-
"body": null,
|
|
414
|
-
"footer": null,
|
|
415
|
-
"notes": [],
|
|
416
|
-
"hash": "81b49b35253a9983e473f7228edb47de419a7f49",
|
|
417
|
-
"gitTags": "",
|
|
418
|
-
"committerDate": "2019-06-24 11:25:22 +0100",
|
|
419
|
-
"isTagged": true,
|
|
420
|
-
"tag": "@pie-element/number-line-configure@4.1.1"
|
|
421
|
-
},
|
|
422
|
-
{
|
|
423
|
-
"type": "fix",
|
|
424
|
-
"scope": null,
|
|
425
|
-
"subject": "bump @pie-ui/number-line",
|
|
426
|
-
"merge": null,
|
|
427
|
-
"header": "fix: bump @pie-ui/number-line",
|
|
428
|
-
"body": null,
|
|
429
|
-
"footer": null,
|
|
430
|
-
"notes": [],
|
|
431
|
-
"hash": "379cfbbb0022c9108e9070ac45b7fafa0bf0a41c",
|
|
432
|
-
"gitTags": "",
|
|
433
|
-
"committerDate": "2019-06-25 13:00:39 +0100",
|
|
434
|
-
"isTagged": true,
|
|
435
|
-
"tag": "@pie-element/number-line-configure@4.1.2"
|
|
436
|
-
},
|
|
437
|
-
{
|
|
438
|
-
"type": "feat",
|
|
439
|
-
"scope": "settings-panel",
|
|
440
|
-
"subject": "updated the settings panel design and changes needed for [ch2242]",
|
|
441
|
-
"merge": null,
|
|
442
|
-
"header": "feat(settings-panel): updated the settings panel design and changes needed for [ch2242]",
|
|
443
|
-
"body": null,
|
|
444
|
-
"footer": null,
|
|
445
|
-
"notes": [],
|
|
446
|
-
"hash": "d830e57b32bd09ac8cc02c7a12d75d988d9df21c",
|
|
447
|
-
"gitTags": "",
|
|
448
|
-
"committerDate": "2019-06-25 23:42:15 -0400",
|
|
449
|
-
"isTagged": true,
|
|
450
|
-
"tag": "@pie-element/number-line-configure@4.2.0"
|
|
451
|
-
},
|
|
452
|
-
{
|
|
453
|
-
"type": "feat",
|
|
454
|
-
"scope": "mask-markup-elements",
|
|
455
|
-
"subject": "refactored the elements and version bumped the necessary files",
|
|
456
|
-
"merge": null,
|
|
457
|
-
"header": "feat(mask-markup-elements): refactored the elements and version bumped the necessary files",
|
|
458
|
-
"body": null,
|
|
459
|
-
"footer": null,
|
|
460
|
-
"notes": [],
|
|
461
|
-
"hash": "f8f77c02e44afd90e491a371d86d3d4093eb41e5",
|
|
462
|
-
"gitTags": "",
|
|
463
|
-
"committerDate": "2019-07-02 13:38:48 -0400",
|
|
464
|
-
"isTagged": true,
|
|
465
|
-
"tag": "@pie-element/number-line-configure@4.3.0"
|
|
466
|
-
},
|
|
467
|
-
{
|
|
468
|
-
"type": "chore",
|
|
469
|
-
"scope": "editable-html",
|
|
470
|
-
"subject": "version bumped the necessary packages",
|
|
471
|
-
"merge": null,
|
|
472
|
-
"header": "chore(editable-html): version bumped the necessary packages",
|
|
473
|
-
"body": null,
|
|
474
|
-
"footer": null,
|
|
475
|
-
"notes": [],
|
|
476
|
-
"hash": "3c7caf6a1f8dc120ca23ab93258a90a593bbeb65",
|
|
477
|
-
"gitTags": "",
|
|
478
|
-
"committerDate": "2019-07-02 15:13:55 -0400",
|
|
479
|
-
"isTagged": true,
|
|
480
|
-
"tag": "@pie-element/number-line-configure@4.3.1"
|
|
481
|
-
},
|
|
482
|
-
{
|
|
483
|
-
"type": "chore",
|
|
484
|
-
"scope": "version",
|
|
485
|
-
"subject": "version bumped the editable-html dependent packages",
|
|
486
|
-
"merge": null,
|
|
487
|
-
"header": "chore(version): version bumped the editable-html dependent packages",
|
|
488
|
-
"body": null,
|
|
489
|
-
"footer": null,
|
|
490
|
-
"notes": [],
|
|
491
|
-
"hash": "19961d346e8596064bad27156e0cf5a03afc3889",
|
|
492
|
-
"gitTags": "",
|
|
493
|
-
"committerDate": "2019-07-03 15:57:58 -0400",
|
|
494
|
-
"isTagged": true,
|
|
495
|
-
"tag": "@pie-element/number-line-configure@4.3.3"
|
|
496
|
-
},
|
|
497
|
-
{
|
|
498
|
-
"type": "fix",
|
|
499
|
-
"scope": "template-els",
|
|
500
|
-
"subject": "fixed some ditb issues",
|
|
501
|
-
"merge": null,
|
|
502
|
-
"header": "fix(template-els): fixed some ditb issues",
|
|
503
|
-
"body": null,
|
|
504
|
-
"footer": null,
|
|
505
|
-
"notes": [],
|
|
506
|
-
"hash": "9133840e48a263b2cf49ce4db9c4310743efffe0",
|
|
507
|
-
"gitTags": "",
|
|
508
|
-
"committerDate": "2019-07-04 11:45:23 -0400",
|
|
509
|
-
"isTagged": true,
|
|
510
|
-
"tag": "@pie-element/number-line-configure@4.3.4"
|
|
511
|
-
},
|
|
512
|
-
{
|
|
513
|
-
"type": "fix",
|
|
514
|
-
"scope": "editable-html",
|
|
515
|
-
"subject": "fixed lots of stuff regarding the editable-html",
|
|
516
|
-
"merge": null,
|
|
517
|
-
"header": "fix(editable-html): fixed lots of stuff regarding the editable-html",
|
|
518
|
-
"body": null,
|
|
519
|
-
"footer": null,
|
|
520
|
-
"notes": [],
|
|
521
|
-
"hash": "12c112917e0b5065ec35efdbdc276703602a6c68",
|
|
522
|
-
"gitTags": " (origin/andrei/fixes)",
|
|
523
|
-
"committerDate": "2019-07-07 14:16:34 -0400",
|
|
524
|
-
"isTagged": true,
|
|
525
|
-
"tag": "@pie-element/number-line-configure@4.3.6"
|
|
526
|
-
},
|
|
527
|
-
{
|
|
528
|
-
"type": "chore",
|
|
529
|
-
"scope": "config-ui",
|
|
530
|
-
"subject": "bumped dependent packages",
|
|
531
|
-
"merge": null,
|
|
532
|
-
"header": "chore(config-ui): bumped dependent packages",
|
|
533
|
-
"body": null,
|
|
534
|
-
"footer": null,
|
|
535
|
-
"notes": [],
|
|
536
|
-
"hash": "645756c242868cf21e36a73227b355affb5f957a",
|
|
537
|
-
"gitTags": "",
|
|
538
|
-
"committerDate": "2019-07-07 15:44:44 -0400",
|
|
539
|
-
"isTagged": true,
|
|
540
|
-
"tag": "@pie-element/number-line-configure@4.3.7"
|
|
541
|
-
},
|
|
542
|
-
{
|
|
543
|
-
"type": "chore",
|
|
544
|
-
"scope": "editable-html",
|
|
545
|
-
"subject": "version bumped some dependant packages",
|
|
546
|
-
"merge": null,
|
|
547
|
-
"header": "chore(editable-html): version bumped some dependant packages",
|
|
548
|
-
"body": null,
|
|
549
|
-
"footer": null,
|
|
550
|
-
"notes": [],
|
|
551
|
-
"hash": "a4fbf3e8e7841ecae4f034328f9481a1f69ae3df",
|
|
552
|
-
"gitTags": "",
|
|
553
|
-
"committerDate": "2019-07-09 13:38:59 +0300",
|
|
554
|
-
"isTagged": true,
|
|
555
|
-
"tag": "@pie-element/number-line-configure@4.3.8"
|
|
556
|
-
},
|
|
557
|
-
{
|
|
558
|
-
"type": "feat",
|
|
559
|
-
"scope": "template-elements",
|
|
560
|
-
"subject": "updated the dependent packages that use editable-html and fixed [ch2564], [ch2565], [ch2538], [ch2489], [ch2557], [ch2593], [ch2490], [ch2527]",
|
|
561
|
-
"merge": null,
|
|
562
|
-
"header": "feat(template-elements): updated the dependent packages that use editable-html and fixed [ch2564], [ch2565], [ch2538], [ch2489], [ch2557], [ch2593], [ch2490], [ch2527]",
|
|
563
|
-
"body": null,
|
|
564
|
-
"footer": null,
|
|
565
|
-
"notes": [],
|
|
566
|
-
"hash": "a87febe2518ada7ee433b0b39895c26c15737ac4",
|
|
567
|
-
"gitTags": "",
|
|
568
|
-
"committerDate": "2019-07-11 16:57:13 +0300",
|
|
569
|
-
"isTagged": true,
|
|
570
|
-
"tag": "@pie-element/number-line-configure@4.4.0"
|
|
571
|
-
},
|
|
572
|
-
{
|
|
573
|
-
"type": "fix",
|
|
574
|
-
"scope": "rendering",
|
|
575
|
-
"subject": "implemented rendering for math elements [ch1915], [ch1935]",
|
|
576
|
-
"merge": null,
|
|
577
|
-
"header": "fix(rendering): implemented rendering for math elements [ch1915], [ch1935]",
|
|
578
|
-
"body": null,
|
|
579
|
-
"footer": null,
|
|
580
|
-
"notes": [],
|
|
581
|
-
"hash": "2f3584200654e098c7b4cc4b312813efac09e7a9",
|
|
582
|
-
"gitTags": "",
|
|
583
|
-
"committerDate": "2019-07-12 15:45:27 +0300",
|
|
584
|
-
"isTagged": true,
|
|
585
|
-
"tag": "@pie-element/number-line-configure@4.4.2"
|
|
586
|
-
},
|
|
587
|
-
{
|
|
588
|
-
"type": "fix",
|
|
589
|
-
"scope": "elements",
|
|
590
|
-
"subject": "fixed some feedback config issues and the prompt issue on categorize [ch2192], [ch1770]",
|
|
591
|
-
"merge": null,
|
|
592
|
-
"header": "fix(elements): fixed some feedback config issues and the prompt issue on categorize [ch2192], [ch1770]",
|
|
593
|
-
"body": null,
|
|
594
|
-
"footer": null,
|
|
595
|
-
"notes": [],
|
|
596
|
-
"hash": "eb227241ba3bc52d7bf7a313f4f85b69e9203e85",
|
|
597
|
-
"gitTags": "",
|
|
598
|
-
"committerDate": "2019-08-01 12:43:53 +0300",
|
|
599
|
-
"isTagged": true,
|
|
600
|
-
"tag": "@pie-element/number-line-configure@4.4.5"
|
|
601
|
-
},
|
|
602
|
-
{
|
|
603
|
-
"type": "fix",
|
|
604
|
-
"scope": "elements",
|
|
605
|
-
"subject": "version bumped the editable-html packages [ch1738]",
|
|
606
|
-
"merge": null,
|
|
607
|
-
"header": "fix(elements): version bumped the editable-html packages [ch1738]",
|
|
608
|
-
"body": null,
|
|
609
|
-
"footer": null,
|
|
610
|
-
"notes": [],
|
|
611
|
-
"hash": "949222a6a3af39cf8b81a885a81e5c6f3c6a28a0",
|
|
612
|
-
"gitTags": "",
|
|
613
|
-
"committerDate": "2019-08-08 08:40:11 +0300",
|
|
614
|
-
"isTagged": true,
|
|
615
|
-
"tag": "@pie-element/number-line-configure@4.4.6"
|
|
616
|
-
},
|
|
617
|
-
{
|
|
618
|
-
"type": "fix",
|
|
619
|
-
"scope": "math-rendering",
|
|
620
|
-
"subject": "updated all dependent packages [ch3365]",
|
|
621
|
-
"merge": null,
|
|
622
|
-
"header": "fix(math-rendering): updated all dependent packages [ch3365]",
|
|
623
|
-
"body": null,
|
|
624
|
-
"footer": null,
|
|
625
|
-
"notes": [],
|
|
626
|
-
"hash": "7cbf25ac92040a16621d5699e232c38575f6c36c",
|
|
627
|
-
"gitTags": "",
|
|
628
|
-
"committerDate": "2019-08-16 23:04:42 +0300",
|
|
629
|
-
"isTagged": true,
|
|
630
|
-
"tag": "@pie-element/number-line-configure@4.4.7"
|
|
631
|
-
},
|
|
632
|
-
{
|
|
633
|
-
"type": "fix",
|
|
634
|
-
"scope": null,
|
|
635
|
-
"subject": "set default values to configuration properties",
|
|
636
|
-
"merge": null,
|
|
637
|
-
"header": "fix: set default values to configuration properties",
|
|
638
|
-
"body": null,
|
|
639
|
-
"footer": null,
|
|
640
|
-
"notes": [],
|
|
641
|
-
"hash": "279a32a71a1eb68a90d3c89274d7bee8d7edd71a",
|
|
642
|
-
"gitTags": "",
|
|
643
|
-
"committerDate": "2019-08-15 13:59:11 +0300",
|
|
644
|
-
"isTagged": true,
|
|
645
|
-
"tag": "@pie-element/number-line-configure@4.4.7"
|
|
646
|
-
},
|
|
647
|
-
{
|
|
648
|
-
"type": "fix",
|
|
649
|
-
"scope": "math-rendering",
|
|
650
|
-
"subject": "updated all dependent packages for math rendering and for editable-html [ch3365], [ch1530]",
|
|
651
|
-
"merge": null,
|
|
652
|
-
"header": "fix(math-rendering): updated all dependent packages for math rendering and for editable-html [ch3365], [ch1530]",
|
|
653
|
-
"body": null,
|
|
654
|
-
"footer": null,
|
|
655
|
-
"notes": [],
|
|
656
|
-
"hash": "33e3287a735cec9aed893f697a1933ff0c077042",
|
|
657
|
-
"gitTags": "",
|
|
658
|
-
"committerDate": "2019-08-19 19:37:56 +0300",
|
|
659
|
-
"isTagged": true,
|
|
660
|
-
"tag": "@pie-element/number-line-configure@4.4.8"
|
|
661
|
-
},
|
|
662
|
-
{
|
|
663
|
-
"type": "feat",
|
|
664
|
-
"scope": null,
|
|
665
|
-
"subject": "Session null/empty check.",
|
|
666
|
-
"merge": null,
|
|
667
|
-
"header": "feat: Session null/empty check.",
|
|
668
|
-
"body": "Check for each interaction if: has outcome function, outcome function returns { score: 0, empty: true } if session null/empty/undefined, everywhere where session is used we handle if session is null/empty/undefined and test each function that uses session. [match-list, match, math-inline, multiple-choice, number-line, placement-ordering, point-intercept, select-text, text-entry]",
|
|
669
|
-
"footer": null,
|
|
670
|
-
"notes": [],
|
|
671
|
-
"hash": "f24dc8bfe6761d0c7bacf674f5ec30068bfd03d8",
|
|
672
|
-
"gitTags": "",
|
|
673
|
-
"committerDate": "2019-08-27 09:02:11 +0300",
|
|
674
|
-
"isTagged": true,
|
|
675
|
-
"tag": "@pie-element/number-line-configure@4.5.0"
|
|
676
|
-
},
|
|
677
|
-
{
|
|
678
|
-
"type": "fix",
|
|
679
|
-
"scope": null,
|
|
680
|
-
"subject": "bump pie-ui version",
|
|
681
|
-
"merge": null,
|
|
682
|
-
"header": "fix: bump pie-ui version",
|
|
683
|
-
"body": null,
|
|
684
|
-
"footer": null,
|
|
685
|
-
"notes": [],
|
|
686
|
-
"hash": "71e6010975a24100d7ee586440b05e70887389d3",
|
|
687
|
-
"gitTags": "",
|
|
688
|
-
"committerDate": "2019-12-18 12:08:39 +0000",
|
|
689
|
-
"isTagged": true,
|
|
690
|
-
"tag": "@pie-element/number-line-configure@4.5.6"
|
|
691
|
-
},
|
|
692
|
-
{
|
|
693
|
-
"type": "fix",
|
|
694
|
-
"scope": null,
|
|
695
|
-
"subject": "bump config-ui",
|
|
696
|
-
"merge": null,
|
|
697
|
-
"header": "fix: bump config-ui",
|
|
698
|
-
"body": null,
|
|
699
|
-
"footer": null,
|
|
700
|
-
"notes": [],
|
|
701
|
-
"hash": "a70f987335e37c55c401c49e45f35512a19b9ee9",
|
|
702
|
-
"gitTags": "",
|
|
703
|
-
"committerDate": "2020-02-15 20:45:33 +0000",
|
|
704
|
-
"isTagged": true,
|
|
705
|
-
"tag": "@pie-element/number-line-configure@4.5.8"
|
|
706
|
-
},
|
|
707
|
-
{
|
|
708
|
-
"type": "fix",
|
|
709
|
-
"scope": null,
|
|
710
|
-
"subject": "add missing editable-html dep",
|
|
711
|
-
"merge": null,
|
|
712
|
-
"header": "fix: add missing editable-html dep",
|
|
713
|
-
"body": null,
|
|
714
|
-
"footer": null,
|
|
715
|
-
"notes": [],
|
|
716
|
-
"hash": "53dd82d8e7f6a33633e8d7ffd5e4c67663ef111a",
|
|
717
|
-
"gitTags": "",
|
|
718
|
-
"committerDate": "2020-02-15 20:43:31 +0000",
|
|
719
|
-
"isTagged": true,
|
|
720
|
-
"tag": "@pie-element/number-line-configure@4.5.8"
|
|
721
|
-
},
|
|
722
|
-
{
|
|
723
|
-
"type": "fix",
|
|
724
|
-
"scope": null,
|
|
725
|
-
"subject": "bump ui versions",
|
|
726
|
-
"merge": null,
|
|
727
|
-
"header": "fix: bump ui versions",
|
|
728
|
-
"body": null,
|
|
729
|
-
"footer": null,
|
|
730
|
-
"notes": [],
|
|
731
|
-
"hash": "5b9d99fe59c304bdd173c9336503eb558900d2a2",
|
|
732
|
-
"gitTags": "",
|
|
733
|
-
"committerDate": "2020-03-31 19:25:13 +0100",
|
|
734
|
-
"isTagged": true,
|
|
735
|
-
"tag": "@pie-element/number-line-configure@4.6.0"
|
|
736
|
-
},
|
|
737
|
-
{
|
|
738
|
-
"type": "fix",
|
|
739
|
-
"scope": null,
|
|
740
|
-
"subject": "bump lib and ui versions",
|
|
741
|
-
"merge": null,
|
|
742
|
-
"header": "fix: bump lib and ui versions",
|
|
743
|
-
"body": null,
|
|
744
|
-
"footer": null,
|
|
745
|
-
"notes": [],
|
|
746
|
-
"hash": "a882cbf4580098ce0e12c51cf6ad2879817e17e7",
|
|
747
|
-
"gitTags": "",
|
|
748
|
-
"committerDate": "2020-04-10 17:13:24 +0100",
|
|
749
|
-
"isTagged": true,
|
|
750
|
-
"tag": "@pie-element/number-line-configure@4.6.1"
|
|
751
|
-
},
|
|
752
|
-
{
|
|
753
|
-
"type": "fix",
|
|
754
|
-
"scope": null,
|
|
755
|
-
"subject": "bump all packages to avoid tag conflict",
|
|
756
|
-
"merge": null,
|
|
757
|
-
"header": "fix: bump all packages to avoid tag conflict",
|
|
758
|
-
"body": null,
|
|
759
|
-
"footer": null,
|
|
760
|
-
"notes": [],
|
|
761
|
-
"hash": "d9ec9a8689f0a391594b5e2f4ea958c6dc9f6d7b",
|
|
762
|
-
"gitTags": "",
|
|
763
|
-
"committerDate": "2020-04-10 20:01:37 +0100",
|
|
764
|
-
"isTagged": true,
|
|
765
|
-
"tag": "@pie-element/number-line-configure@4.6.1"
|
|
766
|
-
},
|
|
767
|
-
{
|
|
768
|
-
"type": "fix",
|
|
769
|
-
"scope": null,
|
|
770
|
-
"subject": "bump ui/lib versions",
|
|
771
|
-
"merge": null,
|
|
772
|
-
"header": "fix: bump ui/lib versions",
|
|
773
|
-
"body": null,
|
|
774
|
-
"footer": null,
|
|
775
|
-
"notes": [],
|
|
776
|
-
"hash": "3edb2321ebaefcaee70c3642aa6da8a50e8a99e5",
|
|
777
|
-
"gitTags": "",
|
|
778
|
-
"committerDate": "2020-04-14 15:36:44 +0100",
|
|
779
|
-
"isTagged": true,
|
|
780
|
-
"tag": "@pie-element/number-line-configure@4.6.3"
|
|
781
|
-
},
|
|
782
|
-
{
|
|
783
|
-
"type": "fix",
|
|
784
|
-
"scope": null,
|
|
785
|
-
"subject": "bump ui/lib versions",
|
|
786
|
-
"merge": null,
|
|
787
|
-
"header": "fix: bump ui/lib versions",
|
|
788
|
-
"body": null,
|
|
789
|
-
"footer": null,
|
|
790
|
-
"notes": [],
|
|
791
|
-
"hash": "45f0da6e3e01f33aff6059cb13d571554690348b",
|
|
792
|
-
"gitTags": "",
|
|
793
|
-
"committerDate": "2020-04-28 14:57:57 +0100",
|
|
794
|
-
"isTagged": true,
|
|
795
|
-
"tag": "@pie-element/number-line-configure@4.6.4"
|
|
796
|
-
},
|
|
797
|
-
{
|
|
798
|
-
"type": "fix",
|
|
799
|
-
"scope": null,
|
|
800
|
-
"subject": "update ui/lib versions",
|
|
801
|
-
"merge": null,
|
|
802
|
-
"header": "fix: update ui/lib versions",
|
|
803
|
-
"body": null,
|
|
804
|
-
"footer": null,
|
|
805
|
-
"notes": [],
|
|
806
|
-
"hash": "0226b0bc0869d468ba3e5986bc469e020f4f12a6",
|
|
807
|
-
"gitTags": "",
|
|
808
|
-
"committerDate": "2020-04-28 14:20:37 +0100",
|
|
809
|
-
"isTagged": true,
|
|
810
|
-
"tag": "@pie-element/number-line-configure@4.6.4"
|
|
811
|
-
},
|
|
812
|
-
{
|
|
813
|
-
"type": "fix",
|
|
814
|
-
"scope": null,
|
|
815
|
-
"subject": "ui+libs update",
|
|
816
|
-
"merge": null,
|
|
817
|
-
"header": "fix: ui+libs update",
|
|
818
|
-
"body": null,
|
|
819
|
-
"footer": null,
|
|
820
|
-
"notes": [],
|
|
821
|
-
"hash": "6127de27006a7835d1dd7a9c4c5f13de950aa06d",
|
|
822
|
-
"gitTags": "",
|
|
823
|
-
"committerDate": "2020-04-27 19:52:07 +0100",
|
|
824
|
-
"isTagged": true,
|
|
825
|
-
"tag": "@pie-element/number-line-configure@4.6.4"
|
|
826
|
-
}
|
|
827
|
-
]
|