@pie-element/categorize 6.9.8 → 6.9.10-beta.1443

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 (71) hide show
  1. package/CHANGELOG.md +407 -0
  2. package/configure/CHANGELOG.md +385 -0
  3. package/configure/lib/defaults.js +50 -3
  4. package/configure/lib/defaults.js.map +1 -1
  5. package/configure/lib/design/builder.js +8 -5
  6. package/configure/lib/design/builder.js.map +1 -1
  7. package/configure/lib/design/buttons.js +5 -3
  8. package/configure/lib/design/buttons.js.map +1 -1
  9. package/configure/lib/design/categories/RowLabel.js +68 -0
  10. package/configure/lib/design/categories/RowLabel.js.map +1 -0
  11. package/configure/lib/design/categories/alternateResponses.js +121 -17
  12. package/configure/lib/design/categories/alternateResponses.js.map +1 -1
  13. package/configure/lib/design/categories/category.js +50 -6
  14. package/configure/lib/design/categories/category.js.map +1 -1
  15. package/configure/lib/design/categories/choice-preview.js +17 -4
  16. package/configure/lib/design/categories/choice-preview.js.map +1 -1
  17. package/configure/lib/design/categories/droppable-placeholder.js +23 -3
  18. package/configure/lib/design/categories/droppable-placeholder.js.map +1 -1
  19. package/configure/lib/design/categories/index.js +165 -72
  20. package/configure/lib/design/categories/index.js.map +1 -1
  21. package/configure/lib/design/choices/choice.js +80 -13
  22. package/configure/lib/design/choices/choice.js.map +1 -1
  23. package/configure/lib/design/choices/config.js +8 -113
  24. package/configure/lib/design/choices/config.js.map +1 -1
  25. package/configure/lib/design/choices/index.js +83 -10
  26. package/configure/lib/design/choices/index.js.map +1 -1
  27. package/configure/lib/design/header.js +17 -5
  28. package/configure/lib/design/header.js.map +1 -1
  29. package/configure/lib/design/index.js +158 -61
  30. package/configure/lib/design/index.js.map +1 -1
  31. package/configure/lib/design/input-header.js +57 -11
  32. package/configure/lib/design/input-header.js.map +1 -1
  33. package/configure/lib/index.js +17 -3
  34. package/configure/lib/index.js.map +1 -1
  35. package/configure/lib/main.js +3 -1
  36. package/configure/lib/main.js.map +1 -1
  37. package/configure/lib/utils.js +27 -0
  38. package/configure/lib/utils.js.map +1 -0
  39. package/configure/package.json +9 -9
  40. package/controller/CHANGELOG.md +89 -0
  41. package/controller/lib/defaults.js +18 -0
  42. package/controller/lib/defaults.js.map +1 -1
  43. package/controller/lib/index.js +160 -24
  44. package/controller/lib/index.js.map +1 -1
  45. package/controller/lib/utils.js +60 -0
  46. package/controller/lib/utils.js.map +1 -0
  47. package/controller/package.json +4 -4
  48. package/docs/config-schema.json +181 -0
  49. package/docs/config-schema.json.md +141 -1
  50. package/docs/demo/config.js +2 -2
  51. package/docs/demo/generate.js +3 -3
  52. package/docs/demo/index.html +1 -1
  53. package/docs/pie-schema.json +48 -5
  54. package/docs/pie-schema.json.md +36 -5
  55. package/lib/categorize/categories.js +14 -4
  56. package/lib/categorize/categories.js.map +1 -1
  57. package/lib/categorize/category.js +3 -3
  58. package/lib/categorize/category.js.map +1 -1
  59. package/lib/categorize/choice.js +3 -3
  60. package/lib/categorize/choice.js.map +1 -1
  61. package/lib/categorize/choices.js +16 -7
  62. package/lib/categorize/choices.js.map +1 -1
  63. package/lib/categorize/droppable-placeholder.js +5 -3
  64. package/lib/categorize/droppable-placeholder.js.map +1 -1
  65. package/lib/categorize/grid-content.js +2 -2
  66. package/lib/categorize/grid-content.js.map +1 -1
  67. package/lib/categorize/index.js +36 -17
  68. package/lib/categorize/index.js.map +1 -1
  69. package/lib/index.js +3 -0
  70. package/lib/index.js.map +1 -1
  71. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,413 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [7.7.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@7.7.0...@pie-element/categorize@7.7.1) (2023-01-17)
