@pie-element/complex-rubric 2.10.1-next.1 → 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 (121) hide show
  1. package/configure/lib/defaults.js +216 -0
  2. package/configure/lib/defaults.js.map +1 -0
  3. package/configure/lib/index.js +241 -0
  4. package/configure/lib/index.js.map +1 -0
  5. package/configure/lib/main.js +221 -0
  6. package/configure/lib/main.js.map +1 -0
  7. package/configure/node_modules/@pie-element/multi-trait-rubric/CHANGELOG.json +1 -0
  8. package/configure/node_modules/@pie-element/multi-trait-rubric/CHANGELOG.md +1383 -0
  9. package/configure/node_modules/@pie-element/multi-trait-rubric/LICENSE.md +5 -0
  10. package/configure/node_modules/@pie-element/multi-trait-rubric/README.md +55 -0
  11. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/CHANGELOG.json +1 -0
  12. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/CHANGELOG.md +1270 -0
  13. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/common.js +584 -0
  14. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/common.js.map +1 -0
  15. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/defaults.js +143 -0
  16. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/defaults.js.map +1 -0
  17. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/index.js +204 -0
  18. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/index.js.map +1 -0
  19. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/main.js +602 -0
  20. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/main.js.map +1 -0
  21. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/modals.js +361 -0
  22. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/modals.js.map +1 -0
  23. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/scale.js +556 -0
  24. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/scale.js.map +1 -0
  25. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/trait.js +380 -0
  26. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/trait.js.map +1 -0
  27. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/traitsHeader.js +296 -0
  28. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/traitsHeader.js.map +1 -0
  29. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/utils.js +14 -0
  30. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/utils.js.map +1 -0
  31. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/package.json +18 -0
  32. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/CHANGELOG.json +1 -0
  33. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/CHANGELOG.md +544 -0
  34. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/defaults.js +94 -0
  35. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/defaults.js.map +1 -0
  36. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/index.js +215 -0
  37. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/index.js.map +1 -0
  38. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/utils.js +13 -0
  39. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/utils.js.map +1 -0
  40. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/package.json +15 -0
  41. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/config-schema.json +803 -0
  42. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/config-schema.json.md +602 -0
  43. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/demo/config.js +8 -0
  44. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/demo/generate.js +180 -0
  45. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/demo/index.html +1 -0
  46. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/demo/session.js +6 -0
  47. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/pie-schema.json +531 -0
  48. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/pie-schema.json.md +374 -0
  49. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/index.js +85 -0
  50. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/index.js.map +1 -0
  51. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/main.js +161 -0
  52. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/main.js.map +1 -0
  53. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/scale.js +330 -0
  54. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/scale.js.map +1 -0
  55. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/trait.js +103 -0
  56. package/configure/node_modules/@pie-element/multi-trait-rubric/lib/trait.js.map +1 -0
  57. package/configure/node_modules/@pie-element/multi-trait-rubric/package.json +24 -0
  58. package/configure/node_modules/@pie-element/rubric/CHANGELOG.json +257 -0
  59. package/configure/node_modules/@pie-element/rubric/CHANGELOG.md +1640 -0
  60. package/configure/node_modules/@pie-element/rubric/LICENSE.md +5 -0
  61. package/configure/node_modules/@pie-element/rubric/README.md +3 -0
  62. package/configure/node_modules/@pie-element/rubric/configure/CHANGELOG.json +197 -0
  63. package/configure/node_modules/@pie-element/rubric/configure/CHANGELOG.md +1471 -0
  64. package/configure/node_modules/@pie-element/rubric/configure/lib/defaults.js +59 -0
  65. package/configure/node_modules/@pie-element/rubric/configure/lib/defaults.js.map +1 -0
  66. package/configure/node_modules/@pie-element/rubric/configure/lib/index.js +194 -0
  67. package/configure/node_modules/@pie-element/rubric/configure/lib/index.js.map +1 -0
  68. package/configure/node_modules/@pie-element/rubric/configure/lib/main.js +160 -0
  69. package/configure/node_modules/@pie-element/rubric/configure/lib/main.js.map +1 -0
  70. package/configure/node_modules/@pie-element/rubric/configure/lib/pie-toolbox-rubric/authoring.js +555 -0
  71. package/configure/node_modules/@pie-element/rubric/configure/lib/pie-toolbox-rubric/authoring.js.map +1 -0
  72. package/configure/node_modules/@pie-element/rubric/configure/lib/pie-toolbox-rubric/index.js +24 -0
  73. package/configure/node_modules/@pie-element/rubric/configure/lib/pie-toolbox-rubric/index.js.map +1 -0
  74. package/configure/node_modules/@pie-element/rubric/configure/lib/pie-toolbox-rubric/point-menu.js +172 -0
  75. package/configure/node_modules/@pie-element/rubric/configure/lib/pie-toolbox-rubric/point-menu.js.map +1 -0
  76. package/configure/node_modules/@pie-element/rubric/configure/package.json +17 -0
  77. package/configure/node_modules/@pie-element/rubric/configure/src/__tests__/index.test.jsx +173 -0
  78. package/configure/node_modules/@pie-element/rubric/configure/src/defaults.js +39 -0
  79. package/configure/node_modules/@pie-element/rubric/configure/src/index.js +127 -0
  80. package/configure/node_modules/@pie-element/rubric/configure/src/main.jsx +87 -0
  81. package/configure/node_modules/@pie-element/rubric/configure/src/pie-toolbox-rubric/authoring.jsx +427 -0
  82. package/configure/node_modules/@pie-element/rubric/configure/src/pie-toolbox-rubric/index.js +9 -0
  83. package/configure/node_modules/@pie-element/rubric/configure/src/pie-toolbox-rubric/point-menu.jsx +94 -0
  84. package/configure/node_modules/@pie-element/rubric/controller/CHANGELOG.json +17 -0
  85. package/configure/node_modules/@pie-element/rubric/controller/CHANGELOG.md +536 -0
  86. package/configure/node_modules/@pie-element/rubric/controller/lib/index.js +51 -0
  87. package/configure/node_modules/@pie-element/rubric/controller/lib/index.js.map +1 -0
  88. package/configure/node_modules/@pie-element/rubric/controller/package.json +13 -0
  89. package/configure/node_modules/@pie-element/rubric/controller/src/__tests__/index.test.js +31 -0
  90. package/configure/node_modules/@pie-element/rubric/controller/src/index.js +42 -0
  91. package/configure/node_modules/@pie-element/rubric/docs/config-schema.json +382 -0
  92. package/configure/node_modules/@pie-element/rubric/docs/config-schema.json.md +292 -0
  93. package/configure/node_modules/@pie-element/rubric/docs/demo/config.js +8 -0
  94. package/configure/node_modules/@pie-element/rubric/docs/demo/generate.js +8 -0
  95. package/configure/node_modules/@pie-element/rubric/docs/demo/index.html +2 -0
  96. package/configure/node_modules/@pie-element/rubric/docs/pie-schema.json +226 -0
  97. package/configure/node_modules/@pie-element/rubric/docs/pie-schema.json.md +161 -0
  98. package/configure/node_modules/@pie-element/rubric/lib/index.js +88 -0
  99. package/configure/node_modules/@pie-element/rubric/lib/index.js.map +1 -0
  100. package/configure/node_modules/@pie-element/rubric/lib/main.js +187 -0
  101. package/configure/node_modules/@pie-element/rubric/lib/main.js.map +1 -0
  102. package/configure/node_modules/@pie-element/rubric/lib/print.js +114 -0
  103. package/configure/node_modules/@pie-element/rubric/lib/print.js.map +1 -0
  104. package/configure/node_modules/@pie-element/rubric/package.json +26 -0
  105. package/configure/node_modules/@pie-element/rubric/src/__tests__/__snapshots__/rubric-view.test.jsx.snap +23003 -0
  106. package/configure/node_modules/@pie-element/rubric/src/__tests__/rubric-view.test.jsx +50 -0
  107. package/configure/node_modules/@pie-element/rubric/src/index.js +34 -0
  108. package/configure/node_modules/@pie-element/rubric/src/main.jsx +136 -0
  109. package/configure/node_modules/@pie-element/rubric/src/print.js +63 -0
  110. package/configure/package.json +2 -2
  111. package/controller/lib/defaults.js +134 -0
  112. package/controller/lib/defaults.js.map +1 -0
  113. package/controller/lib/index.js +307 -0
  114. package/controller/lib/index.js.map +1 -0
  115. package/controller/lib/utils.js +13 -0
  116. package/controller/lib/utils.js.map +1 -0
  117. package/lib/index.js +232 -0
  118. package/lib/index.js.map +1 -0
  119. package/lib/print.js +201 -0
  120. package/lib/print.js.map +1 -0
  121. package/package.json +4 -4
