@pie-element/complex-rubric 1.12.2-next.2 → 1.12.2-next.4

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 (95) 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 +932 -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 +823 -0
  7. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/common.js +502 -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 +98 -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 +126 -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 +553 -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 +552 -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 +371 -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 +270 -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 +29 -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 +175 -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 +161 -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 +272 -0
  36. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/config-schema.json.md +206 -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 +298 -0
  42. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/pie-schema.json.md +201 -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 +1213 -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 +1053 -0
  58. package/configure/node_modules/@pie-element/rubric/configure/lib/defaults.js +34 -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 +130 -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 +108 -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/package.json +17 -0
  65. package/configure/node_modules/@pie-element/rubric/configure/src/defaults.js +26 -0
  66. package/configure/node_modules/@pie-element/rubric/configure/src/index.js +64 -0
  67. package/configure/node_modules/@pie-element/rubric/configure/src/main.jsx +56 -0
  68. package/configure/node_modules/@pie-element/rubric/controller/CHANGELOG.json +17 -0
  69. package/configure/node_modules/@pie-element/rubric/controller/CHANGELOG.md +157 -0
  70. package/configure/node_modules/@pie-element/rubric/controller/lib/index.js +14 -0
  71. package/configure/node_modules/@pie-element/rubric/controller/lib/index.js.map +1 -0
  72. package/configure/node_modules/@pie-element/rubric/controller/package.json +13 -0
  73. package/configure/node_modules/@pie-element/rubric/controller/src/__tests__/index.test.js +31 -0
  74. package/configure/node_modules/@pie-element/rubric/controller/src/index.js +6 -0
  75. package/configure/node_modules/@pie-element/rubric/docs/config-schema.json +160 -0
  76. package/configure/node_modules/@pie-element/rubric/docs/config-schema.json.md +127 -0
  77. package/configure/node_modules/@pie-element/rubric/docs/demo/config.js +8 -0
  78. package/configure/node_modules/@pie-element/rubric/docs/demo/generate.js +8 -0
  79. package/configure/node_modules/@pie-element/rubric/docs/demo/index.html +2 -0
  80. package/configure/node_modules/@pie-element/rubric/docs/pie-schema.json +96 -0
  81. package/configure/node_modules/@pie-element/rubric/docs/pie-schema.json.md +65 -0
  82. package/configure/node_modules/@pie-element/rubric/lib/index.js +88 -0
  83. package/configure/node_modules/@pie-element/rubric/lib/index.js.map +1 -0
  84. package/configure/node_modules/@pie-element/rubric/lib/main.js +188 -0
  85. package/configure/node_modules/@pie-element/rubric/lib/main.js.map +1 -0
  86. package/configure/node_modules/@pie-element/rubric/lib/print.js +114 -0
  87. package/configure/node_modules/@pie-element/rubric/lib/print.js.map +1 -0
  88. package/configure/node_modules/@pie-element/rubric/package.json +26 -0
  89. package/configure/node_modules/@pie-element/rubric/src/__tests__/__snapshots__/rubric-view.test.jsx.snap +23003 -0
  90. package/configure/node_modules/@pie-element/rubric/src/__tests__/rubric-view.test.jsx +46 -0
  91. package/configure/node_modules/@pie-element/rubric/src/index.js +34 -0
  92. package/configure/node_modules/@pie-element/rubric/src/main.jsx +136 -0
  93. package/configure/node_modules/@pie-element/rubric/src/print.js +63 -0
  94. package/configure/package.json +2 -2
  95. package/package.json +4 -4