7
+
8
+ **Note:** Version bump only for package @pie-element/categorize
9
+
10
+
11
+
12
+
13
+
14
+ # [7.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@7.6.0...@pie-element/categorize@7.7.0) (2023-01-17)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * build ([7051f69](https://github.com/pie-framework/pie-elements/commit/7051f6957042a30597066a1bf435e8674c9d3721))
20
+ * rerun build ([1ce6922](https://github.com/pie-framework/pie-elements/commit/1ce6922ebed67d95430cd84d2104e9d3be744ee8))
21
+ * **categorize:** correct answer is not recognised-PD-1975 ([5ab33fb](https://github.com/pie-framework/pie-elements/commit/5ab33fb76d4490a7f76b48fe1815204db76e2de3))
22
+
23
+
24
+ ### Features
25
+
26
+ * build ([dfbd59c](https://github.com/pie-framework/pie-elements/commit/dfbd59c15921e1599b9009fd644ed26db86b82f6))
27
+ * update pie-libs ([6423903](https://github.com/pie-framework/pie-elements/commit/6423903898b041f56db2111de2e4aac4ee9f1fd3))
28
+ * **categorize:** Add an Allow Alternate Correct Answers setting-PD-1973 ([b84c1f8](https://github.com/pie-framework/pie-elements/commit/b84c1f815dfbd954a9fd2b815bcdcff40e0994e5))
29
+ * **categorize:** Replace the trashcan icons for choices in response-PD-1994 ([f0d7625](https://github.com/pie-framework/pie-elements/commit/f0d762586a932fd2f471ffe568d92c1b838d9ac5))
30
+
31
+
32
+
33
+
34
+
35
+ # [7.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@7.5.1...@pie-element/categorize@7.6.0) (2023-01-05)
36
+
37
+
38
+ ### Bug Fixes
39
+
40
+ * **categorize:** avoid dropping choice when user tries to move it to an alternate with other index-1967 ([8081621](https://github.com/pie-framework/pie-elements/commit/808162197c5cbf257bf503f2b7d4ea28111d073b))
41
+ * **categorize:** delete removeTilesAfterPlacing from generate method-PD-2169 ([2de0c55](https://github.com/pie-framework/pie-elements/commit/2de0c5567fa65f54609062e680369106b512d0ed))
42
+ * **categorize:** transform to else if Pd-1967 ([b124162](https://github.com/pie-framework/pie-elements/commit/b124162ccfcccd0600ca0fcee1431796cc5a7b53))
43
+
44
+
45
+ ### Features
46
+
47
+ * update pie-libs ([b174476](https://github.com/pie-framework/pie-elements/commit/b174476729119a0689f1f8adfc8c235246676cab))
48
+ * update pie-libs ([f72c3c8](https://github.com/pie-framework/pie-elements/commit/f72c3c8d8bc9bbf061bb81502317157a63c22972))
49
+ * update pie-libs ([8490729](https://github.com/pie-framework/pie-elements/commit/8490729a2389d36fd3968f0806119fde96577842))
50
+ * **categorize:** added configuration prop to hide the settings panel PD-1999 ([405c321](https://github.com/pie-framework/pie-elements/commit/405c3215f6953d9326d1eee25444a2bf00167d95))
51
+ * **categorize:** ensure no extra choices in alternate when categoryCount 1-PD-1967 ([7363bb7](https://github.com/pie-framework/pie-elements/commit/7363bb76767418239fa7b250331dbc4a3d4ae9ac))
52
+ * **categorize:** Ensure that there are no extra choices in alternate, add cond for canDrag-PD-1967 ([dc568f9](https://github.com/pie-framework/pie-elements/commit/dc568f9822569c75394358879318468595f14033))
53
+ * **categorize:** rearrange the choices via drag and drop-PD-1967 ([c1480a1](https://github.com/pie-framework/pie-elements/commit/c1480a168d6bb50c78e603f3c6ba04bb3ed1c6be))
54
+
55
+
56
+
57
+
58
+
59
+ ## [7.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@7.5.0...@pie-element/categorize@7.5.1) (2022-12-21)
60
+
61
+
62
+ ### Bug Fixes
63
+
64
+ * updated pie-libs ([8cb5b90](https://github.com/pie-framework/pie-elements/commit/8cb5b90d501ccbdf5ffd764e6555faa48b8f54d6))
65
+
66
+
67
+
68
+
69
+
70
+ # [7.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@7.4.0...@pie-element/categorize@7.5.0) (2022-12-20)
71
+
72
+
73
+ ### Bug Fixes
74
+
75
+ * updated pie-libs ([6549302](https://github.com/pie-framework/pie-elements/commit/65493026fbf356c5ab752ae6a14d961d4b256368))
76
+ * **categorize:** drag an answer choice elsewhere after it has been placed in a category-PD-1995 ([ade8720](https://github.com/pie-framework/pie-elements/commit/ade87201855c30f733e0ec3ed3c3336054409023))
77
+
78
+
79
+ ### Features
80
+
81
+ * **categorize:** add pretty printer-PD-1995 ([712200b](https://github.com/pie-framework/pie-elements/commit/712200bf642f990da8443d6266f4a0b8e08d4f71))
82
+ * **categorize:** add sanitt checks for choices-PD-1995 ([d4cd099](https://github.com/pie-framework/pie-elements/commit/d4cd099a3f0743015d42b6504580bfa4c17081b9))
83
+ * **categorize:** add sanity checks-PD-1995 ([33d88e7](https://github.com/pie-framework/pie-elements/commit/33d88e7688443098baf940ac1233e3fba68c2b81))
84
+ * **categorize:** define all propTypes-PD-1971 ([202030d](https://github.com/pie-framework/pie-elements/commit/202030dca780ee28871140cef0437c8a0a2632c2))
85
+ * **categorize:** name field for the new category should have focus after add new cat-PD-1971 ([9456f42](https://github.com/pie-framework/pie-elements/commit/9456f427d6775d99f24a1661f4eb5332e2ebe507))
86
+ * **categorize:** select text on focus-PD-1971 ([8be1949](https://github.com/pie-framework/pie-elements/commit/8be1949b8ebc60b2aefc21842a264900f0ddc4c1))
87
+ * **categorize:** solve conflicts-PD-1971 ([e56e7c0](https://github.com/pie-framework/pie-elements/commit/e56e7c01ad4806a822537416e8741784de12517c))
88
+ * **categorize:** update snapshot-PD-1971 ([c825e35](https://github.com/pie-framework/pie-elements/commit/c825e359a2561a3a6a39506d1838ef0e93ddd087))
89
+ * **pie-models:** update schemas for extended-text-entry in order to include the updated spellchek property ([bf4b656](https://github.com/pie-framework/pie-elements/commit/bf4b656241887acf8e2aa1264e747c0c338ed727))
90
+
91
+
92
+
93
+
94
+
95
+ # [7.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@7.3.0...@pie-element/categorize@7.4.0) (2022-12-07)
96
+
97
+
98
+ ### Bug Fixes
99
+
100
+ * update libs ([441f403](https://github.com/pie-framework/pie-elements/commit/441f403870b7bec0d61fab58b8d93dbe0ead4c32))
101
+ * update libs for PD-2030 PD-2031 ([3174022](https://github.com/pie-framework/pie-elements/commit/3174022d45603ed217bbe8804a142b07084636a5))
102
+ * updated lib PD-1715 ([42e788d](https://github.com/pie-framework/pie-elements/commit/42e788db0c792838994e55001952da7701251a8e))
103
+ * updated libs ([c20de3a](https://github.com/pie-framework/pie-elements/commit/c20de3a6ba4499a090c809e18e52588d2a585fa0))
104
+ * updated libs ([0eed79a](https://github.com/pie-framework/pie-elements/commit/0eed79a32c3b777c16c8cabf201513fc1d2726a0))
105
+ * updated libs ([343c9ec](https://github.com/pie-framework/pie-elements/commit/343c9ec3dccba7f781e90ae2bd195cac6f78f467))
106
+ * **categorize:** add spaces between operators-PD-1978 ([c4984ea](https://github.com/pie-framework/pie-elements/commit/c4984ea68d40f809cecf8788a5ce93201130ba50))
107
+ * **categorize:** cast condition to boolean to avoid rendering 0 when false-PD-1977 ([5488669](https://github.com/pie-framework/pie-elements/commit/5488669282934cac23a13925fc6c0af181f1c5e0))
108
+ * **categorize:** clean up ([470ef33](https://github.com/pie-framework/pie-elements/commit/470ef3370477e916b8c0ee23426680a726c081f2))
109
+ * **categorize:** correctly place/remove choices in categoriez ([2aa4943](https://github.com/pie-framework/pie-elements/commit/2aa494354dcde2dd2ab38b93ff14cc43773b6db3))
110
+ * **categorize:** make the choice board a dropTarget in order do remove the lag at removing categories ([5e57472](https://github.com/pie-framework/pie-elements/commit/5e57472cb920896d264bdac554dfcc8b42e6f200))
111
+ * **categorize:** prevent scroll of the page while dragging choices on touch devices ([0494009](https://github.com/pie-framework/pie-elements/commit/049400905ba1ce78e1e5bcc7fd98110a187cbd28))
112
+ * **categorize:** test a solution to fix the lag issue ([ed05d25](https://github.com/pie-framework/pie-elements/commit/ed05d257d33d309a4a7db5ee4fe48bfc226a16be))
113
+ * **categorize:** update snapshots ([5af9b0a](https://github.com/pie-framework/pie-elements/commit/5af9b0a3b3df654fae4026f2bdd19bbf2c747be1))
114
+
115
+
116
+ ### Features
117
+
118
+ * **categorize:** add Choice Possition to Settings Panel-PD-1980 ([4e40d37](https://github.com/pie-framework/pie-elements/commit/4e40d37c8f6f47a00ffdfbfcd9fc389dcce3d0f5))
119
+ * **categorize:** add sanity check for alternate and msg for category label-PD-1981 ([0ecbef7](https://github.com/pie-framework/pie-elements/commit/0ecbef7e92647afba746311d8dc3cb7de9992ea1))
120
+ * **categorize:** add sanity checks-PD-1981 ([e788f56](https://github.com/pie-framework/pie-elements/commit/e788f5635d97cfae834bc0446b8ca57b6fcd55f1))
121
+ * **categorize:** add spaces between operators-PD-1981 ([62b368f](https://github.com/pie-framework/pie-elements/commit/62b368f12f13e5e2223d6a5178c58b8f644ab6fd))
122
+ * **categorize:** add validate in configure for further testing-PD-1981 ([1b71edb](https://github.com/pie-framework/pie-elements/commit/1b71edb363ad1e906d3b90a0cbaad7ab4e151dd5))
123
+ * **categorize:** categories per accept values up to 6-PD-1983 ([5344780](https://github.com/pie-framework/pie-elements/commit/53447807bcd79b9af37bf1a1177417a8bbff85ef))
124
+ * **categorize:** Create validation function for Categorize-PD-1981 ([17e9023](https://github.com/pie-framework/pie-elements/commit/17e9023f38be8841ca83967b61e8a7f688a52075))
125
+ * **categorize:** duplicated alternate validation controller and ui-PD-1981 ([8435bd2](https://github.com/pie-framework/pie-elements/commit/8435bd24b309f7af9f8663f720a20b4ed3229d7d))
126
+ * **categorize:** Move Choices Position into Settings-PD-1980 ([84c89fa](https://github.com/pie-framework/pie-elements/commit/84c89fa1cc3c6f2d333ac21b9e9c1678e71cbadd))
127
+ * **categorize:** solve conflicts-PD-1981 ([ac4afa2](https://github.com/pie-framework/pie-elements/commit/ac4afa2bb8174ddd9ba2d3b1be50c8684c8f6999))
128
+ * **categorize:** ui validations added-PD-1981 ([a5f7c4f](https://github.com/pie-framework/pie-elements/commit/a5f7c4f0c0a3937793f679deae82ed5d797f4b72))
129
+ * **categorize:** update config-schema.json-PD-1980 ([a61bd10](https://github.com/pie-framework/pie-elements/commit/a61bd10747e4b2a6c3cf3d9bb7c635dd0b52473b))
130
+ * **categorize:** update config-schema.json-PD-1980 ([70f310f](https://github.com/pie-framework/pie-elements/commit/70f310f5c521704404e5a620684e5d90b7beeb29))
131
+ * **categorize:** update documentation with the niew config fields-PD-1983 ([c81c36b](https://github.com/pie-framework/pie-elements/commit/c81c36b8eb5067413d7993647ba6c5b1bcdb9f12))
132
+ * **categorize:** update propTypes for categorize-PD-1981 ([6e983b8](https://github.com/pie-framework/pie-elements/commit/6e983b86cc5e74b30194f5555269f54220041c57))
133
+ * **categorize:** update snapshots-PD-1981 ([256df44](https://github.com/pie-framework/pie-elements/commit/256df44f52ba128aa4045d76a1b8c3b6a1745812))
134
+
135
+
136
+
137
+
138
+
139
+ # [7.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@7.2.2...@pie-element/categorize@7.3.0) (2022-11-15)
140
+
141
+
142
+ ### Bug Fixes
143
+
144
+ * **categorize:** move Lock Choice Order into settings - PD-1984 ([912b072](https://github.com/pie-framework/pie-elements/commit/912b072ea7c9555bba5ad2c18167326a7d82922e))
145
+
146
+
147
+ ### Features
148
+
149
+ * **categorize:** add constant for multiplePlacements choices-PD-1974 ([05462c9](https://github.com/pie-framework/pie-elements/commit/05462c9a4ae50c93d2ae980bc8fca8a58e986436))
150
+ * **categorize:** delete unnecessarry spaces and avoid choiceCount undefined:PD-1974 ([4fca67f](https://github.com/pie-framework/pie-elements/commit/4fca67f878c06e694a9553c76f5516b84116044b))
151
+ * **categorize:** simplify if condition - PD-1974 ([2f795cd](https://github.com/pie-framework/pie-elements/commit/2f795cd5c792d94b2d680e0a997dff11f0d8144a))
152
+ * **categorize:** solve conflicts: PD-1984 ([1d746f6](https://github.com/pie-framework/pie-elements/commit/1d746f622129656c676517408ae4fb75b918e0b2))
153
+ * **categorize:** update same line return method-PD-1984 ([1bbe4b3](https://github.com/pie-framework/pie-elements/commit/1bbe4b36143e6fd77a005e334a3b79fb4ba94519))
154
+ * **categorize:** updatel model from controller to be consistent with the one in configure-PD-1985 ([d7f6e3f](https://github.com/pie-framework/pie-elements/commit/d7f6e3f47c28f9e0d41738a70ecff49c9b72a6af))
155
+
156
+
157
+
158
+
159
+
160
+ ## [7.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@7.2.1...@pie-element/categorize@7.2.2) (2022-11-11)
161
+
162
+
163
+ ### Bug Fixes
164
+
165
+ * add sanity checks ([1cfd187](https://github.com/pie-framework/pie-elements/commit/1cfd187d2c2bab2d589aa2d7b7563b1c69e3295e))
166
+
167
+
168
+
169
+
170
+
171
+ ## [7.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@7.2.0...@pie-element/categorize@7.2.1) (2022-10-31)
172
+
173
+ **Note:** Version bump only for package @pie-element/categorize
174
+
175
+
176
+
177
+
178
+
179
+ # [7.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@7.1.9...@pie-element/categorize@7.2.0) (2022-10-17)
180
+
181
+
182
+ ### Features
183
+
184
+ * enable spanish and special characters in author PD-2120 ([85fd3dd](https://github.com/pie-framework/pie-elements/commit/85fd3dd0fc10da1a2dfd5a842809c625790f8ba9))
185
+ * set withRubric to false in item default configurations. Set rubricEnabled to true if it's enabled for drawing-response and extended-text-entry ([a209057](https://github.com/pie-framework/pie-elements/commit/a209057f5a3fa5438efc8595453c89c11959a8f5))
186
+ * update libs ([7e174fb](https://github.com/pie-framework/pie-elements/commit/7e174fba75e7ea668900ad5c103751cefe33e2af))
187
+ * **categorize:** add pie-api config PD-23 ([79a3424](https://github.com/pie-framework/pie-elements/commit/79a3424efbb4e32097028da0bada6c493ad4d0e5))
188
+ * **categorize:** add settings to enable rubric. Add withRubric prop to configuration and rubricEnabled prop to model PD-2019 ([fc719ea](https://github.com/pie-framework/pie-elements/commit/fc719ea36f0a3fd74829e4e550222d1d1a9b0df8))
189
+ * **categorize:** add uploadSoundSupport property PD-23-updated ([74eb10b](https://github.com/pie-framework/pie-elements/commit/74eb10b6187cdd5c068820e5079e88230246b0d4))
190
+ * **categorize:** fix tests with default val for `withRubric` PD-2093 ([0113d16](https://github.com/pie-framework/pie-elements/commit/0113d1676a65c8ace6ccb1fbfc1a8540e11e3da1))
191
+ * **docs:** update docs ([23cab69](https://github.com/pie-framework/pie-elements/commit/23cab69700cfee41395941f99599253cba8a28a3))
192
+
193
+
194
+
195
+
196
+
197
+ ## [7.1.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@7.1.8...@pie-element/categorize@7.1.9) (2022-09-29)
198
+
199
+ **Note:** Version bump only for package @pie-element/categorize
200
+
201
+
202
+
203
+
204
+
205
+ ## [7.1.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@7.1.7...@pie-element/categorize@7.1.8) (2022-09-14)
206
+
207
+ **Note:** Version bump only for package @pie-element/categorize
208
+
209
+
210
+
211
+
212
+
213
+ ## [7.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@7.1.6...@pie-element/categorize@7.1.7) (2022-08-31)
214
+
215
+
216
+ ### Bug Fixes
217
+
218
+ * **categorize:** filter choices to prevent crash of wrongly imported items PD-1982 ([05c5ead](https://github.com/pie-framework/pie-elements/commit/05c5eadd4275a6f29ec1cbde6ea699a8379b68d5))
219
+
220
+
221
+
222
+
223
+
224
+ ## [7.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@7.1.5...@pie-element/categorize@7.1.6) (2022-08-16)
225
+
226
+ **Note:** Version bump only for package @pie-element/categorize
227
+
228
+
229
+
230
+
231
+
232
+ ## [7.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@7.1.4...@pie-element/categorize@7.1.5) (2022-08-08)
233
+
234
+ **Note:** Version bump only for package @pie-element/categorize
235
+
236
+
237
+
238
+
239
+
240
+ ## [7.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@7.1.3...@pie-element/categorize@7.1.4) (2022-08-02)
241
+
242
+ **Note:** Version bump only for package @pie-element/categorize
243
+
244
+
245
+
246
+
247
+
248
+ ## [7.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@7.1.2...@pie-element/categorize@7.1.3) (2022-07-22)
249
+
250
+ **Note:** Version bump only for package @pie-element/categorize
251
+
252
+
253
+
254
+
255
+
256
+ ## [7.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@7.1.1...@pie-element/categorize@7.1.2) (2022-07-20)
257
+
258
+ **Note:** Version bump only for package @pie-element/categorize
259
+
260
+
261
+
262
+
263
+
264
+ ## [7.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@7.1.0...@pie-element/categorize@7.1.1) (2022-07-19)
265
+
266
+ **Note:** Version bump only for package @pie-element/categorize
267
+
268
+
269
+
270
+
271
+
272
+ # [7.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@7.0.0...@pie-element/categorize@7.1.0) (2022-06-28)
273
+
274
+
275
+ ### Features
276
+
277
+ * **categorize:** add maxImageWidth and maxImageHeight props PD-1801 ([c438cea](https://github.com/pie-framework/pie-elements/commit/c438cea310e6e5cdfbd8c057fc9aadb36d53bb76))
278
+ * update documentation for items that have validation with settings configurable by client systems PD-1789 ([8ef69cc](https://github.com/pie-framework/pie-elements/commit/8ef69cc0c7439a5803dc95f570efc7cd24c8e334))
279
+ * **categorize:** added configurable validation PD-1739 ([c0d8275](https://github.com/pie-framework/pie-elements/commit/c0d827559fd43106e907967c111912ad92366e8e))
280
+ * **categorize:** implement generate validation message method, add info tooltip PD-1740 ([b315f4e](https://github.com/pie-framework/pie-elements/commit/b315f4ea0bc1461da0a8469bd9df383bc98e78ca))
281
+ * **categorize:** implement ui/ux for validation PD-1740 ([0a05866](https://github.com/pie-framework/pie-elements/commit/0a05866af89b0123b8979ef3b4916af4b2a0cdf9))
282
+
283
+
284
+
285
+
286
+
287
+ # [7.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@6.9.21...@pie-element/categorize@7.0.0) (2022-06-28)
288
+
289
+
290
+ ### chore
291
+
292
+ * Merge master with develop. ([cdca48a](https://github.com/pie-framework/pie-elements/commit/cdca48abaa1d4179e4a961e13d171e14b7ed2444))
293
+
294
+
295
+ ### BREAKING CHANGES
296
+
297
+ * Image percent buttons were removed from toolbar.
298
+ New properties maxImageWidth and maxImageHeight were added.
299
+
300
+
301
+
302
+
303
+
304
+ ## [6.9.21](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@6.9.20...@pie-element/categorize@6.9.21) (2022-06-13)
305
+
306
+ **Note:** Version bump only for package @pie-element/categorize
307
+
308
+
309
+
310
+
311
+
312
+ ## [6.9.20](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@6.9.19...@pie-element/categorize@6.9.20) (2022-05-30)
313
+
314
+ **Note:** Version bump only for package @pie-element/categorize
315
+
316
+
317
+
318
+
319
+
320
+ ## [6.9.19](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@6.9.18...@pie-element/categorize@6.9.19) (2022-05-16)
321
+
322
+ **Note:** Version bump only for package @pie-element/categorize
323
+
324
+
325
+
326
+
327
+
328
+ ## [6.9.18](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@6.9.17...@pie-element/categorize@6.9.18) (2022-05-09)
329
+
330
+ **Note:** Version bump only for package @pie-element/categorize
331
+
332
+
333
+
334
+
335
+
336
+ ## [6.9.17](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@6.9.16...@pie-element/categorize@6.9.17) (2022-05-03)
337
+
338
+ **Note:** Version bump only for package @pie-element/categorize
339
+
340
+
341
+
342
+
343
+
344
+ ## [6.9.16](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@6.9.15...@pie-element/categorize@6.9.16) (2022-04-12)
345
+
346
+ **Note:** Version bump only for package @pie-element/categorize
347
+
348
+
349
+
350
+
351
+
352
+ ## [6.9.15](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@6.9.14...@pie-element/categorize@6.9.15) (2022-03-28)
353
+
354
+ **Note:** Version bump only for package @pie-element/categorize
355
+
356
+
357
+
358
+
359
+
360
+ ## [6.9.14](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@6.9.13...@pie-element/categorize@6.9.14) (2022-03-22)
361
+
362
+ **Note:** Version bump only for package @pie-element/categorize
363
+
364
+
365
+
366
+
367
+
368
+ ## [6.9.13](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@6.9.12...@pie-element/categorize@6.9.13) (2022-03-08)
369
+
370
+ **Note:** Version bump only for package @pie-element/categorize
371
+
372
+
373
+
374
+
375
+
376
+ ## [6.9.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@6.9.11...@pie-element/categorize@6.9.12) (2022-03-08)
377
+
378
+ **Note:** Version bump only for package @pie-element/categorize
379
+
380
+
381
+
382
+
383
+
384
+ ## [6.9.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@6.9.10...@pie-element/categorize@6.9.11) (2022-02-21)
385
+
386
+ **Note:** Version bump only for package @pie-element/categorize
387
+
388
+
389
+
390
+
391
+
392
+ ## [6.9.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@6.9.9...@pie-element/categorize@6.9.10) (2022-02-04)
393
+
394
+ **Note:** Version bump only for package @pie-element/categorize
395
+
396
+
397
+
398
+
399
+
400
+ ## [6.9.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@6.9.8...@pie-element/categorize@6.9.9) (2022-01-24)
401
+
402
+
403
+ ### Bug Fixes
404
+
405
+ * use preview prompt for prompt, rationale and teacher instructions to fix table rendering PD-1456 ([f330601](https://github.com/pie-framework/pie-elements/commit/f3306019a2d1c8ce3e2783823dfe9ef0a0394e4f))
406
+ * **categorize:** fix layout issue and choice content direction PD-1420 ([f6f7a3c](https://github.com/pie-framework/pie-elements/commit/f6f7a3c50173669cf994a358eea58d97d9b1f507))
407
+ * **categorize:** render choicesLabel as Html ([ca8c542](https://github.com/pie-framework/pie-elements/commit/ca8c54297d8ab7370ea452a17f5be60f94b55843))
408
+
409
+
410
+
411
+
412
+
6
413
  ## [6.9.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@6.9.7...@pie-element/categorize@6.9.8) (2022-01-10)
7
414
 
8
415
  **Note:** Version bump only for package @pie-element/categorize