@pie-element/match-list 7.1.1 → 7.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.
Files changed (199) hide show
  1. package/controller.js +1 -0
  2. package/dist/browser/controller/index.js +201 -0
  3. package/dist/browser/controller/index.js.map +1 -0
  4. package/dist/browser/delivery/index.js +14088 -0
  5. package/dist/browser/delivery/index.js.map +1 -0
  6. package/dist/browser/isEmpty-Eo-n7WSl.js +387 -0
  7. package/dist/browser/isEmpty-Eo-n7WSl.js.map +1 -0
  8. package/dist/controller/defaults.d.ts +17 -0
  9. package/dist/controller/defaults.js +9 -0
  10. package/dist/controller/index.d.ts +38 -0
  11. package/dist/controller/index.js +105 -0
  12. package/dist/delivery/answer-area.d.ts +27 -0
  13. package/dist/delivery/answer-area.js +94 -0
  14. package/dist/delivery/answer.d.ts +40 -0
  15. package/dist/delivery/answer.js +176 -0
  16. package/dist/delivery/arrow.d.ts +17 -0
  17. package/dist/delivery/arrow.js +35 -0
  18. package/dist/delivery/choices-list.d.ts +21 -0
  19. package/dist/delivery/choices-list.js +37 -0
  20. package/dist/delivery/droppable-placeholder.d.ts +24 -0
  21. package/dist/delivery/droppable-placeholder.js +42 -0
  22. package/dist/delivery/index.d.ts +21 -0
  23. package/dist/delivery/index.js +49 -0
  24. package/dist/delivery/main.d.ts +26 -0
  25. package/dist/delivery/main.js +149 -0
  26. package/dist/index.d.ts +1 -0
  27. package/dist/index.iife.d.ts +8 -0
  28. package/dist/index.iife.js +152 -0
  29. package/dist/index.js +2 -0
  30. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_DataView.js +6 -0
  31. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Hash.js +16 -0
  32. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_ListCache.js +16 -0
  33. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Map.js +6 -0
  34. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_MapCache.js +16 -0
  35. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Promise.js +6 -0
  36. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Set.js +6 -0
  37. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_SetCache.js +11 -0
  38. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Stack.js +14 -0
  39. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Symbol.js +5 -0
  40. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Uint8Array.js +5 -0
  41. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_WeakMap.js +6 -0
  42. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayFilter.js +10 -0
  43. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayLikeKeys.js +15 -0
  44. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayMap.js +7 -0
  45. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayPush.js +7 -0
  46. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayReduce.js +8 -0
  47. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arraySome.js +7 -0
  48. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_assocIndexOf.js +8 -0
  49. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseEach.js +6 -0
  50. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseFindIndex.js +7 -0
  51. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseFindKey.js +9 -0
  52. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseFor.js +5 -0
  53. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseForOwn.js +8 -0
  54. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGet.js +10 -0
  55. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGetAllKeys.js +9 -0
  56. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGetTag.js +10 -0
  57. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseHasIn.js +6 -0
  58. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsArguments.js +9 -0
  59. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsEqual.js +8 -0
  60. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsEqualDeep.js +30 -0
  61. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsMatch.js +26 -0
  62. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsNative.js +11 -0
  63. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsTypedArray.js +11 -0
  64. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIteratee.js +11 -0
  65. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseKeys.js +12 -0
  66. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseMatches.js +12 -0
  67. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseMatchesProperty.js +17 -0
  68. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseProperty.js +8 -0
  69. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_basePropertyDeep.js +9 -0
  70. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseReduce.js +8 -0
  71. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseTimes.js +7 -0
  72. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseToString.js +15 -0
  73. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseTrim.js +8 -0
  74. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseUnary.js +8 -0
  75. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cacheHas.js +6 -0
  76. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_castPath.js +10 -0
  77. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_coreJsData.js +5 -0
  78. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_createBaseEach.js +12 -0
  79. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_createBaseFor.js +12 -0
  80. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_createFind.js +19 -0
  81. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_equalArrays.js +35 -0
  82. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_equalByTag.js +35 -0
  83. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_equalObjects.js +32 -0
  84. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_freeGlobal.js +4 -0
  85. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getAllKeys.js +9 -0
  86. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getMapData.js +8 -0
  87. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getMatchData.js +16 -0
  88. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getNative.js +9 -0
  89. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getRawTag.js +14 -0
  90. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getSymbols.js +10 -0
  91. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getTag.js +23 -0
  92. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getValue.js +6 -0
  93. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hasPath.js +18 -0
  94. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashClear.js +7 -0
  95. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashDelete.js +7 -0
  96. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashGet.js +13 -0
  97. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashHas.js +9 -0
  98. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashSet.js +9 -0
  99. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isIndex.js +8 -0
  100. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isKey.js +11 -0
  101. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isKeyable.js +7 -0
  102. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isMasked.js +11 -0
  103. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isPrototype.js +8 -0
  104. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isStrictComparable.js +7 -0
  105. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheClear.js +6 -0
  106. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheDelete.js +9 -0
  107. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheGet.js +8 -0
  108. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheHas.js +7 -0
  109. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheSet.js +8 -0
  110. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheClear.js +13 -0
  111. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheDelete.js +8 -0
  112. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheGet.js +7 -0
  113. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheHas.js +7 -0
  114. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheSet.js +8 -0
  115. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapToArray.js +9 -0
  116. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_matchesStrictComparable.js +8 -0
  117. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_memoizeCapped.js +11 -0
  118. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeCreate.js +5 -0
  119. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeKeys.js +5 -0
  120. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nodeUtil.js +9 -0
  121. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_objectToString.js +7 -0
  122. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_overArg.js +8 -0
  123. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_root.js +5 -0
  124. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setCacheAdd.js +7 -0
  125. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setCacheHas.js +6 -0
  126. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setToArray.js +9 -0
  127. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackClear.js +7 -0
  128. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackDelete.js +7 -0
  129. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackGet.js +6 -0
  130. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackHas.js +6 -0
  131. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackSet.js +16 -0
  132. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stringToPath.js +10 -0
  133. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_toKey.js +10 -0
  134. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_toSource.js +15 -0
  135. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_trimmedEndIndex.js +8 -0
  136. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/eq.js +6 -0
  137. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/find.js +6 -0
  138. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/findIndex.js +13 -0
  139. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/findKey.js +9 -0
  140. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/get.js +8 -0
  141. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/hasIn.js +8 -0
  142. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/identity.js +6 -0
  143. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArguments.js +10 -0
  144. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArray.js +4 -0
  145. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArrayLike.js +8 -0
  146. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isBuffer.js +6 -0
  147. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isEmpty.js +21 -0
  148. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isFunction.js +11 -0
  149. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isLength.js +7 -0
  150. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isObject.js +7 -0
  151. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isObjectLike.js +6 -0
  152. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isSymbol.js +9 -0
  153. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isTypedArray.js +7 -0
  154. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isUndefined.js +6 -0
  155. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/keys.js +9 -0
  156. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/memoize.js +16 -0
  157. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/property.js +10 -0
  158. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/reduce.js +12 -0
  159. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/stubArray.js +6 -0
  160. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/stubFalse.js +6 -0
  161. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/toFinite.js +8 -0
  162. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/toInteger.js +8 -0
  163. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/toNumber.js +19 -0
  164. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/toString.js +7 -0
  165. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/uniqueId.js +9 -0
  166. package/package.json +62 -18
  167. package/CHANGELOG.json +0 -572
  168. package/CHANGELOG.md +0 -1489
  169. package/LICENSE.md +0 -5
  170. package/README.md +0 -1
  171. package/controller/CHANGELOG.json +0 -242
  172. package/controller/CHANGELOG.md +0 -1047
  173. package/controller/lib/defaults.js +0 -15
  174. package/controller/lib/defaults.js.map +0 -1
  175. package/controller/lib/index.js +0 -246
  176. package/controller/lib/index.js.map +0 -1
  177. package/controller/package.json +0 -25
  178. package/docs/config-schema.json +0 -70
  179. package/docs/config-schema.json.md +0 -55
  180. package/docs/demo/config.js +0 -34
  181. package/docs/demo/generate.js +0 -54
  182. package/docs/demo/index.html +0 -1
  183. package/docs/demo/session.js +0 -6
  184. package/docs/pie-schema.json +0 -170
  185. package/docs/pie-schema.json.md +0 -104
  186. package/lib/answer-area.js +0 -168
  187. package/lib/answer-area.js.map +0 -1
  188. package/lib/answer.js +0 -267
  189. package/lib/answer.js.map +0 -1
  190. package/lib/arrow.js +0 -57
  191. package/lib/arrow.js.map +0 -1
  192. package/lib/choices-list.js +0 -60
  193. package/lib/choices-list.js.map +0 -1
  194. package/lib/droppable-placeholder.js +0 -60
  195. package/lib/droppable-placeholder.js.map +0 -1
  196. package/lib/index.js +0 -86
  197. package/lib/index.js.map +0 -1
  198. package/lib/main.js +0 -220
  199. package/lib/main.js.map +0 -1