@@ -0,0 +1,932 @@
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
+ ## [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)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update pie-lib PD-3221 ([f04d59f](https://github.com/pie-framework/pie-elements/commit/f04d59f204852e430dc3e8fe2c442bb9a1634761))
12
+
13
+
14
+
15
+
16
+
17
+ # [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)
18
+
19
+
20
+ ### Features
21
+
22
+ * updated pie-libs PD-2950 ([acffe41](https://github.com/pie-framework/pie-elements/commit/acffe41120fbe288e375321cbd58cfbd48f98595))
23
+
24
+
25
+
26
+
27
+
28
+ ## [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)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * updated pie-libs PD-3223, PD-3121, PD-3018, PD-2765, PD-3105 ([666e660](https://github.com/pie-framework/pie-elements/commit/666e6604c40b9bde8b88af5ce1b02ba65f11e957))
34
+
35
+
36
+
37
+
38
+
39
+ ## [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)
40
+
41
+
42
+ ### Bug Fixes
43
+
44
+ * update with latest pie-libs, forcing pie-lib/math-rendering to v2.5.18 ([7ff936a](https://github.com/pie-framework/pie-elements/commit/7ff936ab9fc85c264032181755ce5e2149825406))
45
+
46
+
47
+
48
+
49
+
50
+ ## [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)
51
+
52
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
53
+
54
+
55
+
56
+
57
+
58
+ ## [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)
59
+
60
+
61
+ ### Bug Fixes
62
+
63
+ * update pie-libs ([702f4c6](https://github.com/pie-framework/pie-elements/commit/702f4c657f3413274b3a4443c1950e2cdf8e5588))
64
+
65
+
66
+
67
+
68
+
69
+ ## [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)
70
+
71
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
72
+
73
+
74
+
75
+
76
+
77
+ # [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)
78
+
79
+
80
+ ### Bug Fixes
81
+
82
+ * update pie-libs PD-3167 ([1b109bb](https://github.com/pie-framework/pie-elements/commit/1b109bb3b74dcea72ee2f241996a5e6a71893b4e))
83
+ * update pie-libs PD-3167 ([b21d0c3](https://github.com/pie-framework/pie-elements/commit/b21d0c332623667257a5de1363b9f4fc6ee2bb51))
84
+ * update pie-libs PD-3167 ([1a76806](https://github.com/pie-framework/pie-elements/commit/1a7680657ebe0a73969f3100e60f0a090ffc7ada))
85
+ * update pie-libs PD-3167, PD-3105, PD-3162, PD-2765 ([26199b2](https://github.com/pie-framework/pie-elements/commit/26199b255ddbcb9255f2769091c7ba58f8b1dae0))
86
+
87
+
88
+ ### Features
89
+
90
+ * update pie-libs PD-3011 ([0fd32b3](https://github.com/pie-framework/pie-elements/commit/0fd32b3fd1333bb25de584b98c8ef0471de2d5e8))
91
+
92
+
93
+
94
+
95
+
96
+ ## [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)
97
+
98
+
99
+ ### Bug Fixes
100
+
101
+ * update pie-libs PD-2765 ([f03972d](https://github.com/pie-framework/pie-elements/commit/f03972dda33ff5d4c0343f094fd33acadad30cb4))
102
+
103
+
104
+
105
+
106
+
107
+ ## [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)
108
+
109
+
110
+ ### Bug Fixes
111
+
112
+ * update pie-libs PD-3051 ([1e1a7a3](https://github.com/pie-framework/pie-elements/commit/1e1a7a38732eff5585ad789aea5a08c5e94720ae))
113
+ * updated pie-libs PD-2765, PD-3051 ([e6f5b17](https://github.com/pie-framework/pie-elements/commit/e6f5b17c95faf426898f897651863089a54ff3ff))
114
+
115
+
116
+
117
+
118
+
119
+ ## [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)
120
+
121
+
122
+ ### Bug Fixes
123
+
124
+ * update pie-libs PD-3119 ([01c474b](https://github.com/pie-framework/pie-elements/commit/01c474bf9396374dc86b9248651206672b765af6))
125
+
126
+
127
+
128
+
129
+
130
+ ## [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)
131
+
132
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
133
+
134
+
135
+
136
+
137
+
138
+ ## [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)
139
+
140
+
141
+ ### Bug Fixes
142
+
143
+ * update pie-libs PD-3049, PD-2916, PD-2059 ([0e800b5](https://github.com/pie-framework/pie-elements/commit/0e800b54b852304d222a292400362e0870f0cc9a))
144
+ * updated pie-lib to fix PD-2802, PD-3050, PD-3051 ([34b4dd7](https://github.com/pie-framework/pie-elements/commit/34b4dd7ba18f4c18589975921cc9d127926f8294))
145
+ * updated pie-libs Pd-1163 ([300c1db](https://github.com/pie-framework/pie-elements/commit/300c1db1658ce85ca58f3cc2981b604aefbf9f01))
146
+
147
+
148
+
149
+
150
+
151
+ ## [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)
152
+
153
+
154
+ ### Bug Fixes
155
+
156
+ * update pie-libs PD-2984, PD-2991, PD-2992, PD-3036 ([12c9426](https://github.com/pie-framework/pie-elements/commit/12c94269e3b645d74a0014c597d30662823bb34a))
157
+ * **multi-trait-rubric:** PD-2904 text formatting toolbar gets truncated ([3f0f9e3](https://github.com/pie-framework/pie-elements/commit/3f0f9e33550a3052c025d410ba0ad0c1333a9b6a))
158
+ * **multi-trait-rubric:** PD-2904 update snapshots ([c70252f](https://github.com/pie-framework/pie-elements/commit/c70252f8c357d85386e1d4571308f320199b960a))
159
+
160
+
161
+
162
+
163
+
164
+ # [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)
165
+
166
+
167
+ ### Bug Fixes
168
+
169
+ * updated pie-lib PD-2150 ([72f20be](https://github.com/pie-framework/pie-elements/commit/72f20be258248c86dde8d5d587290cd640bfd947))
170
+ * **multi-trait-rubric:** fix conflicts ([52f3c3d](https://github.com/pie-framework/pie-elements/commit/52f3c3d87cca681094c1475085dce9f0cf395030))
171
+ * updated editable-html dependent packages for PD-2150 ([ffa6297](https://github.com/pie-framework/pie-elements/commit/ffa62977a9e329c1e12ea1dfcb2af4ba4c993bca))
172
+ * **multi-trait-rubric:** set 100% width for wide screens PD-2901 ([158faee](https://github.com/pie-framework/pie-elements/commit/158faeeabf6e9f9b84cd47a9d2b5c966e3a057a4))
173
+
174
+
175
+ ### Features
176
+
177
+ * **multi-trait-rubric:** PD-2872-add validations in controller ([8d31062](https://github.com/pie-framework/pie-elements/commit/8d31062f539455d22382ed07e13a97fd93c5847b))
178
+ * **multi-trait-rubric:** PD-2872-call imported method without this ([567372f](https://github.com/pie-framework/pie-elements/commit/567372f5806c0e0a54fc31727f20ce97369538e7))
179
+ * **multi-trait-rubric:** PD-2872-ui part of validations ([bba8c0c](https://github.com/pie-framework/pie-elements/commit/bba8c0cd410cb1968c5f144c97aded00624cece2))
180
+ * **multi-trait-rubric:** PD-2939-placeholder values changes, snapshot updates ([093f919](https://github.com/pie-framework/pie-elements/commit/093f919841cb0ed35a1a58501b4f9dbd6c7c5c40))
181
+ * **multi-trait-rubric:** solve review observations ([b4aef59](https://github.com/pie-framework/pie-elements/commit/b4aef594a59c80530b3049cc30754eef905982ed))
182
+
183
+
184
+
185
+
186
+
187
+ # [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)
188
+
189
+
190
+ ### Bug Fixes
191
+
192
+ * update pie-libs ([649fb8f](https://github.com/pie-framework/pie-elements/commit/649fb8f535172d76b3ffc676ec53b2726432808c))
193
+ * update pie-libs PD-2150, PD-2795 ([ff6f64a](https://github.com/pie-framework/pie-elements/commit/ff6f64afa6ccaa8a060c986b1637c680e68c62b6))
194
+ * **multi-trait-rubric:** PD-2827 delete unused import ([a41a3f0](https://github.com/pie-framework/pie-elements/commit/a41a3f0e07b5181289954c062b58cb42401d9012))
195
+ * update libs PD-2722, PD-2827, PD-2832 ([834ecf9](https://github.com/pie-framework/pie-elements/commit/834ecf92cc7204c851c68f0945ad5d52e453c9d0))
196
+ * **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))
197
+
198
+
199
+ ### Features
200
+
201
+ * add mathMlOptions PD-2150 ([0c6984c](https://github.com/pie-framework/pie-elements/commit/0c6984cf042141eac36badfbab1c46d8d42f71ee))
202
+
203
+
204
+
205
+
206
+
207
+ # [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)
208
+
209
+
210
+ ### Bug Fixes
211
+
212
+ * update pie-lib PD-2777, PD-1914, PD-2066 ([7102893](https://github.com/pie-framework/pie-elements/commit/71028930a6dc554eb587cf4de0c1d0d28bfff1f5))
213
+ * update pie-libs PD-2774, PD-1026 ([04f8cd0](https://github.com/pie-framework/pie-elements/commit/04f8cd000afdb2ccb0c25146d46acb60c5fea651))
214
+ * **multi-trait-rubric:** fix windows scrollbar showing for no reason PD-2749 ([49a28d8](https://github.com/pie-framework/pie-elements/commit/49a28d8e3e71c61cb8eebede9e84dab48655de0d))
215
+
216
+
217
+ ### Features
218
+
219
+ * ability to upload images when using imageSupoort from pie-api-components PD-2707 ([685f3b0](https://github.com/pie-framework/pie-elements/commit/685f3b035d86c5f4ad60cdb9ec84690d5ccaa4fc))
220
+
221
+
222
+
223
+
224
+
225
+ ## [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)
226
+
227
+
228
+ ### Bug Fixes
229
+
230
+ * update pie-libs PD-2755, PD-2625, PD-2119 ([698446b](https://github.com/pie-framework/pie-elements/commit/698446b29a553a022c91825118370faae824b723))
231
+ * 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))
232
+ * **multi-trait-rubric:** fix scrolling issue on add description PD-2741 ([e5b309c](https://github.com/pie-framework/pie-elements/commit/e5b309c1944ba6e6d473c020344c52fb034582de))
233
+ * update pie-libs (fix eslint problems PD-2732) ([3fa630e](https://github.com/pie-framework/pie-elements/commit/3fa630eb96b116cb685ab58fbf216fb572d1c333))
234
+ * **multi-trait-rubric:** set default minNoOfScales to 1 PD-2740 ([4f61a21](https://github.com/pie-framework/pie-elements/commit/4f61a21932e75914ce9207ea1e56f2c08a152d8a))
235
+ * **multi-trait-rubric:** use traitLabel as default value instead of 'Trait' PD-1582 ([d6d7049](https://github.com/pie-framework/pie-elements/commit/d6d70490060220d0282d38e5a71e1f76a784dbda))
236
+ * **pie-elements:** avoid logs pbs and add fragments as containers ([b4bd2b7](https://github.com/pie-framework/pie-elements/commit/b4bd2b7f994d7affdac443bd486047e5a629b763))
237
+
238
+
239
+
240
+
241
+
242
+ ## [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)
243
+
244
+
245
+ ### Bug Fixes
246
+
247
+ * update pie-libs PD-2762 ([7ac4313](https://github.com/pie-framework/pie-elements/commit/7ac431346b822fe3bbb0d13375f044f6ce1f426b))
248
+
249
+
250
+
251
+
252
+
253
+ ## [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)
254
+
255
+
256
+ ### Bug Fixes
257
+
258
+ * update pie-libs ([830e9fc](https://github.com/pie-framework/pie-elements/commit/830e9fcf07f057e632b44d7a64ddb436353d49f6))
259
+
260
+
261
+
262
+
263
+
264
+ # [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)
265
+
266
+
267
+ ### Bug Fixes
268
+
269
+ * update pie-libs ([b7d3e7f](https://github.com/pie-framework/pie-elements/commit/b7d3e7f7160aafd5dcfed2960bc6c2f03dba2180))
270
+ * **all elements:** fix eslint problems-PD-2732 ([eaeabfb](https://github.com/pie-framework/pie-elements/commit/eaeabfbbe3a868a1f9828ef831a7ea864dee75a9))
271
+ * **multi-trait-rubric:** fix container arrows PD-2547 ([6854c88](https://github.com/pie-framework/pie-elements/commit/6854c884967088181d4ad87e1b2ebf46737078e5))
272
+ * update pie-libs ([6738269](https://github.com/pie-framework/pie-elements/commit/6738269d878f24ec4429f210d18bbf591123a55f))
273
+ * update pie-libs ([9f05be1](https://github.com/pie-framework/pie-elements/commit/9f05be1ae6bf0a9651739b6bef7eca32ecabb4ce))
274
+
275
+
276
+ ### Features
277
+
278
+ * 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))
279
+
280
+
281
+
282
+
283
+
284
+ ## [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)
285
+
286
+
287
+ ### Bug Fixes
288
+
289
+ * revert adding pie-lib/rubric and remove its usage from controller ([2e58a35](https://github.com/pie-framework/pie-elements/commit/2e58a35e3490f4c002c82206eec3b74b215f3e57))
290
+
291
+
292
+
293
+
294
+
295
+ ## [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)
296
+
297
+
298
+ ### Bug Fixes
299
+
300
+ * add dependencies ([4156132](https://github.com/pie-framework/pie-elements/commit/415613209380f7bc613b1ae7908586bbe43e32bf))
301
+
302
+
303
+
304
+
305
+
306
+ ## [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)
307
+
308
+
309
+ ### Bug Fixes
310
+
311
+ * version bump ([b3f6919](https://github.com/pie-framework/pie-elements/commit/b3f6919c3ad2078953ed5162327cf356090c9aec))
312
+
313
+
314
+
315
+
316
+
317
+ # [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)
318
+
319
+
320
+ ### Bug Fixes
321
+
322
+ * in pie-website, table is scrollable and breaks functionality PD-2713 ([3c37f85](https://github.com/pie-framework/pie-elements/commit/3c37f85e795900db3166895dac6203e52f26c52c))
323
+ * 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))
324
+ * update pie-libs ([340825a](https://github.com/pie-framework/pie-elements/commit/340825aab8c88569378eb5af6c5b9c9b99aeb285))
325
+ * update pie-libs ([1fe3d37](https://github.com/pie-framework/pie-elements/commit/1fe3d37d2b001f7944e4da7c895a83ccecefefcb))
326
+
327
+
328
+ ### Features
329
+
330
+ * added color theming support PD-310 ([64976e0](https://github.com/pie-framework/pie-elements/commit/64976e08151b346f0760aedee2cd0e4ce6ff7f8b))
331
+
332
+
333
+
334
+
335
+
336
+ ## [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)
337
+
338
+
339
+ ### Bug Fixes
340
+
341
+ * update pie-libs ([7bb37a7](https://github.com/pie-framework/pie-elements/commit/7bb37a7da11017eff7191968fad4517182f1c363))
342
+
343
+
344
+
345
+
346
+
347
+ ## [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)
348
+
349
+
350
+ ### Bug Fixes
351
+
352
+ * update pie-libs ([6a10f3f](https://github.com/pie-framework/pie-elements/commit/6a10f3f45306cc9d9e077e45a90245d047235521))
353
+
354
+
355
+
356
+
357
+
358
+ # [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)
359
+
360
+
361
+ ### Bug Fixes
362
+
363
+ * update pie-libs ([110161a](https://github.com/pie-framework/pie-elements/commit/110161ad113e76b5fdb6fc06e233889befbc366a))
364
+
365
+
366
+ ### Features
367
+
368
+ * add back forceEnabled functionality with documentation ([10a5502](https://github.com/pie-framework/pie-elements/commit/10a55021ca455b27dc5e5a38436648a1fd2f9d36))
369
+
370
+
371
+
372
+
373
+
374
+ ## [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)
375
+
376
+
377
+ ### Bug Fixes
378
+
379
+ * 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))
380
+
381
+
382
+
383
+
384
+
385
+ # [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)
386
+
387
+
388
+ ### Bug Fixes
389
+
390
+ * **multi-trait-rubric:** show arrow at first maxPoints change PD-2467 ([7891150](https://github.com/pie-framework/pie-elements/commit/78911507c2746b9da0f4fb1254f0e1a6954417ea))
391
+ * add comment, remove unnecesary prop ([560ebf2](https://github.com/pie-framework/pie-elements/commit/560ebf27168a79f7c45cee52d280fb16e4cbb2a9))
392
+ * tests ([61048dd](https://github.com/pie-framework/pie-elements/commit/61048ddc1ea34701e18d7ca6393fb3576c86ef4d))
393
+
394
+
395
+ ### Features
396
+
397
+ * update pie-libs ([e2c0b89](https://github.com/pie-framework/pie-elements/commit/e2c0b894caa20ed5d5681302a84b2bfd20dbd9f6))
398
+
399
+
400
+
401
+
402
+
403
+ # [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)
404
+
405
+
406
+ ### Bug Fixes
407
+
408
+ * typo ([9328e51](https://github.com/pie-framework/pie-elements/commit/9328e512840c54a3da4b06d4edc79b871d3233c4))
409
+ * **multi-trait-rubric:** fix scrolling PD-2467 ([d5d597a](https://github.com/pie-framework/pie-elements/commit/d5d597ae569cd77a7cf1f097de87b3d55b73bdc4))
410
+
411
+
412
+ ### Features
413
+
414
+ * update pie-libs ([0af590d](https://github.com/pie-framework/pie-elements/commit/0af590d624f4b2c0af58039e935531cef52e2a86))
415
+ * **multi-trait-rubric:** update documentation - generated files PD-2589 ([c773dc8](https://github.com/pie-framework/pie-elements/commit/c773dc800572f389c47133fb691a5e2e3e447223))
416
+
417
+
418
+
419
+
420
+
421
+ # [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)
422
+
423
+
424
+ ### Bug Fixes
425
+
426
+ * **multi-trait-rubric:** set max points dropdown to 1 PD-2487 ([5111342](https://github.com/pie-framework/pie-elements/commit/51113426bf7b0bcfe79baf833b5d37812418e8de))
427
+ * force push ([999a109](https://github.com/pie-framework/pie-elements/commit/999a1097d8bbbcf9c485cf46054b155bba5e14c2))
428
+ * PD-2427 revert changes in demo file ([0237339](https://github.com/pie-framework/pie-elements/commit/0237339c533003b47df46ae68dcb109b3c372d97))
429
+ * tests ([93540dc](https://github.com/pie-framework/pie-elements/commit/93540dc3d78398998037b66f02ec17184e29fca8))
430
+ * **multi-trait-rubric:** fix validation bugs, update documentation. Fixed match docs typo PD-2427 ([26d598e](https://github.com/pie-framework/pie-elements/commit/26d598e7a32d50ed176d566605bb6b4ebdc07a2c))
431
+
432
+
433
+ ### Features
434
+
435
+ * add Show/Hide Rubric ([ee40963](https://github.com/pie-framework/pie-elements/commit/ee4096344d682ec97160414e7cd41efeafb7500f))
436
+ * update pie-libs ([6423903](https://github.com/pie-framework/pie-elements/commit/6423903898b041f56db2111de2e4aac4ee9f1fd3))
437
+
438
+
439
+
440
+
441
+
442
+ # [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)
443
+
444
+
445
+ ### Features
446
+
447
+ * update pie-libs ([b174476](https://github.com/pie-framework/pie-elements/commit/b174476729119a0689f1f8adfc8c235246676cab))
448
+ * update pie-libs ([f72c3c8](https://github.com/pie-framework/pie-elements/commit/f72c3c8d8bc9bbf061bb81502317157a63c22972))
449
+ * update pie-libs ([8490729](https://github.com/pie-framework/pie-elements/commit/8490729a2389d36fd3968f0806119fde96577842))
450
+ * **multi-trait-rubric:** added configuration prop to hide the settings panel PD-1999 ([88e2ad2](https://github.com/pie-framework/pie-elements/commit/88e2ad2bf73ae5f8a95c3ca2930f9d8642281c13))
451
+
452
+
453
+
454
+
455
+
456
+ ## [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)
457
+
458
+
459
+ ### Bug Fixes
460
+
461
+ * updated pie-libs ([8cb5b90](https://github.com/pie-framework/pie-elements/commit/8cb5b90d501ccbdf5ffd764e6555faa48b8f54d6))
462
+
463
+
464
+
465
+
466
+
467
+ # [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)
468
+
469
+
470
+ ### Bug Fixes
471
+
472
+ * updated pie-libs ([6549302](https://github.com/pie-framework/pie-elements/commit/65493026fbf356c5ab752ae6a14d961d4b256368))
473
+
474
+
475
+ ### Features
476
+
477
+ * **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))
478
+
479
+
480
+
481
+
482
+
483
+ ## [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)
484
+
485
+
486
+ ### Bug Fixes
487
+
488
+ * update libs ([441f403](https://github.com/pie-framework/pie-elements/commit/441f403870b7bec0d61fab58b8d93dbe0ead4c32))
489
+ * update libs for PD-2030 PD-2031 ([3174022](https://github.com/pie-framework/pie-elements/commit/3174022d45603ed217bbe8804a142b07084636a5))
490
+ * updated lib PD-1715 ([42e788d](https://github.com/pie-framework/pie-elements/commit/42e788db0c792838994e55001952da7701251a8e))
491
+ * updated libs ([c20de3a](https://github.com/pie-framework/pie-elements/commit/c20de3a6ba4499a090c809e18e52588d2a585fa0))
492
+ * updated libs ([0eed79a](https://github.com/pie-framework/pie-elements/commit/0eed79a32c3b777c16c8cabf201513fc1d2726a0))
493
+ * updated libs ([343c9ec](https://github.com/pie-framework/pie-elements/commit/343c9ec3dccba7f781e90ae2bd195cac6f78f467))
494
+
495
+
496
+
497
+
498
+
499
+ ## [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)
500
+
501
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
502
+
503
+
504
+
505
+
506
+
507
+ # [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)
508
+
509
+
510
+ ### Features
511
+
512
+ * add a different property in the config, to force a value ([300c664](https://github.com/pie-framework/pie-elements/commit/300c664618f46177137deef3bced2d096cdb8126))
513
+
514
+
515
+
516
+
517
+
518
+ ## [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)
519
+
520
+
521
+ ### Bug Fixes
522
+
523
+ * **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))
524
+
525
+
526
+
527
+
528
+
529
+ # [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)
530
+
531
+
532
+ ### Bug Fixes
533
+
534
+ * tests ([d165efc](https://github.com/pie-framework/pie-elements/commit/d165efcc2684e2452d1d20e5c10cc1a72b99afc0))
535
+
536
+
537
+ ### Features
538
+
539
+ * update libs ([7e174fb](https://github.com/pie-framework/pie-elements/commit/7e174fba75e7ea668900ad5c103751cefe33e2af))
540
+ * update pie-lib/rubric dependecies version ([5546015](https://github.com/pie-framework/pie-elements/commit/5546015c3923ce2e34ab810ccd698424c1009c03))
541
+ * **complex-rubric:** PD-2013 implement new item type for rubrics ([33c08ff](https://github.com/pie-framework/pie-elements/commit/33c08ff8068255595e5bed7ac2d8675e57e2f925))
542
+ * **complex-rubric, multi-trait-rubric:** add new settings panel properties ([58d55e8](https://github.com/pie-framework/pie-elements/commit/58d55e877602d2655c7767433bdb404e4693074b))
543
+ * **docs:** update docs ([23cab69](https://github.com/pie-framework/pie-elements/commit/23cab69700cfee41395941f99599253cba8a28a3))
544
+ * **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))
545
+ * **multi-trait-rubric:** add pie-api config PD-23 ([5cda6c3](https://github.com/pie-framework/pie-elements/commit/5cda6c3536e2b710f2b3577ecbb2aaca683a6b88))
546
+ * **multi-trait-rubric:** add uploadSoundSupport property PD-23-updated ([25fdba3](https://github.com/pie-framework/pie-elements/commit/25fdba377ad13fc1cc56fd54200b87d08571e7b9))
547
+ * **multi-trait-rubric:** enable/disable max points and add scale PD-2040 ([e0c0a72](https://github.com/pie-framework/pie-elements/commit/e0c0a721ca0def0519987ab8cf09c36b058791dc))
548
+ * enable spanish and special characters in author PD-2120 ([85fd3dd](https://github.com/pie-framework/pie-elements/commit/85fd3dd0fc10da1a2dfd5a842809c625790f8ba9))
549
+
550
+
551
+
552
+
553
+
554
+ ## [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)
555
+
556
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
557
+
558
+
559
+
560
+
561
+
562
+ ## [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)
563
+
564
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
565
+
566
+
567
+
568
+
569
+
570
+ ## [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)
571
+
572
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
573
+
574
+
575
+
576
+
577
+
578
+ ## [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)
579
+
580
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
581
+
582
+
583
+
584
+
585
+
586
+ ## [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)
587
+
588
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
589
+
590
+
591
+
592
+
593
+
594
+ ## [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)
595
+
596
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
597
+
598
+
599
+
600
+
601
+
602
+ ## [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)
603
+
604
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
605
+
606
+
607
+
608
+
609
+
610
+ ## [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)
611
+
612
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
613
+
614
+
615
+
616
+
617
+
618
+ ## [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)
619
+
620
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
621
+
622
+
623
+
624
+
625
+
626
+ ## [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)
627
+
628
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
629
+
630
+
631
+
632
+
633
+
634
+ ## [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)
635
+
636
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
637
+
638
+
639
+
640
+
641
+
642
+ # [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)
643
+
644
+
645
+ ### chore
646
+
647
+ * Merge master with develop. ([cdca48a](https://github.com/pie-framework/pie-elements/commit/cdca48abaa1d4179e4a961e13d171e14b7ed2444))
648
+
649
+
650
+ ### BREAKING CHANGES
651
+
652
+ * Image percent buttons were removed from toolbar.
653
+ New properties maxImageWidth and maxImageHeight were added.
654
+
655
+
656
+
657
+
658
+
659
+ ## [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)
660
+
661
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
662
+
663
+
664
+
665
+
666
+
667
+ ## [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)
668
+
669
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
670
+
671
+
672
+
673
+
674
+
675
+ ## [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)
676
+
677
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
678
+
679
+
680
+
681
+
682
+
683
+ ## [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)
684
+
685
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
686
+
687
+
688
+
689
+
690
+
691
+ ## [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)
692
+
693
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
694
+
695
+
696
+
697
+
698
+
699
+ ## [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)
700
+
701
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
702
+
703
+
704
+
705
+
706
+
707
+ ## [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)
708
+
709
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
710
+
711
+
712
+
713
+
714
+
715
+ ## [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)
716
+
717
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
718
+
719
+
720
+
721
+
722
+
723
+ ## [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)
724
+
725
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
726
+
727
+
728
+
729
+
730
+
731
+ ## [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)
732
+
733
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
734
+
735
+
736
+
737
+
738
+
739
+ ## [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)
740
+
741
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
742
+
743
+
744
+
745
+
746
+
747
+ ## [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)
748
+
749
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
750
+
751
+
752
+
753
+
754
+
755
+ ## [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)
756
+
757
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
758
+
759
+
760
+
761
+
762
+
763
+ ## [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)
764
+
765
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
766
+
767
+
768
+
769
+
770
+
771
+ ## [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)
772
+
773
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
774
+
775
+
776
+
777
+
778
+
779
+ ## [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)
780
+
781
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
782
+
783
+
784
+
785
+
786
+
787
+ ## [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)
788
+
789
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
790
+
791
+
792
+
793
+
794
+
795
+ ## [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)
796
+
797
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
798
+
799
+
800
+
801
+
802
+
803
+ ## [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)
804
+
805
+
806
+ ### Bug Fixes
807
+
808
+ * pie-lib updates ([e521c2f](https://github.com/pie-framework/pie-elements/commit/e521c2f1a44aa7f3e14f82a1cee05ceb484ed0a6))
809
+ * Updated pie-lib versions ([2fe4c5d](https://github.com/pie-framework/pie-elements/commit/2fe4c5d0be2d40f5fdb34815855695a7f1087f56))
810
+ * Updated pie-lib versions ([1c23830](https://github.com/pie-framework/pie-elements/commit/1c23830fc75d1de5f7bb3bb16de3c665ae5fa350))
811
+ * **multi-trait-rubric:** Fixed the score point label toolbar cut off PD-1238 ([1f15681](https://github.com/pie-framework/pie-elements/commit/1f15681f913acc5f5fd4ba47131ede53c456839b))
812
+
813
+
814
+
815
+
816
+
817
+
818
+ ## [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)
819
+
820
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
821
+
822
+
823
+
824
+
825
+
826
+ ## [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)
827
+
828
+
829
+ ### Bug Fixes
830
+
831
+ * pie-lib updates ([e521c2f](https://github.com/pie-framework/pie-elements/commit/e521c2f1a44aa7f3e14f82a1cee05ceb484ed0a6))
832
+ * Updated pie-lib versions ([2fe4c5d](https://github.com/pie-framework/pie-elements/commit/2fe4c5d0be2d40f5fdb34815855695a7f1087f56))
833
+ * Updated pie-lib versions ([1c23830](https://github.com/pie-framework/pie-elements/commit/1c23830fc75d1de5f7bb3bb16de3c665ae5fa350))
834
+
835
+
836
+
837
+
838
+
839
+ ## [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)
840
+
841
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
842
+
843
+
844
+
845
+
846
+
847
+ ## [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)
848
+
849
+
850
+ ### Bug Fixes
851
+
852
+ * **multi-trait-rubric:** Fixed the score point label toolbar cut off PD-1238 ([1f15681](https://github.com/pie-framework/pie-elements/commit/1f15681f913acc5f5fd4ba47131ede53c456839b))
853
+
854
+
855
+
856
+
857
+
858
+ ## [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)
859
+
860
+
861
+ ### Bug Fixes
862
+
863
+ * force bump ([5ea7295](https://github.com/pie-framework/pie-elements/commit/5ea7295e4755fbc492a76e7ec69e5fc35b196919))
864
+
865
+
866
+
867
+
868
+
869
+ # [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)
870
+
871
+
872
+ ### Bug Fixes
873
+
874
+ * **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))
875
+ * 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))
876
+
877
+
878
+ ### Features
879
+
880
+ * **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))
881
+ * 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))
882
+
883
+
884
+
885
+
886
+
887
+ # [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)
888
+
889
+
890
+ ### Features
891
+
892
+ * merge pie-ui into pie-elements PD-977 ([01ebfd7](https://github.com/pie-framework/pie-elements/commit/01ebfd7ce98b041dd0573575efd8b6da03f22162))
893
+
894
+
895
+
896
+
897
+
898
+ ## [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)
899
+
900
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
901
+
902
+
903
+
904
+
905
+
906
+ # [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)
907
+
908
+
909
+ ### Features
910
+
911
+ * 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))
912
+
913
+
914
+
915
+
916
+
917
+ ## [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)
918
+
919
+ **Note:** Version bump only for package @pie-element/multi-trait-rubric
920
+
921
+
922
+
923
+
924
+
925
+ # 1.1.0 (2021-02-02)
926
+
927
+
928
+ ### Features
929
+
930
+ * Added showStandards configuration setting. Added halfScoring and visibleToStudent. ([db993ca](https://github.com/pie-framework/pie-elements/commit/db993ca))
931
+ * multi-trait-rubric (No authoring yet) ([dc01b01](https://github.com/pie-framework/pie-elements/commit/dc01b01))
932
+ * Updated pie-ui/multi-trait-rubric version. ([7d20153](https://github.com/pie-framework/pie-elements/commit/7d20153))