@pie-element/categorize 13.1.0-next.28 → 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 +52 -16
  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,1202 +0,0 @@
1
- [
2
- {
3
- "type": "fix",
4
- "scope": null,
5
- "subject": "Fixed snapshots.",
6
- "merge": null,
7
- "header": "fix: Fixed snapshots.",
8
- "body": null,
9
- "footer": null,
10
- "notes": [],
11
- "hash": "8adf68109f74d72e64cb03f35cb0ef1f9b886dfd",
12
- "gitTags": " (origin/fix/categorize, fix/categorize)",
13
- "committerDate": "2019-03-13 11:37:10 +0200",
14
- "isTagged": true,
15
- "tag": "@pie-element/categorize-configure@1.5.0"
16
- },
17
- {
18
- "type": "fix",
19
- "scope": null,
20
- "subject": "Fixed console warning.",
21
- "merge": null,
22
- "header": "fix: Fixed console warning.",
23
- "body": null,
24
- "footer": null,
25
- "notes": [],
26
- "hash": "3455bf23021bc01536a3630d8cb9eca3c42f965a",
27
- "gitTags": "",
28
- "committerDate": "2019-03-13 09:12:11 +0200",
29
- "isTagged": true,
30
- "tag": "@pie-element/categorize-configure@1.5.0"
31
- },
32
- {
33
- "type": "feat",
34
- "scope": "general",
35
- "subject": "initialize default model (#129)",
36
- "merge": null,
37
- "header": "feat(general): initialize default model (#129)",
38
- "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",
39
- "footer": null,
40
- "notes": [],
41
- "hash": "b62d0585a86c8e2fbe5a6181b869a28c1131756b",
42
- "gitTags": "",
43
- "committerDate": "2019-03-12 15:47:20 -0400",
44
- "isTagged": true,
45
- "tag": "@pie-element/categorize-configure@1.5.0"
46
- },
47
- {
48
- "type": "feat",
49
- "scope": null,
50
- "subject": "all elements on `develop` target @next releases",
51
- "merge": null,
52
- "header": "feat: all elements on `develop` target @next releases",
53
- "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`",
54
- "footer": null,
55
- "notes": [],
56
- "hash": "d3766e679f8442b55efc659e59242b6dfa6356a0",
57
- "gitTags": "",
58
- "committerDate": "2019-02-19 19:46:59 +0000",
59
- "isTagged": true,
60
- "tag": "@pie-element/categorize-configure@1.5.0"
61
- },
62
- {
63
- "type": "feat",
64
- "scope": "general",
65
- "subject": "updated the pie-lib/editable-html versions for all elements",
66
- "merge": null,
67
- "header": "feat(general): updated the pie-lib/editable-html versions for all elements",
68
- "body": null,
69
- "footer": null,
70
- "notes": [],
71
- "hash": "f642cb5332421f654ce031fd16002cc85dd5abd8",
72
- "gitTags": "",
73
- "committerDate": "2019-02-19 09:52:28 +0200",
74
- "isTagged": true,
75
- "tag": "@pie-element/categorize-configure@1.4.0"
76
- },
77
- {
78
- "type": "chore",
79
- "scope": null,
80
- "subject": "update snapshots",
81
- "merge": null,
82
- "header": "chore: update snapshots",
83
- "body": null,
84
- "footer": null,
85
- "notes": [],
86
- "hash": "e650b49748ff0a5110a02a11761c639ab585df66",
87
- "gitTags": "",
88
- "committerDate": "2019-02-13 10:52:56 +0000",
89
- "isTagged": true,
90
- "tag": "@pie-element/categorize-configure@1.3.4"
91
- },
92
- {
93
- "type": "fix",
94
- "scope": "general",
95
- "subject": "bumped the config-ui version for all packages",
96
- "merge": null,
97
- "header": "fix(general): bumped the config-ui version for all packages",
98
- "body": null,
99
- "footer": null,
100
- "notes": [],
101
- "hash": "159521db769e7043a1fbea9f06ed153f85bc55df",
102
- "gitTags": "",
103
- "committerDate": "2019-01-08 15:04:14 +0200",
104
- "isTagged": true,
105
- "tag": "@pie-element/categorize-configure@1.3.3"
106
- },
107
- {
108
- "type": "fix",
109
- "scope": null,
110
- "subject": "conflict",
111
- "merge": null,
112
- "header": "fix: conflict",
113
- "body": null,
114
- "footer": null,
115
- "notes": [],
116
- "hash": "b854c6bf9d8139161ae34c16556edf48eb7ba942",
117
- "gitTags": "",
118
- "committerDate": "2018-11-12 12:28:04 +0000",
119
- "isTagged": true,
120
- "tag": "@pie-element/categorize-configure@1.3.1"
121
- },
122
- {
123
- "type": "fix",
124
- "scope": null,
125
- "subject": "fix tests",
126
- "merge": null,
127
- "header": "fix: fix tests",
128
- "body": null,
129
- "footer": null,
130
- "notes": [],
131
- "hash": "79ee8a5e4aa0eccccf1f17108549a3d95102afa2",
132
- "gitTags": "",
133
- "committerDate": "2018-11-12 12:27:14 +0000",
134
- "isTagged": true,
135
- "tag": "@pie-element/categorize-configure@1.3.1"
136
- },
137
- {
138
- "type": "fix",
139
- "scope": "categorize-add-feedback",
140
- "subject": "added tests for the new logic",
141
- "merge": null,
142
- "header": "fix(categorize-add-feedback): added tests for the new logic",
143
- "body": null,
144
- "footer": null,
145
- "notes": [],
146
- "hash": "3c2ca0d48d32278b1159472352b95e005ecef3b2",
147
- "gitTags": "",
148
- "committerDate": "2018-11-09 18:20:33 +0200",
149
- "isTagged": true,
150
- "tag": "@pie-element/categorize-configure@1.3.2"
151
- },
152
- {
153
- "type": "fix",
154
- "scope": "categorize-add-feedback",
155
- "subject": "added possibility of setting feedback for the evaluation and fixed some dependencies",
156
- "merge": null,
157
- "header": "fix(categorize-add-feedback): added possibility of setting feedback for the evaluation and fixed some dependencies",
158
- "body": null,
159
- "footer": null,
160
- "notes": [],
161
- "hash": "6a3a8ef56c4dd7fe2986633513d10fe49a47cc3c",
162
- "gitTags": "",
163
- "committerDate": "2018-11-09 10:40:53 +0200",
164
- "isTagged": true,
165
- "tag": "@pie-element/categorize-configure@1.3.2"
166
- },
167
- {
168
- "type": "feat",
169
- "scope": "categorize-image-support",
170
- "subject": "added image support for all categorize elements",
171
- "merge": null,
172
- "header": "feat(categorize-image-support): added image support for all categorize elements",
173
- "body": null,
174
- "footer": null,
175
- "notes": [],
176
- "hash": "d9dd0b537b3993eb62f190da2e9693fe1af139a6",
177
- "gitTags": "",
178
- "committerDate": "2018-11-02 16:04:44 +0200",
179
- "isTagged": true,
180
- "tag": "@pie-element/categorize-configure@1.3.0"
181
- },
182
- {
183
- "type": "chore",
184
- "scope": null,
185
- "subject": "update snapshot",
186
- "merge": null,
187
- "header": "chore: update snapshot",
188
- "body": null,
189
- "footer": null,
190
- "notes": [],
191
- "hash": "aabc9a337c38cb1ab6a14b5b4a6aaa40db457933",
192
- "gitTags": "",
193
- "committerDate": "2018-10-16 11:46:22 +0100",
194
- "isTagged": true,
195
- "tag": "@pie-element/categorize-configure@1.2.0"
196
- },
197
- {
198
- "type": "feat",
199
- "scope": "issue-84",
200
- "subject": "changed label title and added position left and right for the choices",
201
- "merge": null,
202
- "header": "feat(issue-84): changed label title and added position left and right for the choices",
203
- "body": null,
204
- "footer": null,
205
- "notes": [],
206
- "hash": "e2e13fbc8490fd434835d8ea0a3baf409e96a0d9",
207
- "gitTags": " (origin/fix/issue-84)",
208
- "committerDate": "2018-10-12 11:13:21 +0300",
209
- "isTagged": true,
210
- "tag": "@pie-element/categorize-configure@1.2.0"
211
- },
212
- {
213
- "type": "feat",
214
- "scope": "categorize",
215
- "subject": "added image support for categorize choices",
216
- "merge": null,
217
- "header": "feat(categorize): added image support for categorize choices",
218
- "body": null,
219
- "footer": null,
220
- "notes": [],
221
- "hash": "4e89189a9b87a17626ab306cb5d32853e2ea2b9a",
222
- "gitTags": " (origin/feat/categorize)",
223
- "committerDate": "2018-10-11 12:14:24 +0300",
224
- "isTagged": true,
225
- "tag": "@pie-element/categorize-configure@1.2.0"
226
- },
227
- {
228
- "type": "fix",
229
- "scope": null,
230
- "subject": "build fixes",
231
- "merge": null,
232
- "header": "fix: build fixes",
233
- "body": null,
234
- "footer": null,
235
- "notes": [],
236
- "hash": "3c3a7f20ff7805fa1265eb7b187b80d77e1820ac",
237
- "gitTags": "",
238
- "committerDate": "2018-09-20 09:49:51 +0100",
239
- "isTagged": true,
240
- "tag": "@pie-element/categorize-configure@1.1.1"
241
- },
242
- {
243
- "type": "chore",
244
- "scope": null,
245
- "subject": "update snapshot",
246
- "merge": null,
247
- "header": "chore: update snapshot",
248
- "body": null,
249
- "footer": null,
250
- "notes": [],
251
- "hash": "47a4731f2edd5062d7eb56ce9f74116d475bfa69",
252
- "gitTags": "",
253
- "committerDate": "2018-09-19 22:17:54 +0100",
254
- "isTagged": true,
255
- "tag": "@pie-element/categorize-configure@1.1.0"
256
- },
257
- {
258
- "type": "feat",
259
- "scope": null,
260
- "subject": "don't throw error if score config is empty",
261
- "merge": null,
262
- "header": "feat: don't throw error if score config is empty",
263
- "body": null,
264
- "footer": null,
265
- "notes": [],
266
- "hash": "d456b8442045b3ef1566f019ce2fb770cd223552",
267
- "gitTags": "",
268
- "committerDate": "2018-09-18 14:15:31 +0100",
269
- "isTagged": true,
270
- "tag": "@pie-element/categorize-configure@1.1.0"
271
- },
272
- {
273
- "type": "fix",
274
- "scope": null,
275
- "subject": "fall back to default position if not present",
276
- "merge": null,
277
- "header": "fix: fall back to default position if not present",
278
- "body": null,
279
- "footer": null,
280
- "notes": [],
281
- "hash": "1d9123739cd6e04d1bb5a38f979a25d6bcf7ef29",
282
- "gitTags": "",
283
- "committerDate": "2018-09-17 15:10:04 +0100",
284
- "isTagged": true,
285
- "tag": "@pie-element/categorize-configure@1.1.0"
286
- },
287
- {
288
- "type": "feat",
289
- "scope": null,
290
- "subject": "use latest categorize and math-rendering that has mathjax",
291
- "merge": null,
292
- "header": "feat: use latest categorize and math-rendering that has mathjax",
293
- "body": null,
294
- "footer": null,
295
- "notes": [],
296
- "hash": "8c17a6fd28215b35b6471f17cb06f95e6c66fa08",
297
- "gitTags": "",
298
- "committerDate": "2018-09-13 19:37:31 +0100",
299
- "isTagged": true,
300
- "tag": "@pie-element/categorize-configure@1.1.0"
301
- },
302
- {
303
- "type": "fix",
304
- "scope": null,
305
- "subject": "use @pie-lib/math-rendering@^0.5.0",
306
- "merge": null,
307
- "header": "fix: use @pie-lib/math-rendering@^0.5.0",
308
- "body": null,
309
- "footer": null,
310
- "notes": [],
311
- "hash": "f4d6a76a18f0413088a30c074c6241d4bf530df0",
312
- "gitTags": "",
313
- "committerDate": "2018-09-12 22:07:41 +0100",
314
- "isTagged": true,
315
- "tag": "@pie-element/categorize-configure@1.1.0"
316
- },
317
- {
318
- "type": "fix",
319
- "scope": null,
320
- "subject": "render math in choice preview",
321
- "merge": null,
322
- "header": "fix: render math in choice preview",
323
- "body": null,
324
- "footer": null,
325
- "notes": [],
326
- "hash": "cbc5b0a0588823ab337b6891a2323b57d98e6b9d",
327
- "gitTags": "",
328
- "committerDate": "2018-08-10 12:58:27 -0400",
329
- "isTagged": true,
330
- "tag": "@pie-element/categorize-configure@1.1.0"
331
- },
332
- {
333
- "type": "fix",
334
- "scope": null,
335
- "subject": "bump config-ui@^7.6.6",
336
- "merge": null,
337
- "header": "fix: bump config-ui@^7.6.6",
338
- "body": null,
339
- "footer": null,
340
- "notes": [],
341
- "hash": "266235a5351077d081f4c08dab3411e6690d43ac",
342
- "gitTags": "",
343
- "committerDate": "2018-08-06 13:32:09 -0400",
344
- "isTagged": true,
345
- "tag": "@pie-element/categorize-configure@1.1.0"
346
- },
347
- {
348
- "type": "feat",
349
- "scope": "categorize",
350
- "subject": "toolbar fix for math interaction in choices and categories",
351
- "merge": null,
352
- "header": "feat(categorize): toolbar fix for math interaction in choices and categories",
353
- "body": null,
354
- "footer": null,
355
- "notes": [],
356
- "hash": "d14796ba106460c6c752eef93fccca41513a156e",
357
- "gitTags": "",
358
- "committerDate": "2018-08-06 17:22:38 +0300",
359
- "isTagged": true,
360
- "tag": "@pie-element/categorize-configure@1.1.0"
361
- },
362
- {
363
- "type": "fix",
364
- "scope": "categorize",
365
- "subject": "fix min and max for choice/categories per row fields",
366
- "merge": null,
367
- "header": "fix(categorize): fix min and max for choice/categories per row fields",
368
- "body": null,
369
- "footer": null,
370
- "notes": [],
371
- "hash": "9bfead63bb5994dcd7d588dd14093c8b157b9fa9",
372
- "gitTags": "",
373
- "committerDate": "2018-08-02 14:04:30 +0300",
374
- "isTagged": true,
375
- "tag": "@pie-element/categorize-configure@1.1.0"
376
- },
377
- {
378
- "type": "fix",
379
- "scope": "categorize",
380
- "subject": "fix changing label positions",
381
- "merge": null,
382
- "header": "fix(categorize): fix changing label positions",
383
- "body": null,
384
- "footer": null,
385
- "notes": [],
386
- "hash": "f624dbeca2649a3ce112e22ea77340ab704f8183",
387
- "gitTags": "",
388
- "committerDate": "2018-08-02 13:54:58 +0300",
389
- "isTagged": true,
390
- "tag": "@pie-element/categorize-configure@1.1.0"
391
- },
392
- {
393
- "type": "chore",
394
- "scope": null,
395
- "subject": "add mock for categorize tests",
396
- "merge": null,
397
- "header": "chore: add mock for categorize tests",
398
- "body": null,
399
- "footer": null,
400
- "notes": [],
401
- "hash": "9d15f6c9009c4204dcbde8223e234ec91e12bbc7",
402
- "gitTags": "",
403
- "committerDate": "2018-07-20 09:46:13 -0400",
404
- "isTagged": true,
405
- "tag": "@pie-element/categorize-configure@1.1.0"
406
- },
407
- {
408
- "type": "chore",
409
- "scope": "categorize",
410
- "subject": "fix tests",
411
- "merge": null,
412
- "header": "chore(categorize): fix tests",
413
- "body": null,
414
- "footer": null,
415
- "notes": [],
416
- "hash": "00995f7404789575faeb8a79ebc2de0cbc48e844",
417
- "gitTags": "",
418
- "committerDate": "2018-07-20 09:30:13 -0400",
419
- "isTagged": true,
420
- "tag": "@pie-element/categorize-configure@1.1.0"
421
- },
422
- {
423
- "type": "fix",
424
- "scope": "categorize",
425
- "subject": "drag and drop related fixes and version bump",
426
- "merge": null,
427
- "header": "fix(categorize): drag and drop related fixes and version bump",
428
- "body": null,
429
- "footer": null,
430
- "notes": [],
431
- "hash": "5004aa97075d210048d4d689aa3ff91c329ab7a5",
432
- "gitTags": "",
433
- "committerDate": "2018-07-18 19:42:30 +0300",
434
- "isTagged": true,
435
- "tag": "@pie-element/categorize-configure@1.1.0"
436
- },
437
- {
438
- "type": "feat",
439
- "scope": "categorize",
440
- "subject": "drag dependency update and version bump",
441
- "merge": null,
442
- "header": "feat(categorize): drag dependency update and version bump",
443
- "body": null,
444
- "footer": null,
445
- "notes": [],
446
- "hash": "485b661ef81da3e361d1a7adef385b9bbcb28e2f",
447
- "gitTags": "",
448
- "committerDate": "2018-07-18 18:52:31 +0300",
449
- "isTagged": true,
450
- "tag": "@pie-element/categorize-configure@1.1.0"
451
- },
452
- {
453
- "type": "chore",
454
- "scope": null,
455
- "subject": "update test snapshot",
456
- "merge": null,
457
- "header": "chore: update test snapshot",
458
- "body": null,
459
- "footer": null,
460
- "notes": [],
461
- "hash": "d9e84f108ae9faeaaf2f7d00ca197517842022d1",
462
- "gitTags": "",
463
- "committerDate": "2018-07-18 11:22:00 -0400",
464
- "isTagged": true,
465
- "tag": "@pie-element/categorize-configure@1.1.0"
466
- },
467
- {
468
- "type": "fix",
469
- "scope": "categorize",
470
- "subject": "test updates and fixes",
471
- "merge": null,
472
- "header": "fix(categorize): test updates and fixes",
473
- "body": null,
474
- "footer": null,
475
- "notes": [],
476
- "hash": "2f90cae8784fe51bd5e03fed167a4ca2b39df2cd",
477
- "gitTags": "",
478
- "committerDate": "2018-07-18 18:07:50 +0300",
479
- "isTagged": true,
480
- "tag": "@pie-element/categorize-configure@1.1.0"
481
- },
482
- {
483
- "type": "chore",
484
- "scope": null,
485
- "subject": "snapshot tests update",
486
- "merge": null,
487
- "header": "chore: snapshot tests update",
488
- "body": null,
489
- "footer": null,
490
- "notes": [],
491
- "hash": "f43b1f314d65227a2006bd4947915dc9a0dc5e1d",
492
- "gitTags": "",
493
- "committerDate": "2018-07-18 10:42:10 -0400",
494
- "isTagged": true,
495
- "tag": "@pie-element/categorize-configure@1.1.0"
496
- },
497
- {
498
- "type": "feat",
499
- "scope": "categorize",
500
- "subject": "re-work the layout of elements, fix inputs, fix grid system and various other small updates",
501
- "merge": null,
502
- "header": "feat(categorize): re-work the layout of elements, fix inputs, fix grid system and various other small updates",
503
- "body": null,
504
- "footer": null,
505
- "notes": [],
506
- "hash": "6f17f87a4e0f3b234f4f1885d9eba4a2d3766b54",
507
- "gitTags": "",
508
- "committerDate": "2018-07-17 20:54:27 +0300",
509
- "isTagged": true,
510
- "tag": "@pie-element/categorize-configure@1.1.0"
511
- },
512
- {
513
- "type": "feat",
514
- "scope": null,
515
- "subject": "upgrade material-ui -> @material-ui/core@1.0.0-rc.1",
516
- "merge": null,
517
- "header": "feat: upgrade material-ui -> @material-ui/core@1.0.0-rc.1",
518
- "body": null,
519
- "footer": null,
520
- "notes": [],
521
- "hash": "5e1de5bfde5404038f77b593000822446ee18d0f",
522
- "gitTags": " (origin/feature/categorize)",
523
- "committerDate": "2018-05-22 14:42:13 -0400",
524
- "isTagged": true,
525
- "tag": "@pie-element/categorize-configure@1.1.0"
526
- },
527
- {
528
- "type": "feat",
529
- "scope": null,
530
- "subject": "new categorize element",
531
- "merge": null,
532
- "header": "feat: new categorize element",
533
- "body": null,
534
- "footer": null,
535
- "notes": [],
536
- "hash": "08906de40ef4537a5a9a9a6c9fe57eb47aac80d3",
537
- "gitTags": "",
538
- "committerDate": "2018-05-22 14:42:10 -0400",
539
- "isTagged": true,
540
- "tag": "@pie-element/categorize-configure@1.1.0"
541
- },
542
- {
543
- "type": "feat",
544
- "scope": "general",
545
- "subject": "initialize default model (2) (#138)",
546
- "merge": null,
547
- "header": "feat(general): initialize default model (2) (#138)",
548
- "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",
549
- "footer": null,
550
- "notes": [],
551
- "hash": "fc72eca03a09c3d48989e88484a7c79d6dbec0f9",
552
- "gitTags": "",
553
- "committerDate": "2019-03-15 15:25:07 -0400",
554
- "isTagged": true,
555
- "tag": "@pie-element/categorize-configure@1.6.0"
556
- },
557
- {
558
- "type": "fix",
559
- "scope": null,
560
- "subject": "bump editable-html",
561
- "merge": null,
562
- "header": "fix: bump editable-html",
563
- "body": null,
564
- "footer": null,
565
- "notes": [],
566
- "hash": "763cf1d0469571a994ac167ab5bd0c84b3a1f90d",
567
- "gitTags": "",
568
- "committerDate": "2019-04-04 10:07:46 +0100",
569
- "isTagged": true,
570
- "tag": "@pie-element/categorize-configure@1.6.4"
571
- },
572
- {
573
- "type": "fix",
574
- "scope": "calculator",
575
- "subject": "Updated @pie-lib/config-ui version. (#177)",
576
- "merge": null,
577
- "header": "fix(calculator): Updated @pie-lib/config-ui version. (#177)",
578
- "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.",
579
- "footer": null,
580
- "notes": [],
581
- "hash": "6a56ff0588b46f065e3b3e536fce6189aa43673e",
582
- "gitTags": "",
583
- "committerDate": "2019-04-23 09:12:02 -0400",
584
- "isTagged": true,
585
- "tag": "@pie-element/categorize-configure@1.6.6"
586
- },
587
- {
588
- "type": "fix",
589
- "scope": null,
590
- "subject": "Updated with new version of @pie-lib/config-ui.",
591
- "merge": null,
592
- "header": "fix: Updated with new version of @pie-lib/config-ui.",
593
- "body": null,
594
- "footer": null,
595
- "notes": [],
596
- "hash": "c9674333a2ba1a457eba29fa43a46be8adf1e7cb",
597
- "gitTags": "",
598
- "committerDate": "2019-04-25 11:00:10 +0300",
599
- "isTagged": true,
600
- "tag": "@pie-element/categorize-configure@1.6.8"
601
- },
602
- {
603
- "type": "feat",
604
- "scope": null,
605
- "subject": "Transformed defaults into an object that has model and configuration property.",
606
- "merge": null,
607
- "header": "feat: Transformed defaults into an object that has model and configuration property.",
608
- "body": null,
609
- "footer": null,
610
- "notes": [],
611
- "hash": "ceb074c94d007dc8f9d494f894f8397d02a5d561",
612
- "gitTags": "",
613
- "committerDate": "2019-05-08 14:47:37 +0300",
614
- "isTagged": true,
615
- "tag": "@pie-element/categorize-configure@2.0.0"
616
- },
617
- {
618
- "type": "feat",
619
- "scope": "categorize",
620
- "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`.",
621
- "merge": null,
622
- "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`.",
623
- "body": null,
624
- "footer": "BREAKING CHANGE: `model.config` is removed, use `choicesPerRow`, `categoriesPerRow`, `choicesPosition`, `choicesLabel`, `lockChoiceOrder`, `removeTilesAfterPlacing` on model instead.",
625
- "notes": [
626
- {
627
- "title": "BREAKING CHANGE",
628
- "text": "`model.config` is removed, use `choicesPerRow`, `categoriesPerRow`, `choicesPosition`, `choicesLabel`, `lockChoiceOrder`, `removeTilesAfterPlacing` on model instead."
629
- }
630
- ],
631
- "hash": "5922f855312550e25018affa5bcc5f4c116dc47a",
632
- "gitTags": "",
633
- "committerDate": "2019-05-07 13:47:57 +0300",
634
- "isTagged": true,
635
- "tag": "@pie-element/categorize-configure@2.0.0"
636
- },
637
- {
638
- "type": "feat",
639
- "scope": "categorize",
640
- "subject": "Integrated settings panel. Added support for rationale. Removed scoring panel.",
641
- "merge": null,
642
- "header": "feat(categorize): Integrated settings panel. Added support for rationale. Removed scoring panel.",
643
- "body": null,
644
- "footer": "BREAKING CHANGE: `scoring` with `partial` and `weighting` is not supported anymore.",
645
- "notes": [
646
- {
647
- "title": "BREAKING CHANGE",
648
- "text": "`scoring` with `partial` and `weighting` is not supported anymore."
649
- }
650
- ],
651
- "hash": "6e5a1bf61b71d246d7202198cbbc8fe075f858d4",
652
- "gitTags": "",
653
- "committerDate": "2019-05-13 18:37:25 +0300",
654
- "isTagged": true,
655
- "tag": "@pie-element/categorize-configure@3.0.0"
656
- },
657
- {
658
- "type": "chore",
659
- "scope": "version",
660
- "subject": "bumped the versions",
661
- "merge": null,
662
- "header": "chore(version): bumped the versions",
663
- "body": null,
664
- "footer": null,
665
- "notes": [],
666
- "hash": "12b141d884c66a15d23c8cbb34be820a422d7332",
667
- "gitTags": " (origin/feat/mask-markup-elements)",
668
- "committerDate": "2019-06-06 01:15:50 +0300",
669
- "isTagged": true,
670
- "tag": "@pie-element/categorize-configure@3.0.3"
671
- },
672
- {
673
- "type": "chore",
674
- "scope": "latest-version",
675
- "subject": "pushing to release",
676
- "merge": null,
677
- "header": "chore(latest-version): pushing to release",
678
- "body": null,
679
- "footer": null,
680
- "notes": [],
681
- "hash": "64030ba2c7c18d20381b6a0f5caaff19f1e5e959",
682
- "gitTags": " (develop)",
683
- "committerDate": "2019-06-06 01:31:17 +0300",
684
- "isTagged": true,
685
- "tag": "@pie-element/categorize-configure@3.0.3"
686
- },
687
- {
688
- "type": "chore",
689
- "scope": "version",
690
- "subject": "bumped the versions",
691
- "merge": null,
692
- "header": "chore(version): bumped the versions",
693
- "body": null,
694
- "footer": null,
695
- "notes": [],
696
- "hash": "12b141d884c66a15d23c8cbb34be820a422d7332",
697
- "gitTags": " (origin/feat/mask-markup-elements)",
698
- "committerDate": "2019-06-06 01:15:50 +0300",
699
- "isTagged": true,
700
- "tag": "@pie-element/categorize-configure@3.0.3"
701
- },
702
- {
703
- "type": "chore",
704
- "scope": "version",
705
- "subject": "bumped the packages that depend on the editable-html",
706
- "merge": null,
707
- "header": "chore(version): bumped the packages that depend on the editable-html",
708
- "body": null,
709
- "footer": null,
710
- "notes": [],
711
- "hash": "00eb12e58c01b50dde8e4d1a179c879e2f3216fc",
712
- "gitTags": " (develop)",
713
- "committerDate": "2019-06-06 13:16:05 +0300",
714
- "isTagged": true,
715
- "tag": "@pie-element/categorize-configure@3.0.4"
716
- },
717
- {
718
- "type": "chore",
719
- "scope": "merge",
720
- "subject": "merged develop into master",
721
- "merge": null,
722
- "header": "chore(merge): merged develop into master",
723
- "body": null,
724
- "footer": null,
725
- "notes": [],
726
- "hash": "3bb9f402d900f3a0349537dfd01ce558c526cb55",
727
- "gitTags": " (develop)",
728
- "committerDate": "2019-06-07 23:29:44 +0300",
729
- "isTagged": true,
730
- "tag": "@pie-element/categorize-configure@3.0.5"
731
- },
732
- {
733
- "type": "feat",
734
- "scope": "extras",
735
- "subject": "added row labels support and alternate responses",
736
- "merge": null,
737
- "header": "feat(extras): added row labels support and alternate responses",
738
- "body": null,
739
- "footer": null,
740
- "notes": [],
741
- "hash": "280028fd6d09efd73a0a30dad7b3c88ebd896c8e",
742
- "gitTags": " (origin/andreilakatos/ch814/row-titles-categorize)",
743
- "committerDate": "2019-06-19 09:05:29 +0200",
744
- "isTagged": true,
745
- "tag": "@pie-element/categorize-configure@3.1.0"
746
- },
747
- {
748
- "type": "feat",
749
- "scope": "extras",
750
- "subject": "added row labels support and alternate responses",
751
- "merge": null,
752
- "header": "feat(extras): added row labels support and alternate responses",
753
- "body": null,
754
- "footer": null,
755
- "notes": [],
756
- "hash": "280028fd6d09efd73a0a30dad7b3c88ebd896c8e",
757
- "gitTags": " (origin/andreilakatos/ch814/row-titles-categorize)",
758
- "committerDate": "2019-06-19 09:05:29 +0200",
759
- "isTagged": true,
760
- "tag": "@pie-element/categorize-configure@3.1.0"
761
- },
762
- {
763
- "type": "feat",
764
- "scope": "general",
765
- "subject": "updated all the packages that have the config-ui as a dependency",
766
- "merge": null,
767
- "header": "feat(general): updated all the packages that have the config-ui as a dependency",
768
- "body": null,
769
- "footer": null,
770
- "notes": [],
771
- "hash": "44061deecae6d18cdbf6f5fb524f3d3094ccd354",
772
- "gitTags": "",
773
- "committerDate": "2019-06-20 22:32:48 -0400",
774
- "isTagged": true,
775
- "tag": "@pie-element/categorize-configure@3.2.0"
776
- },
777
- {
778
- "type": "feat",
779
- "scope": "settings-panel",
780
- "subject": "updated the settings panel design and changes needed for [ch2242]",
781
- "merge": null,
782
- "header": "feat(settings-panel): updated the settings panel design and changes needed for [ch2242]",
783
- "body": null,
784
- "footer": null,
785
- "notes": [],
786
- "hash": "d830e57b32bd09ac8cc02c7a12d75d988d9df21c",
787
- "gitTags": "",
788
- "committerDate": "2019-06-25 23:42:15 -0400",
789
- "isTagged": true,
790
- "tag": "@pie-element/categorize-configure@3.3.0"
791
- },
792
- {
793
- "type": "feat",
794
- "scope": "mask-markup-elements",
795
- "subject": "refactored the elements and version bumped the necessary files",
796
- "merge": null,
797
- "header": "feat(mask-markup-elements): refactored the elements and version bumped the necessary files",
798
- "body": null,
799
- "footer": null,
800
- "notes": [],
801
- "hash": "f8f77c02e44afd90e491a371d86d3d4093eb41e5",
802
- "gitTags": "",
803
- "committerDate": "2019-07-02 13:38:48 -0400",
804
- "isTagged": true,
805
- "tag": "@pie-element/categorize-configure@3.4.0"
806
- },
807
- {
808
- "type": "chore",
809
- "scope": "editable-html",
810
- "subject": "version bumped the necessary packages",
811
- "merge": null,
812
- "header": "chore(editable-html): version bumped the necessary packages",
813
- "body": null,
814
- "footer": null,
815
- "notes": [],
816
- "hash": "3c7caf6a1f8dc120ca23ab93258a90a593bbeb65",
817
- "gitTags": "",
818
- "committerDate": "2019-07-02 15:13:55 -0400",
819
- "isTagged": true,
820
- "tag": "@pie-element/categorize-configure@3.4.1"
821
- },
822
- {
823
- "type": "chore",
824
- "scope": "version",
825
- "subject": "version bumped the editable-html dependent packages",
826
- "merge": null,
827
- "header": "chore(version): version bumped the editable-html dependent packages",
828
- "body": null,
829
- "footer": null,
830
- "notes": [],
831
- "hash": "19961d346e8596064bad27156e0cf5a03afc3889",
832
- "gitTags": "",
833
- "committerDate": "2019-07-03 15:57:58 -0400",
834
- "isTagged": true,
835
- "tag": "@pie-element/categorize-configure@3.4.3"
836
- },
837
- {
838
- "type": "fix",
839
- "scope": "template-els",
840
- "subject": "fixed some ditb issues",
841
- "merge": null,
842
- "header": "fix(template-els): fixed some ditb issues",
843
- "body": null,
844
- "footer": null,
845
- "notes": [],
846
- "hash": "9133840e48a263b2cf49ce4db9c4310743efffe0",
847
- "gitTags": "",
848
- "committerDate": "2019-07-04 11:45:23 -0400",
849
- "isTagged": true,
850
- "tag": "@pie-element/categorize-configure@3.4.4"
851
- },
852
- {
853
- "type": "fix",
854
- "scope": "editable-html",
855
- "subject": "fixed lots of stuff regarding the editable-html",
856
- "merge": null,
857
- "header": "fix(editable-html): fixed lots of stuff regarding the editable-html",
858
- "body": null,
859
- "footer": null,
860
- "notes": [],
861
- "hash": "12c112917e0b5065ec35efdbdc276703602a6c68",
862
- "gitTags": " (origin/andrei/fixes)",
863
- "committerDate": "2019-07-07 14:16:34 -0400",
864
- "isTagged": true,
865
- "tag": "@pie-element/categorize-configure@3.4.6"
866
- },
867
- {
868
- "type": "chore",
869
- "scope": "config-ui",
870
- "subject": "bumped dependent packages",
871
- "merge": null,
872
- "header": "chore(config-ui): bumped dependent packages",
873
- "body": null,
874
- "footer": null,
875
- "notes": [],
876
- "hash": "645756c242868cf21e36a73227b355affb5f957a",
877
- "gitTags": "",
878
- "committerDate": "2019-07-07 15:44:44 -0400",
879
- "isTagged": true,
880
- "tag": "@pie-element/categorize-configure@3.4.7"
881
- },
882
- {
883
- "type": "chore",
884
- "scope": "editable-html",
885
- "subject": "version bumped some dependant packages",
886
- "merge": null,
887
- "header": "chore(editable-html): version bumped some dependant packages",
888
- "body": null,
889
- "footer": null,
890
- "notes": [],
891
- "hash": "a4fbf3e8e7841ecae4f034328f9481a1f69ae3df",
892
- "gitTags": "",
893
- "committerDate": "2019-07-09 13:38:59 +0300",
894
- "isTagged": true,
895
- "tag": "@pie-element/categorize-configure@3.4.8"
896
- },
897
- {
898
- "type": "feat",
899
- "scope": "template-elements",
900
- "subject": "updated the dependent packages that use editable-html and fixed [ch2564], [ch2565], [ch2538], [ch2489], [ch2557], [ch2593], [ch2490], [ch2527]",
901
- "merge": null,
902
- "header": "feat(template-elements): updated the dependent packages that use editable-html and fixed [ch2564], [ch2565], [ch2538], [ch2489], [ch2557], [ch2593], [ch2490], [ch2527]",
903
- "body": null,
904
- "footer": null,
905
- "notes": [],
906
- "hash": "a87febe2518ada7ee433b0b39895c26c15737ac4",
907
- "gitTags": "",
908
- "committerDate": "2019-07-11 16:57:13 +0300",
909
- "isTagged": true,
910
- "tag": "@pie-element/categorize-configure@3.5.0"
911
- },
912
- {
913
- "type": "fix",
914
- "scope": "rendering",
915
- "subject": "implemented rendering for math elements [ch1915], [ch1935]",
916
- "merge": null,
917
- "header": "fix(rendering): implemented rendering for math elements [ch1915], [ch1935]",
918
- "body": null,
919
- "footer": null,
920
- "notes": [],
921
- "hash": "2f3584200654e098c7b4cc4b312813efac09e7a9",
922
- "gitTags": "",
923
- "committerDate": "2019-07-12 15:45:27 +0300",
924
- "isTagged": true,
925
- "tag": "@pie-element/categorize-configure@3.5.2"
926
- },
927
- {
928
- "type": "fix",
929
- "scope": "categories",
930
- "subject": "implemented alternate responses for authoring in the categorize element [ch1255]",
931
- "merge": null,
932
- "header": "fix(categories): implemented alternate responses for authoring in the categorize element [ch1255]",
933
- "body": null,
934
- "footer": null,
935
- "notes": [],
936
- "hash": "4d2ca06779a18ac0682a4f854246bc1bd2ad9aa4",
937
- "gitTags": "",
938
- "committerDate": "2019-07-25 09:46:42 +0300",
939
- "isTagged": true,
940
- "tag": "@pie-element/categorize-configure@3.5.4"
941
- },
942
- {
943
- "type": "fix",
944
- "scope": "elements",
945
- "subject": "fixed some feedback config issues and the prompt issue on categorize [ch2192], [ch1770]",
946
- "merge": null,
947
- "header": "fix(elements): fixed some feedback config issues and the prompt issue on categorize [ch2192], [ch1770]",
948
- "body": null,
949
- "footer": null,
950
- "notes": [],
951
- "hash": "eb227241ba3bc52d7bf7a313f4f85b69e9203e85",
952
- "gitTags": "",
953
- "committerDate": "2019-08-01 12:43:53 +0300",
954
- "isTagged": true,
955
- "tag": "@pie-element/categorize-configure@3.5.6"
956
- },
957
- {
958
- "type": "fix",
959
- "scope": "elements",
960
- "subject": "version bumped the editable-html packages [ch1738]",
961
- "merge": null,
962
- "header": "fix(elements): version bumped the editable-html packages [ch1738]",
963
- "body": null,
964
- "footer": null,
965
- "notes": [],
966
- "hash": "949222a6a3af39cf8b81a885a81e5c6f3c6a28a0",
967
- "gitTags": "",
968
- "committerDate": "2019-08-08 08:40:11 +0300",
969
- "isTagged": true,
970
- "tag": "@pie-element/categorize-configure@3.5.7"
971
- },
972
- {
973
- "type": "fix",
974
- "scope": "math-rendering",
975
- "subject": "updated all dependent packages [ch3365]",
976
- "merge": null,
977
- "header": "fix(math-rendering): updated all dependent packages [ch3365]",
978
- "body": null,
979
- "footer": null,
980
- "notes": [],
981
- "hash": "7cbf25ac92040a16621d5699e232c38575f6c36c",
982
- "gitTags": "",
983
- "committerDate": "2019-08-16 23:04:42 +0300",
984
- "isTagged": true,
985
- "tag": "@pie-element/categorize-configure@3.5.8"
986
- },
987
- {
988
- "type": "fix",
989
- "scope": "math-rendering",
990
- "subject": "updated all dependent packages for math rendering and for editable-html [ch3365], [ch1530]",
991
- "merge": null,
992
- "header": "fix(math-rendering): updated all dependent packages for math rendering and for editable-html [ch3365], [ch1530]",
993
- "body": null,
994
- "footer": null,
995
- "notes": [],
996
- "hash": "33e3287a735cec9aed893f697a1933ff0c077042",
997
- "gitTags": "",
998
- "committerDate": "2019-08-19 19:37:56 +0300",
999
- "isTagged": true,
1000
- "tag": "@pie-element/categorize-configure@3.5.9"
1001
- },
1002
- {
1003
- "type": "feat",
1004
- "scope": null,
1005
- "subject": "Session null/empty check",
1006
- "merge": null,
1007
- "header": "feat: Session null/empty check",
1008
- "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]",
1009
- "footer": null,
1010
- "notes": [],
1011
- "hash": "33569a4a262083f112162ddf1401189818156112",
1012
- "gitTags": "",
1013
- "committerDate": "2019-08-22 10:53:14 +0300",
1014
- "isTagged": true,
1015
- "tag": "@pie-element/categorize-configure@3.6.0"
1016
- },
1017
- {
1018
- "type": "feat",
1019
- "scope": null,
1020
- "subject": "Moved rationale, teacherInstructions and student instructions enabled flag in model because it's needed in controller.",
1021
- "merge": null,
1022
- "header": "feat: Moved rationale, teacherInstructions and student instructions enabled flag in model because it's needed in controller.",
1023
- "body": null,
1024
- "footer": "BREAKING CHANGE: `enabled` property from `configuration.rationale.enabled` moved to `model.rationaleEnabled`. Same applies to teacherInstructions/studentInstructions.",
1025
- "notes": [
1026
- {
1027
- "title": "BREAKING CHANGE",
1028
- "text": "`enabled` property from `configuration.rationale.enabled` moved to `model.rationaleEnabled`. Same applies to teacherInstructions/studentInstructions."
1029
- }
1030
- ],
1031
- "hash": "fa22befe8a42495e61f64a26544ffe9c973cb68a",
1032
- "gitTags": "",
1033
- "committerDate": "2019-09-16 19:12:33 +0300",
1034
- "isTagged": true,
1035
- "tag": "@pie-element/categorize-configure@4.0.0"
1036
- },
1037
- {
1038
- "type": "feat",
1039
- "scope": "categorize",
1040
- "subject": "model based prompt",
1041
- "merge": null,
1042
- "header": "feat(categorize): model based prompt",
1043
- "body": null,
1044
- "footer": null,
1045
- "notes": [],
1046
- "hash": "a3c911dee9dfa3ec3ee45a7d6408c4d5fe1cceb1",
1047
- "gitTags": "",
1048
- "committerDate": "2019-09-24 16:09:23 +0300",
1049
- "isTagged": true,
1050
- "tag": "@pie-element/categorize-configure@4.1.0"
1051
- },
1052
- {
1053
- "type": "fix",
1054
- "scope": null,
1055
- "subject": "Hide Partial Scoring option from Settings Panel setting to false by default.",
1056
- "merge": null,
1057
- "header": "fix: Hide Partial Scoring option from Settings Panel setting to false by default.",
1058
- "body": null,
1059
- "footer": null,
1060
- "notes": [],
1061
- "hash": "1d0f617741d88756dd9861647981b1121e04963f",
1062
- "gitTags": "",
1063
- "committerDate": "2019-11-06 09:57:11 +0200",
1064
- "isTagged": true,
1065
- "tag": "@pie-element/categorize-configure@5.0.1"
1066
- },
1067
- {
1068
- "type": "fix",
1069
- "scope": null,
1070
- "subject": "bump render-ui@^4.5.3",
1071
- "merge": null,
1072
- "header": "fix: bump render-ui@^4.5.3",
1073
- "body": null,
1074
- "footer": null,
1075
- "notes": [],
1076
- "hash": "996da645890d4840408f741c977d9df7d366c9f5",
1077
- "gitTags": "",
1078
- "committerDate": "2019-12-18 11:52:42 +0000",
1079
- "isTagged": true,
1080
- "tag": "@pie-element/categorize-configure@5.1.0"
1081
- },
1082
- {
1083
- "type": "feat",
1084
- "scope": null,
1085
- "subject": "use HtmlAndMath from render-ui",
1086
- "merge": null,
1087
- "header": "feat: use HtmlAndMath from render-ui",
1088
- "body": null,
1089
- "footer": null,
1090
- "notes": [],
1091
- "hash": "8c516c3980b337944174bc97dfe8d20d3308a178",
1092
- "gitTags": "",
1093
- "committerDate": "2019-12-17 19:09:59 +0000",
1094
- "isTagged": true,
1095
- "tag": "@pie-element/categorize-configure@5.1.0"
1096
- },
1097
- {
1098
- "type": "fix",
1099
- "scope": null,
1100
- "subject": "bump ui versions",
1101
- "merge": null,
1102
- "header": "fix: bump ui versions",
1103
- "body": null,
1104
- "footer": null,
1105
- "notes": [],
1106
- "hash": "5b9d99fe59c304bdd173c9336503eb558900d2a2",
1107
- "gitTags": "",
1108
- "committerDate": "2020-03-31 19:25:13 +0100",
1109
- "isTagged": true,
1110
- "tag": "@pie-element/categorize-configure@5.2.0"
1111
- },
1112
- {
1113
- "type": "fix",
1114
- "scope": null,
1115
- "subject": "bump lib and ui versions",
1116
- "merge": null,
1117
- "header": "fix: bump lib and ui versions",
1118
- "body": null,
1119
- "footer": null,
1120
- "notes": [],
1121
- "hash": "a882cbf4580098ce0e12c51cf6ad2879817e17e7",
1122
- "gitTags": "",
1123
- "committerDate": "2020-04-10 17:13:24 +0100",
1124
- "isTagged": true,
1125
- "tag": "@pie-element/categorize-configure@5.2.1"
1126
- },
1127
- {
1128
- "type": "fix",
1129
- "scope": null,
1130
- "subject": "bump all packages to avoid tag conflict",
1131
- "merge": null,
1132
- "header": "fix: bump all packages to avoid tag conflict",
1133
- "body": null,
1134
- "footer": null,
1135
- "notes": [],
1136
- "hash": "d9ec9a8689f0a391594b5e2f4ea958c6dc9f6d7b",
1137
- "gitTags": "",
1138
- "committerDate": "2020-04-10 20:01:37 +0100",
1139
- "isTagged": true,
1140
- "tag": "@pie-element/categorize-configure@5.2.1"
1141
- },
1142
- {
1143
- "type": "fix",
1144
- "scope": null,
1145
- "subject": "bump ui/lib versions",
1146
- "merge": null,
1147
- "header": "fix: bump ui/lib versions",
1148
- "body": null,
1149
- "footer": null,
1150
- "notes": [],
1151
- "hash": "3edb2321ebaefcaee70c3642aa6da8a50e8a99e5",
1152
- "gitTags": "",
1153
- "committerDate": "2020-04-14 15:36:44 +0100",
1154
- "isTagged": true,
1155
- "tag": "@pie-element/categorize-configure@5.2.3"
1156
- },
1157
- {
1158
- "type": "fix",
1159
- "scope": null,
1160
- "subject": "bump ui/lib versions",
1161
- "merge": null,
1162
- "header": "fix: bump ui/lib versions",
1163
- "body": null,
1164
- "footer": null,
1165
- "notes": [],
1166
- "hash": "45f0da6e3e01f33aff6059cb13d571554690348b",
1167
- "gitTags": "",
1168
- "committerDate": "2020-04-28 14:57:57 +0100",
1169
- "isTagged": true,
1170
- "tag": "@pie-element/categorize-configure@5.2.4"
1171
- },
1172
- {
1173
- "type": "fix",
1174
- "scope": null,
1175
- "subject": "update ui/lib versions",
1176
- "merge": null,
1177
- "header": "fix: update ui/lib versions",
1178
- "body": null,
1179
- "footer": null,
1180
- "notes": [],
1181
- "hash": "0226b0bc0869d468ba3e5986bc469e020f4f12a6",
1182
- "gitTags": "",
1183
- "committerDate": "2020-04-28 14:20:37 +0100",
1184
- "isTagged": true,
1185
- "tag": "@pie-element/categorize-configure@5.2.4"
1186
- },
1187
- {
1188
- "type": "fix",
1189
- "scope": null,
1190
- "subject": "ui+libs update",
1191
- "merge": null,
1192
- "header": "fix: ui+libs update",
1193
- "body": null,
1194
- "footer": null,
1195
- "notes": [],
1196
- "hash": "6127de27006a7835d1dd7a9c4c5f13de950aa06d",
1197
- "gitTags": "",
1198
- "committerDate": "2020-04-27 19:52:07 +0100",
1199
- "isTagged": true,
1200
- "tag": "@pie-element/categorize-configure@5.2.4"
1201
- }
1202
- ]