@pie-element/complex-rubric 2.10.1-next.10 → 2.10.1-next.11

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 (105) hide show
  1. package/configure/node_modules/@pie-element/multi-trait-rubric/CHANGELOG.json +1 -0
  2. package/configure/node_modules/@pie-element/multi-trait-rubric/CHANGELOG.md +1383 -0
  3. package/configure/node_modules/@pie-element/multi-trait-rubric/LICENSE.md +5 -0
  4. package/configure/node_modules/@pie-element/multi-trait-rubric/README.md +55 -0
  5. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/CHANGELOG.json +1 -0
  6. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/CHANGELOG.md +1270 -0
  7. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/common.js +584 -0
  8. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/common.js.map +1 -0
  9. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/defaults.js +143 -0
  10. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/defaults.js.map +1 -0
  11. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/index.js +204 -0
  12. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/index.js.map +1 -0
  13. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/main.js +602 -0
  14. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/main.js.map +1 -0
  15. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/modals.js +361 -0
  16. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/modals.js.map +1 -0
  17. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/scale.js +556 -0
  18. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/scale.js.map +1 -0
  19. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/trait.js +380 -0
  20. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/trait.js.map +1 -0
  21. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/traitsHeader.js +296 -0
  22. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/traitsHeader.js.map +1 -0
  23. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/utils.js +14 -0
  24. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/utils.js.map +1 -0
  25. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/package.json +18 -0
  26. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/CHANGELOG.json +1 -0
  27. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/CHANGELOG.md +544 -0
  28. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/defaults.js +94 -0
  29. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/defaults.js.map +1 -0
  30. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/index.js +215 -0
  31. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/index.js.map +1 -0
  32. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/utils.js +13 -0
  33. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/utils.js.map +1 -0
  34. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/package.json +15 -0
  35. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/config-schema.json +803 -0
  36. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/config-schema.json.md +602 -0
  37. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/demo/config.js +8 -0
  38. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/demo/generate.js +180 -0
  39. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/demo/index.html +1 -0
  40. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/demo/session.js +6 -0
  41. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/pie-schema.json +531 -0
  42. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/pie-schema.json.md +374 -0
  43. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/index.js +85 -0
  44. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/index.js.map +1 -0
  45. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/main.js +161 -0
  46. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/main.js.map +1 -0
  47. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/scale.js +330 -0
  48. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/scale.js.map +1 -0
  49. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/trait.js +103 -0
  50. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/trait.js.map +1 -0
  51. package/configure/node_modules/@pie-element/multi-trait-rubric/package.json +24 -0
  52. package/configure/node_modules/@pie-element/rubric/CHANGELOG.json +257 -0
  53. package/configure/node_modules/@pie-element/rubric/CHANGELOG.md +1640 -0
  54. package/configure/node_modules/@pie-element/rubric/LICENSE.md +5 -0
  55. package/configure/node_modules/@pie-element/rubric/README.md +3 -0
  56. package/configure/node_modules/@pie-element/rubric/configure/CHANGELOG.json +197 -0
  57. package/configure/node_modules/@pie-element/rubric/configure/CHANGELOG.md +1471 -0
  58. package/configure/node_modules/@pie-element/rubric/configure/lib/defaults.js +59 -0
  59. package/configure/node_modules/@pie-element/rubric/configure/lib/defaults.js.map +1 -0
  60. package/configure/node_modules/@pie-element/rubric/configure/lib/index.js +194 -0
  61. package/configure/node_modules/@pie-element/rubric/configure/lib/index.js.map +1 -0
  62. package/configure/node_modules/@pie-element/rubric/configure/lib/main.js +160 -0
  63. package/configure/node_modules/@pie-element/rubric/configure/lib/main.js.map +1 -0
  64. package/configure/node_modules/@pie-element/rubric/configure/lib/pie-toolbox-rubric/authoring.js +555 -0
  65. package/configure/node_modules/@pie-element/rubric/configure/lib/pie-toolbox-rubric/authoring.js.map +1 -0
  66. package/configure/node_modules/@pie-element/rubric/configure/lib/pie-toolbox-rubric/index.js +24 -0
  67. package/configure/node_modules/@pie-element/rubric/configure/lib/pie-toolbox-rubric/index.js.map +1 -0
  68. package/configure/node_modules/@pie-element/rubric/configure/lib/pie-toolbox-rubric/point-menu.js +172 -0
  69. package/configure/node_modules/@pie-element/rubric/configure/lib/pie-toolbox-rubric/point-menu.js.map +1 -0
  70. package/configure/node_modules/@pie-element/rubric/configure/package.json +17 -0
  71. package/configure/node_modules/@pie-element/rubric/configure/src/__tests__/index.test.jsx +173 -0
  72. package/configure/node_modules/@pie-element/rubric/configure/src/defaults.js +39 -0
  73. package/configure/node_modules/@pie-element/rubric/configure/src/index.js +127 -0
  74. package/configure/node_modules/@pie-element/rubric/configure/src/main.jsx +87 -0
  75. package/configure/node_modules/@pie-element/rubric/configure/src/pie-toolbox-rubric/authoring.jsx +427 -0
  76. package/configure/node_modules/@pie-element/rubric/configure/src/pie-toolbox-rubric/index.js +9 -0
  77. package/configure/node_modules/@pie-element/rubric/configure/src/pie-toolbox-rubric/point-menu.jsx +94 -0
  78. package/configure/node_modules/@pie-element/rubric/controller/CHANGELOG.json +17 -0
  79. package/configure/node_modules/@pie-element/rubric/controller/CHANGELOG.md +536 -0
  80. package/configure/node_modules/@pie-element/rubric/controller/lib/index.js +51 -0
  81. package/configure/node_modules/@pie-element/rubric/controller/lib/index.js.map +1 -0
  82. package/configure/node_modules/@pie-element/rubric/controller/package.json +13 -0
  83. package/configure/node_modules/@pie-element/rubric/controller/src/__tests__/index.test.js +31 -0
  84. package/configure/node_modules/@pie-element/rubric/controller/src/index.js +42 -0
  85. package/configure/node_modules/@pie-element/rubric/docs/config-schema.json +382 -0
  86. package/configure/node_modules/@pie-element/rubric/docs/config-schema.json.md +292 -0
  87. package/configure/node_modules/@pie-element/rubric/docs/demo/config.js +8 -0
  88. package/configure/node_modules/@pie-element/rubric/docs/demo/generate.js +8 -0
  89. package/configure/node_modules/@pie-element/rubric/docs/demo/index.html +2 -0
  90. package/configure/node_modules/@pie-element/rubric/docs/pie-schema.json +226 -0
  91. package/configure/node_modules/@pie-element/rubric/docs/pie-schema.json.md +161 -0
  92. package/configure/node_modules/@pie-element/rubric/lib/index.js +88 -0
  93. package/configure/node_modules/@pie-element/rubric/lib/index.js.map +1 -0
  94. package/configure/node_modules/@pie-element/rubric/lib/main.js +187 -0
  95. package/configure/node_modules/@pie-element/rubric/lib/main.js.map +1 -0
  96. package/configure/node_modules/@pie-element/rubric/lib/print.js +114 -0
  97. package/configure/node_modules/@pie-element/rubric/lib/print.js.map +1 -0
  98. package/configure/node_modules/@pie-element/rubric/package.json +26 -0
  99. package/configure/node_modules/@pie-element/rubric/src/__tests__/__snapshots__/rubric-view.test.jsx.snap +23003 -0
  100. package/configure/node_modules/@pie-element/rubric/src/__tests__/rubric-view.test.jsx +50 -0
  101. package/configure/node_modules/@pie-element/rubric/src/index.js +34 -0
  102. package/configure/node_modules/@pie-element/rubric/src/main.jsx +136 -0
  103. package/configure/node_modules/@pie-element/rubric/src/print.js +63 -0
  104. package/configure/package.json +2 -2
  105. package/package.json +4 -4
