@pie-element/categorize 13.1.0-next.19 → 13.1.1-next.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (252) hide show
  1. package/dist/author/defaults.d.ts +223 -0
  2. package/dist/author/defaults.js +170 -0
  3. package/dist/author/design/builder.d.ts +10 -0
  4. package/dist/author/design/builder.js +24 -0
  5. package/dist/author/design/buttons.d.ts +28 -0
  6. package/dist/author/design/buttons.js +36 -0
  7. package/dist/author/design/categories/RowLabel.d.ts +23 -0
  8. package/dist/author/design/categories/RowLabel.js +47 -0
  9. package/dist/author/design/categories/alternateResponses.d.ts +31 -0
  10. package/dist/author/design/categories/alternateResponses.js +62 -0
  11. package/dist/author/design/categories/category.d.ts +44 -0
  12. package/dist/author/design/categories/category.js +98 -0
  13. package/dist/author/design/categories/choice-preview.d.ts +25 -0
  14. package/dist/author/design/categories/choice-preview.js +60 -0
  15. package/dist/author/design/categories/droppable-placeholder.d.ts +11 -0
  16. package/dist/author/design/categories/droppable-placeholder.js +71 -0
  17. package/dist/author/design/categories/index.d.ts +41 -0
  18. package/dist/author/design/categories/index.js +146 -0
  19. package/dist/author/design/choices/choice.d.ts +11 -0
  20. package/dist/author/design/choices/choice.js +129 -0
  21. package/dist/author/design/choices/config.d.ts +21 -0
  22. package/dist/author/design/choices/config.js +33 -0
  23. package/dist/author/design/choices/index.d.ts +41 -0
  24. package/dist/author/design/choices/index.js +110 -0
  25. package/dist/author/design/header.d.ts +24 -0
  26. package/dist/author/design/header.js +49 -0
  27. package/dist/author/design/index.d.ts +52 -0
  28. package/dist/author/design/index.js +417 -0
  29. package/dist/author/design/input-header.d.ts +39 -0
  30. package/dist/author/design/input-header.js +69 -0
  31. package/dist/author/design/utils.d.ts +9 -0
  32. package/dist/author/design/utils.js +7 -0
  33. package/dist/author/index.d.ts +51 -0
  34. package/dist/author/index.js +87 -0
  35. package/dist/author/main.d.ts +23 -0
  36. package/dist/author/main.js +30 -0
  37. package/dist/author/utils.d.ts +16 -0
  38. package/dist/author/utils.js +17 -0
  39. package/dist/controller/defaults.d.ts +34 -0
  40. package/dist/controller/defaults.js +29 -0
  41. package/dist/controller/index.d.ts +61 -0
  42. package/dist/controller/index.js +155 -0
  43. package/dist/controller/utils.d.ts +20 -0
  44. package/dist/controller/utils.js +35 -0
  45. package/dist/delivery/categorize/categories.d.ts +34 -0
  46. package/dist/delivery/categorize/categories.js +66 -0
  47. package/dist/delivery/categorize/category.d.ts +28 -0
  48. package/dist/delivery/categorize/category.js +48 -0
  49. package/dist/delivery/categorize/choice.d.ts +27 -0
  50. package/dist/delivery/categorize/choice.js +94 -0
  51. package/dist/delivery/categorize/choices.d.ts +39 -0
  52. package/dist/delivery/categorize/choices.js +51 -0
  53. package/dist/delivery/categorize/droppable-placeholder.d.ts +32 -0
  54. package/dist/delivery/categorize/droppable-placeholder.js +64 -0
  55. package/dist/delivery/categorize/grid-content.d.ts +25 -0
  56. package/dist/delivery/categorize/grid-content.js +39 -0
  57. package/dist/delivery/categorize/index.d.ts +57 -0
  58. package/dist/delivery/categorize/index.js +260 -0
  59. package/dist/delivery/index.d.ts +27 -0
  60. package/dist/delivery/index.js +152 -0
  61. package/dist/index.d.ts +1 -0
  62. package/dist/index.iife.d.ts +8 -0
  63. package/dist/index.iife.js +152 -0
  64. package/dist/index.js +2 -0
  65. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_DataView.js +6 -0
  66. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Hash.js +16 -0
  67. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_ListCache.js +16 -0
  68. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Map.js +6 -0
  69. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_MapCache.js +16 -0
  70. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Promise.js +6 -0
  71. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Set.js +6 -0
  72. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Stack.js +14 -0
  73. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Symbol.js +5 -0
  74. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Uint8Array.js +5 -0
  75. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_WeakMap.js +6 -0
  76. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayEach.js +7 -0
  77. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayFilter.js +10 -0
  78. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayLikeKeys.js +15 -0
  79. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayPush.js +7 -0
  80. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_assignValue.js +10 -0
  81. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_assocIndexOf.js +8 -0
  82. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseAssign.js +8 -0
  83. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseAssignIn.js +8 -0
  84. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseAssignValue.js +12 -0
  85. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseClone.js +57 -0
  86. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseCreate.js +14 -0
  87. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGetAllKeys.js +9 -0
  88. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGetTag.js +10 -0
  89. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsArguments.js +9 -0
  90. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsMap.js +9 -0
  91. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsNative.js +11 -0
  92. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsSet.js +9 -0
  93. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsTypedArray.js +11 -0
  94. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseKeys.js +12 -0
  95. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseKeysIn.js +13 -0
  96. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseTimes.js +7 -0
  97. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseUnary.js +8 -0
  98. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneArrayBuffer.js +8 -0
  99. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneBuffer.js +10 -0
  100. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneDataView.js +8 -0
  101. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneRegExp.js +8 -0
  102. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneSymbol.js +8 -0
  103. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneTypedArray.js +8 -0
  104. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copyArray.js +8 -0
  105. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copyObject.js +14 -0
  106. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copySymbols.js +8 -0
  107. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copySymbolsIn.js +8 -0
  108. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_coreJsData.js +5 -0
  109. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_defineProperty.js +10 -0
  110. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_freeGlobal.js +4 -0
  111. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getAllKeys.js +9 -0
  112. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getAllKeysIn.js +9 -0
  113. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getMapData.js +8 -0
  114. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getNative.js +9 -0
  115. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getPrototype.js +5 -0
  116. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getRawTag.js +14 -0
  117. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getSymbols.js +10 -0
  118. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getSymbolsIn.js +11 -0
  119. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getTag.js +23 -0
  120. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getValue.js +6 -0
  121. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashClear.js +7 -0
  122. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashDelete.js +7 -0
  123. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashGet.js +13 -0
  124. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashHas.js +9 -0
  125. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashSet.js +9 -0
  126. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_initCloneArray.js +8 -0
  127. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_initCloneByTag.js +33 -0
  128. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_initCloneObject.js +9 -0
  129. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isIndex.js +8 -0
  130. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isKeyable.js +7 -0
  131. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isMasked.js +11 -0
  132. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isPrototype.js +8 -0
  133. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheClear.js +6 -0
  134. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheDelete.js +9 -0
  135. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheGet.js +8 -0
  136. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheHas.js +7 -0
  137. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheSet.js +8 -0
  138. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheClear.js +13 -0
  139. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheDelete.js +8 -0
  140. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheGet.js +7 -0
  141. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheHas.js +7 -0
  142. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheSet.js +8 -0
  143. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeCreate.js +5 -0
  144. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeKeys.js +5 -0
  145. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeKeysIn.js +8 -0
  146. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nodeUtil.js +9 -0
  147. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_objectToString.js +7 -0
  148. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_overArg.js +8 -0
  149. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_root.js +5 -0
  150. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackClear.js +7 -0
  151. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackDelete.js +7 -0
  152. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackGet.js +6 -0
  153. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackHas.js +6 -0
  154. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackSet.js +16 -0
  155. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_toSource.js +15 -0
  156. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/cloneDeep.js +8 -0
  157. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/eq.js +6 -0
  158. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArguments.js +10 -0
  159. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArray.js +4 -0
  160. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArrayLike.js +8 -0
  161. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isBuffer.js +6 -0
  162. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isEmpty.js +21 -0
  163. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isFunction.js +11 -0
  164. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isLength.js +7 -0
  165. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isMap.js +7 -0
  166. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isObject.js +7 -0
  167. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isObjectLike.js +6 -0
  168. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isSet.js +7 -0
  169. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isTypedArray.js +7 -0
  170. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/keys.js +9 -0
  171. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/keysIn.js +9 -0
  172. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/stubArray.js +6 -0
  173. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/stubFalse.js +6 -0
  174. package/package.json +53 -17
  175. package/CHANGELOG.json +0 -1637
  176. package/CHANGELOG.md +0 -2524
  177. package/LICENSE.md +0 -5
  178. package/README.md +0 -5
  179. package/configure/CHANGELOG.json +0 -1202
  180. package/configure/CHANGELOG.md +0 -2107
  181. package/configure/lib/defaults.js +0 -222
  182. package/configure/lib/defaults.js.map +0 -1
  183. package/configure/lib/design/builder.js +0 -55
  184. package/configure/lib/design/builder.js.map +0 -1
  185. package/configure/lib/design/buttons.js +0 -59
  186. package/configure/lib/design/buttons.js.map +0 -1
  187. package/configure/lib/design/categories/RowLabel.js +0 -66
  188. package/configure/lib/design/categories/RowLabel.js.map +0 -1
  189. package/configure/lib/design/categories/alternateResponses.js +0 -116
  190. package/configure/lib/design/categories/alternateResponses.js.map +0 -1
  191. package/configure/lib/design/categories/category.js +0 -153
  192. package/configure/lib/design/categories/category.js.map +0 -1
  193. package/configure/lib/design/categories/choice-preview.js +0 -79
  194. package/configure/lib/design/categories/choice-preview.js.map +0 -1
  195. package/configure/lib/design/categories/droppable-placeholder.js +0 -93
  196. package/configure/lib/design/categories/droppable-placeholder.js.map +0 -1
  197. package/configure/lib/design/categories/index.js +0 -256
  198. package/configure/lib/design/categories/index.js.map +0 -1
  199. package/configure/lib/design/choices/choice.js +0 -187
  200. package/configure/lib/design/choices/choice.js.map +0 -1
  201. package/configure/lib/design/choices/config.js +0 -58
  202. package/configure/lib/design/choices/config.js.map +0 -1
  203. package/configure/lib/design/choices/index.js +0 -197
  204. package/configure/lib/design/choices/index.js.map +0 -1
  205. package/configure/lib/design/header.js +0 -71
  206. package/configure/lib/design/header.js.map +0 -1
  207. package/configure/lib/design/index.js +0 -727
  208. package/configure/lib/design/index.js.map +0 -1
  209. package/configure/lib/design/input-header.js +0 -105
  210. package/configure/lib/design/input-header.js.map +0 -1
  211. package/configure/lib/design/utils.js +0 -12
  212. package/configure/lib/design/utils.js.map +0 -1
  213. package/configure/lib/index.js +0 -147
  214. package/configure/lib/index.js.map +0 -1
  215. package/configure/lib/main.js +0 -44
  216. package/configure/lib/main.js.map +0 -1
  217. package/configure/lib/utils.js +0 -43
  218. package/configure/lib/utils.js.map +0 -1
  219. package/configure/package.json +0 -32
  220. package/controller/CHANGELOG.json +0 -452
  221. package/controller/CHANGELOG.md +0 -1366
  222. package/controller/lib/defaults.js +0 -33
  223. package/controller/lib/defaults.js.map +0 -1
  224. package/controller/lib/index.js +0 -479
  225. package/controller/lib/index.js.map +0 -1
  226. package/controller/lib/utils.js +0 -69
  227. package/controller/lib/utils.js.map +0 -1
  228. package/controller/package.json +0 -18
  229. package/docs/config-schema.json +0 -2897
  230. package/docs/config-schema.json.md +0 -2138
  231. package/docs/demo/config.js +0 -8
  232. package/docs/demo/generate.js +0 -357
  233. package/docs/demo/index.html +0 -1
  234. package/docs/demo/session.js +0 -12
  235. package/docs/pie-schema.json +0 -1784
  236. package/docs/pie-schema.json.md +0 -1046
  237. package/lib/categorize/categories.js +0 -135
  238. package/lib/categorize/categories.js.map +0 -1
  239. package/lib/categorize/category.js +0 -67
  240. package/lib/categorize/category.js.map +0 -1
  241. package/lib/categorize/choice.js +0 -140
  242. package/lib/categorize/choice.js.map +0 -1
  243. package/lib/categorize/choices.js +0 -99
  244. package/lib/categorize/choices.js.map +0 -1
  245. package/lib/categorize/droppable-placeholder.js +0 -84
  246. package/lib/categorize/droppable-placeholder.js.map +0 -1
  247. package/lib/categorize/grid-content.js +0 -55
  248. package/lib/categorize/grid-content.js.map +0 -1
  249. package/lib/categorize/index.js +0 -450
  250. package/lib/categorize/index.js.map +0 -1
  251. package/lib/index.js +0 -316
  252. package/lib/index.js.map +0 -1
