@pie-element/complex-rubric 2.1.2-next.41 → 2.1.2-next.44

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 +1001 -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 +892 -0
  7. package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/common.js +563 -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 +99 -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 +569 -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 +560 -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 +374 -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 +283 -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 +233 -0
  28. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/defaults.js +94 -0
  29. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/defaults.js.map +1 -0
  30. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/index.js +215 -0
  31. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/index.js.map +1 -0
  32. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/utils.js +13 -0
  33. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/utils.js.map +1 -0
  34. package/configure/node_modules/@pie-element/multi-trait-rubric/controller/package.json +15 -0
  35. package/configure/node_modules/@pie-element/multi-trait-rubric/docs/config-schema.json +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 +1271 -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 +1111 -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 +215 -0
  70. package/configure/node_modules/@pie-element/rubric/controller/lib/index.js +45 -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 +38 -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,1271 @@
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.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)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update pie-lib ([74283d7](https://github.com/pie-framework/pie-elements/commit/74283d71b12ab9c82875ce995368e5e39f4face6))
12
+
13
+
14
+
15
+
16
+
17
+ ## [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)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * update pie-lib/pie-toolbox PD-597 ([1ec84aa](https://github.com/pie-framework/pie-elements/commit/1ec84aadae515088ef65b99f780a5e5dca516f99))
23
+ * update pie-libs PD-2996 ([cd092c6](https://github.com/pie-framework/pie-elements/commit/cd092c6b5c4db91645394cd23febc1f9a07f46f9))
24
+
25
+
26
+
27
+
28
+
29
+ ## [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)
30
+
31
+
32
+ ### Bug Fixes
33
+
34
+ * update pie-lib/pie-toolbox PD-3221, PD-3249, PD-2765 ([9de1563](https://github.com/pie-framework/pie-elements/commit/9de1563d636983c3ddceee0279c0709d396d4f96))
35
+
36
+
37
+
38
+
39
+
40
+ # [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)
41
+
42
+
43
+ ### Bug Fixes
44
+
45
+ * update pie-lib version to fix imports for pie-lib/pie-toolbox/editable-html ([a90cbf6](https://github.com/pie-framework/pie-elements/commit/a90cbf6be81824e7266df23c2dc49b259337c1b6))
46
+ * update pie-lib/pie-toolbox version ([212cbfa](https://github.com/pie-framework/pie-elements/commit/212cbfad27b29f0b1b2a3706ba82f6fb59147001))
47
+ * update pie-lib/pie-toolbox version ([b791e10](https://github.com/pie-framework/pie-elements/commit/b791e10857928766e2d73c6aa80b3fb50fd1afac))
48
+ * update pie-lib/pie-toolbox version ([7f64f9f](https://github.com/pie-framework/pie-elements/commit/7f64f9f2b874fd08bd8f6f05c1c4292c34ac6338))
49
+
50
+
51
+ ### Code Refactoring
52
+
53
+ * 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))
54
+
55
+
56
+ ### BREAKING CHANGES
57
+
58
+ * using pie-lib/pie-toolbox now, instead of any other pie-lib package.
59
+
60
+
61
+
62
+
63
+
64
+ ## [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)
65
+
66
+
67
+ ### Bug Fixes
68
+
69
+ * update pie-lib PD-3221 ([f04d59f](https://github.com/pie-framework/pie-elements/commit/f04d59f204852e430dc3e8fe2c442bb9a1634761))
70
+
71
+
72
+
73
+
74
+
75
+ # [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)
76
+
77
+
78
+ ### Features
79
+
80
+ * updated pie-libs PD-2950 ([acffe41](https://github.com/pie-framework/pie-elements/commit/acffe41120fbe288e375321cbd58cfbd48f98595))
81
+
82
+
83
+
84
+
85
+
86
+ ## [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)
87
+
88
+
89
+ ### Bug Fixes
90
+
91
+ * updated pie-libs PD-3223, PD-3121, PD-3018, PD-2765, PD-3105 ([666e660](https://github.com/pie-framework/pie-elements/commit/666e6604c40b9bde8b88af5ce1b02ba65f11e957))
92
+
93
+
94
+
95
+
96
+
97
+ ## [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)
98
+
99
+
100
+ ### Bug Fixes
101
+
102
+ * update with latest pie-libs, forcing pie-lib/math-rendering to v2.5.18 ([7ff936a](https://github.com/pie-framework/pie-elements/commit/7ff936ab9fc85c264032181755ce5e2149825406))
103
+
104
+
105
+
106
+
107
+
108
+ ## [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)
109
+
110
+ **Note:** Version bump only for package @pie-element/rubric
111
+
112
+
113
+
114
+
115
+
116
+ ## [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)
117
+
118
+
119
+ ### Bug Fixes
120
+
121
+ * update pie-libs ([702f4c6](https://github.com/pie-framework/pie-elements/commit/702f4c657f3413274b3a4443c1950e2cdf8e5588))
122
+
123
+
124
+
125
+
126
+
127
+ ## [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)
128
+
129
+ **Note:** Version bump only for package @pie-element/rubric
130
+
131
+
132
+
133
+
134
+
135
+ # [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)
136
+
137
+
138
+ ### Bug Fixes
139
+
140
+ * update pie-libs PD-3167 ([1b109bb](https://github.com/pie-framework/pie-elements/commit/1b109bb3b74dcea72ee2f241996a5e6a71893b4e))
141
+ * update pie-libs PD-3167 ([b21d0c3](https://github.com/pie-framework/pie-elements/commit/b21d0c332623667257a5de1363b9f4fc6ee2bb51))
142
+ * update pie-libs PD-3167 ([1a76806](https://github.com/pie-framework/pie-elements/commit/1a7680657ebe0a73969f3100e60f0a090ffc7ada))
143
+ * update pie-libs PD-3167, PD-3105, PD-3162, PD-2765 ([26199b2](https://github.com/pie-framework/pie-elements/commit/26199b255ddbcb9255f2769091c7ba58f8b1dae0))
144
+
145
+
146
+ ### Features
147
+
148
+ * update pie-libs PD-3011 ([0fd32b3](https://github.com/pie-framework/pie-elements/commit/0fd32b3fd1333bb25de584b98c8ef0471de2d5e8))
149
+
150
+
151
+
152
+
153
+
154
+ ## [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)
155
+
156
+
157
+ ### Bug Fixes
158
+
159
+ * update pie-libs PD-2765 ([f03972d](https://github.com/pie-framework/pie-elements/commit/f03972dda33ff5d4c0343f094fd33acadad30cb4))
160
+
161
+
162
+
163
+
164
+
165
+ ## [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)
166
+
167
+
168
+ ### Bug Fixes
169
+
170
+ * update pie-libs PD-3051 ([1e1a7a3](https://github.com/pie-framework/pie-elements/commit/1e1a7a38732eff5585ad789aea5a08c5e94720ae))
171
+ * updated pie-libs PD-2765, PD-3051 ([e6f5b17](https://github.com/pie-framework/pie-elements/commit/e6f5b17c95faf426898f897651863089a54ff3ff))
172
+
173
+
174
+
175
+
176
+
177
+ ## [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)
178
+
179
+
180
+ ### Bug Fixes
181
+
182
+ * update pie-libs PD-3119 ([01c474b](https://github.com/pie-framework/pie-elements/commit/01c474bf9396374dc86b9248651206672b765af6))
183
+
184
+
185
+
186
+
187
+
188
+ ## [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)
189
+
190
+ **Note:** Version bump only for package @pie-element/rubric
191
+
192
+
193
+
194
+
195
+
196
+ ## [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)
197
+
198
+
199
+ ### Bug Fixes
200
+
201
+ * update pie-libs PD-3049, PD-2916, PD-2059 ([0e800b5](https://github.com/pie-framework/pie-elements/commit/0e800b54b852304d222a292400362e0870f0cc9a))
202
+ * updated pie-lib to fix PD-2802, PD-3050, PD-3051 ([34b4dd7](https://github.com/pie-framework/pie-elements/commit/34b4dd7ba18f4c18589975921cc9d127926f8294))
203
+ * updated pie-libs Pd-1163 ([300c1db](https://github.com/pie-framework/pie-elements/commit/300c1db1658ce85ca58f3cc2981b604aefbf9f01))
204
+
205
+
206
+
207
+
208
+
209
+ ## [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)
210
+
211
+
212
+ ### Bug Fixes
213
+
214
+ * update pie-libs PD-2984, PD-2991, PD-2992, PD-3036 ([12c9426](https://github.com/pie-framework/pie-elements/commit/12c94269e3b645d74a0014c597d30662823bb34a))
215
+
216
+
217
+
218
+
219
+
220
+ ## [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)
221
+
222
+
223
+ ### Bug Fixes
224
+
225
+ * updated editable-html dependent packages for PD-2150 ([ffa6297](https://github.com/pie-framework/pie-elements/commit/ffa62977a9e329c1e12ea1dfcb2af4ba4c993bca))
226
+ * updated pie-lib PD-2150 ([72f20be](https://github.com/pie-framework/pie-elements/commit/72f20be258248c86dde8d5d587290cd640bfd947))
227
+
228
+
229
+
230
+
231
+
232
+ # [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)
233
+
234
+
235
+ ### Bug Fixes
236
+
237
+ * update libs PD-2722, PD-2827, PD-2832 ([834ecf9](https://github.com/pie-framework/pie-elements/commit/834ecf92cc7204c851c68f0945ad5d52e453c9d0))
238
+ * update pie-libs ([649fb8f](https://github.com/pie-framework/pie-elements/commit/649fb8f535172d76b3ffc676ec53b2726432808c))
239
+ * update pie-libs PD-2150, PD-2795 ([ff6f64a](https://github.com/pie-framework/pie-elements/commit/ff6f64afa6ccaa8a060c986b1637c680e68c62b6))
240
+
241
+
242
+ ### Features
243
+
244
+ * add mathMlOptions PD-2150 ([0c6984c](https://github.com/pie-framework/pie-elements/commit/0c6984cf042141eac36badfbab1c46d8d42f71ee))
245
+
246
+
247
+
248
+
249
+
250
+ # [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)
251
+
252
+
253
+ ### Bug Fixes
254
+
255
+ * update pie-lib PD-2777, PD-1914, PD-2066 ([7102893](https://github.com/pie-framework/pie-elements/commit/71028930a6dc554eb587cf4de0c1d0d28bfff1f5))
256
+ * update pie-libs PD-2774, PD-1026 ([04f8cd0](https://github.com/pie-framework/pie-elements/commit/04f8cd000afdb2ccb0c25146d46acb60c5fea651))
257
+
258
+
259
+ ### Features
260
+
261
+ * ability to upload images when using imageSupoort from pie-api-components PD-2707 ([685f3b0](https://github.com/pie-framework/pie-elements/commit/685f3b035d86c5f4ad60cdb9ec84690d5ccaa4fc))
262
+ * **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))
263
+
264
+
265
+
266
+
267
+
268
+ ## [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)
269
+
270
+
271
+ ### Bug Fixes
272
+
273
+ * update pie-libs (fix eslint problems PD-2732) ([3fa630e](https://github.com/pie-framework/pie-elements/commit/3fa630eb96b116cb685ab58fbf216fb572d1c333))
274
+ * update pie-libs PD-2755, PD-2625, PD-2119 ([698446b](https://github.com/pie-framework/pie-elements/commit/698446b29a553a022c91825118370faae824b723))
275
+ * 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))
276
+
277
+
278
+
279
+
280
+
281
+ ## [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)
282
+
283
+
284
+ ### Bug Fixes
285
+
286
+ * update pie-libs PD-2762 ([7ac4313](https://github.com/pie-framework/pie-elements/commit/7ac431346b822fe3bbb0d13375f044f6ce1f426b))
287
+
288
+
289
+
290
+
291
+
292
+ ## [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)
293
+
294
+
295
+ ### Bug Fixes
296
+
297
+ * update pie-libs ([830e9fc](https://github.com/pie-framework/pie-elements/commit/830e9fcf07f057e632b44d7a64ddb436353d49f6))
298
+
299
+
300
+
301
+
302
+
303
+ # [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)
304
+
305
+
306
+ ### Bug Fixes
307
+
308
+ * update pie-libs ([b7d3e7f](https://github.com/pie-framework/pie-elements/commit/b7d3e7f7160aafd5dcfed2960bc6c2f03dba2180))
309
+ * **all elements:** fix eslint problems-PD-2732 ([eaeabfb](https://github.com/pie-framework/pie-elements/commit/eaeabfbbe3a868a1f9828ef831a7ea864dee75a9))
310
+ * update pie-libs ([6738269](https://github.com/pie-framework/pie-elements/commit/6738269d878f24ec4429f210d18bbf591123a55f))
311
+ * update pie-libs ([9f05be1](https://github.com/pie-framework/pie-elements/commit/9f05be1ae6bf0a9651739b6bef7eca32ecabb4ce))
312
+
313
+
314
+ ### Features
315
+
316
+ * 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))
317
+
318
+
319
+
320
+
321
+
322
+ ## [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)
323
+
324
+
325
+ ### Bug Fixes
326
+
327
+ * revert adding pie-lib/rubric and remove its usage from controller ([2e58a35](https://github.com/pie-framework/pie-elements/commit/2e58a35e3490f4c002c82206eec3b74b215f3e57))
328
+
329
+
330
+
331
+
332
+
333
+ ## [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)
334
+
335
+
336
+ ### Bug Fixes
337
+
338
+ * add dependencies ([4156132](https://github.com/pie-framework/pie-elements/commit/415613209380f7bc613b1ae7908586bbe43e32bf))
339
+
340
+
341
+
342
+
343
+
344
+ ## [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)
345
+
346
+
347
+ ### Bug Fixes
348
+
349
+ * version bump ([b3f6919](https://github.com/pie-framework/pie-elements/commit/b3f6919c3ad2078953ed5162327cf356090c9aec))
350
+
351
+
352
+
353
+
354
+
355
+ # [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)
356
+
357
+
358
+ ### Bug Fixes
359
+
360
+ * update pie-libs ([340825a](https://github.com/pie-framework/pie-elements/commit/340825aab8c88569378eb5af6c5b9c9b99aeb285))
361
+ * update pie-libs ([1fe3d37](https://github.com/pie-framework/pie-elements/commit/1fe3d37d2b001f7944e4da7c895a83ccecefefcb))
362
+
363
+
364
+ ### Features
365
+
366
+ * added color theming support PD-310 ([64976e0](https://github.com/pie-framework/pie-elements/commit/64976e08151b346f0760aedee2cd0e4ce6ff7f8b))
367
+
368
+
369
+
370
+
371
+
372
+ ## [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)
373
+
374
+
375
+ ### Bug Fixes
376
+
377
+ * update pie-libs ([7bb37a7](https://github.com/pie-framework/pie-elements/commit/7bb37a7da11017eff7191968fad4517182f1c363))
378
+
379
+
380
+
381
+
382
+
383
+ ## [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)
384
+
385
+
386
+ ### Bug Fixes
387
+
388
+ * update pie-libs ([6a10f3f](https://github.com/pie-framework/pie-elements/commit/6a10f3f45306cc9d9e077e45a90245d047235521))
389
+
390
+
391
+
392
+
393
+
394
+ ## [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)
395
+
396
+ **Note:** Version bump only for package @pie-element/rubric
397
+
398
+
399
+
400
+
401
+
402
+ # [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)
403
+
404
+
405
+ ### Features
406
+
407
+ * update pie-libs ([e2c0b89](https://github.com/pie-framework/pie-elements/commit/e2c0b894caa20ed5d5681302a84b2bfd20dbd9f6))
408
+ * **rubric:** add width property to configuration ([75bdb82](https://github.com/pie-framework/pie-elements/commit/75bdb82ddd3ffe41ce50aa98928914f321127eed))
409
+
410
+
411
+
412
+
413
+
414
+ # [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)
415
+
416
+
417
+ ### Features
418
+
419
+ * update pie-libs ([0af590d](https://github.com/pie-framework/pie-elements/commit/0af590d624f4b2c0af58039e935531cef52e2a86))
420
+
421
+
422
+
423
+
424
+
425
+ # [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)
426
+
427
+
428
+ ### Features
429
+
430
+ * update pie-libs ([6423903](https://github.com/pie-framework/pie-elements/commit/6423903898b041f56db2111de2e4aac4ee9f1fd3))
431
+
432
+
433
+
434
+
435
+
436
+ # [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)
437
+
438
+
439
+ ### Features
440
+
441
+ * update pie-libs ([b174476](https://github.com/pie-framework/pie-elements/commit/b174476729119a0689f1f8adfc8c235246676cab))
442
+ * update pie-libs ([f72c3c8](https://github.com/pie-framework/pie-elements/commit/f72c3c8d8bc9bbf061bb81502317157a63c22972))
443
+ * update pie-libs ([8490729](https://github.com/pie-framework/pie-elements/commit/8490729a2389d36fd3968f0806119fde96577842))
444
+ * **rubric:** added configuration prop to hide the settings panel PD-1999 and updated documentation ([a01748b](https://github.com/pie-framework/pie-elements/commit/a01748bbddd34848dd07ec6be7d8a2b55c47214d))
445
+
446
+
447
+
448
+
449
+
450
+ ## [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)
451
+
452
+
453
+ ### Bug Fixes
454
+
455
+ * updated pie-libs ([8cb5b90](https://github.com/pie-framework/pie-elements/commit/8cb5b90d501ccbdf5ffd764e6555faa48b8f54d6))
456
+
457
+
458
+
459
+
460
+
461
+ # [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)
462
+
463
+
464
+ ### Bug Fixes
465
+
466
+ * updated pie-libs ([6549302](https://github.com/pie-framework/pie-elements/commit/65493026fbf356c5ab752ae6a14d961d4b256368))
467
+
468
+
469
+ ### Features
470
+
471
+ * **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))
472
+
473
+
474
+
475
+
476
+
477
+ ## [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)
478
+
479
+
480
+ ### Bug Fixes
481
+
482
+ * update libs ([441f403](https://github.com/pie-framework/pie-elements/commit/441f403870b7bec0d61fab58b8d93dbe0ead4c32))
483
+ * update libs for PD-2030 PD-2031 ([3174022](https://github.com/pie-framework/pie-elements/commit/3174022d45603ed217bbe8804a142b07084636a5))
484
+ * updated lib PD-1715 ([42e788d](https://github.com/pie-framework/pie-elements/commit/42e788db0c792838994e55001952da7701251a8e))
485
+ * updated libs ([c20de3a](https://github.com/pie-framework/pie-elements/commit/c20de3a6ba4499a090c809e18e52588d2a585fa0))
486
+ * updated libs ([0eed79a](https://github.com/pie-framework/pie-elements/commit/0eed79a32c3b777c16c8cabf201513fc1d2726a0))
487
+ * updated libs ([343c9ec](https://github.com/pie-framework/pie-elements/commit/343c9ec3dccba7f781e90ae2bd195cac6f78f467))
488
+
489
+
490
+
491
+
492
+
493
+ ## [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)
494
+
495
+ **Note:** Version bump only for package @pie-element/rubric
496
+
497
+
498
+
499
+
500
+
501
+ ## [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)
502
+
503
+ **Note:** Version bump only for package @pie-element/rubric
504
+
505
+
506
+
507
+
508
+
509
+ ## [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)
510
+
511
+
512
+ ### Bug Fixes
513
+
514
+ * rubric imports ([08a8b1b](https://github.com/pie-framework/pie-elements/commit/08a8b1b94cc50b952793c59b70192c20885a2d14))
515
+
516
+
517
+
518
+
519
+
520
+ # [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)
521
+
522
+
523
+ ### Bug Fixes
524
+
525
+ * default rubric model ([6454f5f](https://github.com/pie-framework/pie-elements/commit/6454f5fbced5d843fe9500ca00db70d926a86819))
526
+ * rubric imports ([4b8a9de](https://github.com/pie-framework/pie-elements/commit/4b8a9de461846ce1722f56208abb54999a59dc29))
527
+
528
+
529
+ ### Features
530
+
531
+ * update pie-lib/rubric dependecies version ([5546015](https://github.com/pie-framework/pie-elements/commit/5546015c3923ce2e34ab810ccd698424c1009c03))
532
+ * **rubric:** add settings panel to rubric PD-2040 ([697428f](https://github.com/pie-framework/pie-elements/commit/697428fb3f0562c3df54e35a4a7abca0e8719660))
533
+
534
+
535
+
536
+
537
+
538
+ ## [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)
539
+
540
+ **Note:** Version bump only for package @pie-element/rubric
541
+
542
+
543
+
544
+
545
+
546
+ ## [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)
547
+
548
+ **Note:** Version bump only for package @pie-element/rubric
549
+
550
+
551
+
552
+
553
+
554
+ ## [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)
555
+
556
+ **Note:** Version bump only for package @pie-element/rubric
557
+
558
+
559
+
560
+
561
+
562
+ ## [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)
563
+
564
+ **Note:** Version bump only for package @pie-element/rubric
565
+
566
+
567
+
568
+
569
+
570
+ ## [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)
571
+
572
+ **Note:** Version bump only for package @pie-element/rubric
573
+
574
+
575
+
576
+
577
+
578
+ ## [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)
579
+
580
+ **Note:** Version bump only for package @pie-element/rubric
581
+
582
+
583
+
584
+
585
+
586
+ ## [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)
587
+
588
+ **Note:** Version bump only for package @pie-element/rubric
589
+
590
+
591
+
592
+
593
+
594
+ ## [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)
595
+
596
+ **Note:** Version bump only for package @pie-element/rubric
597
+
598
+
599
+
600
+
601
+
602
+ ## [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)
603
+
604
+ **Note:** Version bump only for package @pie-element/rubric
605
+
606
+
607
+
608
+
609
+
610
+ ## [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)
611
+
612
+ **Note:** Version bump only for package @pie-element/rubric
613
+
614
+
615
+
616
+
617
+
618
+ ## [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)
619
+
620
+ **Note:** Version bump only for package @pie-element/rubric
621
+
622
+
623
+
624
+
625
+
626
+ # [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)
627
+
628
+
629
+ ### chore
630
+
631
+ * Merge master with develop. ([cdca48a](https://github.com/pie-framework/pie-elements/commit/cdca48abaa1d4179e4a961e13d171e14b7ed2444))
632
+
633
+
634
+ ### BREAKING CHANGES
635
+
636
+ * Image percent buttons were removed from toolbar.
637
+ New properties maxImageWidth and maxImageHeight were added.
638
+
639
+
640
+
641
+
642
+
643
+ ## [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)
644
+
645
+ **Note:** Version bump only for package @pie-element/rubric
646
+
647
+
648
+
649
+
650
+
651
+ ## [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)
652
+
653
+ **Note:** Version bump only for package @pie-element/rubric
654
+
655
+
656
+
657
+
658
+
659
+ ## [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)
660
+
661
+ **Note:** Version bump only for package @pie-element/rubric
662
+
663
+
664
+
665
+
666
+
667
+ ## [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)
668
+
669
+ **Note:** Version bump only for package @pie-element/rubric
670
+
671
+
672
+
673
+
674
+
675
+ ## [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)
676
+
677
+ **Note:** Version bump only for package @pie-element/rubric
678
+
679
+
680
+
681
+
682
+
683
+ ## [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)
684
+
685
+ **Note:** Version bump only for package @pie-element/rubric
686
+
687
+
688
+
689
+
690
+
691
+ ## [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)
692
+
693
+ **Note:** Version bump only for package @pie-element/rubric
694
+
695
+
696
+
697
+
698
+
699
+ ## [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)
700
+
701
+ **Note:** Version bump only for package @pie-element/rubric
702
+
703
+
704
+
705
+
706
+
707
+ ## [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)
708
+
709
+ **Note:** Version bump only for package @pie-element/rubric
710
+
711
+
712
+
713
+
714
+
715
+ ## [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)
716
+
717
+ **Note:** Version bump only for package @pie-element/rubric
718
+
719
+
720
+
721
+
722
+
723
+ ## [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)
724
+
725
+ **Note:** Version bump only for package @pie-element/rubric
726
+
727
+
728
+
729
+
730
+
731
+ # [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)
732
+
733
+
734
+ ### Bug Fixes
735
+
736
+ * **rubric:** display rubric in reverse order in player PD-1375 ([0620538](https://github.com/pie-framework/pie-elements/commit/06205386a3d2c530378be2dccb7943cefa6f5c55))
737
+ * **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))
738
+
739
+
740
+ ### Features
741
+
742
+ * **rubric:** Added Studio support: Treat 'null' as null value for sample answer PD-1313 ([04ea11d](https://github.com/pie-framework/pie-elements/commit/04ea11da0b4b2077693c7a22f63091eabdf09481))
743
+
744
+
745
+
746
+
747
+
748
+ ## [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)
749
+
750
+ **Note:** Version bump only for package @pie-element/rubric
751
+
752
+
753
+
754
+
755
+
756
+ ## [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)
757
+
758
+ **Note:** Version bump only for package @pie-element/rubric
759
+
760
+
761
+
762
+
763
+
764
+ ## [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)
765
+
766
+ **Note:** Version bump only for package @pie-element/rubric
767
+
768
+
769
+
770
+
771
+
772
+ ## [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)
773
+
774
+ **Note:** Version bump only for package @pie-element/rubric
775
+
776
+
777
+
778
+
779
+
780
+ ## [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)
781
+
782
+ **Note:** Version bump only for package @pie-element/rubric
783
+
784
+
785
+
786
+
787
+
788
+ # [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)
789
+
790
+
791
+ ### Bug Fixes
792
+
793
+ * **rubric:** display rubric in reverse order in player PD-1375 ([0620538](https://github.com/pie-framework/pie-elements/commit/06205386a3d2c530378be2dccb7943cefa6f5c55))
794
+ * **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))
795
+ * pie-lib updates ([e521c2f](https://github.com/pie-framework/pie-elements/commit/e521c2f1a44aa7f3e14f82a1cee05ceb484ed0a6))
796
+ * Updated pie-lib versions ([2fe4c5d](https://github.com/pie-framework/pie-elements/commit/2fe4c5d0be2d40f5fdb34815855695a7f1087f56))
797
+ * Updated pie-lib versions ([1c23830](https://github.com/pie-framework/pie-elements/commit/1c23830fc75d1de5f7bb3bb16de3c665ae5fa350))
798
+
799
+
800
+ ### Features
801
+
802
+ * **rubric:** Added Studio support: Treat 'null' as null value for sample answer PD-1313 ([04ea11d](https://github.com/pie-framework/pie-elements/commit/04ea11da0b4b2077693c7a22f63091eabdf09481))
803
+
804
+
805
+
806
+
807
+
808
+
809
+ ## [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)
810
+
811
+ **Note:** Version bump only for package @pie-element/rubric
812
+
813
+
814
+
815
+
816
+
817
+ ## [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)
818
+
819
+ **Note:** Version bump only for package @pie-element/rubric
820
+
821
+
822
+
823
+
824
+
825
+ ## [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)
826
+
827
+
828
+ ### Bug Fixes
829
+
830
+ * pie-lib updates ([e521c2f](https://github.com/pie-framework/pie-elements/commit/e521c2f1a44aa7f3e14f82a1cee05ceb484ed0a6))
831
+ * Updated pie-lib versions ([2fe4c5d](https://github.com/pie-framework/pie-elements/commit/2fe4c5d0be2d40f5fdb34815855695a7f1087f56))
832
+ * Updated pie-lib versions ([1c23830](https://github.com/pie-framework/pie-elements/commit/1c23830fc75d1de5f7bb3bb16de3c665ae5fa350))
833
+
834
+
835
+
836
+
837
+
838
+ ## [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)
839
+
840
+ **Note:** Version bump only for package @pie-element/rubric
841
+
842
+
843
+
844
+
845
+
846
+ ## [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)
847
+
848
+
849
+ ### Bug Fixes
850
+
851
+ * force bump ([5ea7295](https://github.com/pie-framework/pie-elements/commit/5ea7295e4755fbc492a76e7ec69e5fc35b196919))
852
+
853
+
854
+
855
+
856
+
857
+ # [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)
858
+
859
+
860
+ ### Features
861
+
862
+ * **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))
863
+
864
+
865
+
866
+
867
+
868
+ ## [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)
869
+
870
+ **Note:** Version bump only for package @pie-element/rubric
871
+
872
+
873
+
874
+
875
+
876
+ ## [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)
877
+
878
+ **Note:** Version bump only for package @pie-element/rubric
879
+
880
+
881
+
882
+
883
+
884
+ ## [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)
885
+
886
+ **Note:** Version bump only for package @pie-element/rubric
887
+
888
+
889
+
890
+
891
+
892
+ ## [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)
893
+
894
+ **Note:** Version bump only for package @pie-element/rubric
895
+
896
+
897
+
898
+
899
+
900
+ ## [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)
901
+
902
+ **Note:** Version bump only for package @pie-element/rubric
903
+
904
+
905
+
906
+
907
+
908
+ ## [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)
909
+
910
+ **Note:** Version bump only for package @pie-element/rubric
911
+
912
+
913
+
914
+
915
+
916
+ ## [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)
917
+
918
+ **Note:** Version bump only for package @pie-element/rubric
919
+
920
+
921
+
922
+
923
+
924
+ ## [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)
925
+
926
+ **Note:** Version bump only for package @pie-element/rubric
927
+
928
+
929
+
930
+
931
+
932
+ ## [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)
933
+
934
+ **Note:** Version bump only for package @pie-element/rubric
935
+
936
+
937
+
938
+
939
+
940
+ ## [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)
941
+
942
+ **Note:** Version bump only for package @pie-element/rubric
943
+
944
+
945
+
946
+
947
+
948
+ ## [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)
949
+
950
+ **Note:** Version bump only for package @pie-element/rubric
951
+
952
+
953
+
954
+
955
+
956
+ ## [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)
957
+
958
+ **Note:** Version bump only for package @pie-element/rubric
959
+
960
+
961
+
962
+
963
+
964
+ ## [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)
965
+
966
+ **Note:** Version bump only for package @pie-element/rubric
967
+
968
+
969
+
970
+
971
+
972
+ ## [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)
973
+
974
+ **Note:** Version bump only for package @pie-element/rubric
975
+
976
+
977
+
978
+
979
+
980
+ ## [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)
981
+
982
+ **Note:** Version bump only for package @pie-element/rubric
983
+
984
+
985
+
986
+
987
+
988
+ ## [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)
989
+
990
+
991
+ ### Bug Fixes
992
+
993
+ * version issue ([3935c9c](https://github.com/pie-framework/pie-elements/commit/3935c9c))
994
+
995
+
996
+
997
+
998
+
999
+ # [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)
1000
+
1001
+
1002
+ ### Bug Fixes
1003
+
1004
+ * bump deps ([c6080d6](https://github.com/pie-framework/pie-elements/commit/c6080d6))
1005
+
1006
+
1007
+ ### Features
1008
+
1009
+ * add postpublish handler ([9b41dea](https://github.com/pie-framework/pie-elements/commit/9b41dea))
1010
+
1011
+
1012
+
1013
+
1014
+
1015
+ ## [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)
1016
+
1017
+
1018
+ ### Bug Fixes
1019
+
1020
+ * bump ui/lib versions ([45f0da6](https://github.com/pie-framework/pie-elements/commit/45f0da6))
1021
+ * ui+libs update ([6127de2](https://github.com/pie-framework/pie-elements/commit/6127de2))
1022
+ * update ui/lib versions ([0226b0b](https://github.com/pie-framework/pie-elements/commit/0226b0b))
1023
+
1024
+
1025
+
1026
+
1027
+
1028
+ ## [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)
1029
+
1030
+
1031
+ ### Bug Fixes
1032
+
1033
+ * bump ui/lib versions ([3edb232](https://github.com/pie-framework/pie-elements/commit/3edb232))
1034
+
1035
+
1036
+
1037
+
1038
+
1039
+ ## [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)
1040
+
1041
+ **Note:** Version bump only for package @pie-element/rubric
1042
+
1043
+
1044
+
1045
+
1046
+
1047
+ ## [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)
1048
+
1049
+
1050
+ ### Bug Fixes
1051
+
1052
+ * bump all packages to avoid tag conflict ([d9ec9a8](https://github.com/pie-framework/pie-elements/commit/d9ec9a8))
1053
+ * bump lib and ui versions ([a882cbf](https://github.com/pie-framework/pie-elements/commit/a882cbf))
1054
+ * bump ui versions ([5b9d99f](https://github.com/pie-framework/pie-elements/commit/5b9d99f))
1055
+ * bump version to avoid tag conflict ([4d55f6d](https://github.com/pie-framework/pie-elements/commit/4d55f6d))
1056
+
1057
+
1058
+
1059
+
1060
+
1061
+ ## [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)
1062
+
1063
+
1064
+ ### Bug Fixes
1065
+
1066
+ * bump lib and ui versions ([a882cbf](https://github.com/pie-framework/pie-elements/commit/a882cbf))
1067
+ * bump ui versions ([5b9d99f](https://github.com/pie-framework/pie-elements/commit/5b9d99f))
1068
+ * bump version to avoid tag conflict ([4d55f6d](https://github.com/pie-framework/pie-elements/commit/4d55f6d))
1069
+
1070
+
1071
+
1072
+
1073
+
1074
+ ## [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)
1075
+
1076
+ **Note:** Version bump only for package @pie-element/rubric
1077
+
1078
+
1079
+
1080
+
1081
+
1082
+ ## [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)
1083
+
1084
+ **Note:** Version bump only for package @pie-element/rubric
1085
+
1086
+
1087
+
1088
+
1089
+
1090
+ ## [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)
1091
+
1092
+ **Note:** Version bump only for package @pie-element/rubric
1093
+
1094
+
1095
+
1096
+
1097
+
1098
+ # [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)
1099
+
1100
+
1101
+ ### Features
1102
+
1103
+ * PIE-200 - partialScoring - NEEDS VERIFICATION ([30e3969](https://github.com/pie-framework/pie-elements/commit/30e3969))
1104
+
1105
+
1106
+
1107
+
1108
+
1109
+ ## [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)
1110
+
1111
+ **Note:** Version bump only for package @pie-element/rubric
1112
+
1113
+
1114
+
1115
+
1116
+
1117
+ ## [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)
1118
+
1119
+ **Note:** Version bump only for package @pie-element/rubric
1120
+
1121
+
1122
+
1123
+
1124
+
1125
+ ## [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)
1126
+
1127
+ **Note:** Version bump only for package @pie-element/rubric
1128
+
1129
+
1130
+
1131
+
1132
+
1133
+ ## [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)
1134
+
1135
+ **Note:** Version bump only for package @pie-element/rubric
1136
+
1137
+
1138
+
1139
+
1140
+
1141
+ ## [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)
1142
+
1143
+ **Note:** Version bump only for package @pie-element/rubric
1144
+
1145
+
1146
+
1147
+
1148
+
1149
+ ## [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)
1150
+
1151
+ **Note:** Version bump only for package @pie-element/rubric
1152
+
1153
+
1154
+
1155
+
1156
+
1157
+ ## [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)
1158
+
1159
+ **Note:** Version bump only for package @pie-element/rubric
1160
+
1161
+
1162
+
1163
+
1164
+
1165
+ ## [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)
1166
+
1167
+
1168
+ ### Bug Fixes
1169
+
1170
+ * **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))
1171
+
1172
+
1173
+
1174
+
1175
+
1176
+ ## [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)
1177
+
1178
+
1179
+ ### Bug Fixes
1180
+
1181
+ * **math-rendering:** updated all dependent packages [ch3365] ([7cbf25a](https://github.com/pie-framework/pie-elements/commit/7cbf25a))
1182
+
1183
+
1184
+
1185
+
1186
+
1187
+ ## [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)
1188
+
1189
+
1190
+ ### Bug Fixes
1191
+
1192
+ * **elements:** version bumped the editable-html packages [ch1738] ([949222a](https://github.com/pie-framework/pie-elements/commit/949222a))
1193
+ * **rubric:** fix exclude zeroes number of points ([9623734](https://github.com/pie-framework/pie-elements/commit/9623734))
1194
+
1195
+
1196
+
1197
+
1198
+
1199
+ ## [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)
1200
+
1201
+ **Note:** Version bump only for package @pie-element/rubric
1202
+
1203
+
1204
+
1205
+
1206
+
1207
+ ## [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)
1208
+
1209
+ **Note:** Version bump only for package @pie-element/rubric
1210
+
1211
+
1212
+
1213
+
1214
+
1215
+ ## [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)
1216
+
1217
+
1218
+ ### Bug Fixes
1219
+
1220
+ * exlude zeros handled in renderiing ([ca8b34e](https://github.com/pie-framework/pie-elements/commit/ca8b34e))
1221
+
1222
+
1223
+
1224
+
1225
+
1226
+ ## [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)
1227
+
1228
+ **Note:** Version bump only for package @pie-element/rubric
1229
+
1230
+
1231
+
1232
+
1233
+
1234
+ ## [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)
1235
+
1236
+ **Note:** Version bump only for package @pie-element/rubric
1237
+
1238
+
1239
+
1240
+
1241
+
1242
+ ## [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)
1243
+
1244
+ **Note:** Version bump only for package @pie-element/rubric
1245
+
1246
+
1247
+
1248
+
1249
+
1250
+ ## [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)
1251
+
1252
+ **Note:** Version bump only for package @pie-element/rubric
1253
+
1254
+
1255
+
1256
+
1257
+
1258
+ ## [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)
1259
+
1260
+ **Note:** Version bump only for package @pie-element/rubric
1261
+
1262
+
1263
+
1264
+
1265
+
1266
+ # 1.1.0 (2019-05-31)
1267
+
1268
+
1269
+ ### Features
1270
+
1271
+ * rubric interaction ([3cc2b6c](https://github.com/pie-framework/pie-elements/commit/3cc2b6c))