@@ -0,0 +1,1383 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ # [3.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.9.1...@pie-element/multi-trait-rubric@3.10.0) (2024-04-22)
7
+
8
+
9
+ ### Features
10
+
11
+ * update pie-lib/pie-toolbox PD-2449 ([2a0b40a](https://github.com/pie-framework/pie-elements/commit/2a0b40a826f0338b5eda2e8301f79870be3d0073))
12
+
13
+
14
+
15
+
16
+
17
+ ## [3.9.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.9.0...@pie-element/multi-trait-rubric@3.9.1) (2024-04-22)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * update pie-lib/pie-toolbox PD-3644, PD-3673 ([5e28ce0](https://github.com/pie-framework/pie-elements/commit/5e28ce0dab4a7ecd93ef7bba45ddb20f768b450b))
23
+
24
+
25
+
26
+
27
+
28
+ # [3.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.8.2...@pie-element/multi-trait-rubric@3.9.0) (2024-04-18)
29
+
30
+
31
+ ### Features
32
+
33
+ * update pie-lib/pie-toolbox SC-30530, SC-30682, PD-3607, PD-3655 ([f08bccf](https://github.com/pie-framework/pie-elements/commit/f08bccf86fcb430e75e410116b000b3affc252c0))
34
+
35
+
36
+
37
+
38
+
39
+ ## [3.8.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.8.1...@pie-element/multi-trait-rubric@3.8.2) (2024-04-18)
40
+
41
+
42
+ ### Bug Fixes
43
+
44
+ * **complex-rubric:** added imageSupport to fix missing image setting from editable-html ([4a40858](https://github.com/pie-framework/pie-elements/commit/4a408580d012d27bf333f117308483b4854e2b20))
45
+ * **complex-rubric:** update test snapshots ([246cf26](https://github.com/pie-framework/pie-elements/commit/246cf261620cede3ddadfe22b2ffdb4a0a8ac605))
46
+ * **multi-trait-rubric:** fixed validation error layout, fixed some prop types mismatch, removed console log PD-3579 ([7d6ab8b](https://github.com/pie-framework/pie-elements/commit/7d6ab8b69ab63d6f646a8a9e69ea4fffbe618cff))
47
+
48
+
49
+
50
+
51
+
52
+ ## [3.8.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.8.0...@pie-element/multi-trait-rubric@3.8.1) (2024-04-01)
53
+
54
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
55
+
56
+
57
+
58
+
59
+
60
+ # [3.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.7.0...@pie-element/multi-trait-rubric@3.8.0) (2024-04-01)
61
+
62
+
63
+ ### Features
64
+
65
+ * **inline-dropdown:** upgrade pie-toolbox PD-2465 ([828d1c1](https://github.com/pie-framework/pie-elements/commit/828d1c1bc9e9221c1e141baaa8f89a4929ad0eb9))
66
+
67
+
68
+
69
+
70
+
71
+ # [3.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.6.5...@pie-element/multi-trait-rubric@3.7.0) (2024-04-01)
72
+
73
+
74
+ ### Features
75
+
76
+ * update pie-lib/pie-toolbox PD-3567, PD-3426 ([2a706d7](https://github.com/pie-framework/pie-elements/commit/2a706d799bb000c60b7a77a790de9dc66345ebf5))
77
+
78
+
79
+
80
+
81
+
82
+ ## [3.6.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.6.4...@pie-element/multi-trait-rubric@3.6.5) (2024-03-28)
83
+
84
+
85
+ ### Bug Fixes
86
+
87
+ * update pie-lib/pie-toolbox PD-3603 ([8fc82ab](https://github.com/pie-framework/pie-elements/commit/8fc82ab19baf45aecb40e4b364a7c307a9840130))
88
+
89
+
90
+
91
+
92
+
93
+ ## [3.6.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.6.3...@pie-element/multi-trait-rubric@3.6.4) (2024-03-27)
94
+
95
+
96
+ ### Bug Fixes
97
+
98
+ * add back changes for PD-1870, that were reverted in previous version ([0cad3b8](https://github.com/pie-framework/pie-elements/commit/0cad3b8f29a123e34098b865190e57b92fbf5ecc))
99
+
100
+
101
+
102
+
103
+
104
+ ## [3.6.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.6.2...@pie-element/multi-trait-rubric@3.6.3) (2024-03-27)
105
+
106
+
107
+ ### Bug Fixes
108
+
109
+ * revert changes made for PD-1870, we'll add them back later ([3e7e73e](https://github.com/pie-framework/pie-elements/commit/3e7e73ecc31de0ae16c59163bad95b6d7a02bb37))
110
+
111
+
112
+
113
+
114
+
115
+ ## [3.6.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.6.1...@pie-element/multi-trait-rubric@3.6.2) (2024-03-26)
116
+
117
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
118
+
119
+
120
+
121
+
122
+
123
+ ## [3.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.6.0...@pie-element/multi-trait-rubric@3.6.1) (2024-03-22)
124
+
125
+
126
+ ### Bug Fixes
127
+
128
+ * instead if updating scales when maxPoints change (in multiple places), add a validation function that does that PD-3574 ([9a0fac2](https://github.com/pie-framework/pie-elements/commit/9a0fac228c1d7115f94cdc88021989544e6f7a43))
129
+
130
+
131
+
132
+
133
+
134
+ # [3.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.5.0...@pie-element/multi-trait-rubric@3.6.0) (2024-03-20)
135
+
136
+
137
+ ### Bug Fixes
138
+
139
+ * Renamed the html prop to the correct math prop PD-3527 ([28061b6](https://github.com/pie-framework/pie-elements/commit/28061b6032817dae15837131d8a0bf5a08683b10))
140
+ * updated pie-lib/pie-toolbox SC-28500 ([a8e4e6a](https://github.com/pie-framework/pie-elements/commit/a8e4e6ab27584435ce7ac3e964ccac2747402777))
141
+
142
+
143
+ ### Features
144
+
145
+ * Add configuration for custom buttons PD-3527 ([45a32bd](https://github.com/pie-framework/pie-elements/commit/45a32bd8e9d7bd33beca74cc10c7dd973a9f9dbc))
146
+ * updated pie-lib/pie-toolbox SC-27890 and reverted once again math-rendering-accessible ([fd312e1](https://github.com/pie-framework/pie-elements/commit/fd312e1336999893025231946649496d290883e4))
147
+ * use math-rendering-accessible everywhere PD-1870 ([d52e660](https://github.com/pie-framework/pie-elements/commit/d52e6607ad8847d704bd9cb9b7e3107c130f0500))
148
+
149
+
150
+
151
+
152
+
153
+ # [3.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.4.2...@pie-element/multi-trait-rubric@3.5.0) (2024-03-15)
154
+
155
+
156
+ ### Features
157
+
158
+ * update pie-lib/pie-toolbox SC-27890,PD-2461 ([13d94fa](https://github.com/pie-framework/pie-elements/commit/13d94faaf0cf9cf923bbc64587cdd4202154ea33))
159
+
160
+
161
+
162
+
163
+
164
+ ## [3.4.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.4.1...@pie-element/multi-trait-rubric@3.4.2) (2024-03-13)
165
+
166
+
167
+ ### Bug Fixes
168
+
169
+ * update pie-lib/pie-toolbox PD-3549 ([b5d7d13](https://github.com/pie-framework/pie-elements/commit/b5d7d1352169cc67eaedcd56898a5806b0a8812a))
170
+
171
+
172
+
173
+
174
+
175
+ ## [3.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.4.0...@pie-element/multi-trait-rubric@3.4.1) (2024-03-12)
176
+
177
+
178
+ ### Bug Fixes
179
+
180
+ * update pie-lib/pie-toolbox PD-3509, PD-3465 ([b1745aa](https://github.com/pie-framework/pie-elements/commit/b1745aa981722b5561aab1f4495ac81ac7bc4155))
181
+
182
+
183
+
184
+
185
+
186
+ # [3.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.3.4...@pie-element/multi-trait-rubric@3.4.0) (2024-03-04)
187
+
188
+
189
+ ### Features
190
+
191
+ * update pie-lib/pie-toolbox version PD-1870 and PD-3501 ([8df1d8d](https://github.com/pie-framework/pie-elements/commit/8df1d8d281a0d6023d5a9c0e6fdd29fea71b6ac1))
192
+
193
+
194
+
195
+
196
+
197
+ ## [3.3.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.3.3...@pie-element/multi-trait-rubric@3.3.4) (2024-02-29)
198
+
199
+
200
+ ### Bug Fixes
201
+
202
+ * **multi-trait-rubric:** additional verif for emty string to avoid additional elemnts to be added PD-3492 ([2dc6858](https://github.com/pie-framework/pie-elements/commit/2dc6858836fffaf2393bfce3670c3ba25a4175ea))
203
+
204
+
205
+
206
+
207
+
208
+ ## [3.3.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.3.2...@pie-element/multi-trait-rubric@3.3.3) (2024-02-22)
209
+
210
+
211
+ ### Bug Fixes
212
+
213
+ * **multi-trait-rubric:** add dynamic width calculations in componentDidUpdate for initial render PD-3470 ([2d95fa7](https://github.com/pie-framework/pie-elements/commit/2d95fa73cad1309ee888469ab33adc18d6df432a))
214
+ * **multi-trait-rubric:** scorePointsLabels shouve have length 1 or 1 based on excludeZero PD-3468 ([de5d575](https://github.com/pie-framework/pie-elements/commit/de5d5759627e584c6a2e697bfe6bd261e0396a8d))
215
+
216
+
217
+
218
+
219
+
220
+ ## [3.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.3.1...@pie-element/multi-trait-rubric@3.3.2) (2024-02-20)
221
+
222
+
223
+ ### Bug Fixes
224
+
225
+ * update pie-lib/pie-toolbox PD-3372, PD-3385, PD-3439 ([a79d800](https://github.com/pie-framework/pie-elements/commit/a79d800bb69af0d175793bc737282100168c4c60))
226
+ * update pie-lib/pie-toolbox PD-3455 ([4ff9971](https://github.com/pie-framework/pie-elements/commit/4ff9971e65b680aea180c94f9e85cab7249af2fb))
227
+
228
+
229
+
230
+
231
+
232
+ ## [3.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.3.0...@pie-element/multi-trait-rubric@3.3.1) (2024-02-14)
233
+
234
+
235
+ ### Bug Fixes
236
+
237
+ * pie-lib/pie-toolbox with slate updates ([a8f8707](https://github.com/pie-framework/pie-elements/commit/a8f8707b2c197c2b40fb6632cee0ba4c27aa9aa4))
238
+ * update pie-lib/pie-toolbox ([cec328c](https://github.com/pie-framework/pie-elements/commit/cec328caf5b69d9fee00473c502aed62d6e27462))
239
+
240
+
241
+
242
+
243
+
244
+ # [3.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.2.6...@pie-element/multi-trait-rubric@3.3.0) (2024-02-09)
245
+
246
+
247
+ ### Features
248
+
249
+ * update pie-toolbox version SC-28868 ([5745f50](https://github.com/pie-framework/pie-elements/commit/5745f502c89d730e72d4cdb83e96c9465a81ae19))
250
+
251
+
252
+
253
+
254
+
255
+ ## [3.2.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.2.5...@pie-element/multi-trait-rubric@3.2.6) (2024-02-07)
256
+
257
+
258
+ ### Bug Fixes
259
+
260
+ * update pie-toolbox version PD-3423 ([053ad69](https://github.com/pie-framework/pie-elements/commit/053ad690619980bce68b1b44e51975fcf91054ec))
261
+
262
+
263
+
264
+
265
+
266
+ ## [3.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.2.4...@pie-element/multi-trait-rubric@3.2.5) (2024-02-07)
267
+
268
+
269
+ ### Bug Fixes
270
+
271
+ * delete extra scorePointsLabels when maxPoints is decreased DNA-19572 ([76ee4fa](https://github.com/pie-framework/pie-elements/commit/76ee4fab5fc2be721e4f6dd52f4fa354a4606b1f))
272
+
273
+
274
+
275
+
276
+
277
+ ## [3.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.2.3...@pie-element/multi-trait-rubric@3.2.4) (2024-01-24)
278
+
279
+
280
+ ### Bug Fixes
281
+
282
+ * update to pie-lib/pie-toolbox 1.5.7 PD-3404 ([eae668d](https://github.com/pie-framework/pie-elements/commit/eae668d980ef4731af5eceb3e70329b7621a232b))
283
+
284
+
285
+
286
+
287
+
288
+ ## [3.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.2.2...@pie-element/multi-trait-rubric@3.2.3) (2024-01-24)
289
+
290
+
291
+ ### Bug Fixes
292
+
293
+ * update to pie-lib/pie-toolbox 1.5.6 to fix issue introduced by fix for PD-3392 ([8d0a33f](https://github.com/pie-framework/pie-elements/commit/8d0a33f51a5ebe442eb824749cb419bf23c44d28))
294
+
295
+
296
+
297
+
298
+
299
+ ## [3.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.2.1...@pie-element/multi-trait-rubric@3.2.2) (2024-01-23)
300
+
301
+
302
+ ### Bug Fixes
303
+
304
+ * update to pie-lib/pie-toolbox 1.5.4 for PD-3387, PD-3384, PD-3383, PD-3392 ([2278f9a](https://github.com/pie-framework/pie-elements/commit/2278f9a3fdf1bc89ab590f240d926a857339179e))
305
+ * update to pie-lib/pie-toolbox 1.5.5 for PD-3392 ([d4286e0](https://github.com/pie-framework/pie-elements/commit/d4286e08a060a73e6de098f87173baaaa88cc997))
306
+
307
+
308
+
309
+
310
+
311
+ ## [3.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.2.0...@pie-element/multi-trait-rubric@3.2.1) (2024-01-15)
312
+
313
+
314
+ ### Bug Fixes
315
+
316
+ * update pie-lib/pie-toolbox PD-3366, PD-3367, PD-3381 ([8c9d35f](https://github.com/pie-framework/pie-elements/commit/8c9d35ff6f0dad1a161d6a2dba203a169169e562))
317
+
318
+
319
+
320
+
321
+
322
+ # [3.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.1.2...@pie-element/multi-trait-rubric@3.2.0) (2024-01-08)
323
+
324
+
325
+ ### Bug Fixes
326
+
327
+ * update pie-lib/pie-toolbox PD-2068, PD-2060 ([b63f783](https://github.com/pie-framework/pie-elements/commit/b63f78371452e265f31f721dcfa5f8ba9789089c))
328
+ * update pie-lib/pie-toolbox PD-3352 ([c40c326](https://github.com/pie-framework/pie-elements/commit/c40c326209315b57ce8da802b8e00616256e3bd6))
329
+ * update pie-lib/pie-toolbox SC-27396, SC-27398 ([658a553](https://github.com/pie-framework/pie-elements/commit/658a55358181271b508f7d550467eefadcd71544))
330
+
331
+
332
+ ### Features
333
+
334
+ * refactor for pie-lib/pie-toolbox and add print module for boilerplate-item-type ([8230d26](https://github.com/pie-framework/pie-elements/commit/8230d264069672c4a3242ff5ed60a6842bf5147f))
335
+
336
+
337
+
338
+
339
+
340
+ ## [3.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.1.1...@pie-element/multi-trait-rubric@3.1.2) (2024-01-08)
341
+
342
+
343
+ ### Bug Fixes
344
+
345
+ * update pie-lib/pie-toolbox PD-3352,PD-3348, PD-3296 ([48b1952](https://github.com/pie-framework/pie-elements/commit/48b1952831835ead598b692abb3d492ec9adb564))
346
+
347
+
348
+
349
+
350
+
351
+ ## [3.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.1.0...@pie-element/multi-trait-rubric@3.1.1) (2024-01-04)
352
+
353
+
354
+ ### Bug Fixes
355
+
356
+ * update pie-lib/pie-toolbox PD-2068, PD-2060 ([e918850](https://github.com/pie-framework/pie-elements/commit/e9188502ffeaefe41bf0f23895d4bb2daf839364))
357
+ * update pie-lib/pie-toolbox PD-3037 ([b2f689a](https://github.com/pie-framework/pie-elements/commit/b2f689a416c2c39d7ed423a22db02dd32415ba82))
358
+
359
+
360
+
361
+
362
+
363
+ # [3.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.0.3...@pie-element/multi-trait-rubric@3.1.0) (2023-12-19)
364
+
365
+
366
+ ### Bug Fixes
367
+
368
+ * tweaks PD-3307 ([15f7c05](https://github.com/pie-framework/pie-elements/commit/15f7c05c42a34286b9cbca02d5404a4fc2fd2ccd))
369
+ * update pie-lib/pie-toolbox PD-2068 ([34eccd5](https://github.com/pie-framework/pie-elements/commit/34eccd52c44259eddf3e2b816b00b82f83bc2bf8))
370
+ * **complex-rubric:** add comments, delete logs PD-3260 ([e3991c6](https://github.com/pie-framework/pie-elements/commit/e3991c6c09a2b1f4815d3b2216b32f073e5cbf3c))
371
+ * **multi-trait-rubric:** use markupToText from utils PD-3260 ([24a785b](https://github.com/pie-framework/pie-elements/commit/24a785b8cca686bd032d2006be58c1de16ff195e))
372
+ * tests ([6e621f3](https://github.com/pie-framework/pie-elements/commit/6e621f3e0e5f379fa58652f39f4eacdfda72ab43))
373
+ * **multi-trait-rubric:** wip use all horizontal space PD-3203 ([b1484c0](https://github.com/pie-framework/pie-elements/commit/b1484c059993e2b0ce78898797571a77f56eeda8))
374
+ * **multi-trait-rubric + complex-rubric:** width calculations PD-3203 ([a55afb5](https://github.com/pie-framework/pie-elements/commit/a55afb5e4859fa3e85e0f1615287efb5ee98b820))
375
+
376
+
377
+ ### Features
378
+
379
+ * update pie-lib/pie-toolbox PD-2555 ([86d4fd9](https://github.com/pie-framework/pie-elements/commit/86d4fd909180dd1fcbc446bd8b29c23af21a1c69))
380
+ * update pie-lib/pie-toolbox PD-3307, PD-2067, PD-3271, PD-3041, PD-2068 ([2eabcbd](https://github.com/pie-framework/pie-elements/commit/2eabcbd036e318bb24552f4140ca7384ad865951))
381
+ * **complex-rubric:** updated docu PD-3307 ([a22cb2b](https://github.com/pie-framework/pie-elements/commit/a22cb2b553c62f5384b03c99a22d018ab4a043e5))
382
+ * **multi-trait-rubric:** add new property maxMaxPoints to authoring configuration PD-3307 ([6e43337](https://github.com/pie-framework/pie-elements/commit/6e4333707021159b25d8ca3f692b9f701b3835e8))
383
+
384
+
385
+
386
+
387
+
388
+ ## [3.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.0.2...@pie-element/multi-trait-rubric@3.0.3) (2023-11-27)
389
+
390
+
391
+ ### Bug Fixes
392
+
393
+ * update pie-lib ([74283d7](https://github.com/pie-framework/pie-elements/commit/74283d71b12ab9c82875ce995368e5e39f4face6))
394
+
395
+
396
+
397
+
398
+
399
+ ## [3.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.0.1...@pie-element/multi-trait-rubric@3.0.2) (2023-11-27)
400
+
401
+
402
+ ### Bug Fixes
403
+
404
+ * update pie-lib/pie-toolbox PD-597 ([1ec84aa](https://github.com/pie-framework/pie-elements/commit/1ec84aadae515088ef65b99f780a5e5dca516f99))
405
+ * update pie-libs PD-2996 ([cd092c6](https://github.com/pie-framework/pie-elements/commit/cd092c6b5c4db91645394cd23febc1f9a07f46f9))
406
+
407
+
408
+
409
+
410
+
411
+ ## [3.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.0.0...@pie-element/multi-trait-rubric@3.0.1) (2023-11-09)
412
+
413
+
414
+ ### Bug Fixes
415
+
416
+ * update pie-lib/pie-toolbox PD-3221, PD-3249, PD-2765 ([9de1563](https://github.com/pie-framework/pie-elements/commit/9de1563d636983c3ddceee0279c0709d396d4f96))
417
+
418
+
419
+
420
+
421
+
422
+ # [3.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.15.2...@pie-element/multi-trait-rubric@3.0.0) (2023-11-07)
423
+
424
+
425
+ ### Bug Fixes
426
+
427
+ * update pie-lib version to fix imports for pie-lib/pie-toolbox/editable-html ([a90cbf6](https://github.com/pie-framework/pie-elements/commit/a90cbf6be81824e7266df23c2dc49b259337c1b6))
428
+ * update pie-lib/pie-toolbox version ([212cbfa](https://github.com/pie-framework/pie-elements/commit/212cbfad27b29f0b1b2a3706ba82f6fb59147001))
429
+ * update pie-lib/pie-toolbox version ([b791e10](https://github.com/pie-framework/pie-elements/commit/b791e10857928766e2d73c6aa80b3fb50fd1afac))
430
+ * update pie-lib/pie-toolbox version ([7f64f9f](https://github.com/pie-framework/pie-elements/commit/7f64f9f2b874fd08bd8f6f05c1c4292c34ac6338))
431
+
432
+
433
+ ### Code Refactoring
434
+
435
+ * replaced all pie-lib packages with the new pie-toolbox package that contains all of them. ([073d7e5](https://github.com/pie-framework/pie-elements/commit/073d7e5175f7a73069f09d2ceda799682acce494))
436
+
437
+
438
+ ### BREAKING CHANGES
439
+
440
+ * using pie-lib/pie-toolbox now, instead of any other pie-lib package.
441
+
442
+
443
+
444
+
445
+
446
+ ## [2.15.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.15.1...@pie-element/multi-trait-rubric@2.15.2) (2023-11-06)
447
+
448
+
449
+ ### Bug Fixes
450
+
451
+ * **multi-trait-rubric:** horizontal scrollbar missing initially PD-3267 ([a7b0d13](https://github.com/pie-framework/pie-elements/commit/a7b0d1350459792b44e11e4679c545c38b9e953b))
452
+
453
+
454
+
455
+
456
+
457
+ ## [2.15.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.15.0...@pie-element/multi-trait-rubric@2.15.1) (2023-10-26)
458
+
459
+
460
+ ### Bug Fixes
461
+
462
+ * update pie-lib PD-3221 ([f04d59f](https://github.com/pie-framework/pie-elements/commit/f04d59f204852e430dc3e8fe2c442bb9a1634761))
463
+
464
+
465
+
466
+
467
+
468
+ # [2.15.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.14.5...@pie-element/multi-trait-rubric@2.15.0) (2023-10-16)
469
+
470
+
471
+ ### Features
472
+
473
+ * updated pie-libs PD-2950 ([acffe41](https://github.com/pie-framework/pie-elements/commit/acffe41120fbe288e375321cbd58cfbd48f98595))
474
+
475
+
476
+
477
+
478
+
479
+ ## [2.14.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.14.4...@pie-element/multi-trait-rubric@2.14.5) (2023-10-16)
480
+
481
+
482
+ ### Bug Fixes
483
+
484
+ * updated pie-libs PD-3223, PD-3121, PD-3018, PD-2765, PD-3105 ([666e660](https://github.com/pie-framework/pie-elements/commit/666e6604c40b9bde8b88af5ce1b02ba65f11e957))
485
+
486
+
487
+
488
+
489
+
490
+ ## [2.14.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.14.3...@pie-element/multi-trait-rubric@2.14.4) (2023-10-03)
491
+
492
+
493
+ ### Bug Fixes
494
+
495
+ * update with latest pie-libs, forcing pie-lib/math-rendering to v2.5.18 ([7ff936a](https://github.com/pie-framework/pie-elements/commit/7ff936ab9fc85c264032181755ce5e2149825406))
496
+
497
+
498
+
499
+
500
+
501
+ ## [2.14.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.14.2...@pie-element/multi-trait-rubric@2.14.3) (2023-09-28)
502
+
503
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
504
+
505
+
506
+
507
+
508
+
509
+ ## [2.14.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.14.1...@pie-element/multi-trait-rubric@2.14.2) (2023-09-26)
510
+
511
+
512
+ ### Bug Fixes
513
+
514
+ * update pie-libs ([702f4c6](https://github.com/pie-framework/pie-elements/commit/702f4c657f3413274b3a4443c1950e2cdf8e5588))
515
+
516
+
517
+
518
+
519
+
520
+ ## [2.14.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.14.0...@pie-element/multi-trait-rubric@2.14.1) (2023-09-25)
521
+
522
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
523
+
524
+
525
+
526
+
527
+
528
+ # [2.14.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.13.6...@pie-element/multi-trait-rubric@2.14.0) (2023-09-25)
529
+
530
+
531
+ ### Bug Fixes
532
+
533
+ * update pie-libs PD-3167 ([1b109bb](https://github.com/pie-framework/pie-elements/commit/1b109bb3b74dcea72ee2f241996a5e6a71893b4e))
534
+ * update pie-libs PD-3167 ([b21d0c3](https://github.com/pie-framework/pie-elements/commit/b21d0c332623667257a5de1363b9f4fc6ee2bb51))
535
+ * update pie-libs PD-3167 ([1a76806](https://github.com/pie-framework/pie-elements/commit/1a7680657ebe0a73969f3100e60f0a090ffc7ada))
536
+ * update pie-libs PD-3167, PD-3105, PD-3162, PD-2765 ([26199b2](https://github.com/pie-framework/pie-elements/commit/26199b255ddbcb9255f2769091c7ba58f8b1dae0))
537
+
538
+
539
+ ### Features
540
+
541
+ * update pie-libs PD-3011 ([0fd32b3](https://github.com/pie-framework/pie-elements/commit/0fd32b3fd1333bb25de584b98c8ef0471de2d5e8))
542
+
543
+
544
+
545
+
546
+
547
+ ## [2.13.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.13.5...@pie-element/multi-trait-rubric@2.13.6) (2023-09-05)
548
+
549
+
550
+ ### Bug Fixes
551
+
552
+ * update pie-libs PD-2765 ([f03972d](https://github.com/pie-framework/pie-elements/commit/f03972dda33ff5d4c0343f094fd33acadad30cb4))
553
+
554
+
555
+
556
+
557
+
558
+ ## [2.13.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.13.4...@pie-element/multi-trait-rubric@2.13.5) (2023-09-04)
559
+
560
+
561
+ ### Bug Fixes
562
+
563
+ * update pie-libs PD-3051 ([1e1a7a3](https://github.com/pie-framework/pie-elements/commit/1e1a7a38732eff5585ad789aea5a08c5e94720ae))
564
+ * updated pie-libs PD-2765, PD-3051 ([e6f5b17](https://github.com/pie-framework/pie-elements/commit/e6f5b17c95faf426898f897651863089a54ff3ff))
565
+
566
+
567
+
568
+
569
+
570
+ ## [2.13.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.13.3...@pie-element/multi-trait-rubric@2.13.4) (2023-08-21)
571
+
572
+
573
+ ### Bug Fixes
574
+
575
+ * update pie-libs PD-3119 ([01c474b](https://github.com/pie-framework/pie-elements/commit/01c474bf9396374dc86b9248651206672b765af6))
576
+
577
+
578
+
579
+
580
+
581
+ ## [2.13.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.13.2...@pie-element/multi-trait-rubric@2.13.3) (2023-08-21)
582
+
583
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
584
+
585
+
586
+
587
+
588
+
589
+ ## [2.13.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.13.1...@pie-element/multi-trait-rubric@2.13.2) (2023-08-15)
590
+
591
+
592
+ ### Bug Fixes
593
+
594
+ * update pie-libs PD-3049, PD-2916, PD-2059 ([0e800b5](https://github.com/pie-framework/pie-elements/commit/0e800b54b852304d222a292400362e0870f0cc9a))
595
+ * updated pie-lib to fix PD-2802, PD-3050, PD-3051 ([34b4dd7](https://github.com/pie-framework/pie-elements/commit/34b4dd7ba18f4c18589975921cc9d127926f8294))
596
+ * updated pie-libs Pd-1163 ([300c1db](https://github.com/pie-framework/pie-elements/commit/300c1db1658ce85ca58f3cc2981b604aefbf9f01))
597
+
598
+
599
+
600
+
601
+
602
+ ## [2.13.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.13.0...@pie-element/multi-trait-rubric@2.13.1) (2023-07-24)
603
+
604
+
605
+ ### Bug Fixes
606
+
607
+ * update pie-libs PD-2984, PD-2991, PD-2992, PD-3036 ([12c9426](https://github.com/pie-framework/pie-elements/commit/12c94269e3b645d74a0014c597d30662823bb34a))
608
+ * **multi-trait-rubric:** PD-2904 text formatting toolbar gets truncated ([3f0f9e3](https://github.com/pie-framework/pie-elements/commit/3f0f9e33550a3052c025d410ba0ad0c1333a9b6a))
609
+ * **multi-trait-rubric:** PD-2904 update snapshots ([c70252f](https://github.com/pie-framework/pie-elements/commit/c70252f8c357d85386e1d4571308f320199b960a))
610
+
611
+
612
+
613
+
614
+
615
+ # [2.13.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.12.0...@pie-element/multi-trait-rubric@2.13.0) (2023-07-06)
616
+
617
+
618
+ ### Bug Fixes
619
+
620
+ * updated pie-lib PD-2150 ([72f20be](https://github.com/pie-framework/pie-elements/commit/72f20be258248c86dde8d5d587290cd640bfd947))
621
+ * **multi-trait-rubric:** fix conflicts ([52f3c3d](https://github.com/pie-framework/pie-elements/commit/52f3c3d87cca681094c1475085dce9f0cf395030))
622
+ * updated editable-html dependent packages for PD-2150 ([ffa6297](https://github.com/pie-framework/pie-elements/commit/ffa62977a9e329c1e12ea1dfcb2af4ba4c993bca))
623
+ * **multi-trait-rubric:** set 100% width for wide screens PD-2901 ([158faee](https://github.com/pie-framework/pie-elements/commit/158faeeabf6e9f9b84cd47a9d2b5c966e3a057a4))
624
+
625
+
626
+ ### Features
627
+
628
+ * **multi-trait-rubric:** PD-2872-add validations in controller ([8d31062](https://github.com/pie-framework/pie-elements/commit/8d31062f539455d22382ed07e13a97fd93c5847b))
629
+ * **multi-trait-rubric:** PD-2872-call imported method without this ([567372f](https://github.com/pie-framework/pie-elements/commit/567372f5806c0e0a54fc31727f20ce97369538e7))
630
+ * **multi-trait-rubric:** PD-2872-ui part of validations ([bba8c0c](https://github.com/pie-framework/pie-elements/commit/bba8c0cd410cb1968c5f144c97aded00624cece2))
631
+ * **multi-trait-rubric:** PD-2939-placeholder values changes, snapshot updates ([093f919](https://github.com/pie-framework/pie-elements/commit/093f919841cb0ed35a1a58501b4f9dbd6c7c5c40))
632
+ * **multi-trait-rubric:** solve review observations ([b4aef59](https://github.com/pie-framework/pie-elements/commit/b4aef594a59c80530b3049cc30754eef905982ed))
633
+
634
+
635
+
636
+
637
+
638
+ # [2.12.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.11.0...@pie-element/multi-trait-rubric@2.12.0) (2023-06-13)
639
+
640
+
641
+ ### Bug Fixes
642
+
643
+ * update pie-libs ([649fb8f](https://github.com/pie-framework/pie-elements/commit/649fb8f535172d76b3ffc676ec53b2726432808c))
644
+ * update pie-libs PD-2150, PD-2795 ([ff6f64a](https://github.com/pie-framework/pie-elements/commit/ff6f64afa6ccaa8a060c986b1637c680e68c62b6))
645
+ * **multi-trait-rubric:** PD-2827 delete unused import ([a41a3f0](https://github.com/pie-framework/pie-elements/commit/a41a3f0e07b5181289954c062b58cb42401d9012))
646
+ * update libs PD-2722, PD-2827, PD-2832 ([834ecf9](https://github.com/pie-framework/pie-elements/commit/834ecf92cc7204c851c68f0945ad5d52e453c9d0))
647
+ * **multi-trait-rubric:** use the first scale trait label only if defaultTraitLabel is not defined PD-2869 ([87cf86f](https://github.com/pie-framework/pie-elements/commit/87cf86fe29d4cf6dbcbed800dd009b590b82fbf7))
648
+
649
+
650
+ ### Features
651
+
652
+ * add mathMlOptions PD-2150 ([0c6984c](https://github.com/pie-framework/pie-elements/commit/0c6984cf042141eac36badfbab1c46d8d42f71ee))
653
+
654
+
655
+
656
+
657
+
658
+ # [2.11.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.10.3...@pie-element/multi-trait-rubric@2.11.0) (2023-05-23)
659
+
660
+
661
+ ### Bug Fixes
662
+
663
+ * update pie-lib PD-2777, PD-1914, PD-2066 ([7102893](https://github.com/pie-framework/pie-elements/commit/71028930a6dc554eb587cf4de0c1d0d28bfff1f5))
664
+ * update pie-libs PD-2774, PD-1026 ([04f8cd0](https://github.com/pie-framework/pie-elements/commit/04f8cd000afdb2ccb0c25146d46acb60c5fea651))
665
+ * **multi-trait-rubric:** fix windows scrollbar showing for no reason PD-2749 ([49a28d8](https://github.com/pie-framework/pie-elements/commit/49a28d8e3e71c61cb8eebede9e84dab48655de0d))
666
+
667
+
668
+ ### Features
669
+
670
+ * ability to upload images when using imageSupoort from pie-api-components PD-2707 ([685f3b0](https://github.com/pie-framework/pie-elements/commit/685f3b035d86c5f4ad60cdb9ec84690d5ccaa4fc))
671
+
672
+
673
+
674
+
675
+
676
+ ## [2.10.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.10.2...@pie-element/multi-trait-rubric@2.10.3) (2023-05-02)
677
+
678
+
679
+ ### Bug Fixes
680
+
681
+ * update pie-libs PD-2755, PD-2625, PD-2119 ([698446b](https://github.com/pie-framework/pie-elements/commit/698446b29a553a022c91825118370faae824b723))
682
+ * update pie-libs PD-2755, PD-2625, PD-491, PD-2753, PD-2758, PD-2720, PD-2770 ([2cf9ffa](https://github.com/pie-framework/pie-elements/commit/2cf9ffa4fbef6f2ebc0924f305debc9fc6560a75))
683
+ * **multi-trait-rubric:** fix scrolling issue on add description PD-2741 ([e5b309c](https://github.com/pie-framework/pie-elements/commit/e5b309c1944ba6e6d473c020344c52fb034582de))
684
+ * update pie-libs (fix eslint problems PD-2732) ([3fa630e](https://github.com/pie-framework/pie-elements/commit/3fa630eb96b116cb685ab58fbf216fb572d1c333))
685
+ * **multi-trait-rubric:** set default minNoOfScales to 1 PD-2740 ([4f61a21](https://github.com/pie-framework/pie-elements/commit/4f61a21932e75914ce9207ea1e56f2c08a152d8a))
686
+ * **multi-trait-rubric:** use traitLabel as default value instead of 'Trait' PD-1582 ([d6d7049](https://github.com/pie-framework/pie-elements/commit/d6d70490060220d0282d38e5a71e1f76a784dbda))
687
+ * **pie-elements:** avoid logs pbs and add fragments as containers ([b4bd2b7](https://github.com/pie-framework/pie-elements/commit/b4bd2b7f994d7affdac443bd486047e5a629b763))
688
+
689
+
690
+
691
+
692
+
693
+ ## [2.10.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.10.1...@pie-element/multi-trait-rubric@2.10.2) (2023-04-25)
694
+
695
+
696
+ ### Bug Fixes
697
+
698
+ * update pie-libs PD-2762 ([7ac4313](https://github.com/pie-framework/pie-elements/commit/7ac431346b822fe3bbb0d13375f044f6ce1f426b))
699
+
700
+
701
+
702
+
703
+
704
+ ## [2.10.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.10.0...@pie-element/multi-trait-rubric@2.10.1) (2023-04-14)
705
+
706
+
707
+ ### Bug Fixes
708
+
709
+ * update pie-libs ([830e9fc](https://github.com/pie-framework/pie-elements/commit/830e9fcf07f057e632b44d7a64ddb436353d49f6))
710
+
711
+
712
+
713
+
714
+
715
+ # [2.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.9.4...@pie-element/multi-trait-rubric@2.10.0) (2023-04-10)
716
+
717
+
718
+ ### Bug Fixes
719
+
720
+ * update pie-libs ([b7d3e7f](https://github.com/pie-framework/pie-elements/commit/b7d3e7f7160aafd5dcfed2960bc6c2f03dba2180))
721
+ * **all elements:** fix eslint problems-PD-2732 ([eaeabfb](https://github.com/pie-framework/pie-elements/commit/eaeabfbbe3a868a1f9828ef831a7ea864dee75a9))
722
+ * **multi-trait-rubric:** fix container arrows PD-2547 ([6854c88](https://github.com/pie-framework/pie-elements/commit/6854c884967088181d4ad87e1b2ebf46737078e5))
723
+ * update pie-libs ([6738269](https://github.com/pie-framework/pie-elements/commit/6738269d878f24ec4429f210d18bbf591123a55f))
724
+ * update pie-libs ([9f05be1](https://github.com/pie-framework/pie-elements/commit/9f05be1ae6bf0a9651739b6bef7eca32ecabb4ce))
725
+
726
+
727
+ ### Features
728
+
729
+ * added the ability to set min/max width and height for the content PD-2425 ([befba3a](https://github.com/pie-framework/pie-elements/commit/befba3a8fa23e8dd21a3e3f63f306bd6dfc35bdd))
730
+
731
+
732
+
733
+
734
+
735
+ ## [2.9.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.9.3...@pie-element/multi-trait-rubric@2.9.4) (2023-03-30)
736
+
737
+
738
+ ### Bug Fixes
739
+
740
+ * revert adding pie-lib/rubric and remove its usage from controller ([2e58a35](https://github.com/pie-framework/pie-elements/commit/2e58a35e3490f4c002c82206eec3b74b215f3e57))
741
+
742
+
743
+
744
+
745
+
746
+ ## [2.9.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.9.2...@pie-element/multi-trait-rubric@2.9.3) (2023-03-30)
747
+
748
+
749
+ ### Bug Fixes
750
+
751
+ * add dependencies ([4156132](https://github.com/pie-framework/pie-elements/commit/415613209380f7bc613b1ae7908586bbe43e32bf))
752
+
753
+
754
+
755
+
756
+
757
+ ## [2.9.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.9.0...@pie-element/multi-trait-rubric@2.9.2) (2023-03-20)
758
+
759
+
760
+ ### Bug Fixes
761
+
762
+ * version bump ([b3f6919](https://github.com/pie-framework/pie-elements/commit/b3f6919c3ad2078953ed5162327cf356090c9aec))
763
+
764
+
765
+
766
+
767
+
768
+ # [2.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.8.2...@pie-element/multi-trait-rubric@2.9.0) (2023-03-20)
769
+
770
+
771
+ ### Bug Fixes
772
+
773
+ * in pie-website, table is scrollable and breaks functionality PD-2713 ([3c37f85](https://github.com/pie-framework/pie-elements/commit/3c37f85e795900db3166895dac6203e52f26c52c))
774
+ * Multi-trait rubrics truncated when more column added (add arrows and scrollable container) PD-2713 ([5f8b4b3](https://github.com/pie-framework/pie-elements/commit/5f8b4b3e2850f15ee2060fd1f78a4b0cb77752f2))
775
+ * update pie-libs ([340825a](https://github.com/pie-framework/pie-elements/commit/340825aab8c88569378eb5af6c5b9c9b99aeb285))
776
+ * update pie-libs ([1fe3d37](https://github.com/pie-framework/pie-elements/commit/1fe3d37d2b001f7944e4da7c895a83ccecefefcb))
777
+
778
+
779
+ ### Features
780
+
781
+ * added color theming support PD-310 ([64976e0](https://github.com/pie-framework/pie-elements/commit/64976e08151b346f0760aedee2cd0e4ce6ff7f8b))
782
+
783
+
784
+
785
+
786
+
787
+ ## [2.8.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.8.1...@pie-element/multi-trait-rubric@2.8.2) (2023-02-28)
788
+
789
+
790
+ ### Bug Fixes
791
+
792
+ * update pie-libs ([7bb37a7](https://github.com/pie-framework/pie-elements/commit/7bb37a7da11017eff7191968fad4517182f1c363))
793
+
794
+
795
+
796
+
797
+
798
+ ## [2.8.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.8.0...@pie-element/multi-trait-rubric@2.8.1) (2023-02-28)
799
+
800
+
801
+ ### Bug Fixes
802
+
803
+ * update pie-libs ([6a10f3f](https://github.com/pie-framework/pie-elements/commit/6a10f3f45306cc9d9e077e45a90245d047235521))
804
+
805
+
806
+
807
+
808
+
809
+ # [2.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.7.1...@pie-element/multi-trait-rubric@2.8.0) (2023-02-28)
810
+
811
+
812
+ ### Bug Fixes
813
+
814
+ * update pie-libs ([110161a](https://github.com/pie-framework/pie-elements/commit/110161ad113e76b5fdb6fc06e233889befbc366a))
815
+
816
+
817
+ ### Features
818
+
819
+ * add back forceEnabled functionality with documentation ([10a5502](https://github.com/pie-framework/pie-elements/commit/10a55021ca455b27dc5e5a38436648a1fd2f9d36))
820
+
821
+
822
+
823
+
824
+
825
+ ## [2.7.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.7.0...@pie-element/multi-trait-rubric@2.7.1) (2023-02-22)
826
+
827
+
828
+ ### Bug Fixes
829
+
830
+ * change withRubric type for extended-text-entry and drawing-response. docs update from different pr for multi-trait-rubric ([7bf77ad](https://github.com/pie-framework/pie-elements/commit/7bf77ada1a09bc56a053341bce9a0eaf02955672))
831
+
832
+
833
+
834
+
835
+
836
+ # [2.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.6.0...@pie-element/multi-trait-rubric@2.7.0) (2023-02-14)
837
+
838
+
839
+ ### Bug Fixes
840
+
841
+ * **multi-trait-rubric:** show arrow at first maxPoints change PD-2467 ([7891150](https://github.com/pie-framework/pie-elements/commit/78911507c2746b9da0f4fb1254f0e1a6954417ea))
842
+ * add comment, remove unnecesary prop ([560ebf2](https://github.com/pie-framework/pie-elements/commit/560ebf27168a79f7c45cee52d280fb16e4cbb2a9))
843
+ * tests ([61048dd](https://github.com/pie-framework/pie-elements/commit/61048ddc1ea34701e18d7ca6393fb3576c86ef4d))
844
+
845
+
846
+ ### Features
847
+
848
+ * update pie-libs ([e2c0b89](https://github.com/pie-framework/pie-elements/commit/e2c0b894caa20ed5d5681302a84b2bfd20dbd9f6))
849
+
850
+
851
+
852
+
853
+
854
+ # [2.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.5.0...@pie-element/multi-trait-rubric@2.6.0) (2023-02-01)
855
+
856
+
857
+ ### Bug Fixes
858
+
859
+ * typo ([9328e51](https://github.com/pie-framework/pie-elements/commit/9328e512840c54a3da4b06d4edc79b871d3233c4))
860
+ * **multi-trait-rubric:** fix scrolling PD-2467 ([d5d597a](https://github.com/pie-framework/pie-elements/commit/d5d597ae569cd77a7cf1f097de87b3d55b73bdc4))
861
+
862
+
863
+ ### Features
864
+
865
+ * update pie-libs ([0af590d](https://github.com/pie-framework/pie-elements/commit/0af590d624f4b2c0af58039e935531cef52e2a86))
866
+ * **multi-trait-rubric:** update documentation - generated files PD-2589 ([c773dc8](https://github.com/pie-framework/pie-elements/commit/c773dc800572f389c47133fb691a5e2e3e447223))
867
+
868
+
869
+
870
+
871
+
872
+ # [2.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.4.0...@pie-element/multi-trait-rubric@2.5.0) (2023-01-17)
873
+
874
+
875
+ ### Bug Fixes
876
+
877
+ * **multi-trait-rubric:** set max points dropdown to 1 PD-2487 ([5111342](https://github.com/pie-framework/pie-elements/commit/51113426bf7b0bcfe79baf833b5d37812418e8de))
878
+ * force push ([999a109](https://github.com/pie-framework/pie-elements/commit/999a1097d8bbbcf9c485cf46054b155bba5e14c2))
879
+ * PD-2427 revert changes in demo file ([0237339](https://github.com/pie-framework/pie-elements/commit/0237339c533003b47df46ae68dcb109b3c372d97))
880
+ * tests ([93540dc](https://github.com/pie-framework/pie-elements/commit/93540dc3d78398998037b66f02ec17184e29fca8))
881
+ * **multi-trait-rubric:** fix validation bugs, update documentation. Fixed match docs typo PD-2427 ([26d598e](https://github.com/pie-framework/pie-elements/commit/26d598e7a32d50ed176d566605bb6b4ebdc07a2c))
882
+
883
+
884
+ ### Features
885
+
886
+ * add Show/Hide Rubric ([ee40963](https://github.com/pie-framework/pie-elements/commit/ee4096344d682ec97160414e7cd41efeafb7500f))
887
+ * update pie-libs ([6423903](https://github.com/pie-framework/pie-elements/commit/6423903898b041f56db2111de2e4aac4ee9f1fd3))
888
+
889
+
890
+
891
+
892
+
893
+ # [2.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.3.1...@pie-element/multi-trait-rubric@2.4.0) (2023-01-05)
894
+
895
+
896
+ ### Features
897
+
898
+ * update pie-libs ([b174476](https://github.com/pie-framework/pie-elements/commit/b174476729119a0689f1f8adfc8c235246676cab))
899
+ * update pie-libs ([f72c3c8](https://github.com/pie-framework/pie-elements/commit/f72c3c8d8bc9bbf061bb81502317157a63c22972))
900
+ * update pie-libs ([8490729](https://github.com/pie-framework/pie-elements/commit/8490729a2389d36fd3968f0806119fde96577842))
901
+ * **multi-trait-rubric:** added configuration prop to hide the settings panel PD-1999 ([88e2ad2](https://github.com/pie-framework/pie-elements/commit/88e2ad2bf73ae5f8a95c3ca2930f9d8642281c13))
902
+
903
+
904
+
905
+
906
+
907
+ ## [2.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.3.0...@pie-element/multi-trait-rubric@2.3.1) (2022-12-21)
908
+
909
+
910
+ ### Bug Fixes
911
+
912
+ * updated pie-libs ([8cb5b90](https://github.com/pie-framework/pie-elements/commit/8cb5b90d501ccbdf5ffd764e6555faa48b8f54d6))
913
+
914
+
915
+
916
+
917
+
918
+ # [2.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.2.2...@pie-element/multi-trait-rubric@2.3.0) (2022-12-20)
919
+
920
+
921
+ ### Bug Fixes
922
+
923
+ * updated pie-libs ([6549302](https://github.com/pie-framework/pie-elements/commit/65493026fbf356c5ab752ae6a14d961d4b256368))
924
+
925
+
926
+ ### Features
927
+
928
+ * **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))
929
+
930
+
931
+
932
+
933
+
934
+ ## [2.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.2.1...@pie-element/multi-trait-rubric@2.2.2) (2022-12-07)
935
+
936
+
937
+ ### Bug Fixes
938
+
939
+ * update libs ([441f403](https://github.com/pie-framework/pie-elements/commit/441f403870b7bec0d61fab58b8d93dbe0ead4c32))
940
+ * update libs for PD-2030 PD-2031 ([3174022](https://github.com/pie-framework/pie-elements/commit/3174022d45603ed217bbe8804a142b07084636a5))
941
+ * updated lib PD-1715 ([42e788d](https://github.com/pie-framework/pie-elements/commit/42e788db0c792838994e55001952da7701251a8e))
942
+ * updated libs ([c20de3a](https://github.com/pie-framework/pie-elements/commit/c20de3a6ba4499a090c809e18e52588d2a585fa0))
943
+ * updated libs ([0eed79a](https://github.com/pie-framework/pie-elements/commit/0eed79a32c3b777c16c8cabf201513fc1d2726a0))
944
+ * updated libs ([343c9ec](https://github.com/pie-framework/pie-elements/commit/343c9ec3dccba7f781e90ae2bd195cac6f78f467))
945
+
946
+
947
+
948
+
949
+
950
+ ## [2.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.2.0...@pie-element/multi-trait-rubric@2.2.1) (2022-11-15)
951
+
952
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
953
+
954
+
955
+
956
+
957
+
958
+ # [2.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.1.1...@pie-element/multi-trait-rubric@2.2.0) (2022-11-01)
959
+
960
+
961
+ ### Features
962
+
963
+ * add a different property in the config, to force a value ([300c664](https://github.com/pie-framework/pie-elements/commit/300c664618f46177137deef3bced2d096cdb8126))
964
+
965
+
966
+
967
+
968
+
969
+ ## [2.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.1.0...@pie-element/multi-trait-rubric@2.1.1) (2022-10-31)
970
+
971
+
972
+ ### Bug Fixes
973
+
974
+ * **multi-trait-rubric:** add autoWidthToolbar property to editable html inside expanded input component PD-2129 ([043c298](https://github.com/pie-framework/pie-elements/commit/043c298b94facf8f4d2b9fb66170051e9fa0e91a))
975
+
976
+
977
+
978
+
979
+
980
+ # [2.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.0.11...@pie-element/multi-trait-rubric@2.1.0) (2022-10-17)
981
+
982
+
983
+ ### Bug Fixes
984
+
985
+ * tests ([d165efc](https://github.com/pie-framework/pie-elements/commit/d165efcc2684e2452d1d20e5c10cc1a72b99afc0))
986
+
987
+
988
+ ### Features
989
+
990
+ * update libs ([7e174fb](https://github.com/pie-framework/pie-elements/commit/7e174fba75e7ea668900ad5c103751cefe33e2af))
991
+ * update pie-lib/rubric dependecies version ([5546015](https://github.com/pie-framework/pie-elements/commit/5546015c3923ce2e34ab810ccd698424c1009c03))
992
+ * **complex-rubric:** PD-2013 implement new item type for rubrics ([33c08ff](https://github.com/pie-framework/pie-elements/commit/33c08ff8068255595e5bed7ac2d8675e57e2f925))
993
+ * **complex-rubric, multi-trait-rubric:** add new settings panel properties ([58d55e8](https://github.com/pie-framework/pie-elements/commit/58d55e877602d2655c7767433bdb404e4693074b))
994
+ * **docs:** update docs ([23cab69](https://github.com/pie-framework/pie-elements/commit/23cab69700cfee41395941f99599253cba8a28a3))
995
+ * **multi-trait-rubric:** add min and max values in configuration for scales and traits PD-2040 ([e56041c](https://github.com/pie-framework/pie-elements/commit/e56041c6a150b701dcf878c7d20263d935e2bae2))
996
+ * **multi-trait-rubric:** add pie-api config PD-23 ([5cda6c3](https://github.com/pie-framework/pie-elements/commit/5cda6c3536e2b710f2b3577ecbb2aaca683a6b88))
997
+ * **multi-trait-rubric:** add uploadSoundSupport property PD-23-updated ([25fdba3](https://github.com/pie-framework/pie-elements/commit/25fdba377ad13fc1cc56fd54200b87d08571e7b9))
998
+ * **multi-trait-rubric:** enable/disable max points and add scale PD-2040 ([e0c0a72](https://github.com/pie-framework/pie-elements/commit/e0c0a721ca0def0519987ab8cf09c36b058791dc))
999
+ * enable spanish and special characters in author PD-2120 ([85fd3dd](https://github.com/pie-framework/pie-elements/commit/85fd3dd0fc10da1a2dfd5a842809c625790f8ba9))
1000
+
1001
+
1002
+
1003
+
1004
+
1005
+ ## [2.0.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.0.10...@pie-element/multi-trait-rubric@2.0.11) (2022-09-29)
1006
+
1007
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
1008
+
1009
+
1010
+
1011
+
1012
+
1013
+ ## [2.0.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.0.9...@pie-element/multi-trait-rubric@2.0.10) (2022-09-14)
1014
+
1015
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
1016
+
1017
+
1018
+
1019
+
1020
+
1021
+ ## [2.0.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.0.8...@pie-element/multi-trait-rubric@2.0.9) (2022-09-13)
1022
+
1023
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
1024
+
1025
+
1026
+
1027
+
1028
+
1029
+ ## [2.0.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.0.7...@pie-element/multi-trait-rubric@2.0.8) (2022-08-31)
1030
+
1031
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
1032
+
1033
+
1034
+
1035
+
1036
+
1037
+ ## [2.0.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.0.6...@pie-element/multi-trait-rubric@2.0.7) (2022-08-16)
1038
+
1039
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
1040
+
1041
+
1042
+
1043
+
1044
+
1045
+ ## [2.0.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.0.5...@pie-element/multi-trait-rubric@2.0.6) (2022-08-08)
1046
+
1047
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
1048
+
1049
+
1050
+
1051
+
1052
+
1053
+ ## [2.0.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.0.4...@pie-element/multi-trait-rubric@2.0.5) (2022-08-02)
1054
+
1055
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
1056
+
1057
+
1058
+
1059
+
1060
+
1061
+ ## [2.0.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.0.3...@pie-element/multi-trait-rubric@2.0.4) (2022-07-22)
1062
+
1063
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
1064
+
1065
+
1066
+
1067
+
1068
+
1069
+ ## [2.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.0.2...@pie-element/multi-trait-rubric@2.0.3) (2022-07-20)
1070
+
1071
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
1072
+
1073
+
1074
+
1075
+
1076
+
1077
+ ## [2.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.0.1...@pie-element/multi-trait-rubric@2.0.2) (2022-07-19)
1078
+
1079
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
1080
+
1081
+
1082
+
1083
+
1084
+
1085
+ ## [2.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.0.0...@pie-element/multi-trait-rubric@2.0.1) (2022-06-28)
1086
+
1087
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
1088
+
1089
+
1090
+
1091
+
1092
+
1093
+ # [2.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.31...@pie-element/multi-trait-rubric@2.0.0) (2022-06-28)
1094
+
1095
+
1096
+ ### chore
1097
+
1098
+ * Merge master with develop. ([cdca48a](https://github.com/pie-framework/pie-elements/commit/cdca48abaa1d4179e4a961e13d171e14b7ed2444))
1099
+
1100
+
1101
+ ### BREAKING CHANGES
1102
+
1103
+ * Image percent buttons were removed from toolbar.
1104
+ New properties maxImageWidth and maxImageHeight were added.
1105
+
1106
+
1107
+
1108
+
1109
+
1110
+ ## [1.4.31](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.30...@pie-element/multi-trait-rubric@1.4.31) (2022-06-13)
1111
+
1112
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
1113
+
1114
+
1115
+
1116
+
1117
+
1118
+ ## [1.4.30](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.29...@pie-element/multi-trait-rubric@1.4.30) (2022-05-30)
1119
+
1120
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
1121
+
1122
+
1123
+
1124
+
1125
+
1126
+ ## [1.4.29](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.28...@pie-element/multi-trait-rubric@1.4.29) (2022-05-16)
1127
+
1128
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
1129
+
1130
+
1131
+
1132
+
1133
+
1134
+ ## [1.4.28](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.27...@pie-element/multi-trait-rubric@1.4.28) (2022-05-09)
1135
+
1136
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
1137
+
1138
+
1139
+
1140
+
1141
+
1142
+ ## [1.4.27](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.26...@pie-element/multi-trait-rubric@1.4.27) (2022-05-03)
1143
+
1144
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
1145
+
1146
+
1147
+
1148
+
1149
+
1150
+ ## [1.4.26](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.25...@pie-element/multi-trait-rubric@1.4.26) (2022-04-12)
1151
+
1152
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
1153
+
1154
+
1155
+
1156
+
1157
+
1158
+ ## [1.4.25](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.24...@pie-element/multi-trait-rubric@1.4.25) (2022-03-28)
1159
+
1160
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
1161
+
1162
+
1163
+
1164
+
1165
+
1166
+ ## [1.4.24](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.23...@pie-element/multi-trait-rubric@1.4.24) (2022-03-22)
1167
+
1168
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
1169
+
1170
+
1171
+
1172
+
1173
+
1174
+ ## [1.4.23](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.22...@pie-element/multi-trait-rubric@1.4.23) (2022-03-08)
1175
+
1176
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
1177
+
1178
+
1179
+
1180
+
1181
+
1182
+ ## [1.4.22](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.21...@pie-element/multi-trait-rubric@1.4.22) (2022-03-08)
1183
+
1184
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
1185
+
1186
+
1187
+
1188
+
1189
+
1190
+ ## [1.4.21](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.20...@pie-element/multi-trait-rubric@1.4.21) (2022-02-21)
1191
+
1192
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
1193
+
1194
+
1195
+
1196
+
1197
+
1198
+ ## [1.4.20](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.19...@pie-element/multi-trait-rubric@1.4.20) (2022-02-04)
1199
+
1200
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
1201
+
1202
+
1203
+
1204
+
1205
+
1206
+ ## [1.4.19](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.18...@pie-element/multi-trait-rubric@1.4.19) (2022-01-24)
1207
+
1208
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
1209
+
1210
+
1211
+
1212
+
1213
+
1214
+ ## [1.4.18](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.17...@pie-element/multi-trait-rubric@1.4.18) (2022-01-10)
1215
+
1216
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
1217
+
1218
+
1219
+
1220
+
1221
+
1222
+ ## [1.4.17](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.16...@pie-element/multi-trait-rubric@1.4.17) (2021-12-23)
1223
+
1224
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
1225
+
1226
+
1227
+
1228
+
1229
+
1230
+ ## [1.4.15](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.14...@pie-element/multi-trait-rubric@1.4.15) (2021-12-13)
1231
+
1232
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
1233
+
1234
+
1235
+
1236
+
1237
+
1238
+ ## [1.4.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.11...@pie-element/multi-trait-rubric@1.4.12) (2021-11-29)
1239
+
1240
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
1241
+
1242
+
1243
+
1244
+
1245
+
1246
+ ## [1.4.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.6...@pie-element/multi-trait-rubric@1.4.11) (2021-11-11)
1247
+
1248
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
1249
+
1250
+
1251
+
1252
+
1253
+
1254
+ ## [1.4.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.2...@pie-element/multi-trait-rubric@1.4.10) (2021-11-11)
1255
+
1256
+
1257
+ ### Bug Fixes
1258
+
1259
+ * pie-lib updates ([e521c2f](https://github.com/pie-framework/pie-elements/commit/e521c2f1a44aa7f3e14f82a1cee05ceb484ed0a6))
1260
+ * Updated pie-lib versions ([2fe4c5d](https://github.com/pie-framework/pie-elements/commit/2fe4c5d0be2d40f5fdb34815855695a7f1087f56))
1261
+ * Updated pie-lib versions ([1c23830](https://github.com/pie-framework/pie-elements/commit/1c23830fc75d1de5f7bb3bb16de3c665ae5fa350))
1262
+ * **multi-trait-rubric:** Fixed the score point label toolbar cut off PD-1238 ([1f15681](https://github.com/pie-framework/pie-elements/commit/1f15681f913acc5f5fd4ba47131ede53c456839b))
1263
+
1264
+
1265
+
1266
+
1267
+
1268
+
1269
+ ## [1.4.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.5...@pie-element/multi-trait-rubric@1.4.6) (2021-10-04)
1270
+
1271
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
1272
+
1273
+
1274
+
1275
+
1276
+
1277
+ ## [1.4.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.4...@pie-element/multi-trait-rubric@1.4.5) (2021-09-20)
1278
+
1279
+
1280
+ ### Bug Fixes
1281
+
1282
+ * pie-lib updates ([e521c2f](https://github.com/pie-framework/pie-elements/commit/e521c2f1a44aa7f3e14f82a1cee05ceb484ed0a6))
1283
+ * Updated pie-lib versions ([2fe4c5d](https://github.com/pie-framework/pie-elements/commit/2fe4c5d0be2d40f5fdb34815855695a7f1087f56))
1284
+ * Updated pie-lib versions ([1c23830](https://github.com/pie-framework/pie-elements/commit/1c23830fc75d1de5f7bb3bb16de3c665ae5fa350))
1285
+
1286
+
1287
+
1288
+
1289
+
1290
+ ## [1.4.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.3...@pie-element/multi-trait-rubric@1.4.4) (2021-09-01)
1291
+
1292
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
1293
+
1294
+
1295
+
1296
+
1297
+
1298
+ ## [1.4.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.2...@pie-element/multi-trait-rubric@1.4.3) (2021-08-05)
1299
+
1300
+
1301
+ ### Bug Fixes
1302
+
1303
+ * **multi-trait-rubric:** Fixed the score point label toolbar cut off PD-1238 ([1f15681](https://github.com/pie-framework/pie-elements/commit/1f15681f913acc5f5fd4ba47131ede53c456839b))
1304
+
1305
+
1306
+
1307
+
1308
+
1309
+ ## [1.4.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.0...@pie-element/multi-trait-rubric@1.4.2) (2021-08-05)
1310
+
1311
+
1312
+ ### Bug Fixes
1313
+
1314
+ * force bump ([5ea7295](https://github.com/pie-framework/pie-elements/commit/5ea7295e4755fbc492a76e7ec69e5fc35b196919))
1315
+
1316
+
1317
+
1318
+
1319
+
1320
+ # [1.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.3.0...@pie-element/multi-trait-rubric@1.4.0) (2021-06-29)
1321
+
1322
+
1323
+ ### Bug Fixes
1324
+
1325
+ * **multi-trait-rubric:** Fixed the toolbar cut off - PD-1106 ([#564](https://github.com/pie-framework/pie-elements/issues/564)) ([7880804](https://github.com/pie-framework/pie-elements/commit/788080479dcc44e0fc4ee780cce5b5b7e68d07eb))
1326
+ * multi-trait-rubric change label for remove trait, add configuration props for the content of the dialog boxes PD-1118 ([#563](https://github.com/pie-framework/pie-elements/issues/563)) ([afc563a](https://github.com/pie-framework/pie-elements/commit/afc563a22e107ce95dc1bf0f3241d77485744d56))
1327
+
1328
+
1329
+ ### Features
1330
+
1331
+ * **multi-trait-rubric:** change drag and drop to push instead of swap, drag traits by handle PD-1109 ([#561](https://github.com/pie-framework/pie-elements/issues/561)) ([93d621f](https://github.com/pie-framework/pie-elements/commit/93d621f35d04ecbd571ee0cf179cc0d99d11987c))
1332
+ * multi-trait-rubric update ui PD-1107 ([#560](https://github.com/pie-framework/pie-elements/issues/560)) ([448d925](https://github.com/pie-framework/pie-elements/commit/448d9257e755870838fdecbb8acf457ed0c4f16a))
1333
+
1334
+
1335
+
1336
+
1337
+
1338
+ # [1.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.2.3...@pie-element/multi-trait-rubric@1.3.0) (2021-04-07)
1339
+
1340
+
1341
+ ### Features
1342
+
1343
+ * merge pie-ui into pie-elements PD-977 ([01ebfd7](https://github.com/pie-framework/pie-elements/commit/01ebfd7ce98b041dd0573575efd8b6da03f22162))
1344
+
1345
+
1346
+
1347
+
1348
+
1349
+ ## [1.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.2.0...@pie-element/multi-trait-rubric@1.2.3) (2021-03-03)
1350
+
1351
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
1352
+
1353
+
1354
+
1355
+
1356
+
1357
+ # [1.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.1.1...@pie-element/multi-trait-rubric@1.2.0) (2021-03-03)
1358
+
1359
+
1360
+ ### Features
1361
+
1362
+ * Updated design. Moved exclude zero at item level. Added ability to toggle from Settings Panel: level tag input, description, standards, visibility to student, half scoring, score labels, drag and drop. Added Actionable List. BREAKING CHANGE: moved exclude zero at item level (from scale level) ([c8bb906](https://github.com/pie-framework/pie-elements/commit/c8bb9064712aae057b74dceba5928a19054b27eb))
1363
+
1364
+
1365
+
1366
+
1367
+
1368
+ ## [1.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.1.0...@pie-element/multi-trait-rubric@1.1.1) (2021-02-04)
1369
+
1370
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
1371
+
1372
+
1373
+
1374
+
1375
+
1376
+ # 1.1.0 (2021-02-02)
1377
+
1378
+
1379
+ ### Features
1380
+
1381
+ * Added showStandards configuration setting. Added halfScoring and visibleToStudent. ([db993ca](https://github.com/pie-framework/pie-elements/commit/db993ca))
1382
+ * multi-trait-rubric (No authoring yet) ([dc01b01](https://github.com/pie-framework/pie-elements/commit/dc01b01))
1383
+ * Updated pie-ui/multi-trait-rubric version. ([7d20153](https://github.com/pie-framework/pie-elements/commit/7d20153))