@@ -1,452 +0,0 @@
1
- [
2
- {
3
- "type": "feat",
4
- "scope": "general",
5
- "subject": "initialize default model (#129)",
6
- "merge": null,
7
- "header": "feat(general): initialize default model (#129)",
8
- "body": "* feat: initialize empty README\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* fix: add babel-transform-runtime in order to support async/await\n\n* bump yarn lock\n\n* update snapshots",
9
- "footer": null,
10
- "notes": [],
11
- "hash": "b62d0585a86c8e2fbe5a6181b869a28c1131756b",
12
- "gitTags": "",
13
- "committerDate": "2019-03-12 15:47:20 -0400",
14
- "isTagged": true,
15
- "tag": "@pie-element/categorize-controller@1.2.0"
16
- },
17
- {
18
- "type": "fix",
19
- "scope": "categorize-add-feedback",
20
- "subject": "added tests for the new logic",
21
- "merge": null,
22
- "header": "fix(categorize-add-feedback): added tests for the new logic",
23
- "body": null,
24
- "footer": null,
25
- "notes": [],
26
- "hash": "3c2ca0d48d32278b1159472352b95e005ecef3b2",
27
- "gitTags": "",
28
- "committerDate": "2018-11-09 18:20:33 +0200",
29
- "isTagged": true,
30
- "tag": "@pie-element/categorize-controller@1.1.1"
31
- },
32
- {
33
- "type": "fix",
34
- "scope": "categorize-add-feedback",
35
- "subject": "added possibility of setting feedback for the evaluation and fixed some dependencies",
36
- "merge": null,
37
- "header": "fix(categorize-add-feedback): added possibility of setting feedback for the evaluation and fixed some dependencies",
38
- "body": null,
39
- "footer": null,
40
- "notes": [],
41
- "hash": "6a3a8ef56c4dd7fe2986633513d10fe49a47cc3c",
42
- "gitTags": "",
43
- "committerDate": "2018-11-09 10:40:53 +0200",
44
- "isTagged": true,
45
- "tag": "@pie-element/categorize-controller@1.1.1"
46
- },
47
- {
48
- "type": "fix",
49
- "scope": null,
50
- "subject": "build fixes",
51
- "merge": null,
52
- "header": "fix: build fixes",
53
- "body": null,
54
- "footer": null,
55
- "notes": [],
56
- "hash": "3c3a7f20ff7805fa1265eb7b187b80d77e1820ac",
57
- "gitTags": "",
58
- "committerDate": "2018-09-20 09:49:51 +0100",
59
- "isTagged": true,
60
- "tag": "@pie-element/categorize-controller@1.1.0"
61
- },
62
- {
63
- "type": "fix",
64
- "scope": null,
65
- "subject": "default scoring to empty object",
66
- "merge": null,
67
- "header": "fix: default scoring to empty object",
68
- "body": null,
69
- "footer": null,
70
- "notes": [],
71
- "hash": "14bcdb4b176ec55d39f8b4e64d319992edfdd246",
72
- "gitTags": "",
73
- "committerDate": "2018-09-11 13:41:48 +0100",
74
- "isTagged": true,
75
- "tag": "@pie-element/categorize-controller@1.1.0"
76
- },
77
- {
78
- "type": "feat",
79
- "scope": null,
80
- "subject": "upgrade material-ui -> @material-ui/core@1.0.0-rc.1",
81
- "merge": null,
82
- "header": "feat: upgrade material-ui -> @material-ui/core@1.0.0-rc.1",
83
- "body": null,
84
- "footer": null,
85
- "notes": [],
86
- "hash": "5e1de5bfde5404038f77b593000822446ee18d0f",
87
- "gitTags": " (origin/feature/categorize)",
88
- "committerDate": "2018-05-22 14:42:13 -0400",
89
- "isTagged": true,
90
- "tag": "@pie-element/categorize-controller@1.1.0"
91
- },
92
- {
93
- "type": "feat",
94
- "scope": null,
95
- "subject": "new categorize element",
96
- "merge": null,
97
- "header": "feat: new categorize element",
98
- "body": null,
99
- "footer": null,
100
- "notes": [],
101
- "hash": "08906de40ef4537a5a9a9a6c9fe57eb47aac80d3",
102
- "gitTags": "",
103
- "committerDate": "2018-05-22 14:42:10 -0400",
104
- "isTagged": true,
105
- "tag": "@pie-element/categorize-controller@1.1.0"
106
- },
107
- {
108
- "type": "feat",
109
- "scope": "categorize",
110
- "subject": "Updated with new version of @pie-lib-config-ui. Removed `model.config` and instead added new props directly on model: `choicesPerRow`, `categoriesPerRow`, `choicesPosition`, `choicesLabel`, `lockChoiceOrder`, `removeTilesAfterPlacing`.",
111
- "merge": null,
112
- "header": "feat(categorize): Updated with new version of @pie-lib-config-ui. Removed `model.config` and instead added new props directly on model: `choicesPerRow`, `categoriesPerRow`, `choicesPosition`, `choicesLabel`, `lockChoiceOrder`, `removeTilesAfterPlacing`.",
113
- "body": null,
114
- "footer": "BREAKING CHANGE: `model.config` is removed, use `choicesPerRow`, `categoriesPerRow`, `choicesPosition`, `choicesLabel`, `lockChoiceOrder`, `removeTilesAfterPlacing` on model instead.",
115
- "notes": [
116
- {
117
- "title": "BREAKING CHANGE",
118
- "text": "`model.config` is removed, use `choicesPerRow`, `categoriesPerRow`, `choicesPosition`, `choicesLabel`, `lockChoiceOrder`, `removeTilesAfterPlacing` on model instead."
119
- }
120
- ],
121
- "hash": "5922f855312550e25018affa5bcc5f4c116dc47a",
122
- "gitTags": "",
123
- "committerDate": "2019-05-07 13:47:57 +0300",
124
- "isTagged": true,
125
- "tag": "@pie-element/categorize-controller@2.0.0"
126
- },
127
- {
128
- "type": "feat",
129
- "scope": null,
130
- "subject": "Sending rationale for `instructor` role only in 'view' or 'evaluate' mode.",
131
- "merge": null,
132
- "header": "feat: Sending rationale for `instructor` role only in 'view' or 'evaluate' mode.",
133
- "body": null,
134
- "footer": null,
135
- "notes": [],
136
- "hash": "f29d759f71f8a969954894fe96c138c15a89911d",
137
- "gitTags": "",
138
- "committerDate": "2019-05-14 15:44:22 +0300",
139
- "isTagged": true,
140
- "tag": "@pie-element/categorize-controller@3.0.0"
141
- },
142
- {
143
- "type": "feat",
144
- "scope": "categorize",
145
- "subject": "Integrated settings panel. Added support for rationale. Removed scoring panel.",
146
- "merge": null,
147
- "header": "feat(categorize): Integrated settings panel. Added support for rationale. Removed scoring panel.",
148
- "body": null,
149
- "footer": "BREAKING CHANGE: `scoring` with `partial` and `weighting` is not supported anymore.",
150
- "notes": [
151
- {
152
- "title": "BREAKING CHANGE",
153
- "text": "`scoring` with `partial` and `weighting` is not supported anymore."
154
- }
155
- ],
156
- "hash": "6e5a1bf61b71d246d7202198cbbc8fe075f858d4",
157
- "gitTags": "",
158
- "committerDate": "2019-05-13 18:37:25 +0300",
159
- "isTagged": true,
160
- "tag": "@pie-element/categorize-controller@3.0.0"
161
- },
162
- {
163
- "type": "feat",
164
- "scope": "extras",
165
- "subject": "added row labels support and alternate responses",
166
- "merge": null,
167
- "header": "feat(extras): added row labels support and alternate responses",
168
- "body": null,
169
- "footer": null,
170
- "notes": [],
171
- "hash": "280028fd6d09efd73a0a30dad7b3c88ebd896c8e",
172
- "gitTags": " (origin/andreilakatos/ch814/row-titles-categorize)",
173
- "committerDate": "2019-06-19 09:05:29 +0200",
174
- "isTagged": true,
175
- "tag": "@pie-element/categorize-controller@3.1.0"
176
- },
177
- {
178
- "type": "fix",
179
- "scope": "editable-html",
180
- "subject": "fixed lots of stuff regarding the editable-html",
181
- "merge": null,
182
- "header": "fix(editable-html): fixed lots of stuff regarding the editable-html",
183
- "body": null,
184
- "footer": null,
185
- "notes": [],
186
- "hash": "12c112917e0b5065ec35efdbdc276703602a6c68",
187
- "gitTags": " (origin/andrei/fixes)",
188
- "committerDate": "2019-07-07 14:16:34 -0400",
189
- "isTagged": true,
190
- "tag": "@pie-element/categorize-controller@3.1.5"
191
- },
192
- {
193
- "type": "fix",
194
- "scope": "elements",
195
- "subject": "fixed some feedback config issues and the prompt issue on categorize [ch2192], [ch1770]",
196
- "merge": null,
197
- "header": "fix(elements): fixed some feedback config issues and the prompt issue on categorize [ch2192], [ch1770]",
198
- "body": null,
199
- "footer": null,
200
- "notes": [],
201
- "hash": "eb227241ba3bc52d7bf7a313f4f85b69e9203e85",
202
- "gitTags": "",
203
- "committerDate": "2019-08-01 12:43:53 +0300",
204
- "isTagged": true,
205
- "tag": "@pie-element/categorize-controller@3.1.8"
206
- },
207
- {
208
- "type": "feat",
209
- "scope": null,
210
- "subject": "Session null/empty check",
211
- "merge": null,
212
- "header": "feat: Session null/empty check",
213
- "body": "Check for each interaction if: has outcome function, outcome function returns { score: 0, empty: true } if session null/empty/undefined, everywhere where session is used we handle if session is null/empty/undefined and test each function that uses session. [ebsr, explicit-constructed-response, function-entry, hotspot]",
214
- "footer": null,
215
- "notes": [],
216
- "hash": "0538211b44e793dc34ff385226ee7278cc042384",
217
- "gitTags": "",
218
- "committerDate": "2019-08-23 11:07:39 +0300",
219
- "isTagged": true,
220
- "tag": "@pie-element/categorize-controller@3.2.0"
221
- },
222
- {
223
- "type": "feat",
224
- "scope": null,
225
- "subject": "Session null/empty check",
226
- "merge": null,
227
- "header": "feat: Session null/empty check",
228
- "body": "Check for each interaction if: has outcome function, outcome function returns { score: 0, empty: true } if session null/empty/undefined, everywhere where session is used we handle if session is null/empty/undefined and test each function that uses session. [categorize + fixed not partial scoring, charting, drag-in-the-blank]",
229
- "footer": null,
230
- "notes": [],
231
- "hash": "33569a4a262083f112162ddf1401189818156112",
232
- "gitTags": "",
233
- "committerDate": "2019-08-22 10:53:14 +0300",
234
- "isTagged": true,
235
- "tag": "@pie-element/categorize-controller@3.2.0"
236
- },
237
- {
238
- "type": "fix",
239
- "scope": null,
240
- "subject": "bump pie-lib/controller-utils",
241
- "merge": null,
242
- "header": "fix: bump pie-lib/controller-utils",
243
- "body": null,
244
- "footer": null,
245
- "notes": [],
246
- "hash": "ba3de006afa1ddaa582a531779be766c9715f64c",
247
- "gitTags": "",
248
- "committerDate": "2019-08-30 23:15:07 +0300",
249
- "isTagged": true,
250
- "tag": "@pie-element/categorize-controller@3.3.0"
251
- },
252
- {
253
- "type": "feat",
254
- "scope": null,
255
- "subject": "make use of updateSession callback",
256
- "merge": null,
257
- "header": "feat: make use of updateSession callback",
258
- "body": null,
259
- "footer": null,
260
- "notes": [],
261
- "hash": "0529485bda298b3a21dd6e0ad723ef7366e6e954",
262
- "gitTags": "",
263
- "committerDate": "2019-08-23 17:16:51 +0300",
264
- "isTagged": true,
265
- "tag": "@pie-element/categorize-controller@3.3.0"
266
- },
267
- {
268
- "type": "feat",
269
- "scope": null,
270
- "subject": "Moved rationale, teacherInstructions and student instructions enabled flag in model because it's needed in controller.",
271
- "merge": null,
272
- "header": "feat: Moved rationale, teacherInstructions and student instructions enabled flag in model because it's needed in controller.",
273
- "body": null,
274
- "footer": "BREAKING CHANGE: `enabled` property from `configuration.rationale.enabled` moved to `model.rationaleEnabled`. Same applies to teacherInstructions/studentInstructions.",
275
- "notes": [
276
- {
277
- "title": "BREAKING CHANGE",
278
- "text": "`enabled` property from `configuration.rationale.enabled` moved to `model.rationaleEnabled`. Same applies to teacherInstructions/studentInstructions."
279
- }
280
- ],
281
- "hash": "fa22befe8a42495e61f64a26544ffe9c973cb68a",
282
- "gitTags": "",
283
- "committerDate": "2019-09-16 19:12:33 +0300",
284
- "isTagged": true,
285
- "tag": "@pie-element/categorize-controller@4.0.0"
286
- },
287
- {
288
- "type": "feat",
289
- "scope": "categorize",
290
- "subject": "model based prompt",
291
- "merge": null,
292
- "header": "feat(categorize): model based prompt",
293
- "body": null,
294
- "footer": null,
295
- "notes": [],
296
- "hash": "a3c911dee9dfa3ec3ee45a7d6408c4d5fe1cceb1",
297
- "gitTags": "",
298
- "committerDate": "2019-09-24 16:09:23 +0300",
299
- "isTagged": true,
300
- "tag": "@pie-element/categorize-controller@4.1.0"
301
- },
302
- {
303
- "type": "fix",
304
- "scope": null,
305
- "subject": "bump @pie-lib/controller-utils@^0.2.1 [ch4723]",
306
- "merge": null,
307
- "header": "fix: bump @pie-lib/controller-utils@^0.2.1 [ch4723]",
308
- "body": null,
309
- "footer": null,
310
- "notes": [],
311
- "hash": "0a33d688d6d9e5f239daba982bfbdeebb10ba4ab",
312
- "gitTags": "",
313
- "committerDate": "2019-10-11 12:38:26 +0100",
314
- "isTagged": true,
315
- "tag": "@pie-element/categorize-controller@5.0.1"
316
- },
317
- {
318
- "type": "fix",
319
- "scope": null,
320
- "subject": "bump @pie-lib/controller-utils@^0.2.2",
321
- "merge": null,
322
- "header": "fix: bump @pie-lib/controller-utils@^0.2.2",
323
- "body": null,
324
- "footer": null,
325
- "notes": [],
326
- "hash": "edae61cd4f686b2e1611cf0cad710112177fff2e",
327
- "gitTags": "",
328
- "committerDate": "2019-10-15 12:11:16 +0100",
329
- "isTagged": true,
330
- "tag": "@pie-element/categorize-controller@5.0.2"
331
- },
332
- {
333
- "type": "fix",
334
- "scope": null,
335
- "subject": "ch2766 fix unresolved promise (#366)",
336
- "merge": null,
337
- "header": "fix: ch2766 fix unresolved promise (#366)",
338
- "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",
339
- "footer": "* fix: Fixed createCorrectResponseSession and added tests for it. (#365)",
340
- "notes": [],
341
- "hash": "9057b7fd08e4f5b07e953a5acd053e1945df57f2",
342
- "gitTags": " (origin/develop, origin/HEAD)",
343
- "committerDate": "2019-10-16 15:50:55 -0400",
344
- "isTagged": true,
345
- "tag": "@pie-element/categorize-controller@5.0.4"
346
- },
347
- {
348
- "type": "fix",
349
- "scope": null,
350
- "subject": "PIE-200 - use partialScoring logic from @pie-lib/controller-utils",
351
- "merge": null,
352
- "header": "fix: PIE-200 - use partialScoring logic from @pie-lib/controller-utils",
353
- "body": null,
354
- "footer": null,
355
- "notes": [],
356
- "hash": "e0727506674de4852b98db1e09fec8c7f3be3083",
357
- "gitTags": "",
358
- "committerDate": "2019-11-26 12:51:43 +0000",
359
- "isTagged": true,
360
- "tag": "@pie-element/categorize-controller@5.0.6"
361
- },
362
- {
363
- "type": "fix",
364
- "scope": null,
365
- "subject": "PIE-201 - store prompts and answers in session, fix",
366
- "merge": null,
367
- "header": "fix: PIE-201 - store prompts and answers in session, fix",
368
- "body": "controller-utils to use 0 as key",
369
- "footer": null,
370
- "notes": [],
371
- "hash": "23802242e0bc647f929f6db4dfd4b03f0112f2fb",
372
- "gitTags": "",
373
- "committerDate": "2019-11-18 20:35:06 +0000",
374
- "isTagged": true,
375
- "tag": "@pie-element/categorize-controller@5.0.6"
376
- },
377
- {
378
- "type": "fix",
379
- "scope": null,
380
- "subject": "bump ui versions",
381
- "merge": null,
382
- "header": "fix: bump ui versions",
383
- "body": null,
384
- "footer": null,
385
- "notes": [],
386
- "hash": "5b9d99fe59c304bdd173c9336503eb558900d2a2",
387
- "gitTags": "",
388
- "committerDate": "2020-03-31 19:25:13 +0100",
389
- "isTagged": true,
390
- "tag": "@pie-element/categorize-controller@5.1.0"
391
- },
392
- {
393
- "type": "fix",
394
- "scope": null,
395
- "subject": "bump lib and ui versions",
396
- "merge": null,
397
- "header": "fix: bump lib and ui versions",
398
- "body": null,
399
- "footer": null,
400
- "notes": [],
401
- "hash": "a882cbf4580098ce0e12c51cf6ad2879817e17e7",
402
- "gitTags": "",
403
- "committerDate": "2020-04-10 17:13:24 +0100",
404
- "isTagged": true,
405
- "tag": "@pie-element/categorize-controller@5.1.1"
406
- },
407
- {
408
- "type": "fix",
409
- "scope": null,
410
- "subject": "bump all packages to avoid tag conflict",
411
- "merge": null,
412
- "header": "fix: bump all packages to avoid tag conflict",
413
- "body": null,
414
- "footer": null,
415
- "notes": [],
416
- "hash": "d9ec9a8689f0a391594b5e2f4ea958c6dc9f6d7b",
417
- "gitTags": "",
418
- "committerDate": "2020-04-10 20:01:37 +0100",
419
- "isTagged": true,
420
- "tag": "@pie-element/categorize-controller@5.1.1"
421
- },
422
- {
423
- "type": "fix",
424
- "scope": null,
425
- "subject": "bump ui/lib versions",
426
- "merge": null,
427
- "header": "fix: bump ui/lib versions",
428
- "body": null,
429
- "footer": null,
430
- "notes": [],
431
- "hash": "3edb2321ebaefcaee70c3642aa6da8a50e8a99e5",
432
- "gitTags": "",
433
- "committerDate": "2020-04-14 15:36:44 +0100",
434
- "isTagged": true,
435
- "tag": "@pie-element/categorize-controller@5.1.3"
436
- },
437
- {
438
- "type": "fix",
439
- "scope": null,
440
- "subject": "ui+libs update",
441
- "merge": null,
442
- "header": "fix: ui+libs update",
443
- "body": null,
444
- "footer": null,
445
- "notes": [],
446
- "hash": "6127de27006a7835d1dd7a9c4c5f13de950aa06d",
447
- "gitTags": "",
448
- "committerDate": "2020-04-27 19:52:07 +0100",
449
- "isTagged": true,
450
- "tag": "@pie-element/categorize-controller@5.1.4"
451
- }
452
- ]