@@ -0,0 +1,1640 @@
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/rubric@3.9.1...@pie-element/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/rubric@3.9.0...@pie-element/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/rubric@3.8.2...@pie-element/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/rubric@3.8.1...@pie-element/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
+
46
+
47
+
48
+
49
+
50
+ ## [3.8.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.8.0...@pie-element/rubric@3.8.1) (2024-04-01)
51
+
52
+ **Note:** Version bump only for package @pie-element/rubric
53
+
54
+
55
+
56
+
57
+
58
+ # [3.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.7.0...@pie-element/rubric@3.8.0) (2024-04-01)
59
+
60
+
61
+ ### Features
62
+
63
+ * **inline-dropdown:** upgrade pie-toolbox PD-2465 ([828d1c1](https://github.com/pie-framework/pie-elements/commit/828d1c1bc9e9221c1e141baaa8f89a4929ad0eb9))
64
+
65
+
66
+
67
+
68
+
69
+ # [3.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.6.3...@pie-element/rubric@3.7.0) (2024-04-01)
70
+
71
+
72
+ ### Features
73
+
74
+ * update pie-lib/pie-toolbox PD-3567, PD-3426 ([2a706d7](https://github.com/pie-framework/pie-elements/commit/2a706d799bb000c60b7a77a790de9dc66345ebf5))
75
+
76
+
77
+
78
+
79
+
80
+ ## [3.6.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.6.2...@pie-element/rubric@3.6.3) (2024-03-28)
81
+
82
+
83
+ ### Bug Fixes
84
+
85
+ * update pie-lib/pie-toolbox PD-3603 ([8fc82ab](https://github.com/pie-framework/pie-elements/commit/8fc82ab19baf45aecb40e4b364a7c307a9840130))
86
+
87
+
88
+
89
+
90
+
91
+ ## [3.6.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.6.1...@pie-element/rubric@3.6.2) (2024-03-27)
92
+
93
+
94
+ ### Bug Fixes
95
+
96
+ * add back changes for PD-1870, that were reverted in previous version ([0cad3b8](https://github.com/pie-framework/pie-elements/commit/0cad3b8f29a123e34098b865190e57b92fbf5ecc))
97
+
98
+
99
+
100
+
101
+
102
+ ## [3.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.6.0...@pie-element/rubric@3.6.1) (2024-03-27)
103
+
104
+
105
+ ### Bug Fixes
106
+
107
+ * display rubric in player according to last changes (PD-3573) PD-3599 ([f7a9038](https://github.com/pie-framework/pie-elements/commit/f7a9038922a923d9b4d8977ae6c212fae842eac6))
108
+ * revert changes made for PD-1870, we'll add them back later ([3e7e73e](https://github.com/pie-framework/pie-elements/commit/3e7e73ecc31de0ae16c59163bad95b6d7a02bb37))
109
+
110
+
111
+
112
+
113
+
114
+ # [3.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.5.2...@pie-element/rubric@3.6.0) (2024-03-26)
115
+
116
+
117
+ ### Features
118
+
119
+ * Replace math-rendering package with math-rendering-accessible-package for accessibility PD-1870 ([a416664](https://github.com/pie-framework/pie-elements/commit/a41666452b86426a35e8501ab2a4ac95f327ad53))
120
+
121
+
122
+
123
+
124
+
125
+ ## [3.5.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.5.1...@pie-element/rubric@3.5.2) (2024-03-22)
126
+
127
+
128
+ ### Bug Fixes
129
+
130
+ * don't push a value for empty sample answer ([0628eee](https://github.com/pie-framework/pie-elements/commit/0628eeeece526b11115e5608675f7846b2a73703))
131
+
132
+
133
+
134
+
135
+
136
+ ## [3.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.5.0...@pie-element/rubric@3.5.1) (2024-03-22)
137
+
138
+
139
+ ### Bug Fixes
140
+
141
+ * Move rubric from pie-lib/pie-toolbox.Instead of updating points when maxPoints or exclude zero changes, run a validation function PD-3573 ([567a540](https://github.com/pie-framework/pie-elements/commit/567a5405c4554916f9e6feccac91ebee154ba00f))
142
+
143
+
144
+
145
+
146
+
147
+ # [3.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.4.0...@pie-element/rubric@3.5.0) (2024-03-20)
148
+
149
+
150
+ ### Bug Fixes
151
+
152
+ * Renamed the html prop to the correct math prop PD-3527 ([28061b6](https://github.com/pie-framework/pie-elements/commit/28061b6032817dae15837131d8a0bf5a08683b10))
153
+ * updated pie-lib/pie-toolbox SC-28500 ([a8e4e6a](https://github.com/pie-framework/pie-elements/commit/a8e4e6ab27584435ce7ac3e964ccac2747402777))
154
+
155
+
156
+ ### Features
157
+
158
+ * Add configuration for custom buttons PD-3527 ([45a32bd](https://github.com/pie-framework/pie-elements/commit/45a32bd8e9d7bd33beca74cc10c7dd973a9f9dbc))
159
+ * Replace math-rendering package with math-rendering-accessible-package for accessibility PD-1870 ([b6cdee8](https://github.com/pie-framework/pie-elements/commit/b6cdee8915b06e4c11b002b10437db07ce966501))
160
+ * updated pie-lib/pie-toolbox SC-27890 and reverted once again math-rendering-accessible ([fd312e1](https://github.com/pie-framework/pie-elements/commit/fd312e1336999893025231946649496d290883e4))
161
+ * use math-rendering-accessible everywhere PD-1870 ([d52e660](https://github.com/pie-framework/pie-elements/commit/d52e6607ad8847d704bd9cb9b7e3107c130f0500))
162
+
163
+
164
+
165
+
166
+
167
+ # [3.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.3.2...@pie-element/rubric@3.4.0) (2024-03-15)
168
+
169
+
170
+ ### Features
171
+
172
+ * update pie-lib/pie-toolbox SC-27890,PD-2461 ([13d94fa](https://github.com/pie-framework/pie-elements/commit/13d94faaf0cf9cf923bbc64587cdd4202154ea33))
173
+
174
+
175
+
176
+
177
+
178
+ ## [3.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.3.1...@pie-element/rubric@3.3.2) (2024-03-13)
179
+
180
+
181
+ ### Bug Fixes
182
+
183
+ * update pie-lib/pie-toolbox PD-3549 ([b5d7d13](https://github.com/pie-framework/pie-elements/commit/b5d7d1352169cc67eaedcd56898a5806b0a8812a))
184
+
185
+
186
+
187
+
188
+
189
+ ## [3.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.3.0...@pie-element/rubric@3.3.1) (2024-03-12)
190
+
191
+
192
+ ### Bug Fixes
193
+
194
+ * update pie-lib/pie-toolbox PD-3509, PD-3465 ([b1745aa](https://github.com/pie-framework/pie-elements/commit/b1745aa981722b5561aab1f4495ac81ac7bc4155))
195
+
196
+
197
+
198
+
199
+
200
+ # [3.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.2.2...@pie-element/rubric@3.3.0) (2024-03-04)
201
+
202
+
203
+ ### Features
204
+
205
+ * update pie-lib/pie-toolbox version PD-1870 and PD-3501 ([8df1d8d](https://github.com/pie-framework/pie-elements/commit/8df1d8d281a0d6023d5a9c0e6fdd29fea71b6ac1))
206
+
207
+
208
+
209
+
210
+
211
+ ## [3.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.2.1...@pie-element/rubric@3.2.2) (2024-02-20)
212
+
213
+
214
+ ### Bug Fixes
215
+
216
+ * update pie-lib/pie-toolbox PD-3372, PD-3385, PD-3439 ([a79d800](https://github.com/pie-framework/pie-elements/commit/a79d800bb69af0d175793bc737282100168c4c60))
217
+ * update pie-lib/pie-toolbox PD-3455 ([4ff9971](https://github.com/pie-framework/pie-elements/commit/4ff9971e65b680aea180c94f9e85cab7249af2fb))
218
+
219
+
220
+
221
+
222
+
223
+ ## [3.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.2.0...@pie-element/rubric@3.2.1) (2024-02-14)
224
+
225
+
226
+ ### Bug Fixes
227
+
228
+ * pie-lib/pie-toolbox with slate updates ([a8f8707](https://github.com/pie-framework/pie-elements/commit/a8f8707b2c197c2b40fb6632cee0ba4c27aa9aa4))
229
+ * update pie-lib/pie-toolbox ([cec328c](https://github.com/pie-framework/pie-elements/commit/cec328caf5b69d9fee00473c502aed62d6e27462))
230
+
231
+
232
+
233
+
234
+
235
+ # [3.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.1.9...@pie-element/rubric@3.2.0) (2024-02-09)
236
+
237
+
238
+ ### Features
239
+
240
+ * update pie-toolbox version SC-28868 ([5745f50](https://github.com/pie-framework/pie-elements/commit/5745f502c89d730e72d4cdb83e96c9465a81ae19))
241
+
242
+
243
+
244
+
245
+
246
+ ## [3.1.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.1.8...@pie-element/rubric@3.1.9) (2024-02-07)
247
+
248
+
249
+ ### Bug Fixes
250
+
251
+ * update pie-toolbox version PD-3423 ([053ad69](https://github.com/pie-framework/pie-elements/commit/053ad690619980bce68b1b44e51975fcf91054ec))
252
+
253
+
254
+
255
+
256
+
257
+ ## [3.1.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.1.7...@pie-element/rubric@3.1.8) (2024-01-29)
258
+
259
+
260
+ ### Bug Fixes
261
+
262
+ * revert unwanted change ([d415608](https://github.com/pie-framework/pie-elements/commit/d4156088b645b92aa7b925176de9d0047f231fa6))
263
+ * **rubric, complex-rubric:** fix validation for simple rubric exclude zero PD-3407 ([7b62d85](https://github.com/pie-framework/pie-elements/commit/7b62d85c04822794b0b2d17b62cf9fb75fbcda21))
264
+ * **rubric, complex-rubric:** update defaults and demo files maxPoints value in model to be consistent with the points array and excludeZero property PD-3406 ([230c7b2](https://github.com/pie-framework/pie-elements/commit/230c7b258e62f9e2bfe92ff71ac30362aa5f1591))
265
+
266
+
267
+
268
+
269
+
270
+ ## [3.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.1.6...@pie-element/rubric@3.1.7) (2024-01-24)
271
+
272
+
273
+ ### Bug Fixes
274
+
275
+ * update to pie-lib/pie-toolbox 1.5.7 PD-3404 ([eae668d](https://github.com/pie-framework/pie-elements/commit/eae668d980ef4731af5eceb3e70329b7621a232b))
276
+
277
+
278
+
279
+
280
+
281
+ ## [3.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.1.5...@pie-element/rubric@3.1.6) (2024-01-24)
282
+
283
+
284
+ ### Bug Fixes
285
+
286
+ * 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))
287
+
288
+
289
+
290
+
291
+
292
+ ## [3.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.1.4...@pie-element/rubric@3.1.5) (2024-01-23)
293
+
294
+
295
+ ### Bug Fixes
296
+
297
+ * 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))
298
+ * update to pie-lib/pie-toolbox 1.5.5 for PD-3392 ([d4286e0](https://github.com/pie-framework/pie-elements/commit/d4286e08a060a73e6de098f87173baaaa88cc997))
299
+
300
+
301
+
302
+
303
+
304
+ ## [3.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.1.3...@pie-element/rubric@3.1.4) (2024-01-15)
305
+
306
+
307
+ ### Bug Fixes
308
+
309
+ * update pie-lib/pie-toolbox PD-3366, PD-3367, PD-3381 ([8c9d35f](https://github.com/pie-framework/pie-elements/commit/8c9d35ff6f0dad1a161d6a2dba203a169169e562))
310
+
311
+
312
+
313
+
314
+
315
+ ## [3.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.1.2...@pie-element/rubric@3.1.3) (2024-01-08)
316
+
317
+
318
+ ### Bug Fixes
319
+
320
+ * update pie-lib/pie-toolbox PD-2068, PD-2060 ([b63f783](https://github.com/pie-framework/pie-elements/commit/b63f78371452e265f31f721dcfa5f8ba9789089c))
321
+ * update pie-lib/pie-toolbox PD-3352 ([c40c326](https://github.com/pie-framework/pie-elements/commit/c40c326209315b57ce8da802b8e00616256e3bd6))
322
+ * update pie-lib/pie-toolbox SC-27396, SC-27398 ([658a553](https://github.com/pie-framework/pie-elements/commit/658a55358181271b508f7d550467eefadcd71544))
323
+
324
+
325
+
326
+
327
+
328
+ ## [3.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.1.1...@pie-element/rubric@3.1.2) (2024-01-08)
329
+
330
+
331
+ ### Bug Fixes
332
+
333
+ * update pie-lib/pie-toolbox PD-3352,PD-3348, PD-3296 ([48b1952](https://github.com/pie-framework/pie-elements/commit/48b1952831835ead598b692abb3d492ec9adb564))
334
+
335
+
336
+
337
+
338
+
339
+ ## [3.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.1.0...@pie-element/rubric@3.1.1) (2024-01-04)
340
+
341
+
342
+ ### Bug Fixes
343
+
344
+ * update pie-lib/pie-toolbox PD-2068, PD-2060 ([e918850](https://github.com/pie-framework/pie-elements/commit/e9188502ffeaefe41bf0f23895d4bb2daf839364))
345
+ * update pie-lib/pie-toolbox PD-3037 ([b2f689a](https://github.com/pie-framework/pie-elements/commit/b2f689a416c2c39d7ed423a22db02dd32415ba82))
346
+
347
+
348
+
349
+
350
+
351
+ # [3.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.0.3...@pie-element/rubric@3.1.0) (2023-12-19)
352
+
353
+
354
+ ### Bug Fixes
355
+
356
+ * update pie-lib/pie-toolbox PD-2068 ([34eccd5](https://github.com/pie-framework/pie-elements/commit/34eccd52c44259eddf3e2b816b00b82f83bc2bf8))
357
+ * **complex-rubric:** add comments, delete logs PD-3260 ([e3991c6](https://github.com/pie-framework/pie-elements/commit/e3991c6c09a2b1f4815d3b2216b32f073e5cbf3c))
358
+
359
+
360
+ ### Features
361
+
362
+ * update pie-lib/pie-toolbox PD-2555 ([86d4fd9](https://github.com/pie-framework/pie-elements/commit/86d4fd909180dd1fcbc446bd8b29c23af21a1c69))
363
+ * **rubric:** solve conflicts PD-2555 ([b67c659](https://github.com/pie-framework/pie-elements/commit/b67c65945fc68ef1bd577a915b5f8918da0a716b))
364
+ * 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))
365
+ * **complex-rubric:** add instruction for rubricless, render rubricTypes dinamically PD-2555 ([3c0c44f](https://github.com/pie-framework/pie-elements/commit/3c0c44f4e570c6f7a6edc8859277967fbd1719b0))
366
+ * **complex-rubric:** updated docu PD-3307 ([a22cb2b](https://github.com/pie-framework/pie-elements/commit/a22cb2b553c62f5384b03c99a22d018ab4a043e5))
367
+ * **complex-rubrix:** add new rubric type and asjust logic ([e49fc22](https://github.com/pie-framework/pie-elements/commit/e49fc2281a8df02bd7dec9b931d06aa74e919031))
368
+ * **multi-trait-rubric:** add new property maxMaxPoints to authoring configuration PD-3307 ([6e43337](https://github.com/pie-framework/pie-elements/commit/6e4333707021159b25d8ca3f692b9f701b3835e8))
369
+ * **rubric:** add new property maxMaxPoints to authoring configuration PD-3307 ([5f80c3f](https://github.com/pie-framework/pie-elements/commit/5f80c3fd84757361e148dbe749470a2a4653bd22))
370
+
371
+
372
+
373
+
374
+
375
+ ## [3.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.0.2...@pie-element/rubric@3.0.3) (2023-11-27)
376
+
377
+
378
+ ### Bug Fixes
379
+
380
+ * update pie-lib ([74283d7](https://github.com/pie-framework/pie-elements/commit/74283d71b12ab9c82875ce995368e5e39f4face6))
381
+
382
+
383
+
384
+
385
+
386
+ ## [3.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.0.1...@pie-element/rubric@3.0.2) (2023-11-27)
387
+
388
+
389
+ ### Bug Fixes
390
+
391
+ * update pie-lib/pie-toolbox PD-597 ([1ec84aa](https://github.com/pie-framework/pie-elements/commit/1ec84aadae515088ef65b99f780a5e5dca516f99))
392
+ * update pie-libs PD-2996 ([cd092c6](https://github.com/pie-framework/pie-elements/commit/cd092c6b5c4db91645394cd23febc1f9a07f46f9))
393
+
394
+
395
+
396
+
397
+
398
+ ## [3.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.0.0...@pie-element/rubric@3.0.1) (2023-11-09)
399
+
400
+
401
+ ### Bug Fixes
402
+
403
+ * update pie-lib/pie-toolbox PD-3221, PD-3249, PD-2765 ([9de1563](https://github.com/pie-framework/pie-elements/commit/9de1563d636983c3ddceee0279c0709d396d4f96))
404
+
405
+
406
+
407
+
408
+
409
+ # [3.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.12.1...@pie-element/rubric@3.0.0) (2023-11-07)
410
+
411
+
412
+ ### Bug Fixes
413
+
414
+ * update pie-lib version to fix imports for pie-lib/pie-toolbox/editable-html ([a90cbf6](https://github.com/pie-framework/pie-elements/commit/a90cbf6be81824e7266df23c2dc49b259337c1b6))
415
+ * update pie-lib/pie-toolbox version ([212cbfa](https://github.com/pie-framework/pie-elements/commit/212cbfad27b29f0b1b2a3706ba82f6fb59147001))
416
+ * update pie-lib/pie-toolbox version ([b791e10](https://github.com/pie-framework/pie-elements/commit/b791e10857928766e2d73c6aa80b3fb50fd1afac))
417
+ * update pie-lib/pie-toolbox version ([7f64f9f](https://github.com/pie-framework/pie-elements/commit/7f64f9f2b874fd08bd8f6f05c1c4292c34ac6338))
418
+
419
+
420
+ ### Code Refactoring
421
+
422
+ * 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))
423
+
424
+
425
+ ### BREAKING CHANGES
426
+
427
+ * using pie-lib/pie-toolbox now, instead of any other pie-lib package.
428
+
429
+
430
+
431
+
432
+
433
+ ## [2.12.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.12.0...@pie-element/rubric@2.12.1) (2023-10-26)
434
+
435
+
436
+ ### Bug Fixes
437
+
438
+ * update pie-lib PD-3221 ([f04d59f](https://github.com/pie-framework/pie-elements/commit/f04d59f204852e430dc3e8fe2c442bb9a1634761))
439
+
440
+
441
+
442
+
443
+
444
+ # [2.12.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.11.5...@pie-element/rubric@2.12.0) (2023-10-16)
445
+
446
+
447
+ ### Features
448
+
449
+ * updated pie-libs PD-2950 ([acffe41](https://github.com/pie-framework/pie-elements/commit/acffe41120fbe288e375321cbd58cfbd48f98595))
450
+
451
+
452
+
453
+
454
+
455
+ ## [2.11.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.11.4...@pie-element/rubric@2.11.5) (2023-10-16)
456
+
457
+
458
+ ### Bug Fixes
459
+
460
+ * updated pie-libs PD-3223, PD-3121, PD-3018, PD-2765, PD-3105 ([666e660](https://github.com/pie-framework/pie-elements/commit/666e6604c40b9bde8b88af5ce1b02ba65f11e957))
461
+
462
+
463
+
464
+
465
+
466
+ ## [2.11.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.11.3...@pie-element/rubric@2.11.4) (2023-10-03)
467
+
468
+
469
+ ### Bug Fixes
470
+
471
+ * update with latest pie-libs, forcing pie-lib/math-rendering to v2.5.18 ([7ff936a](https://github.com/pie-framework/pie-elements/commit/7ff936ab9fc85c264032181755ce5e2149825406))
472
+
473
+
474
+
475
+
476
+
477
+ ## [2.11.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.11.2...@pie-element/rubric@2.11.3) (2023-09-28)
478
+
479
+ **Note:** Version bump only for package @pie-element/rubric
480
+
481
+
482
+
483
+
484
+
485
+ ## [2.11.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.11.1...@pie-element/rubric@2.11.2) (2023-09-26)
486
+
487
+
488
+ ### Bug Fixes
489
+
490
+ * update pie-libs ([702f4c6](https://github.com/pie-framework/pie-elements/commit/702f4c657f3413274b3a4443c1950e2cdf8e5588))
491
+
492
+
493
+
494
+
495
+
496
+ ## [2.11.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.11.0...@pie-element/rubric@2.11.1) (2023-09-25)
497
+
498
+ **Note:** Version bump only for package @pie-element/rubric
499
+
500
+
501
+
502
+
503
+
504
+ # [2.11.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.10.7...@pie-element/rubric@2.11.0) (2023-09-25)
505
+
506
+
507
+ ### Bug Fixes
508
+
509
+ * update pie-libs PD-3167 ([1b109bb](https://github.com/pie-framework/pie-elements/commit/1b109bb3b74dcea72ee2f241996a5e6a71893b4e))
510
+ * update pie-libs PD-3167 ([b21d0c3](https://github.com/pie-framework/pie-elements/commit/b21d0c332623667257a5de1363b9f4fc6ee2bb51))
511
+ * update pie-libs PD-3167 ([1a76806](https://github.com/pie-framework/pie-elements/commit/1a7680657ebe0a73969f3100e60f0a090ffc7ada))
512
+ * update pie-libs PD-3167, PD-3105, PD-3162, PD-2765 ([26199b2](https://github.com/pie-framework/pie-elements/commit/26199b255ddbcb9255f2769091c7ba58f8b1dae0))
513
+
514
+
515
+ ### Features
516
+
517
+ * update pie-libs PD-3011 ([0fd32b3](https://github.com/pie-framework/pie-elements/commit/0fd32b3fd1333bb25de584b98c8ef0471de2d5e8))
518
+
519
+
520
+
521
+
522
+
523
+ ## [2.10.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.10.6...@pie-element/rubric@2.10.7) (2023-09-05)
524
+
525
+
526
+ ### Bug Fixes
527
+
528
+ * update pie-libs PD-2765 ([f03972d](https://github.com/pie-framework/pie-elements/commit/f03972dda33ff5d4c0343f094fd33acadad30cb4))
529
+
530
+
531
+
532
+
533
+
534
+ ## [2.10.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.10.5...@pie-element/rubric@2.10.6) (2023-09-04)
535
+
536
+
537
+ ### Bug Fixes
538
+
539
+ * update pie-libs PD-3051 ([1e1a7a3](https://github.com/pie-framework/pie-elements/commit/1e1a7a38732eff5585ad789aea5a08c5e94720ae))
540
+ * updated pie-libs PD-2765, PD-3051 ([e6f5b17](https://github.com/pie-framework/pie-elements/commit/e6f5b17c95faf426898f897651863089a54ff3ff))
541
+
542
+
543
+
544
+
545
+
546
+ ## [2.10.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.10.4...@pie-element/rubric@2.10.5) (2023-08-21)
547
+
548
+
549
+ ### Bug Fixes
550
+
551
+ * update pie-libs PD-3119 ([01c474b](https://github.com/pie-framework/pie-elements/commit/01c474bf9396374dc86b9248651206672b765af6))
552
+
553
+
554
+
555
+
556
+
557
+ ## [2.10.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.10.3...@pie-element/rubric@2.10.4) (2023-08-21)
558
+
559
+ **Note:** Version bump only for package @pie-element/rubric
560
+
561
+
562
+
563
+
564
+
565
+ ## [2.10.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.10.2...@pie-element/rubric@2.10.3) (2023-08-15)
566
+
567
+
568
+ ### Bug Fixes
569
+
570
+ * update pie-libs PD-3049, PD-2916, PD-2059 ([0e800b5](https://github.com/pie-framework/pie-elements/commit/0e800b54b852304d222a292400362e0870f0cc9a))
571
+ * updated pie-lib to fix PD-2802, PD-3050, PD-3051 ([34b4dd7](https://github.com/pie-framework/pie-elements/commit/34b4dd7ba18f4c18589975921cc9d127926f8294))
572
+ * updated pie-libs Pd-1163 ([300c1db](https://github.com/pie-framework/pie-elements/commit/300c1db1658ce85ca58f3cc2981b604aefbf9f01))
573
+
574
+
575
+
576
+
577
+
578
+ ## [2.10.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.10.1...@pie-element/rubric@2.10.2) (2023-07-24)
579
+
580
+
581
+ ### Bug Fixes
582
+
583
+ * update pie-libs PD-2984, PD-2991, PD-2992, PD-3036 ([12c9426](https://github.com/pie-framework/pie-elements/commit/12c94269e3b645d74a0014c597d30662823bb34a))
584
+
585
+
586
+
587
+
588
+
589
+ ## [2.10.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.10.0...@pie-element/rubric@2.10.1) (2023-07-06)
590
+
591
+
592
+ ### Bug Fixes
593
+
594
+ * updated editable-html dependent packages for PD-2150 ([ffa6297](https://github.com/pie-framework/pie-elements/commit/ffa62977a9e329c1e12ea1dfcb2af4ba4c993bca))
595
+ * updated pie-lib PD-2150 ([72f20be](https://github.com/pie-framework/pie-elements/commit/72f20be258248c86dde8d5d587290cd640bfd947))
596
+
597
+
598
+
599
+
600
+
601
+ # [2.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.9.0...@pie-element/rubric@2.10.0) (2023-06-13)
602
+
603
+
604
+ ### Bug Fixes
605
+
606
+ * update libs PD-2722, PD-2827, PD-2832 ([834ecf9](https://github.com/pie-framework/pie-elements/commit/834ecf92cc7204c851c68f0945ad5d52e453c9d0))
607
+ * update pie-libs ([649fb8f](https://github.com/pie-framework/pie-elements/commit/649fb8f535172d76b3ffc676ec53b2726432808c))
608
+ * update pie-libs PD-2150, PD-2795 ([ff6f64a](https://github.com/pie-framework/pie-elements/commit/ff6f64afa6ccaa8a060c986b1637c680e68c62b6))
609
+
610
+
611
+ ### Features
612
+
613
+ * add mathMlOptions PD-2150 ([0c6984c](https://github.com/pie-framework/pie-elements/commit/0c6984cf042141eac36badfbab1c46d8d42f71ee))
614
+
615
+
616
+
617
+
618
+
619
+ # [2.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.8.3...@pie-element/rubric@2.9.0) (2023-05-23)
620
+
621
+
622
+ ### Bug Fixes
623
+
624
+ * update pie-lib PD-2777, PD-1914, PD-2066 ([7102893](https://github.com/pie-framework/pie-elements/commit/71028930a6dc554eb587cf4de0c1d0d28bfff1f5))
625
+ * update pie-libs PD-2774, PD-1026 ([04f8cd0](https://github.com/pie-framework/pie-elements/commit/04f8cd000afdb2ccb0c25146d46acb60c5fea651))
626
+
627
+
628
+ ### Features
629
+
630
+ * ability to upload images when using imageSupoort from pie-api-components PD-2707 ([685f3b0](https://github.com/pie-framework/pie-elements/commit/685f3b035d86c5f4ad60cdb9ec84690d5ccaa4fc))
631
+ * **complex-rubric, rubric:** wip add file for complex-rubric, managed to make simple rubric work PD-2748 ([91b8848](https://github.com/pie-framework/pie-elements/commit/91b8848efaa9ed677003227e56b35c17e0897e6f))
632
+
633
+
634
+
635
+
636
+
637
+ ## [2.8.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.8.2...@pie-element/rubric@2.8.3) (2023-05-02)
638
+
639
+
640
+ ### Bug Fixes
641
+
642
+ * update pie-libs (fix eslint problems PD-2732) ([3fa630e](https://github.com/pie-framework/pie-elements/commit/3fa630eb96b116cb685ab58fbf216fb572d1c333))
643
+ * update pie-libs PD-2755, PD-2625, PD-2119 ([698446b](https://github.com/pie-framework/pie-elements/commit/698446b29a553a022c91825118370faae824b723))
644
+ * 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))
645
+
646
+
647
+
648
+
649
+
650
+ ## [2.8.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.8.1...@pie-element/rubric@2.8.2) (2023-04-25)
651
+
652
+
653
+ ### Bug Fixes
654
+
655
+ * update pie-libs PD-2762 ([7ac4313](https://github.com/pie-framework/pie-elements/commit/7ac431346b822fe3bbb0d13375f044f6ce1f426b))
656
+
657
+
658
+
659
+
660
+
661
+ ## [2.8.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.8.0...@pie-element/rubric@2.8.1) (2023-04-14)
662
+
663
+
664
+ ### Bug Fixes
665
+
666
+ * update pie-libs ([830e9fc](https://github.com/pie-framework/pie-elements/commit/830e9fcf07f057e632b44d7a64ddb436353d49f6))
667
+
668
+
669
+
670
+
671
+
672
+ # [2.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.7.4...@pie-element/rubric@2.8.0) (2023-04-10)
673
+
674
+
675
+ ### Bug Fixes
676
+
677
+ * update pie-libs ([b7d3e7f](https://github.com/pie-framework/pie-elements/commit/b7d3e7f7160aafd5dcfed2960bc6c2f03dba2180))
678
+ * **all elements:** fix eslint problems-PD-2732 ([eaeabfb](https://github.com/pie-framework/pie-elements/commit/eaeabfbbe3a868a1f9828ef831a7ea864dee75a9))
679
+ * update pie-libs ([6738269](https://github.com/pie-framework/pie-elements/commit/6738269d878f24ec4429f210d18bbf591123a55f))
680
+ * update pie-libs ([9f05be1](https://github.com/pie-framework/pie-elements/commit/9f05be1ae6bf0a9651739b6bef7eca32ecabb4ce))
681
+
682
+
683
+ ### Features
684
+
685
+ * 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))
686
+
687
+
688
+
689
+
690
+
691
+ ## [2.7.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.7.3...@pie-element/rubric@2.7.4) (2023-03-30)
692
+
693
+
694
+ ### Bug Fixes
695
+
696
+ * revert adding pie-lib/rubric and remove its usage from controller ([2e58a35](https://github.com/pie-framework/pie-elements/commit/2e58a35e3490f4c002c82206eec3b74b215f3e57))
697
+
698
+
699
+
700
+
701
+
702
+ ## [2.7.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.7.2...@pie-element/rubric@2.7.3) (2023-03-30)
703
+
704
+
705
+ ### Bug Fixes
706
+
707
+ * add dependencies ([4156132](https://github.com/pie-framework/pie-elements/commit/415613209380f7bc613b1ae7908586bbe43e32bf))
708
+
709
+
710
+
711
+
712
+
713
+ ## [2.7.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.7.0...@pie-element/rubric@2.7.2) (2023-03-20)
714
+
715
+
716
+ ### Bug Fixes
717
+
718
+ * version bump ([b3f6919](https://github.com/pie-framework/pie-elements/commit/b3f6919c3ad2078953ed5162327cf356090c9aec))
719
+
720
+
721
+
722
+
723
+
724
+ # [2.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.6.3...@pie-element/rubric@2.7.0) (2023-03-20)
725
+
726
+
727
+ ### Bug Fixes
728
+
729
+ * update pie-libs ([340825a](https://github.com/pie-framework/pie-elements/commit/340825aab8c88569378eb5af6c5b9c9b99aeb285))
730
+ * update pie-libs ([1fe3d37](https://github.com/pie-framework/pie-elements/commit/1fe3d37d2b001f7944e4da7c895a83ccecefefcb))
731
+
732
+
733
+ ### Features
734
+
735
+ * added color theming support PD-310 ([64976e0](https://github.com/pie-framework/pie-elements/commit/64976e08151b346f0760aedee2cd0e4ce6ff7f8b))
736
+
737
+
738
+
739
+
740
+
741
+ ## [2.6.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.6.2...@pie-element/rubric@2.6.3) (2023-02-28)
742
+
743
+
744
+ ### Bug Fixes
745
+
746
+ * update pie-libs ([7bb37a7](https://github.com/pie-framework/pie-elements/commit/7bb37a7da11017eff7191968fad4517182f1c363))
747
+
748
+
749
+
750
+
751
+
752
+ ## [2.6.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.6.1...@pie-element/rubric@2.6.2) (2023-02-28)
753
+
754
+
755
+ ### Bug Fixes
756
+
757
+ * update pie-libs ([6a10f3f](https://github.com/pie-framework/pie-elements/commit/6a10f3f45306cc9d9e077e45a90245d047235521))
758
+
759
+
760
+
761
+
762
+
763
+ ## [2.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.6.0...@pie-element/rubric@2.6.1) (2023-02-28)
764
+
765
+ **Note:** Version bump only for package @pie-element/rubric
766
+
767
+
768
+
769
+
770
+
771
+ # [2.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.5.0...@pie-element/rubric@2.6.0) (2023-02-14)
772
+
773
+
774
+ ### Features
775
+
776
+ * update pie-libs ([e2c0b89](https://github.com/pie-framework/pie-elements/commit/e2c0b894caa20ed5d5681302a84b2bfd20dbd9f6))
777
+ * **rubric:** add width property to configuration ([75bdb82](https://github.com/pie-framework/pie-elements/commit/75bdb82ddd3ffe41ce50aa98928914f321127eed))
778
+
779
+
780
+
781
+
782
+
783
+ # [2.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.4.0...@pie-element/rubric@2.5.0) (2023-02-01)
784
+
785
+
786
+ ### Features
787
+
788
+ * update pie-libs ([0af590d](https://github.com/pie-framework/pie-elements/commit/0af590d624f4b2c0af58039e935531cef52e2a86))
789
+
790
+
791
+
792
+
793
+
794
+ # [2.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.3.0...@pie-element/rubric@2.4.0) (2023-01-17)
795
+
796
+
797
+ ### Features
798
+
799
+ * update pie-libs ([6423903](https://github.com/pie-framework/pie-elements/commit/6423903898b041f56db2111de2e4aac4ee9f1fd3))
800
+
801
+
802
+
803
+
804
+
805
+ # [2.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.2.1...@pie-element/rubric@2.3.0) (2023-01-05)
806
+
807
+
808
+ ### Features
809
+
810
+ * update pie-libs ([b174476](https://github.com/pie-framework/pie-elements/commit/b174476729119a0689f1f8adfc8c235246676cab))
811
+ * update pie-libs ([f72c3c8](https://github.com/pie-framework/pie-elements/commit/f72c3c8d8bc9bbf061bb81502317157a63c22972))
812
+ * update pie-libs ([8490729](https://github.com/pie-framework/pie-elements/commit/8490729a2389d36fd3968f0806119fde96577842))
813
+ * **rubric:** added configuration prop to hide the settings panel PD-1999 and updated documentation ([a01748b](https://github.com/pie-framework/pie-elements/commit/a01748bbddd34848dd07ec6be7d8a2b55c47214d))
814
+
815
+
816
+
817
+
818
+
819
+ ## [2.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.2.0...@pie-element/rubric@2.2.1) (2022-12-21)
820
+
821
+
822
+ ### Bug Fixes
823
+
824
+ * updated pie-libs ([8cb5b90](https://github.com/pie-framework/pie-elements/commit/8cb5b90d501ccbdf5ffd764e6555faa48b8f54d6))
825
+
826
+
827
+
828
+
829
+
830
+ # [2.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.1.4...@pie-element/rubric@2.2.0) (2022-12-20)
831
+
832
+
833
+ ### Bug Fixes
834
+
835
+ * updated pie-libs ([6549302](https://github.com/pie-framework/pie-elements/commit/65493026fbf356c5ab752ae6a14d961d4b256368))
836
+
837
+
838
+ ### Features
839
+
840
+ * **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))
841
+
842
+
843
+
844
+
845
+
846
+ ## [2.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.1.3...@pie-element/rubric@2.1.4) (2022-12-07)
847
+
848
+
849
+ ### Bug Fixes
850
+
851
+ * update libs ([441f403](https://github.com/pie-framework/pie-elements/commit/441f403870b7bec0d61fab58b8d93dbe0ead4c32))
852
+ * update libs for PD-2030 PD-2031 ([3174022](https://github.com/pie-framework/pie-elements/commit/3174022d45603ed217bbe8804a142b07084636a5))
853
+ * updated lib PD-1715 ([42e788d](https://github.com/pie-framework/pie-elements/commit/42e788db0c792838994e55001952da7701251a8e))
854
+ * updated libs ([c20de3a](https://github.com/pie-framework/pie-elements/commit/c20de3a6ba4499a090c809e18e52588d2a585fa0))
855
+ * updated libs ([0eed79a](https://github.com/pie-framework/pie-elements/commit/0eed79a32c3b777c16c8cabf201513fc1d2726a0))
856
+ * updated libs ([343c9ec](https://github.com/pie-framework/pie-elements/commit/343c9ec3dccba7f781e90ae2bd195cac6f78f467))
857
+
858
+
859
+
860
+
861
+
862
+ ## [2.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.1.2...@pie-element/rubric@2.1.3) (2022-11-15)
863
+
864
+ **Note:** Version bump only for package @pie-element/rubric
865
+
866
+
867
+
868
+
869
+
870
+ ## [2.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.1.1...@pie-element/rubric@2.1.2) (2022-10-31)
871
+
872
+ **Note:** Version bump only for package @pie-element/rubric
873
+
874
+
875
+
876
+
877
+
878
+ ## [2.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.1.0...@pie-element/rubric@2.1.1) (2022-10-18)
879
+
880
+
881
+ ### Bug Fixes
882
+
883
+ * rubric imports ([08a8b1b](https://github.com/pie-framework/pie-elements/commit/08a8b1b94cc50b952793c59b70192c20885a2d14))
884
+
885
+
886
+
887
+
888
+
889
+ # [2.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.0.11...@pie-element/rubric@2.1.0) (2022-10-17)
890
+
891
+
892
+ ### Bug Fixes
893
+
894
+ * default rubric model ([6454f5f](https://github.com/pie-framework/pie-elements/commit/6454f5fbced5d843fe9500ca00db70d926a86819))
895
+ * rubric imports ([4b8a9de](https://github.com/pie-framework/pie-elements/commit/4b8a9de461846ce1722f56208abb54999a59dc29))
896
+
897
+
898
+ ### Features
899
+
900
+ * update pie-lib/rubric dependecies version ([5546015](https://github.com/pie-framework/pie-elements/commit/5546015c3923ce2e34ab810ccd698424c1009c03))
901
+ * **rubric:** add settings panel to rubric PD-2040 ([697428f](https://github.com/pie-framework/pie-elements/commit/697428fb3f0562c3df54e35a4a7abca0e8719660))
902
+
903
+
904
+
905
+
906
+
907
+ ## [2.0.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.0.10...@pie-element/rubric@2.0.11) (2022-09-29)
908
+
909
+ **Note:** Version bump only for package @pie-element/rubric
910
+
911
+
912
+
913
+
914
+
915
+ ## [2.0.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.0.9...@pie-element/rubric@2.0.10) (2022-09-14)
916
+
917
+ **Note:** Version bump only for package @pie-element/rubric
918
+
919
+
920
+
921
+
922
+
923
+ ## [2.0.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.0.8...@pie-element/rubric@2.0.9) (2022-09-13)
924
+
925
+ **Note:** Version bump only for package @pie-element/rubric
926
+
927
+
928
+
929
+
930
+
931
+ ## [2.0.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.0.7...@pie-element/rubric@2.0.8) (2022-08-31)
932
+
933
+ **Note:** Version bump only for package @pie-element/rubric
934
+
935
+
936
+
937
+
938
+
939
+ ## [2.0.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.0.6...@pie-element/rubric@2.0.7) (2022-08-16)
940
+
941
+ **Note:** Version bump only for package @pie-element/rubric
942
+
943
+
944
+
945
+
946
+
947
+ ## [2.0.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.0.5...@pie-element/rubric@2.0.6) (2022-08-08)
948
+
949
+ **Note:** Version bump only for package @pie-element/rubric
950
+
951
+
952
+
953
+
954
+
955
+ ## [2.0.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.0.4...@pie-element/rubric@2.0.5) (2022-08-02)
956
+
957
+ **Note:** Version bump only for package @pie-element/rubric
958
+
959
+
960
+
961
+
962
+
963
+ ## [2.0.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.0.3...@pie-element/rubric@2.0.4) (2022-07-22)
964
+
965
+ **Note:** Version bump only for package @pie-element/rubric
966
+
967
+
968
+
969
+
970
+
971
+ ## [2.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.0.2...@pie-element/rubric@2.0.3) (2022-07-20)
972
+
973
+ **Note:** Version bump only for package @pie-element/rubric
974
+
975
+
976
+
977
+
978
+
979
+ ## [2.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.0.1...@pie-element/rubric@2.0.2) (2022-07-19)
980
+
981
+ **Note:** Version bump only for package @pie-element/rubric
982
+
983
+
984
+
985
+
986
+
987
+ ## [2.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.0.0...@pie-element/rubric@2.0.1) (2022-06-28)
988
+
989
+ **Note:** Version bump only for package @pie-element/rubric
990
+
991
+
992
+
993
+
994
+
995
+ # [2.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.8.11...@pie-element/rubric@2.0.0) (2022-06-28)
996
+
997
+
998
+ ### chore
999
+
1000
+ * Merge master with develop. ([cdca48a](https://github.com/pie-framework/pie-elements/commit/cdca48abaa1d4179e4a961e13d171e14b7ed2444))
1001
+
1002
+
1003
+ ### BREAKING CHANGES
1004
+
1005
+ * Image percent buttons were removed from toolbar.
1006
+ New properties maxImageWidth and maxImageHeight were added.
1007
+
1008
+
1009
+
1010
+
1011
+
1012
+ ## [1.8.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.8.10...@pie-element/rubric@1.8.11) (2022-06-13)
1013
+
1014
+ **Note:** Version bump only for package @pie-element/rubric
1015
+
1016
+
1017
+
1018
+
1019
+
1020
+ ## [1.8.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.8.9...@pie-element/rubric@1.8.10) (2022-05-30)
1021
+
1022
+ **Note:** Version bump only for package @pie-element/rubric
1023
+
1024
+
1025
+
1026
+
1027
+
1028
+ ## [1.8.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.8.8...@pie-element/rubric@1.8.9) (2022-05-16)
1029
+
1030
+ **Note:** Version bump only for package @pie-element/rubric
1031
+
1032
+
1033
+
1034
+
1035
+
1036
+ ## [1.8.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.8.7...@pie-element/rubric@1.8.8) (2022-05-09)
1037
+
1038
+ **Note:** Version bump only for package @pie-element/rubric
1039
+
1040
+
1041
+
1042
+
1043
+
1044
+ ## [1.8.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.8.6...@pie-element/rubric@1.8.7) (2022-05-03)
1045
+
1046
+ **Note:** Version bump only for package @pie-element/rubric
1047
+
1048
+
1049
+
1050
+
1051
+
1052
+ ## [1.8.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.8.5...@pie-element/rubric@1.8.6) (2022-04-12)
1053
+
1054
+ **Note:** Version bump only for package @pie-element/rubric
1055
+
1056
+
1057
+
1058
+
1059
+
1060
+ ## [1.8.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.8.4...@pie-element/rubric@1.8.5) (2022-03-22)
1061
+
1062
+ **Note:** Version bump only for package @pie-element/rubric
1063
+
1064
+
1065
+
1066
+
1067
+
1068
+ ## [1.8.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.8.3...@pie-element/rubric@1.8.4) (2022-03-08)
1069
+
1070
+ **Note:** Version bump only for package @pie-element/rubric
1071
+
1072
+
1073
+
1074
+
1075
+
1076
+ ## [1.8.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.8.2...@pie-element/rubric@1.8.3) (2022-03-08)
1077
+
1078
+ **Note:** Version bump only for package @pie-element/rubric
1079
+
1080
+
1081
+
1082
+
1083
+
1084
+ ## [1.8.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.8.1...@pie-element/rubric@1.8.2) (2022-02-21)
1085
+
1086
+ **Note:** Version bump only for package @pie-element/rubric
1087
+
1088
+
1089
+
1090
+
1091
+
1092
+ ## [1.8.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.8.0...@pie-element/rubric@1.8.1) (2022-02-04)
1093
+
1094
+ **Note:** Version bump only for package @pie-element/rubric
1095
+
1096
+
1097
+
1098
+
1099
+
1100
+ # [1.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.7.8...@pie-element/rubric@1.8.0) (2022-01-24)
1101
+
1102
+
1103
+ ### Bug Fixes
1104
+
1105
+ * **rubric:** display rubric in reverse order in player PD-1375 ([0620538](https://github.com/pie-framework/pie-elements/commit/06205386a3d2c530378be2dccb7943cefa6f5c55))
1106
+ * **rubric:** use singular 1PT instead of 1PTS, fix style in IBX PD-1373, PD-1374 ([0c27b32](https://github.com/pie-framework/pie-elements/commit/0c27b327e861831687576a639ba2b6101c7fc0ff))
1107
+
1108
+
1109
+ ### Features
1110
+
1111
+ * **rubric:** Added Studio support: Treat 'null' as null value for sample answer PD-1313 ([04ea11d](https://github.com/pie-framework/pie-elements/commit/04ea11da0b4b2077693c7a22f63091eabdf09481))
1112
+
1113
+
1114
+
1115
+
1116
+
1117
+ ## [1.7.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.7.7...@pie-element/rubric@1.7.8) (2022-01-10)
1118
+
1119
+ **Note:** Version bump only for package @pie-element/rubric
1120
+
1121
+
1122
+
1123
+
1124
+
1125
+ ## [1.7.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.7.6...@pie-element/rubric@1.7.7) (2021-12-23)
1126
+
1127
+ **Note:** Version bump only for package @pie-element/rubric
1128
+
1129
+
1130
+
1131
+
1132
+
1133
+ ## [1.7.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.7.4...@pie-element/rubric@1.7.5) (2021-12-13)
1134
+
1135
+ **Note:** Version bump only for package @pie-element/rubric
1136
+
1137
+
1138
+
1139
+
1140
+
1141
+ ## [1.7.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.7.1...@pie-element/rubric@1.7.2) (2021-11-29)
1142
+
1143
+ **Note:** Version bump only for package @pie-element/rubric
1144
+
1145
+
1146
+
1147
+
1148
+
1149
+ ## [1.7.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.6.6...@pie-element/rubric@1.7.1) (2021-11-11)
1150
+
1151
+ **Note:** Version bump only for package @pie-element/rubric
1152
+
1153
+
1154
+
1155
+
1156
+
1157
+ # [1.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.6.2...@pie-element/rubric@1.7.0) (2021-11-11)
1158
+
1159
+
1160
+ ### Bug Fixes
1161
+
1162
+ * **rubric:** display rubric in reverse order in player PD-1375 ([0620538](https://github.com/pie-framework/pie-elements/commit/06205386a3d2c530378be2dccb7943cefa6f5c55))
1163
+ * **rubric:** use singular 1PT instead of 1PTS, fix style in IBX PD-1373, PD-1374 ([0c27b32](https://github.com/pie-framework/pie-elements/commit/0c27b327e861831687576a639ba2b6101c7fc0ff))
1164
+ * pie-lib updates ([e521c2f](https://github.com/pie-framework/pie-elements/commit/e521c2f1a44aa7f3e14f82a1cee05ceb484ed0a6))
1165
+ * Updated pie-lib versions ([2fe4c5d](https://github.com/pie-framework/pie-elements/commit/2fe4c5d0be2d40f5fdb34815855695a7f1087f56))
1166
+ * Updated pie-lib versions ([1c23830](https://github.com/pie-framework/pie-elements/commit/1c23830fc75d1de5f7bb3bb16de3c665ae5fa350))
1167
+
1168
+
1169
+ ### Features
1170
+
1171
+ * **rubric:** Added Studio support: Treat 'null' as null value for sample answer PD-1313 ([04ea11d](https://github.com/pie-framework/pie-elements/commit/04ea11da0b4b2077693c7a22f63091eabdf09481))
1172
+
1173
+
1174
+
1175
+
1176
+
1177
+
1178
+ ## [1.6.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.6.5...@pie-element/rubric@1.6.6) (2021-11-01)
1179
+
1180
+ **Note:** Version bump only for package @pie-element/rubric
1181
+
1182
+
1183
+
1184
+
1185
+
1186
+ ## [1.6.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.6.4...@pie-element/rubric@1.6.5) (2021-10-04)
1187
+
1188
+ **Note:** Version bump only for package @pie-element/rubric
1189
+
1190
+
1191
+
1192
+
1193
+
1194
+ ## [1.6.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.6.3...@pie-element/rubric@1.6.4) (2021-09-20)
1195
+
1196
+
1197
+ ### Bug Fixes
1198
+
1199
+ * pie-lib updates ([e521c2f](https://github.com/pie-framework/pie-elements/commit/e521c2f1a44aa7f3e14f82a1cee05ceb484ed0a6))
1200
+ * Updated pie-lib versions ([2fe4c5d](https://github.com/pie-framework/pie-elements/commit/2fe4c5d0be2d40f5fdb34815855695a7f1087f56))
1201
+ * Updated pie-lib versions ([1c23830](https://github.com/pie-framework/pie-elements/commit/1c23830fc75d1de5f7bb3bb16de3c665ae5fa350))
1202
+
1203
+
1204
+
1205
+
1206
+
1207
+ ## [1.6.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.6.2...@pie-element/rubric@1.6.3) (2021-08-05)
1208
+
1209
+ **Note:** Version bump only for package @pie-element/rubric
1210
+
1211
+
1212
+
1213
+
1214
+
1215
+ ## [1.6.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.6.0...@pie-element/rubric@1.6.2) (2021-08-05)
1216
+
1217
+
1218
+ ### Bug Fixes
1219
+
1220
+ * force bump ([5ea7295](https://github.com/pie-framework/pie-elements/commit/5ea7295e4755fbc492a76e7ec69e5fc35b196919))
1221
+
1222
+
1223
+
1224
+
1225
+
1226
+ # [1.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.5.16...@pie-element/rubric@1.6.0) (2021-06-29)
1227
+
1228
+
1229
+ ### Features
1230
+
1231
+ * **rubric:** Added sample answers to the model - PD-621 ([#559](https://github.com/pie-framework/pie-elements/issues/559)) ([d436b47](https://github.com/pie-framework/pie-elements/commit/d436b47b1cb8dd7cfbd82dbd2de4dd5eab36905c))
1232
+
1233
+
1234
+
1235
+
1236
+
1237
+ ## [1.5.16](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.5.15...@pie-element/rubric@1.5.16) (2021-04-07)
1238
+
1239
+ **Note:** Version bump only for package @pie-element/rubric
1240
+
1241
+
1242
+
1243
+
1244
+
1245
+ ## [1.5.15](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.5.13...@pie-element/rubric@1.5.15) (2021-03-03)
1246
+
1247
+ **Note:** Version bump only for package @pie-element/rubric
1248
+
1249
+
1250
+
1251
+
1252
+
1253
+ ## [1.5.13](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.5.12...@pie-element/rubric@1.5.13) (2021-03-03)
1254
+
1255
+ **Note:** Version bump only for package @pie-element/rubric
1256
+
1257
+
1258
+
1259
+
1260
+
1261
+ ## [1.5.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.5.11...@pie-element/rubric@1.5.12) (2021-03-03)
1262
+
1263
+ **Note:** Version bump only for package @pie-element/rubric
1264
+
1265
+
1266
+
1267
+
1268
+
1269
+ ## [1.5.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.5.10...@pie-element/rubric@1.5.11) (2021-02-04)
1270
+
1271
+ **Note:** Version bump only for package @pie-element/rubric
1272
+
1273
+
1274
+
1275
+
1276
+
1277
+ ## [1.5.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.5.9...@pie-element/rubric@1.5.10) (2021-02-02)
1278
+
1279
+ **Note:** Version bump only for package @pie-element/rubric
1280
+
1281
+
1282
+
1283
+
1284
+
1285
+ ## [1.5.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.5.8...@pie-element/rubric@1.5.9) (2020-11-07)
1286
+
1287
+ **Note:** Version bump only for package @pie-element/rubric
1288
+
1289
+
1290
+
1291
+
1292
+
1293
+ ## [1.5.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.5.7...@pie-element/rubric@1.5.8) (2020-10-29)
1294
+
1295
+ **Note:** Version bump only for package @pie-element/rubric
1296
+
1297
+
1298
+
1299
+
1300
+
1301
+ ## [1.5.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.5.6...@pie-element/rubric@1.5.7) (2020-10-29)
1302
+
1303
+ **Note:** Version bump only for package @pie-element/rubric
1304
+
1305
+
1306
+
1307
+
1308
+
1309
+ ## [1.5.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.5.5...@pie-element/rubric@1.5.6) (2020-10-16)
1310
+
1311
+ **Note:** Version bump only for package @pie-element/rubric
1312
+
1313
+
1314
+
1315
+
1316
+
1317
+ ## [1.5.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.5.4...@pie-element/rubric@1.5.5) (2020-10-02)
1318
+
1319
+ **Note:** Version bump only for package @pie-element/rubric
1320
+
1321
+
1322
+
1323
+
1324
+
1325
+ ## [1.5.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.5.3...@pie-element/rubric@1.5.4) (2020-09-23)
1326
+
1327
+ **Note:** Version bump only for package @pie-element/rubric
1328
+
1329
+
1330
+
1331
+
1332
+
1333
+ ## [1.5.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.5.2...@pie-element/rubric@1.5.3) (2020-09-23)
1334
+
1335
+ **Note:** Version bump only for package @pie-element/rubric
1336
+
1337
+
1338
+
1339
+
1340
+
1341
+ ## [1.5.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.5.1...@pie-element/rubric@1.5.2) (2020-08-13)
1342
+
1343
+ **Note:** Version bump only for package @pie-element/rubric
1344
+
1345
+
1346
+
1347
+
1348
+
1349
+ ## [1.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.4.5...@pie-element/rubric@1.5.1) (2020-08-07)
1350
+
1351
+ **Note:** Version bump only for package @pie-element/rubric
1352
+
1353
+
1354
+
1355
+
1356
+
1357
+ ## [1.4.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.5.0-next.0...@pie-element/rubric@1.4.5) (2020-05-25)
1358
+
1359
+
1360
+ ### Bug Fixes
1361
+
1362
+ * version issue ([3935c9c](https://github.com/pie-framework/pie-elements/commit/3935c9c))
1363
+
1364
+
1365
+
1366
+
1367
+
1368
+ # [1.5.0-next.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.4.4...@pie-element/rubric@1.5.0-next.0) (2020-05-25)
1369
+
1370
+
1371
+ ### Bug Fixes
1372
+
1373
+ * bump deps ([c6080d6](https://github.com/pie-framework/pie-elements/commit/c6080d6))
1374
+
1375
+
1376
+ ### Features
1377
+
1378
+ * add postpublish handler ([9b41dea](https://github.com/pie-framework/pie-elements/commit/9b41dea))
1379
+
1380
+
1381
+
1382
+
1383
+
1384
+ ## [1.4.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.4.3...@pie-element/rubric@1.4.4) (2020-04-28)
1385
+
1386
+
1387
+ ### Bug Fixes
1388
+
1389
+ * bump ui/lib versions ([45f0da6](https://github.com/pie-framework/pie-elements/commit/45f0da6))
1390
+ * ui+libs update ([6127de2](https://github.com/pie-framework/pie-elements/commit/6127de2))
1391
+ * update ui/lib versions ([0226b0b](https://github.com/pie-framework/pie-elements/commit/0226b0b))
1392
+
1393
+
1394
+
1395
+
1396
+
1397
+ ## [1.4.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.4.2...@pie-element/rubric@1.4.3) (2020-04-14)
1398
+
1399
+
1400
+ ### Bug Fixes
1401
+
1402
+ * bump ui/lib versions ([3edb232](https://github.com/pie-framework/pie-elements/commit/3edb232))
1403
+
1404
+
1405
+
1406
+
1407
+
1408
+ ## [1.4.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.4.1...@pie-element/rubric@1.4.2) (2020-04-14)
1409
+
1410
+ **Note:** Version bump only for package @pie-element/rubric
1411
+
1412
+
1413
+
1414
+
1415
+
1416
+ ## [1.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.2.3...@pie-element/rubric@1.4.1) (2020-04-10)
1417
+
1418
+
1419
+ ### Bug Fixes
1420
+
1421
+ * bump all packages to avoid tag conflict ([d9ec9a8](https://github.com/pie-framework/pie-elements/commit/d9ec9a8))
1422
+ * bump lib and ui versions ([a882cbf](https://github.com/pie-framework/pie-elements/commit/a882cbf))
1423
+ * bump ui versions ([5b9d99f](https://github.com/pie-framework/pie-elements/commit/5b9d99f))
1424
+ * bump version to avoid tag conflict ([4d55f6d](https://github.com/pie-framework/pie-elements/commit/4d55f6d))
1425
+
1426
+
1427
+
1428
+
1429
+
1430
+ ## [1.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.2.3...@pie-element/rubric@1.3.1) (2020-04-10)
1431
+
1432
+
1433
+ ### Bug Fixes
1434
+
1435
+ * bump lib and ui versions ([a882cbf](https://github.com/pie-framework/pie-elements/commit/a882cbf))
1436
+ * bump ui versions ([5b9d99f](https://github.com/pie-framework/pie-elements/commit/5b9d99f))
1437
+ * bump version to avoid tag conflict ([4d55f6d](https://github.com/pie-framework/pie-elements/commit/4d55f6d))
1438
+
1439
+
1440
+
1441
+
1442
+
1443
+ ## [1.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.2.2...@pie-element/rubric@1.2.3) (2020-01-31)
1444
+
1445
+ **Note:** Version bump only for package @pie-element/rubric
1446
+
1447
+
1448
+
1449
+
1450
+
1451
+ ## [1.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.2.1...@pie-element/rubric@1.2.2) (2020-01-30)
1452
+
1453
+ **Note:** Version bump only for package @pie-element/rubric
1454
+
1455
+
1456
+
1457
+
1458
+
1459
+ ## [1.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.2.0...@pie-element/rubric@1.2.1) (2020-01-28)
1460
+
1461
+ **Note:** Version bump only for package @pie-element/rubric
1462
+
1463
+
1464
+
1465
+
1466
+
1467
+ # [1.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.1.20...@pie-element/rubric@1.2.0) (2020-01-28)
1468
+
1469
+
1470
+ ### Features
1471
+
1472
+ * PIE-200 - partialScoring - NEEDS VERIFICATION ([30e3969](https://github.com/pie-framework/pie-elements/commit/30e3969))
1473
+
1474
+
1475
+
1476
+
1477
+
1478
+ ## [1.1.20](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.1.19...@pie-element/rubric@1.1.20) (2019-12-03)
1479
+
1480
+ **Note:** Version bump only for package @pie-element/rubric
1481
+
1482
+
1483
+
1484
+
1485
+
1486
+ ## [1.1.19](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.1.18...@pie-element/rubric@1.1.19) (2019-11-06)
1487
+
1488
+ **Note:** Version bump only for package @pie-element/rubric
1489
+
1490
+
1491
+
1492
+
1493
+
1494
+ ## [1.1.18](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.1.17...@pie-element/rubric@1.1.18) (2019-10-03)
1495
+
1496
+ **Note:** Version bump only for package @pie-element/rubric
1497
+
1498
+
1499
+
1500
+
1501
+
1502
+ ## [1.1.17](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.1.16...@pie-element/rubric@1.1.17) (2019-09-27)
1503
+
1504
+ **Note:** Version bump only for package @pie-element/rubric
1505
+
1506
+
1507
+
1508
+
1509
+
1510
+ ## [1.1.16](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.1.15...@pie-element/rubric@1.1.16) (2019-08-27)
1511
+
1512
+ **Note:** Version bump only for package @pie-element/rubric
1513
+
1514
+
1515
+
1516
+
1517
+
1518
+ ## [1.1.15](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.1.14...@pie-element/rubric@1.1.15) (2019-08-26)
1519
+
1520
+ **Note:** Version bump only for package @pie-element/rubric
1521
+
1522
+
1523
+
1524
+
1525
+
1526
+ ## [1.1.14](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.1.13...@pie-element/rubric@1.1.14) (2019-08-21)
1527
+
1528
+ **Note:** Version bump only for package @pie-element/rubric
1529
+
1530
+
1531
+
1532
+
1533
+
1534
+ ## [1.1.13](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.1.12...@pie-element/rubric@1.1.13) (2019-08-21)
1535
+
1536
+
1537
+ ### Bug Fixes
1538
+
1539
+ * **math-rendering:** updated all dependent packages for math rendering and for editable-html [ch3365], [ch1530] ([33e3287](https://github.com/pie-framework/pie-elements/commit/33e3287))
1540
+
1541
+
1542
+
1543
+
1544
+
1545
+ ## [1.1.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.1.11...@pie-element/rubric@1.1.12) (2019-08-18)
1546
+
1547
+
1548
+ ### Bug Fixes
1549
+
1550
+ * **math-rendering:** updated all dependent packages [ch3365] ([7cbf25a](https://github.com/pie-framework/pie-elements/commit/7cbf25a))
1551
+
1552
+
1553
+
1554
+
1555
+
1556
+ ## [1.1.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.1.10...@pie-element/rubric@1.1.11) (2019-08-15)
1557
+
1558
+
1559
+ ### Bug Fixes
1560
+
1561
+ * **elements:** version bumped the editable-html packages [ch1738] ([949222a](https://github.com/pie-framework/pie-elements/commit/949222a))
1562
+ * **rubric:** fix exclude zeroes number of points ([9623734](https://github.com/pie-framework/pie-elements/commit/9623734))
1563
+
1564
+
1565
+
1566
+
1567
+
1568
+ ## [1.1.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.1.9...@pie-element/rubric@1.1.10) (2019-08-02)
1569
+
1570
+ **Note:** Version bump only for package @pie-element/rubric
1571
+
1572
+
1573
+
1574
+
1575
+
1576
+ ## [1.1.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.1.8...@pie-element/rubric@1.1.9) (2019-07-25)
1577
+
1578
+ **Note:** Version bump only for package @pie-element/rubric
1579
+
1580
+
1581
+
1582
+
1583
+
1584
+ ## [1.1.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.1.7...@pie-element/rubric@1.1.8) (2019-07-25)
1585
+
1586
+
1587
+ ### Bug Fixes
1588
+
1589
+ * exlude zeros handled in renderiing ([ca8b34e](https://github.com/pie-framework/pie-elements/commit/ca8b34e))
1590
+
1591
+
1592
+
1593
+
1594
+
1595
+ ## [1.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.1.4...@pie-element/rubric@1.1.7) (2019-07-17)
1596
+
1597
+ **Note:** Version bump only for package @pie-element/rubric
1598
+
1599
+
1600
+
1601
+
1602
+
1603
+ ## [1.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.1.3...@pie-element/rubric@1.1.4) (2019-06-17)
1604
+
1605
+ **Note:** Version bump only for package @pie-element/rubric
1606
+
1607
+
1608
+
1609
+
1610
+
1611
+ ## [1.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.1.2...@pie-element/rubric@1.1.3) (2019-06-12)
1612
+
1613
+ **Note:** Version bump only for package @pie-element/rubric
1614
+
1615
+
1616
+
1617
+
1618
+
1619
+ ## [1.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.1.1...@pie-element/rubric@1.1.2) (2019-06-07)
1620
+
1621
+ **Note:** Version bump only for package @pie-element/rubric
1622
+
1623
+
1624
+
1625
+
1626
+
1627
+ ## [1.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.1.0...@pie-element/rubric@1.1.1) (2019-06-05)
1628
+
1629
+ **Note:** Version bump only for package @pie-element/rubric
1630
+
1631
+
1632
+
1633
+
1634
+
1635
+ # 1.1.0 (2019-05-31)
1636
+
1637
+
1638
+ ### Features
1639
+
1640
+ * rubric interaction ([3cc2b6c](https://github.com/pie-framework/pie-elements/commit/3cc2b6c))