package/CHANGELOG.json DELETED
@@ -1,572 +0,0 @@
1
- [
2
- {
3
- "type": "feat",
4
- "scope": "match-list",
5
- "subject": "updated the ui version",
6
- "merge": null,
7
- "header": "feat(match-list): updated the ui version",
8
- "body": null,
9
- "footer": null,
10
- "notes": [],
11
- "hash": "67f6be16f8784df7783e1af799a18506418397cb",
12
- "gitTags": "",
13
- "committerDate": "2019-04-25 05:58:29 +0300",
14
- "isTagged": true,
15
- "tag": "@pie-element/match-list@1.1.0"
16
- },
17
- {
18
- "type": "feat",
19
- "scope": "match-list",
20
- "subject": "added an empty configure for the match-list element",
21
- "merge": null,
22
- "header": "feat(match-list): added an empty configure for the match-list element",
23
- "body": null,
24
- "footer": null,
25
- "notes": [],
26
- "hash": "362d2e3176264664b9440a3504d5540ee4173425",
27
- "gitTags": " (origin/feat/empty-match-list)",
28
- "committerDate": "2019-04-24 17:43:53 +0300",
29
- "isTagged": true,
30
- "tag": "@pie-element/match-list@1.1.0"
31
- },
32
- {
33
- "type": "feat",
34
- "scope": "match-list",
35
- "subject": "generated json schemas for the pie-model an configure (#186)",
36
- "merge": null,
37
- "header": "feat(match-list): generated json schemas for the pie-model an configure (#186)",
38
- "body": "* feat(match-list): generated json schemas for the pie-model an configure\n\n* feat(match-list): fixed an issue with the match-list schema json",
39
- "footer": null,
40
- "notes": [],
41
- "hash": "e460871ceb3e2356d7991d37657fcd666170072d",
42
- "gitTags": "",
43
- "committerDate": "2019-04-29 13:53:51 -0400",
44
- "isTagged": true,
45
- "tag": "@pie-element/match-list@1.2.0"
46
- },
47
- {
48
- "type": "fix",
49
- "scope": null,
50
- "subject": "Updated version of pie-ui/match-list. (#231)",
51
- "merge": null,
52
- "header": "fix: Updated version of pie-ui/match-list. (#231)",
53
- "body": null,
54
- "footer": null,
55
- "notes": [],
56
- "hash": "a7f1db1d562bde2d481c5c829c51f68553237aaa",
57
- "gitTags": "",
58
- "committerDate": "2019-05-15 10:00:02 -0400",
59
- "isTagged": true,
60
- "tag": "@pie-element/match-list@1.2.4"
61
- },
62
- {
63
- "type": "chore",
64
- "scope": "latest-version",
65
- "subject": "pushing to release",
66
- "merge": null,
67
- "header": "chore(latest-version): pushing to release",
68
- "body": null,
69
- "footer": null,
70
- "notes": [],
71
- "hash": "64030ba2c7c18d20381b6a0f5caaff19f1e5e959",
72
- "gitTags": " (develop)",
73
- "committerDate": "2019-06-06 01:31:17 +0300",
74
- "isTagged": true,
75
- "tag": "@pie-element/match-list@1.2.7"
76
- },
77
- {
78
- "type": "chore",
79
- "scope": "version",
80
- "subject": "bumped the versions",
81
- "merge": null,
82
- "header": "chore(version): bumped the versions",
83
- "body": null,
84
- "footer": null,
85
- "notes": [],
86
- "hash": "12b141d884c66a15d23c8cbb34be820a422d7332",
87
- "gitTags": " (origin/feat/mask-markup-elements)",
88
- "committerDate": "2019-06-06 01:15:50 +0300",
89
- "isTagged": true,
90
- "tag": "@pie-element/match-list@1.2.7"
91
- },
92
- {
93
- "type": "chore",
94
- "scope": "version",
95
- "subject": "bumped the versions",
96
- "merge": null,
97
- "header": "chore(version): bumped the versions",
98
- "body": null,
99
- "footer": null,
100
- "notes": [],
101
- "hash": "12b141d884c66a15d23c8cbb34be820a422d7332",
102
- "gitTags": " (origin/feat/mask-markup-elements)",
103
- "committerDate": "2019-06-06 01:15:50 +0300",
104
- "isTagged": true,
105
- "tag": "@pie-element/match-list@1.2.7"
106
- },
107
- {
108
- "type": "chore",
109
- "scope": "merge",
110
- "subject": "merged develop into master",
111
- "merge": null,
112
- "header": "chore(merge): merged develop into master",
113
- "body": null,
114
- "footer": null,
115
- "notes": [],
116
- "hash": "3bb9f402d900f3a0349537dfd01ce558c526cb55",
117
- "gitTags": " (develop)",
118
- "committerDate": "2019-06-07 23:29:44 +0300",
119
- "isTagged": true,
120
- "tag": "@pie-element/match-list@1.3.0"
121
- },
122
- {
123
- "type": "feat",
124
- "scope": "tests",
125
- "subject": "removed match-list tests",
126
- "merge": null,
127
- "header": "feat(tests): removed match-list tests",
128
- "body": null,
129
- "footer": null,
130
- "notes": [],
131
- "hash": "27af29678ea4d141a835e4bd643e6b4428884072",
132
- "gitTags": " (origin/feat/match-list-controller)",
133
- "committerDate": "2019-06-07 23:12:10 +0300",
134
- "isTagged": true,
135
- "tag": "@pie-element/match-list@1.3.0"
136
- },
137
- {
138
- "type": "feat",
139
- "scope": "mask-markup-elements",
140
- "subject": "enabled partial scoring for the 3 elements and added a controller to the match-list",
141
- "merge": null,
142
- "header": "feat(mask-markup-elements): enabled partial scoring for the 3 elements and added a controller to the match-list",
143
- "body": null,
144
- "footer": null,
145
- "notes": [],
146
- "hash": "41e210ebc6d761041efb1d632a1879f35b1487a1",
147
- "gitTags": "",
148
- "committerDate": "2019-06-07 23:05:19 +0300",
149
- "isTagged": true,
150
- "tag": "@pie-element/match-list@1.3.0"
151
- },
152
- {
153
- "type": "feat",
154
- "scope": "tests",
155
- "subject": "removed match-list tests",
156
- "merge": null,
157
- "header": "feat(tests): removed match-list tests",
158
- "body": null,
159
- "footer": null,
160
- "notes": [],
161
- "hash": "27af29678ea4d141a835e4bd643e6b4428884072",
162
- "gitTags": " (origin/feat/match-list-controller)",
163
- "committerDate": "2019-06-07 23:12:10 +0300",
164
- "isTagged": true,
165
- "tag": "@pie-element/match-list@1.3.0"
166
- },
167
- {
168
- "type": "feat",
169
- "scope": "mask-markup-elements",
170
- "subject": "enabled partial scoring for the 3 elements and added a controller to the match-list",
171
- "merge": null,
172
- "header": "feat(mask-markup-elements): enabled partial scoring for the 3 elements and added a controller to the match-list",
173
- "body": null,
174
- "footer": null,
175
- "notes": [],
176
- "hash": "41e210ebc6d761041efb1d632a1879f35b1487a1",
177
- "gitTags": "",
178
- "committerDate": "2019-06-07 23:05:19 +0300",
179
- "isTagged": true,
180
- "tag": "@pie-element/match-list@1.3.0"
181
- },
182
- {
183
- "type": "chore",
184
- "scope": "merged",
185
- "subject": "merged develop",
186
- "merge": null,
187
- "header": "chore(merged): merged develop",
188
- "body": null,
189
- "footer": null,
190
- "notes": [],
191
- "hash": "1a9f4653ce6ede22bcda0538bde1f0e09bd69dc4",
192
- "gitTags": " (develop)",
193
- "committerDate": "2019-06-13 16:26:43 +0300",
194
- "isTagged": true,
195
- "tag": "@pie-element/match-list@1.4.0"
196
- },
197
- {
198
- "type": "feat",
199
- "scope": "ui",
200
- "subject": "updated the ui",
201
- "merge": null,
202
- "header": "feat(ui): updated the ui",
203
- "body": null,
204
- "footer": null,
205
- "notes": [],
206
- "hash": "2baa5795a4e46e01d260c87a7197600abbde4a33",
207
- "gitTags": "",
208
- "committerDate": "2019-06-13 16:19:13 +0300",
209
- "isTagged": true,
210
- "tag": "@pie-element/match-list@1.4.0"
211
- },
212
- {
213
- "type": "fix",
214
- "scope": null,
215
- "subject": "add controller-utils to deps",
216
- "merge": null,
217
- "header": "fix: add controller-utils to deps",
218
- "body": null,
219
- "footer": null,
220
- "notes": [],
221
- "hash": "754e40b6e8d6bfb2f0087d7b07b2cf04f119a077",
222
- "gitTags": " (origin/develop, origin/HEAD)",
223
- "committerDate": "2019-06-18 15:27:39 +0100",
224
- "isTagged": true,
225
- "tag": "@pie-element/match-list@1.4.2"
226
- },
227
- {
228
- "type": "fix",
229
- "scope": null,
230
- "subject": "add controller-utils to deps",
231
- "merge": null,
232
- "header": "fix: add controller-utils to deps",
233
- "body": null,
234
- "footer": null,
235
- "notes": [],
236
- "hash": "754e40b6e8d6bfb2f0087d7b07b2cf04f119a077",
237
- "gitTags": "",
238
- "committerDate": "2019-06-18 15:27:39 +0100",
239
- "isTagged": true,
240
- "tag": "@pie-element/match-list@1.4.2"
241
- },
242
- {
243
- "type": "feat",
244
- "scope": "rendering",
245
- "subject": "updated pie-ui version",
246
- "merge": null,
247
- "header": "feat(rendering): updated pie-ui version",
248
- "body": null,
249
- "footer": null,
250
- "notes": [],
251
- "hash": "990f7a9eb140f1bc8b4155c7112e4f6dd8a896d8",
252
- "gitTags": "",
253
- "committerDate": "2019-07-05 23:17:25 -0400",
254
- "isTagged": true,
255
- "tag": "@pie-element/match-list@1.5.0"
256
- },
257
- {
258
- "type": "fix",
259
- "scope": "editable-html",
260
- "subject": "fixed lots of stuff regarding the editable-html",
261
- "merge": null,
262
- "header": "fix(editable-html): fixed lots of stuff regarding the editable-html",
263
- "body": null,
264
- "footer": null,
265
- "notes": [],
266
- "hash": "12c112917e0b5065ec35efdbdc276703602a6c68",
267
- "gitTags": " (origin/andrei/fixes)",
268
- "committerDate": "2019-07-07 14:16:34 -0400",
269
- "isTagged": true,
270
- "tag": "@pie-element/match-list@1.5.1"
271
- },
272
- {
273
- "type": "fix",
274
- "scope": "elements",
275
- "subject": "fixed some feedback config issues and the prompt issue on categorize [ch2192], [ch1770]",
276
- "merge": null,
277
- "header": "fix(elements): fixed some feedback config issues and the prompt issue on categorize [ch2192], [ch1770]",
278
- "body": null,
279
- "footer": null,
280
- "notes": [],
281
- "hash": "eb227241ba3bc52d7bf7a313f4f85b69e9203e85",
282
- "gitTags": "",
283
- "committerDate": "2019-08-01 12:43:53 +0300",
284
- "isTagged": true,
285
- "tag": "@pie-element/match-list@1.5.4"
286
- },
287
- {
288
- "type": "feat",
289
- "scope": null,
290
- "subject": "Session null/empty check.",
291
- "merge": null,
292
- "header": "feat: Session null/empty check.",
293
- "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]",
294
- "footer": null,
295
- "notes": [],
296
- "hash": "f24dc8bfe6761d0c7bacf674f5ec30068bfd03d8",
297
- "gitTags": "",
298
- "committerDate": "2019-08-27 09:02:11 +0300",
299
- "isTagged": true,
300
- "tag": "@pie-element/match-list@1.6.0"
301
- },
302
- {
303
- "type": "fix",
304
- "scope": null,
305
- "subject": "bump pie-lib/controller-utils",
306
- "merge": null,
307
- "header": "fix: bump pie-lib/controller-utils",
308
- "body": null,
309
- "footer": null,
310
- "notes": [],
311
- "hash": "ba3de006afa1ddaa582a531779be766c9715f64c",
312
- "gitTags": "",
313
- "committerDate": "2019-08-30 23:15:07 +0300",
314
- "isTagged": true,
315
- "tag": "@pie-element/match-list@1.7.0"
316
- },
317
- {
318
- "type": "feat",
319
- "scope": null,
320
- "subject": "make use of updateSession callback",
321
- "merge": null,
322
- "header": "feat: make use of updateSession callback",
323
- "body": null,
324
- "footer": null,
325
- "notes": [],
326
- "hash": "afe14dd983e630eda1dce6068fa4a90a5f105276",
327
- "gitTags": "",
328
- "committerDate": "2019-08-26 18:21:18 +0300",
329
- "isTagged": true,
330
- "tag": "@pie-element/match-list@1.7.0"
331
- },
332
- {
333
- "type": "fix",
334
- "scope": null,
335
- "subject": "bump @pie-lib/controller-utils@^0.2.1 [ch4723]",
336
- "merge": null,
337
- "header": "fix: bump @pie-lib/controller-utils@^0.2.1 [ch4723]",
338
- "body": null,
339
- "footer": null,
340
- "notes": [],
341
- "hash": "0a33d688d6d9e5f239daba982bfbdeebb10ba4ab",
342
- "gitTags": "",
343
- "committerDate": "2019-10-11 12:38:26 +0100",
344
- "isTagged": true,
345
- "tag": "@pie-element/match-list@1.7.3"
346
- },
347
- {
348
- "type": "fix",
349
- "scope": null,
350
- "subject": "bump @pie-lib/controller-utils@^0.2.2",
351
- "merge": null,
352
- "header": "fix: bump @pie-lib/controller-utils@^0.2.2",
353
- "body": null,
354
- "footer": null,
355
- "notes": [],
356
- "hash": "edae61cd4f686b2e1611cf0cad710112177fff2e",
357
- "gitTags": "",
358
- "committerDate": "2019-10-15 12:11:16 +0100",
359
- "isTagged": true,
360
- "tag": "@pie-element/match-list@1.7.4"
361
- },
362
- {
363
- "type": "fix",
364
- "scope": null,
365
- "subject": "ch2766 fix unresolved promise (#366)",
366
- "merge": null,
367
- "header": "fix: ch2766 fix unresolved promise (#366)",
368
- "body": "* fix: resolve null when instructor is not role\n\n* chore: typo\n\n* chore: correct response resolve, match interaction\n\n* chore: correct response unresolved\n\n* chore: categorize resolve correct response\n\n* fix: createCorrectResponseSession unresolved promise\n\n* fix: createCorrectResponseSession resolve promise\n\n* fix: createCorrectResponseSession resolve promise\n\n* fix: ch2776 resolve createCorrectResponse promise",
369
- "footer": "* fix: Fixed createCorrectResponseSession and added tests for it. (#365)",
370
- "notes": [],
371
- "hash": "9057b7fd08e4f5b07e953a5acd053e1945df57f2",
372
- "gitTags": " (origin/develop, origin/HEAD)",
373
- "committerDate": "2019-10-16 15:50:55 -0400",
374
- "isTagged": true,
375
- "tag": "@pie-element/match-list@1.7.6"
376
- },
377
- {
378
- "type": "fix",
379
- "scope": null,
380
- "subject": "PIE-201 - store prompts and answers in session, fix",
381
- "merge": null,
382
- "header": "fix: PIE-201 - store prompts and answers in session, fix",
383
- "body": "controller-utils to use 0 as key",
384
- "footer": null,
385
- "notes": [],
386
- "hash": "23802242e0bc647f929f6db4dfd4b03f0112f2fb",
387
- "gitTags": "",
388
- "committerDate": "2019-11-18 20:35:06 +0000",
389
- "isTagged": true,
390
- "tag": "@pie-element/match-list@1.7.10"
391
- },
392
- {
393
- "type": "fix",
394
- "scope": null,
395
- "subject": "bump pie-ui version",
396
- "merge": null,
397
- "header": "fix: bump pie-ui version",
398
- "body": null,
399
- "footer": null,
400
- "notes": [],
401
- "hash": "d10d3decfcc4aa184a5ac649819e517fc3934571",
402
- "gitTags": "",
403
- "committerDate": "2019-12-18 12:08:39 +0000",
404
- "isTagged": true,
405
- "tag": "@pie-element/match-list@1.7.11"
406
- },
407
- {
408
- "type": "fix",
409
- "scope": null,
410
- "subject": "ch3813: Updated docs.",
411
- "merge": null,
412
- "header": "fix: ch3813: Updated docs.",
413
- "body": null,
414
- "footer": null,
415
- "notes": [],
416
- "hash": "b86ea00bcf27c0582de737107d931551fcd1dd9f",
417
- "gitTags": " (origin/andreea/ch3813/pie-does-not-correctly-handle-a-match-list)",
418
- "committerDate": "2019-12-16 13:20:38 +0200",
419
- "isTagged": true,
420
- "tag": "@pie-element/match-list@1.7.11"
421
- },
422
- {
423
- "type": "feat",
424
- "scope": null,
425
- "subject": "PIE-200 - add partialScoring",
426
- "merge": null,
427
- "header": "feat: PIE-200 - add partialScoring",
428
- "body": null,
429
- "footer": null,
430
- "notes": [],
431
- "hash": "c3cb93b566561e4e5c1eab41b3a9f156332c78a8",
432
- "gitTags": "",
433
- "committerDate": "2019-12-06 12:22:05 +0000",
434
- "isTagged": true,
435
- "tag": "@pie-element/match-list@1.8.0"
436
- },
437
- {
438
- "type": "fix",
439
- "scope": "docs",
440
- "subject": "fix match-list shuffle related property config",
441
- "merge": null,
442
- "header": "fix(docs): fix match-list shuffle related property config",
443
- "body": null,
444
- "footer": null,
445
- "notes": [],
446
- "hash": "514c3afd15077584619bc9b429faf5147e5fbc6c",
447
- "gitTags": "",
448
- "committerDate": "2020-01-29 16:38:15 +0200",
449
- "isTagged": true,
450
- "tag": "@pie-element/match-list@1.8.2"
451
- },
452
- {
453
- "type": "fix",
454
- "scope": null,
455
- "subject": "bump ui versions",
456
- "merge": null,
457
- "header": "fix: bump ui versions",
458
- "body": null,
459
- "footer": null,
460
- "notes": [],
461
- "hash": "5b9d99fe59c304bdd173c9336503eb558900d2a2",
462
- "gitTags": "",
463
- "committerDate": "2020-03-31 19:25:13 +0100",
464
- "isTagged": true,
465
- "tag": "@pie-element/match-list@1.9.0"
466
- },
467
- {
468
- "type": "fix",
469
- "scope": null,
470
- "subject": "bump lib and ui versions",
471
- "merge": null,
472
- "header": "fix: bump lib and ui versions",
473
- "body": null,
474
- "footer": null,
475
- "notes": [],
476
- "hash": "a882cbf4580098ce0e12c51cf6ad2879817e17e7",
477
- "gitTags": "",
478
- "committerDate": "2020-04-10 17:13:24 +0100",
479
- "isTagged": true,
480
- "tag": "@pie-element/match-list@1.10.1"
481
- },
482
- {
483
- "type": "fix",
484
- "scope": null,
485
- "subject": "bump all packages to avoid tag conflict",
486
- "merge": null,
487
- "header": "fix: bump all packages to avoid tag conflict",
488
- "body": null,
489
- "footer": null,
490
- "notes": [],
491
- "hash": "d9ec9a8689f0a391594b5e2f4ea958c6dc9f6d7b",
492
- "gitTags": "",
493
- "committerDate": "2020-04-10 20:01:37 +0100",
494
- "isTagged": true,
495
- "tag": "@pie-element/match-list@1.10.1"
496
- },
497
- {
498
- "type": "fix",
499
- "scope": null,
500
- "subject": "bump version to avoid tag conflict",
501
- "merge": null,
502
- "header": "fix: bump version to avoid tag conflict",
503
- "body": null,
504
- "footer": null,
505
- "notes": [],
506
- "hash": "4d55f6d203f496420e2ed2fa32c0851406036c53",
507
- "gitTags": "",
508
- "committerDate": "2020-04-10 17:39:16 +0100",
509
- "isTagged": true,
510
- "tag": "@pie-element/match-list@1.10.1"
511
- },
512
- {
513
- "type": "fix",
514
- "scope": null,
515
- "subject": "bump ui/lib versions",
516
- "merge": null,
517
- "header": "fix: bump ui/lib versions",
518
- "body": null,
519
- "footer": null,
520
- "notes": [],
521
- "hash": "3edb2321ebaefcaee70c3642aa6da8a50e8a99e5",
522
- "gitTags": "",
523
- "committerDate": "2020-04-14 15:36:44 +0100",
524
- "isTagged": true,
525
- "tag": "@pie-element/match-list@1.10.3"
526
- },
527
- {
528
- "type": "fix",
529
- "scope": null,
530
- "subject": "bump ui/lib versions",
531
- "merge": null,
532
- "header": "fix: bump ui/lib versions",
533
- "body": null,
534
- "footer": null,
535
- "notes": [],
536
- "hash": "45f0da6e3e01f33aff6059cb13d571554690348b",
537
- "gitTags": "",
538
- "committerDate": "2020-04-28 14:57:57 +0100",
539
- "isTagged": true,
540
- "tag": "@pie-element/match-list@1.10.4"
541
- },
542
- {
543
- "type": "fix",
544
- "scope": null,
545
- "subject": "update ui/lib versions",
546
- "merge": null,
547
- "header": "fix: update ui/lib versions",
548
- "body": null,
549
- "footer": null,
550
- "notes": [],
551
- "hash": "0226b0bc0869d468ba3e5986bc469e020f4f12a6",
552
- "gitTags": "",
553
- "committerDate": "2020-04-28 14:20:37 +0100",
554
- "isTagged": true,
555
- "tag": "@pie-element/match-list@1.10.4"
556
- },
557
- {
558
- "type": "fix",
559
- "scope": null,
560
- "subject": "ui+libs update",
561
- "merge": null,
562
- "header": "fix: ui+libs update",
563
- "body": null,
564
- "footer": null,
565
- "notes": [],
566
- "hash": "6127de27006a7835d1dd7a9c4c5f13de950aa06d",
567
- "gitTags": "",
568
- "committerDate": "2020-04-27 19:52:07 +0100",
569
- "isTagged": true,
570
- "tag": "@pie-element/match-list@1.10.4"
571
- }
572
- ]