@pie-element/complex-rubric 3.7.8-next.77 → 3.7.8-next.81
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.
- package/configure/node_modules/@pie-element/multi-trait-rubric/CHANGELOG.json +1 -0
- package/configure/node_modules/@pie-element/{rubric → multi-trait-rubric}/CHANGELOG.md +402 -676
- package/configure/node_modules/@pie-element/multi-trait-rubric/README.md +55 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/CHANGELOG.json +1 -0
- package/configure/node_modules/@pie-element/{rubric → multi-trait-rubric}/configure/CHANGELOG.md +366 -574
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/common.js +584 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/common.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/defaults.js +152 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/defaults.js.map +1 -0
- package/configure/node_modules/@pie-element/{rubric → multi-trait-rubric}/configure/lib/index.js +89 -63
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/main.js +546 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/main.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/modals.js +361 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/modals.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/scale.js +556 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/scale.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/trait.js +380 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/trait.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/traitsHeader.js +296 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/traitsHeader.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/utils.js +118 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/utils.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/package.json +18 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/controller/CHANGELOG.json +1 -0
- package/configure/node_modules/@pie-element/{rubric → multi-trait-rubric}/controller/CHANGELOG.md +172 -165
- package/configure/node_modules/@pie-element/{rubric → multi-trait-rubric}/controller/lib/defaults.js +8 -5
- package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/defaults.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/index.js +215 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/utils.js +13 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/utils.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/controller/package.json +15 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/docs/config-schema.json +1628 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/docs/config-schema.json.md +1202 -0
- package/configure/node_modules/@pie-element/{rubric → multi-trait-rubric}/docs/demo/config.js +2 -2
- package/configure/node_modules/@pie-element/multi-trait-rubric/docs/demo/generate.js +117 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/docs/demo/index.html +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/docs/demo/session.js +6 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/docs/pie-schema.json +861 -0
- package/configure/node_modules/@pie-element/{rubric/docs/config-schema.json.md → multi-trait-rubric/docs/pie-schema.json.md} +284 -202
- package/configure/node_modules/@pie-element/{rubric → multi-trait-rubric}/lib/index.js +27 -30
- package/configure/node_modules/@pie-element/multi-trait-rubric/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/lib/main.js +164 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/lib/main.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/lib/scale.js +330 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/lib/scale.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/lib/trait.js +103 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/lib/trait.js.map +1 -0
- package/configure/node_modules/@pie-element/{rubric → multi-trait-rubric}/package.json +10 -12
- package/configure/package.json +5 -5
- package/module/configure.js +1 -1
- package/module/element.js +1 -1
- package/module/manifest.json +4 -4
- package/module/print.js +1 -1
- package/package.json +4 -4
- package/configure/node_modules/@pie-element/rubric/CHANGELOG.json +0 -257
- package/configure/node_modules/@pie-element/rubric/README.md +0 -3
- package/configure/node_modules/@pie-element/rubric/configure/CHANGELOG.json +0 -197
- package/configure/node_modules/@pie-element/rubric/configure/lib/defaults.js +0 -68
- package/configure/node_modules/@pie-element/rubric/configure/lib/defaults.js.map +0 -1
- package/configure/node_modules/@pie-element/rubric/configure/lib/index.js.map +0 -1
- package/configure/node_modules/@pie-element/rubric/configure/lib/main.js +0 -162
- package/configure/node_modules/@pie-element/rubric/configure/lib/main.js.map +0 -1
- package/configure/node_modules/@pie-element/rubric/configure/lib/pie-toolbox-rubric/authoring.js +0 -573
- package/configure/node_modules/@pie-element/rubric/configure/lib/pie-toolbox-rubric/authoring.js.map +0 -1
- package/configure/node_modules/@pie-element/rubric/configure/lib/pie-toolbox-rubric/index.js +0 -24
- package/configure/node_modules/@pie-element/rubric/configure/lib/pie-toolbox-rubric/index.js.map +0 -1
- package/configure/node_modules/@pie-element/rubric/configure/lib/pie-toolbox-rubric/point-menu.js +0 -172
- package/configure/node_modules/@pie-element/rubric/configure/lib/pie-toolbox-rubric/point-menu.js.map +0 -1
- package/configure/node_modules/@pie-element/rubric/configure/package.json +0 -17
- package/configure/node_modules/@pie-element/rubric/configure/src/__tests__/index.test.jsx +0 -167
- package/configure/node_modules/@pie-element/rubric/configure/src/defaults.js +0 -42
- package/configure/node_modules/@pie-element/rubric/configure/src/index.js +0 -129
- package/configure/node_modules/@pie-element/rubric/configure/src/main.jsx +0 -89
- package/configure/node_modules/@pie-element/rubric/configure/src/pie-toolbox-rubric/authoring.jsx +0 -449
- package/configure/node_modules/@pie-element/rubric/configure/src/pie-toolbox-rubric/index.js +0 -9
- package/configure/node_modules/@pie-element/rubric/configure/src/pie-toolbox-rubric/point-menu.jsx +0 -94
- package/configure/node_modules/@pie-element/rubric/controller/CHANGELOG.json +0 -17
- package/configure/node_modules/@pie-element/rubric/controller/lib/defaults.js.map +0 -1
- package/configure/node_modules/@pie-element/rubric/controller/lib/index.js +0 -59
- package/configure/node_modules/@pie-element/rubric/controller/lib/index.js.map +0 -1
- package/configure/node_modules/@pie-element/rubric/controller/package.json +0 -13
- package/configure/node_modules/@pie-element/rubric/controller/src/__tests__/index.test.js +0 -33
- package/configure/node_modules/@pie-element/rubric/controller/src/defaults.js +0 -8
- package/configure/node_modules/@pie-element/rubric/controller/src/index.js +0 -41
- package/configure/node_modules/@pie-element/rubric/docs/config-schema.json +0 -712
- package/configure/node_modules/@pie-element/rubric/docs/demo/generate.js +0 -8
- package/configure/node_modules/@pie-element/rubric/docs/demo/index.html +0 -2
- package/configure/node_modules/@pie-element/rubric/docs/pie-schema.json +0 -391
- package/configure/node_modules/@pie-element/rubric/docs/pie-schema.json.md +0 -281
- package/configure/node_modules/@pie-element/rubric/lib/index.js.map +0 -1
- package/configure/node_modules/@pie-element/rubric/lib/main.js +0 -270
- package/configure/node_modules/@pie-element/rubric/lib/main.js.map +0 -1
- package/configure/node_modules/@pie-element/rubric/lib/print.js +0 -114
- package/configure/node_modules/@pie-element/rubric/lib/print.js.map +0 -1
- package/configure/node_modules/@pie-element/rubric/module/configure.js +0 -42661
- package/configure/node_modules/@pie-element/rubric/module/controller.js +0 -113
- package/configure/node_modules/@pie-element/rubric/module/demo.js +0 -33
- package/configure/node_modules/@pie-element/rubric/module/element.js +0 -7980
- package/configure/node_modules/@pie-element/rubric/module/index.html +0 -21
- package/configure/node_modules/@pie-element/rubric/module/manifest.json +0 -14
- package/configure/node_modules/@pie-element/rubric/module/print-demo.js +0 -71
- package/configure/node_modules/@pie-element/rubric/module/print.html +0 -18
- package/configure/node_modules/@pie-element/rubric/module/print.js +0 -7993
- package/configure/node_modules/@pie-element/rubric/src/__tests__/__snapshots__/rubric-view.test.jsx.snap +0 -1815
- package/configure/node_modules/@pie-element/rubric/src/__tests__/rubric-view.test.jsx +0 -49
- package/configure/node_modules/@pie-element/rubric/src/index.js +0 -37
- package/configure/node_modules/@pie-element/rubric/src/main.jsx +0 -196
- package/configure/node_modules/@pie-element/rubric/src/print.js +0 -63
- /package/configure/node_modules/@pie-element/{rubric → multi-trait-rubric}/LICENSE.md +0 -0
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [4.
|
|
6
|
+
## [4.6.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.6.8...@pie-element/multi-trait-rubric@4.6.9) (2025-09-11)
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
### Bug Fixes
|
|
@@ -14,7 +14,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
## [4.
|
|
17
|
+
## [4.6.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.6.7...@pie-element/multi-trait-rubric@4.6.8) (2025-09-09)
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
### Bug Fixes
|
|
@@ -25,7 +25,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
## [4.
|
|
28
|
+
## [4.6.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.6.6...@pie-element/multi-trait-rubric@4.6.7) (2025-09-09)
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
### Bug Fixes
|
|
@@ -36,7 +36,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
36
36
|
|
|
37
37
|
|
|
38
38
|
|
|
39
|
-
## [4.
|
|
39
|
+
## [4.6.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.6.5...@pie-element/multi-trait-rubric@4.6.6) (2025-09-02)
|
|
40
40
|
|
|
41
41
|
|
|
42
42
|
### Bug Fixes
|
|
@@ -47,7 +47,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
|
|
50
|
-
## [4.
|
|
50
|
+
## [4.6.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.6.4...@pie-element/multi-trait-rubric@4.6.5) (2025-08-15)
|
|
51
51
|
|
|
52
52
|
|
|
53
53
|
### Bug Fixes
|
|
@@ -58,7 +58,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
58
58
|
|
|
59
59
|
|
|
60
60
|
|
|
61
|
-
## [4.
|
|
61
|
+
## [4.6.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.6.3...@pie-element/multi-trait-rubric@4.6.4) (2025-08-14)
|
|
62
62
|
|
|
63
63
|
|
|
64
64
|
### Bug Fixes
|
|
@@ -69,7 +69,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
69
69
|
|
|
70
70
|
|
|
71
71
|
|
|
72
|
-
## [4.
|
|
72
|
+
## [4.6.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.6.2...@pie-element/multi-trait-rubric@4.6.3) (2025-08-14)
|
|
73
73
|
|
|
74
74
|
|
|
75
75
|
### Bug Fixes
|
|
@@ -80,7 +80,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
80
80
|
|
|
81
81
|
|
|
82
82
|
|
|
83
|
-
## [4.
|
|
83
|
+
## [4.6.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.6.1...@pie-element/multi-trait-rubric@4.6.2) (2025-07-25)
|
|
84
84
|
|
|
85
85
|
|
|
86
86
|
### Bug Fixes
|
|
@@ -92,7 +92,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
92
92
|
|
|
93
93
|
|
|
94
94
|
|
|
95
|
-
## [4.
|
|
95
|
+
## [4.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.6.0...@pie-element/multi-trait-rubric@4.6.1) (2025-07-22)
|
|
96
96
|
|
|
97
97
|
|
|
98
98
|
### Bug Fixes
|
|
@@ -103,7 +103,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
103
103
|
|
|
104
104
|
|
|
105
105
|
|
|
106
|
-
# [4.
|
|
106
|
+
# [4.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.5.10...@pie-element/multi-trait-rubric@4.6.0) (2025-07-18)
|
|
107
107
|
|
|
108
108
|
|
|
109
109
|
### Bug Fixes
|
|
@@ -120,21 +120,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
120
120
|
|
|
121
121
|
|
|
122
122
|
|
|
123
|
-
## [4.
|
|
123
|
+
## [4.5.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.5.9...@pie-element/multi-trait-rubric@4.5.10) (2025-06-27)
|
|
124
124
|
|
|
125
125
|
|
|
126
126
|
### Bug Fixes
|
|
127
127
|
|
|
128
|
-
* conflicts ([015756c](https://github.com/pie-framework/pie-elements/commit/015756cbd8e78f91df4cb04ff2d553ae990a8c68))
|
|
129
128
|
* update pie-lib/pie-toolbox PD-5064 ([f61face](https://github.com/pie-framework/pie-elements/commit/f61face71312f0a4e46a16a646aa616b9d4ed8eb))
|
|
130
|
-
* **rubric:** enhance table styles for better UI consistency PD-5091 ([fccac14](https://github.com/pie-framework/pie-elements/commit/fccac14614d241f0ec913787ee1be889bf7070b7))
|
|
131
|
-
* **rubric:** reset paragraph margins and line-height for list items in styles PD-5090 ([334343f](https://github.com/pie-framework/pie-elements/commit/334343f39b654e7176ad0bc12e8dba25fa063dff))
|
|
132
129
|
|
|
133
130
|
|
|
134
131
|
|
|
135
132
|
|
|
136
133
|
|
|
137
|
-
## [4.
|
|
134
|
+
## [4.5.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.5.8...@pie-element/multi-trait-rubric@4.5.9) (2025-06-25)
|
|
138
135
|
|
|
139
136
|
|
|
140
137
|
### Bug Fixes
|
|
@@ -145,23 +142,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
145
142
|
|
|
146
143
|
|
|
147
144
|
|
|
148
|
-
|
|
145
|
+
## [4.5.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.5.7...@pie-element/multi-trait-rubric@4.5.8) (2025-06-19)
|
|
149
146
|
|
|
150
147
|
|
|
151
148
|
### Bug Fixes
|
|
152
149
|
|
|
153
150
|
* update pie-lib/pie-toolbox PD-5076, PD-5063, PD-4832, PD-5059 ([16201a3](https://github.com/pie-framework/pie-elements/commit/16201a35183965fabd033bbf797ef3b438d69a85))
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
### Features
|
|
157
|
-
|
|
158
|
-
* wrap up rubric redesign based on figma PD-5057 ([b77cd63](https://github.com/pie-framework/pie-elements/commit/b77cd63b3fa3345e866d7744443464f11f640137))
|
|
151
|
+
* **multi-trait-rubric:** disallow use of Exclude Zero when Max Points is 1 PD-4832 ([e7847b6](https://github.com/pie-framework/pie-elements/commit/e7847b65b1780e107de6e4fa50c1a6cc5679f09f))
|
|
159
152
|
|
|
160
153
|
|
|
161
154
|
|
|
162
155
|
|
|
163
156
|
|
|
164
|
-
## [4.7
|
|
157
|
+
## [4.5.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.5.6...@pie-element/multi-trait-rubric@4.5.7) (2025-06-05)
|
|
165
158
|
|
|
166
159
|
|
|
167
160
|
### Bug Fixes
|
|
@@ -170,13 +163,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
170
163
|
* update pie-lib-pie-toolbox PD-4810 ([6c81afc](https://github.com/pie-framework/pie-elements/commit/6c81afc6a8ad41e001bafb0bd1563164e9f32a10))
|
|
171
164
|
* update pie-lib-pie-toolbox PD-4810 ([0f9dd82](https://github.com/pie-framework/pie-elements/commit/0f9dd827c474e87770fd3bd146d870dd77d296df))
|
|
172
165
|
* update pie-lib/pie-toolbox PD-4888, PD-3542, PD-4873, PD-4679 ([9c3bdef](https://github.com/pie-framework/pie-elements/commit/9c3bdef1b68f128ecc6338ef74f25fb74c482aa6))
|
|
173
|
-
* **rubric:** disable and set excludeZero to false when maxPoints is 1 PD-4832 ([7b749c0](https://github.com/pie-framework/pie-elements/commit/7b749c0cbda239a0aac7322bf1e4a3a9f5ed53ed))
|
|
174
166
|
|
|
175
167
|
|
|
176
168
|
|
|
177
169
|
|
|
178
170
|
|
|
179
|
-
## [4.
|
|
171
|
+
## [4.5.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.5.5...@pie-element/multi-trait-rubric@4.5.6) (2025-05-22)
|
|
180
172
|
|
|
181
173
|
|
|
182
174
|
### Bug Fixes
|
|
@@ -189,7 +181,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
189
181
|
|
|
190
182
|
|
|
191
183
|
|
|
192
|
-
|
|
184
|
+
## [4.5.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.5.4...@pie-element/multi-trait-rubric@4.5.5) (2025-05-12)
|
|
193
185
|
|
|
194
186
|
|
|
195
187
|
### Bug Fixes
|
|
@@ -197,15 +189,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
197
189
|
* update pie-lib/pie-toolbox PD-4977 ([1f864de](https://github.com/pie-framework/pie-elements/commit/1f864de43661adf716578caf4657c4c0a0384556))
|
|
198
190
|
|
|
199
191
|
|
|
200
|
-
### Features
|
|
201
|
-
|
|
202
|
-
* **rubric:** change label associated with 0 point PD-5003 ([56ef850](https://github.com/pie-framework/pie-elements/commit/56ef85093a8d1d9ba2d24e831a880fb8ea3be478))
|
|
203
|
-
|
|
204
192
|
|
|
205
193
|
|
|
206
194
|
|
|
207
|
-
|
|
208
|
-
## [4.6.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@4.6.3...@pie-element/rubric@4.6.4) (2025-04-29)
|
|
195
|
+
## [4.5.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.5.3...@pie-element/multi-trait-rubric@4.5.4) (2025-04-29)
|
|
209
196
|
|
|
210
197
|
|
|
211
198
|
### Bug Fixes
|
|
@@ -217,7 +204,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
217
204
|
|
|
218
205
|
|
|
219
206
|
|
|
220
|
-
## [4.
|
|
207
|
+
## [4.5.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.5.2...@pie-element/multi-trait-rubric@4.5.3) (2025-04-18)
|
|
221
208
|
|
|
222
209
|
|
|
223
210
|
### Bug Fixes
|
|
@@ -228,7 +215,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
228
215
|
|
|
229
216
|
|
|
230
217
|
|
|
231
|
-
## [4.
|
|
218
|
+
## [4.5.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.5.1...@pie-element/multi-trait-rubric@4.5.2) (2025-04-17)
|
|
232
219
|
|
|
233
220
|
|
|
234
221
|
### Bug Fixes
|
|
@@ -239,7 +226,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
239
226
|
|
|
240
227
|
|
|
241
228
|
|
|
242
|
-
## [4.
|
|
229
|
+
## [4.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.5.0...@pie-element/multi-trait-rubric@4.5.1) (2025-04-10)
|
|
243
230
|
|
|
244
231
|
|
|
245
232
|
### Bug Fixes
|
|
@@ -250,7 +237,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
250
237
|
|
|
251
238
|
|
|
252
239
|
|
|
253
|
-
# [4.
|
|
240
|
+
# [4.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.4.0...@pie-element/multi-trait-rubric@4.5.0) (2025-04-01)
|
|
254
241
|
|
|
255
242
|
|
|
256
243
|
### Features
|
|
@@ -261,7 +248,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
261
248
|
|
|
262
249
|
|
|
263
250
|
|
|
264
|
-
# [4.
|
|
251
|
+
# [4.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.3.9...@pie-element/multi-trait-rubric@4.4.0) (2025-03-27)
|
|
265
252
|
|
|
266
253
|
|
|
267
254
|
### Bug Fixes
|
|
@@ -277,7 +264,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
277
264
|
|
|
278
265
|
|
|
279
266
|
|
|
280
|
-
## [4.
|
|
267
|
+
## [4.3.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.3.8...@pie-element/multi-trait-rubric@4.3.9) (2025-03-21)
|
|
281
268
|
|
|
282
269
|
|
|
283
270
|
### Bug Fixes
|
|
@@ -288,7 +275,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
288
275
|
|
|
289
276
|
|
|
290
277
|
|
|
291
|
-
## [4.
|
|
278
|
+
## [4.3.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.3.7...@pie-element/multi-trait-rubric@4.3.8) (2025-03-14)
|
|
292
279
|
|
|
293
280
|
|
|
294
281
|
### Bug Fixes
|
|
@@ -299,7 +286,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
299
286
|
|
|
300
287
|
|
|
301
288
|
|
|
302
|
-
## [4.
|
|
289
|
+
## [4.3.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.3.6...@pie-element/multi-trait-rubric@4.3.7) (2025-03-13)
|
|
303
290
|
|
|
304
291
|
|
|
305
292
|
### Bug Fixes
|
|
@@ -310,7 +297,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
310
297
|
|
|
311
298
|
|
|
312
299
|
|
|
313
|
-
## [4.
|
|
300
|
+
## [4.3.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.3.5...@pie-element/multi-trait-rubric@4.3.6) (2025-03-03)
|
|
314
301
|
|
|
315
302
|
|
|
316
303
|
### Bug Fixes
|
|
@@ -321,19 +308,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
321
308
|
|
|
322
309
|
|
|
323
310
|
|
|
324
|
-
## [4.
|
|
311
|
+
## [4.3.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.3.4...@pie-element/multi-trait-rubric@4.3.5) (2025-02-27)
|
|
325
312
|
|
|
326
313
|
|
|
327
314
|
### Bug Fixes
|
|
328
315
|
|
|
329
316
|
* update pie-lib/pie-toolbox PD-4820, PD-4766 ([7ccdb40](https://github.com/pie-framework/pie-elements/commit/7ccdb405614f1c310efe530d97c46fe324c0a669))
|
|
330
|
-
* **rubric:** fix validation in rubric PD-4833 ([c5fbc60](https://github.com/pie-framework/pie-elements/commit/c5fbc60c0f2b9322ce27f3aecd48baa2e5163863))
|
|
331
317
|
|
|
332
318
|
|
|
333
319
|
|
|
334
320
|
|
|
335
321
|
|
|
336
|
-
## [4.
|
|
322
|
+
## [4.3.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.3.3...@pie-element/multi-trait-rubric@4.3.4) (2025-02-19)
|
|
337
323
|
|
|
338
324
|
|
|
339
325
|
### Bug Fixes
|
|
@@ -344,7 +330,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
344
330
|
|
|
345
331
|
|
|
346
332
|
|
|
347
|
-
## [4.
|
|
333
|
+
## [4.3.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.3.2...@pie-element/multi-trait-rubric@4.3.3) (2025-02-14)
|
|
348
334
|
|
|
349
335
|
|
|
350
336
|
### Bug Fixes
|
|
@@ -355,7 +341,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
355
341
|
|
|
356
342
|
|
|
357
343
|
|
|
358
|
-
## [4.
|
|
344
|
+
## [4.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.3.1...@pie-element/multi-trait-rubric@4.3.2) (2025-02-12)
|
|
359
345
|
|
|
360
346
|
|
|
361
347
|
### Bug Fixes
|
|
@@ -366,7 +352,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
366
352
|
|
|
367
353
|
|
|
368
354
|
|
|
369
|
-
## [4.
|
|
355
|
+
## [4.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.3.0...@pie-element/multi-trait-rubric@4.3.1) (2025-02-06)
|
|
370
356
|
|
|
371
357
|
|
|
372
358
|
### Bug Fixes
|
|
@@ -377,7 +363,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
377
363
|
|
|
378
364
|
|
|
379
365
|
|
|
380
|
-
# [4.
|
|
366
|
+
# [4.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.2.10...@pie-element/multi-trait-rubric@4.3.0) (2025-01-27)
|
|
381
367
|
|
|
382
368
|
|
|
383
369
|
### Bug Fixes
|
|
@@ -393,7 +379,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
393
379
|
|
|
394
380
|
|
|
395
381
|
|
|
396
|
-
## [4.
|
|
382
|
+
## [4.2.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.2.9...@pie-element/multi-trait-rubric@4.2.10) (2025-01-27)
|
|
397
383
|
|
|
398
384
|
|
|
399
385
|
### Bug Fixes
|
|
@@ -404,7 +390,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
404
390
|
|
|
405
391
|
|
|
406
392
|
|
|
407
|
-
## [4.
|
|
393
|
+
## [4.2.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.2.8...@pie-element/multi-trait-rubric@4.2.9) (2025-01-22)
|
|
408
394
|
|
|
409
395
|
|
|
410
396
|
### Bug Fixes
|
|
@@ -415,7 +401,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
415
401
|
|
|
416
402
|
|
|
417
403
|
|
|
418
|
-
## [4.
|
|
404
|
+
## [4.2.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.2.7...@pie-element/multi-trait-rubric@4.2.8) (2025-01-22)
|
|
419
405
|
|
|
420
406
|
|
|
421
407
|
### Bug Fixes
|
|
@@ -427,7 +413,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
427
413
|
|
|
428
414
|
|
|
429
415
|
|
|
430
|
-
## [4.
|
|
416
|
+
## [4.2.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.2.6...@pie-element/multi-trait-rubric@4.2.7) (2025-01-06)
|
|
431
417
|
|
|
432
418
|
|
|
433
419
|
### Bug Fixes
|
|
@@ -438,7 +424,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
438
424
|
|
|
439
425
|
|
|
440
426
|
|
|
441
|
-
## [4.
|
|
427
|
+
## [4.2.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.2.5...@pie-element/multi-trait-rubric@4.2.6) (2024-12-20)
|
|
442
428
|
|
|
443
429
|
|
|
444
430
|
### Bug Fixes
|
|
@@ -449,7 +435,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
449
435
|
|
|
450
436
|
|
|
451
437
|
|
|
452
|
-
## [4.
|
|
438
|
+
## [4.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.2.4...@pie-element/multi-trait-rubric@4.2.5) (2024-12-10)
|
|
453
439
|
|
|
454
440
|
|
|
455
441
|
### Bug Fixes
|
|
@@ -460,7 +446,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
460
446
|
|
|
461
447
|
|
|
462
448
|
|
|
463
|
-
## [4.
|
|
449
|
+
## [4.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.2.3...@pie-element/multi-trait-rubric@4.2.4) (2024-12-05)
|
|
464
450
|
|
|
465
451
|
|
|
466
452
|
### Bug Fixes
|
|
@@ -471,7 +457,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
471
457
|
|
|
472
458
|
|
|
473
459
|
|
|
474
|
-
## [4.3
|
|
460
|
+
## [4.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.2.2...@pie-element/multi-trait-rubric@4.2.3) (2024-11-29)
|
|
475
461
|
|
|
476
462
|
|
|
477
463
|
### Bug Fixes
|
|
@@ -482,7 +468,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
482
468
|
|
|
483
469
|
|
|
484
470
|
|
|
485
|
-
|
|
471
|
+
## [4.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.2.1...@pie-element/multi-trait-rubric@4.2.2) (2024-11-15)
|
|
486
472
|
|
|
487
473
|
|
|
488
474
|
### Bug Fixes
|
|
@@ -490,15 +476,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
490
476
|
* update pie-lib/pie-toolbox PD-4401, PD-4441, PD-4319, PD-4394, PD-3687 ([f1f0af3](https://github.com/pie-framework/pie-elements/commit/f1f0af31f3c6fba54ca3a378dea3b8b32d8ebb87))
|
|
491
477
|
|
|
492
478
|
|
|
493
|
-
### Features
|
|
494
|
-
|
|
495
|
-
* Adjust all elements to support custom color for controls in authoring PD-4334 ([d6b3dc5](https://github.com/pie-framework/pie-elements/commit/d6b3dc5963824d0a1ce7bf36a8c590e27761c86c))
|
|
496
|
-
|
|
497
|
-
|
|
498
479
|
|
|
499
480
|
|
|
500
481
|
|
|
501
|
-
## [4.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@4.2.0...@pie-element/rubric@4.2.1) (2024-11-01)
|
|
482
|
+
## [4.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.2.0...@pie-element/multi-trait-rubric@4.2.1) (2024-11-01)
|
|
502
483
|
|
|
503
484
|
|
|
504
485
|
### Bug Fixes
|
|
@@ -511,7 +492,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
511
492
|
|
|
512
493
|
|
|
513
494
|
|
|
514
|
-
# [4.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@4.1.5...@pie-element/rubric@4.2.0) (2024-10-29)
|
|
495
|
+
# [4.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.1.5...@pie-element/multi-trait-rubric@4.2.0) (2024-10-29)
|
|
515
496
|
|
|
516
497
|
|
|
517
498
|
### Bug Fixes
|
|
@@ -521,14 +502,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
521
502
|
|
|
522
503
|
### Features
|
|
523
504
|
|
|
524
|
-
* fixed most of the tests, waiting on PR merge to fix the rest [PD-1460] ([9b12daf](https://github.com/pie-framework/pie-elements/commit/9b12dafc8e7d8dd8cd9bef71dce37d0c62760355))
|
|
525
505
|
* used configlayout, preview layout or uilayout to enable extraCSSRules inside author and player elements [PD-1460] ([eeebb02](https://github.com/pie-framework/pie-elements/commit/eeebb02f200208620c1af56366a22bf65944ba3e))
|
|
526
506
|
|
|
527
507
|
|
|
528
508
|
|
|
529
509
|
|
|
530
510
|
|
|
531
|
-
## [4.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@4.1.4...@pie-element/rubric@4.1.5) (2024-10-28)
|
|
511
|
+
## [4.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.1.4...@pie-element/multi-trait-rubric@4.1.5) (2024-10-28)
|
|
532
512
|
|
|
533
513
|
|
|
534
514
|
### Bug Fixes
|
|
@@ -539,7 +519,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
539
519
|
|
|
540
520
|
|
|
541
521
|
|
|
542
|
-
## [4.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@4.1.3...@pie-element/rubric@4.1.4) (2024-10-22)
|
|
522
|
+
## [4.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.1.3...@pie-element/multi-trait-rubric@4.1.4) (2024-10-22)
|
|
543
523
|
|
|
544
524
|
|
|
545
525
|
### Bug Fixes
|
|
@@ -550,7 +530,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
550
530
|
|
|
551
531
|
|
|
552
532
|
|
|
553
|
-
## [4.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@4.1.2...@pie-element/rubric@4.1.3) (2024-10-15)
|
|
533
|
+
## [4.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.1.2...@pie-element/multi-trait-rubric@4.1.3) (2024-10-15)
|
|
554
534
|
|
|
555
535
|
|
|
556
536
|
### Bug Fixes
|
|
@@ -567,7 +547,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
567
547
|
|
|
568
548
|
|
|
569
549
|
|
|
570
|
-
## [4.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@4.1.1...@pie-element/rubric@4.1.2) (2024-10-11)
|
|
550
|
+
## [4.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.1.1...@pie-element/multi-trait-rubric@4.1.2) (2024-10-11)
|
|
571
551
|
|
|
572
552
|
|
|
573
553
|
### Bug Fixes
|
|
@@ -578,7 +558,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
578
558
|
|
|
579
559
|
|
|
580
560
|
|
|
581
|
-
## [4.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@4.1.0...@pie-element/rubric@4.1.1) (2024-10-03)
|
|
561
|
+
## [4.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.1.0...@pie-element/multi-trait-rubric@4.1.1) (2024-10-03)
|
|
582
562
|
|
|
583
563
|
|
|
584
564
|
### Bug Fixes
|
|
@@ -589,7 +569,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
589
569
|
|
|
590
570
|
|
|
591
571
|
|
|
592
|
-
# [4.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@4.0.
|
|
572
|
+
# [4.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.0.1...@pie-element/multi-trait-rubric@4.1.0) (2024-10-01)
|
|
593
573
|
|
|
594
574
|
|
|
595
575
|
### Bug Fixes
|
|
@@ -605,18 +585,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
605
585
|
|
|
606
586
|
|
|
607
587
|
|
|
608
|
-
## [4.0.
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
### Bug Fixes
|
|
612
|
-
|
|
613
|
-
* **inline-dropdown, rubric:** add language and special characters to inline-dropdown if not disabled. Add them to rubric PD-4089 ([15a0c03](https://github.com/pie-framework/pie-elements/commit/15a0c03e241ab250d2b95265f26314a60125916e))
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
## [4.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@4.0.0...@pie-element/rubric@4.0.1) (2024-09-26)
|
|
588
|
+
## [4.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@4.0.0...@pie-element/multi-trait-rubric@4.0.1) (2024-09-26)
|
|
620
589
|
|
|
621
590
|
|
|
622
591
|
### Bug Fixes
|
|
@@ -631,7 +600,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
631
600
|
|
|
632
601
|
|
|
633
602
|
|
|
634
|
-
# [4.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.19.6...@pie-element/rubric@4.0.0) (2024-09-25)
|
|
603
|
+
# [4.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.19.6...@pie-element/multi-trait-rubric@4.0.0) (2024-09-25)
|
|
635
604
|
|
|
636
605
|
|
|
637
606
|
### Bug Fixes
|
|
@@ -653,7 +622,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
653
622
|
|
|
654
623
|
|
|
655
624
|
|
|
656
|
-
## [3.19.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.19.5...@pie-element/rubric@3.19.6) (2024-09-16)
|
|
625
|
+
## [3.19.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.19.5...@pie-element/multi-trait-rubric@3.19.6) (2024-09-16)
|
|
657
626
|
|
|
658
627
|
|
|
659
628
|
### Bug Fixes
|
|
@@ -664,7 +633,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
664
633
|
|
|
665
634
|
|
|
666
635
|
|
|
667
|
-
## [3.19.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.19.4...@pie-element/rubric@3.19.5) (2024-09-16)
|
|
636
|
+
## [3.19.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.19.4...@pie-element/multi-trait-rubric@3.19.5) (2024-09-16)
|
|
668
637
|
|
|
669
638
|
|
|
670
639
|
### Bug Fixes
|
|
@@ -678,7 +647,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
678
647
|
|
|
679
648
|
|
|
680
649
|
|
|
681
|
-
## [3.19.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.19.3...@pie-element/rubric@3.19.4) (2024-09-10)
|
|
650
|
+
## [3.19.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.19.3...@pie-element/multi-trait-rubric@3.19.4) (2024-09-10)
|
|
682
651
|
|
|
683
652
|
|
|
684
653
|
### Bug Fixes
|
|
@@ -689,7 +658,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
689
658
|
|
|
690
659
|
|
|
691
660
|
|
|
692
|
-
## [3.19.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.19.2...@pie-element/rubric@3.19.3) (2024-09-10)
|
|
661
|
+
## [3.19.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.19.2...@pie-element/multi-trait-rubric@3.19.3) (2024-09-10)
|
|
693
662
|
|
|
694
663
|
|
|
695
664
|
### Bug Fixes
|
|
@@ -701,7 +670,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
701
670
|
|
|
702
671
|
|
|
703
672
|
|
|
704
|
-
## [3.19.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.19.1...@pie-element/rubric@3.19.2) (2024-08-29)
|
|
673
|
+
## [3.19.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.19.1...@pie-element/multi-trait-rubric@3.19.2) (2024-08-29)
|
|
705
674
|
|
|
706
675
|
|
|
707
676
|
### Bug Fixes
|
|
@@ -712,7 +681,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
712
681
|
|
|
713
682
|
|
|
714
683
|
|
|
715
|
-
## [3.19.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.19.0...@pie-element/rubric@3.19.1) (2024-08-29)
|
|
684
|
+
## [3.19.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.19.0...@pie-element/multi-trait-rubric@3.19.1) (2024-08-29)
|
|
716
685
|
|
|
717
686
|
|
|
718
687
|
### Bug Fixes
|
|
@@ -723,7 +692,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
723
692
|
|
|
724
693
|
|
|
725
694
|
|
|
726
|
-
# [3.19.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.18.3...@pie-element/rubric@3.19.0) (2024-08-27)
|
|
695
|
+
# [3.19.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.18.3...@pie-element/multi-trait-rubric@3.19.0) (2024-08-27)
|
|
727
696
|
|
|
728
697
|
|
|
729
698
|
### Features
|
|
@@ -734,7 +703,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
734
703
|
|
|
735
704
|
|
|
736
705
|
|
|
737
|
-
## [3.18.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.18.2...@pie-element/rubric@3.18.3) (2024-08-22)
|
|
706
|
+
## [3.18.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.18.2...@pie-element/multi-trait-rubric@3.18.3) (2024-08-22)
|
|
738
707
|
|
|
739
708
|
|
|
740
709
|
### Bug Fixes
|
|
@@ -745,7 +714,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
745
714
|
|
|
746
715
|
|
|
747
716
|
|
|
748
|
-
## [3.18.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.18.1...@pie-element/rubric@3.18.2) (2024-08-19)
|
|
717
|
+
## [3.18.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.18.1...@pie-element/multi-trait-rubric@3.18.2) (2024-08-19)
|
|
749
718
|
|
|
750
719
|
|
|
751
720
|
### Bug Fixes
|
|
@@ -756,7 +725,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
756
725
|
|
|
757
726
|
|
|
758
727
|
|
|
759
|
-
## [3.18.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.18.0...@pie-element/rubric@3.18.1) (2024-08-06)
|
|
728
|
+
## [3.18.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.18.0...@pie-element/multi-trait-rubric@3.18.1) (2024-08-06)
|
|
760
729
|
|
|
761
730
|
|
|
762
731
|
### Bug Fixes
|
|
@@ -767,7 +736,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
767
736
|
|
|
768
737
|
|
|
769
738
|
|
|
770
|
-
# [3.18.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.17.0...@pie-element/rubric@3.18.0) (2024-08-06)
|
|
739
|
+
# [3.18.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.17.0...@pie-element/multi-trait-rubric@3.18.0) (2024-08-06)
|
|
771
740
|
|
|
772
741
|
|
|
773
742
|
### Features
|
|
@@ -778,7 +747,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
778
747
|
|
|
779
748
|
|
|
780
749
|
|
|
781
|
-
# [3.17.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.16.
|
|
750
|
+
# [3.17.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.16.7...@pie-element/multi-trait-rubric@3.17.0) (2024-07-26)
|
|
782
751
|
|
|
783
752
|
|
|
784
753
|
### Features
|
|
@@ -790,7 +759,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
790
759
|
|
|
791
760
|
|
|
792
761
|
|
|
793
|
-
## [3.16.
|
|
762
|
+
## [3.16.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.16.6...@pie-element/multi-trait-rubric@3.16.7) (2024-07-19)
|
|
794
763
|
|
|
795
764
|
|
|
796
765
|
### Bug Fixes
|
|
@@ -801,7 +770,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
801
770
|
|
|
802
771
|
|
|
803
772
|
|
|
804
|
-
## [3.16.
|
|
773
|
+
## [3.16.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.16.5...@pie-element/multi-trait-rubric@3.16.6) (2024-07-17)
|
|
805
774
|
|
|
806
775
|
|
|
807
776
|
### Bug Fixes
|
|
@@ -812,7 +781,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
812
781
|
|
|
813
782
|
|
|
814
783
|
|
|
815
|
-
## [3.16.
|
|
784
|
+
## [3.16.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.16.4...@pie-element/multi-trait-rubric@3.16.5) (2024-07-16)
|
|
816
785
|
|
|
817
786
|
|
|
818
787
|
### Bug Fixes
|
|
@@ -823,7 +792,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
823
792
|
|
|
824
793
|
|
|
825
794
|
|
|
826
|
-
## [3.16.
|
|
795
|
+
## [3.16.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.16.3...@pie-element/multi-trait-rubric@3.16.4) (2024-07-10)
|
|
827
796
|
|
|
828
797
|
|
|
829
798
|
### Bug Fixes
|
|
@@ -834,15 +803,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
834
803
|
|
|
835
804
|
|
|
836
805
|
|
|
837
|
-
## [3.16.
|
|
806
|
+
## [3.16.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.16.2...@pie-element/multi-trait-rubric@3.16.3) (2024-07-04)
|
|
807
|
+
|
|
838
808
|
|
|
839
|
-
|
|
809
|
+
### Bug Fixes
|
|
810
|
+
|
|
811
|
+
* add a debounce to resize functionality and check if the value is different to prevent calling setState when it's not needed PD-3909 ([60f7373](https://github.com/pie-framework/pie-elements/commit/60f7373f096a4d43249e59241d62618dce1e3c54))
|
|
840
812
|
|
|
841
813
|
|
|
842
814
|
|
|
843
815
|
|
|
844
816
|
|
|
845
|
-
## [3.16.
|
|
817
|
+
## [3.16.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.16.1...@pie-element/multi-trait-rubric@3.16.2) (2024-06-28)
|
|
818
|
+
|
|
819
|
+
|
|
820
|
+
### Bug Fixes
|
|
821
|
+
|
|
822
|
+
* delay updateDivWidth to avoid having this.divRef.current = null at first load PD-3908 ([ccaa944](https://github.com/pie-framework/pie-elements/commit/ccaa944dd1175c64ea486bb00482a726dadd3ab5))
|
|
823
|
+
|
|
824
|
+
|
|
825
|
+
|
|
826
|
+
|
|
827
|
+
|
|
828
|
+
## [3.16.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.16.0...@pie-element/multi-trait-rubric@3.16.1) (2024-06-26)
|
|
846
829
|
|
|
847
830
|
|
|
848
831
|
### Bug Fixes
|
|
@@ -853,7 +836,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
853
836
|
|
|
854
837
|
|
|
855
838
|
|
|
856
|
-
# [3.16.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.15.0...@pie-element/rubric@3.16.0) (2024-06-24)
|
|
839
|
+
# [3.16.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.15.0...@pie-element/multi-trait-rubric@3.16.0) (2024-06-24)
|
|
857
840
|
|
|
858
841
|
|
|
859
842
|
### Features
|
|
@@ -864,7 +847,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
864
847
|
|
|
865
848
|
|
|
866
849
|
|
|
867
|
-
# [3.15.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.14.0...@pie-element/rubric@3.15.0) (2024-06-24)
|
|
850
|
+
# [3.15.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.14.0...@pie-element/multi-trait-rubric@3.15.0) (2024-06-24)
|
|
868
851
|
|
|
869
852
|
|
|
870
853
|
### Features
|
|
@@ -875,7 +858,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
875
858
|
|
|
876
859
|
|
|
877
860
|
|
|
878
|
-
# [3.14.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.13.0...@pie-element/rubric@3.14.0) (2024-06-19)
|
|
861
|
+
# [3.14.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.13.0...@pie-element/multi-trait-rubric@3.14.0) (2024-06-19)
|
|
879
862
|
|
|
880
863
|
|
|
881
864
|
### Bug Fixes
|
|
@@ -891,7 +874,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
891
874
|
|
|
892
875
|
|
|
893
876
|
|
|
894
|
-
# [3.13.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.12.2...@pie-element/rubric@3.13.0) (2024-06-13)
|
|
877
|
+
# [3.13.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.12.2...@pie-element/multi-trait-rubric@3.13.0) (2024-06-13)
|
|
895
878
|
|
|
896
879
|
|
|
897
880
|
### Features
|
|
@@ -902,7 +885,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
902
885
|
|
|
903
886
|
|
|
904
887
|
|
|
905
|
-
## [3.12.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.12.1...@pie-element/rubric@3.12.2) (2024-06-13)
|
|
888
|
+
## [3.12.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.12.1...@pie-element/multi-trait-rubric@3.12.2) (2024-06-13)
|
|
906
889
|
|
|
907
890
|
|
|
908
891
|
### Bug Fixes
|
|
@@ -913,7 +896,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
913
896
|
|
|
914
897
|
|
|
915
898
|
|
|
916
|
-
## [3.12.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.12.0...@pie-element/rubric@3.12.1) (2024-06-13)
|
|
899
|
+
## [3.12.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.12.0...@pie-element/multi-trait-rubric@3.12.1) (2024-06-13)
|
|
917
900
|
|
|
918
901
|
|
|
919
902
|
### Bug Fixes
|
|
@@ -924,7 +907,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
924
907
|
|
|
925
908
|
|
|
926
909
|
|
|
927
|
-
# [3.12.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.11.1...@pie-element/rubric@3.12.0) (2024-06-03)
|
|
910
|
+
# [3.12.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.11.1...@pie-element/multi-trait-rubric@3.12.0) (2024-06-03)
|
|
928
911
|
|
|
929
912
|
|
|
930
913
|
### Features
|
|
@@ -935,7 +918,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
935
918
|
|
|
936
919
|
|
|
937
920
|
|
|
938
|
-
## [3.11.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.11.0...@pie-element/rubric@3.11.1) (2024-06-03)
|
|
921
|
+
## [3.11.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.11.0...@pie-element/multi-trait-rubric@3.11.1) (2024-06-03)
|
|
939
922
|
|
|
940
923
|
|
|
941
924
|
### Bug Fixes
|
|
@@ -946,7 +929,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
946
929
|
|
|
947
930
|
|
|
948
931
|
|
|
949
|
-
# [3.11.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.10.6...@pie-element/rubric@3.11.0) (2024-05-27)
|
|
932
|
+
# [3.11.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.10.6...@pie-element/multi-trait-rubric@3.11.0) (2024-05-27)
|
|
950
933
|
|
|
951
934
|
|
|
952
935
|
### Features
|
|
@@ -957,7 +940,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
957
940
|
|
|
958
941
|
|
|
959
942
|
|
|
960
|
-
## [3.10.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.10.5...@pie-element/rubric@3.10.6) (2024-05-27)
|
|
943
|
+
## [3.10.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.10.5...@pie-element/multi-trait-rubric@3.10.6) (2024-05-27)
|
|
961
944
|
|
|
962
945
|
|
|
963
946
|
### Bug Fixes
|
|
@@ -968,7 +951,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
968
951
|
|
|
969
952
|
|
|
970
953
|
|
|
971
|
-
## [3.10.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.10.4...@pie-element/rubric@3.10.5) (2024-05-14)
|
|
954
|
+
## [3.10.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.10.4...@pie-element/multi-trait-rubric@3.10.5) (2024-05-14)
|
|
972
955
|
|
|
973
956
|
|
|
974
957
|
### Bug Fixes
|
|
@@ -979,7 +962,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
979
962
|
|
|
980
963
|
|
|
981
964
|
|
|
982
|
-
## [3.10.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.10.3...@pie-element/rubric@3.10.4) (2024-05-13)
|
|
965
|
+
## [3.10.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.10.3...@pie-element/multi-trait-rubric@3.10.4) (2024-05-13)
|
|
983
966
|
|
|
984
967
|
|
|
985
968
|
### Bug Fixes
|
|
@@ -990,7 +973,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
990
973
|
|
|
991
974
|
|
|
992
975
|
|
|
993
|
-
## [3.10.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.10.2...@pie-element/rubric@3.10.3) (2024-05-07)
|
|
976
|
+
## [3.10.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.10.2...@pie-element/multi-trait-rubric@3.10.3) (2024-05-07)
|
|
994
977
|
|
|
995
978
|
|
|
996
979
|
### Bug Fixes
|
|
@@ -1001,7 +984,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1001
984
|
|
|
1002
985
|
|
|
1003
986
|
|
|
1004
|
-
## [3.10.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.10.1...@pie-element/rubric@3.10.2) (2024-05-03)
|
|
987
|
+
## [3.10.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.10.1...@pie-element/multi-trait-rubric@3.10.2) (2024-05-03)
|
|
1005
988
|
|
|
1006
989
|
|
|
1007
990
|
### Bug Fixes
|
|
@@ -1012,7 +995,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1012
995
|
|
|
1013
996
|
|
|
1014
997
|
|
|
1015
|
-
## [3.10.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.10.0...@pie-element/rubric@3.10.1) (2024-04-29)
|
|
998
|
+
## [3.10.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.10.0...@pie-element/multi-trait-rubric@3.10.1) (2024-04-29)
|
|
1016
999
|
|
|
1017
1000
|
|
|
1018
1001
|
### Bug Fixes
|
|
@@ -1023,7 +1006,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1023
1006
|
|
|
1024
1007
|
|
|
1025
1008
|
|
|
1026
|
-
# [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)
|
|
1009
|
+
# [3.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.9.1...@pie-element/multi-trait-rubric@3.10.0) (2024-04-22)
|
|
1027
1010
|
|
|
1028
1011
|
|
|
1029
1012
|
### Features
|
|
@@ -1034,7 +1017,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1034
1017
|
|
|
1035
1018
|
|
|
1036
1019
|
|
|
1037
|
-
## [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)
|
|
1020
|
+
## [3.9.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.9.0...@pie-element/multi-trait-rubric@3.9.1) (2024-04-22)
|
|
1038
1021
|
|
|
1039
1022
|
|
|
1040
1023
|
### Bug Fixes
|
|
@@ -1045,7 +1028,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1045
1028
|
|
|
1046
1029
|
|
|
1047
1030
|
|
|
1048
|
-
# [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)
|
|
1031
|
+
# [3.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.8.2...@pie-element/multi-trait-rubric@3.9.0) (2024-04-18)
|
|
1049
1032
|
|
|
1050
1033
|
|
|
1051
1034
|
### Features
|
|
@@ -1056,26 +1039,28 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1056
1039
|
|
|
1057
1040
|
|
|
1058
1041
|
|
|
1059
|
-
## [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)
|
|
1042
|
+
## [3.8.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.8.1...@pie-element/multi-trait-rubric@3.8.2) (2024-04-18)
|
|
1060
1043
|
|
|
1061
1044
|
|
|
1062
1045
|
### Bug Fixes
|
|
1063
1046
|
|
|
1064
1047
|
* **complex-rubric:** added imageSupport to fix missing image setting from editable-html ([4a40858](https://github.com/pie-framework/pie-elements/commit/4a408580d012d27bf333f117308483b4854e2b20))
|
|
1048
|
+
* **complex-rubric:** update test snapshots ([246cf26](https://github.com/pie-framework/pie-elements/commit/246cf261620cede3ddadfe22b2ffdb4a0a8ac605))
|
|
1049
|
+
* **multi-trait-rubric:** fixed validation error layout, fixed some prop types mismatch, removed console log PD-3579 ([7d6ab8b](https://github.com/pie-framework/pie-elements/commit/7d6ab8b69ab63d6f646a8a9e69ea4fffbe618cff))
|
|
1065
1050
|
|
|
1066
1051
|
|
|
1067
1052
|
|
|
1068
1053
|
|
|
1069
1054
|
|
|
1070
|
-
## [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)
|
|
1055
|
+
## [3.8.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.8.0...@pie-element/multi-trait-rubric@3.8.1) (2024-04-01)
|
|
1071
1056
|
|
|
1072
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
1057
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric
|
|
1073
1058
|
|
|
1074
1059
|
|
|
1075
1060
|
|
|
1076
1061
|
|
|
1077
1062
|
|
|
1078
|
-
# [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)
|
|
1063
|
+
# [3.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.7.0...@pie-element/multi-trait-rubric@3.8.0) (2024-04-01)
|
|
1079
1064
|
|
|
1080
1065
|
|
|
1081
1066
|
### Features
|
|
@@ -1086,7 +1071,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1086
1071
|
|
|
1087
1072
|
|
|
1088
1073
|
|
|
1089
|
-
# [3.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@3.6.
|
|
1074
|
+
# [3.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.6.5...@pie-element/multi-trait-rubric@3.7.0) (2024-04-01)
|
|
1090
1075
|
|
|
1091
1076
|
|
|
1092
1077
|
### Features
|
|
@@ -1097,7 +1082,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1097
1082
|
|
|
1098
1083
|
|
|
1099
1084
|
|
|
1100
|
-
## [3.6.
|
|
1085
|
+
## [3.6.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.6.4...@pie-element/multi-trait-rubric@3.6.5) (2024-03-28)
|
|
1101
1086
|
|
|
1102
1087
|
|
|
1103
1088
|
### Bug Fixes
|
|
@@ -1108,7 +1093,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1108
1093
|
|
|
1109
1094
|
|
|
1110
1095
|
|
|
1111
|
-
## [3.6.
|
|
1096
|
+
## [3.6.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.6.3...@pie-element/multi-trait-rubric@3.6.4) (2024-03-27)
|
|
1112
1097
|
|
|
1113
1098
|
|
|
1114
1099
|
### Bug Fixes
|
|
@@ -1119,52 +1104,37 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1119
1104
|
|
|
1120
1105
|
|
|
1121
1106
|
|
|
1122
|
-
## [3.6.
|
|
1107
|
+
## [3.6.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.6.2...@pie-element/multi-trait-rubric@3.6.3) (2024-03-27)
|
|
1123
1108
|
|
|
1124
1109
|
|
|
1125
1110
|
### Bug Fixes
|
|
1126
1111
|
|
|
1127
|
-
* display rubric in player according to last changes (PD-3573) PD-3599 ([f7a9038](https://github.com/pie-framework/pie-elements/commit/f7a9038922a923d9b4d8977ae6c212fae842eac6))
|
|
1128
1112
|
* revert changes made for PD-1870, we'll add them back later ([3e7e73e](https://github.com/pie-framework/pie-elements/commit/3e7e73ecc31de0ae16c59163bad95b6d7a02bb37))
|
|
1129
1113
|
|
|
1130
1114
|
|
|
1131
1115
|
|
|
1132
1116
|
|
|
1133
1117
|
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
### Features
|
|
1138
|
-
|
|
1139
|
-
* Replace math-rendering package with math-rendering-accessible-package for accessibility PD-1870 ([a416664](https://github.com/pie-framework/pie-elements/commit/a41666452b86426a35e8501ab2a4ac95f327ad53))
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
## [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)
|
|
1146
|
-
|
|
1118
|
+
## [3.6.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.6.1...@pie-element/multi-trait-rubric@3.6.2) (2024-03-26)
|
|
1147
1119
|
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
* don't push a value for empty sample answer ([0628eee](https://github.com/pie-framework/pie-elements/commit/0628eeeece526b11115e5608675f7846b2a73703))
|
|
1120
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric
|
|
1151
1121
|
|
|
1152
1122
|
|
|
1153
1123
|
|
|
1154
1124
|
|
|
1155
1125
|
|
|
1156
|
-
## [3.
|
|
1126
|
+
## [3.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.6.0...@pie-element/multi-trait-rubric@3.6.1) (2024-03-22)
|
|
1157
1127
|
|
|
1158
1128
|
|
|
1159
1129
|
### Bug Fixes
|
|
1160
1130
|
|
|
1161
|
-
*
|
|
1131
|
+
* instead if updating scales when maxPoints change (in multiple places), add a validation function that does that PD-3574 ([9a0fac2](https://github.com/pie-framework/pie-elements/commit/9a0fac228c1d7115f94cdc88021989544e6f7a43))
|
|
1162
1132
|
|
|
1163
1133
|
|
|
1164
1134
|
|
|
1165
1135
|
|
|
1166
1136
|
|
|
1167
|
-
# [3.
|
|
1137
|
+
# [3.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.5.0...@pie-element/multi-trait-rubric@3.6.0) (2024-03-20)
|
|
1168
1138
|
|
|
1169
1139
|
|
|
1170
1140
|
### Bug Fixes
|
|
@@ -1176,7 +1146,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1176
1146
|
### Features
|
|
1177
1147
|
|
|
1178
1148
|
* Add configuration for custom buttons PD-3527 ([45a32bd](https://github.com/pie-framework/pie-elements/commit/45a32bd8e9d7bd33beca74cc10c7dd973a9f9dbc))
|
|
1179
|
-
* Replace math-rendering package with math-rendering-accessible-package for accessibility PD-1870 ([b6cdee8](https://github.com/pie-framework/pie-elements/commit/b6cdee8915b06e4c11b002b10437db07ce966501))
|
|
1180
1149
|
* updated pie-lib/pie-toolbox SC-27890 and reverted once again math-rendering-accessible ([fd312e1](https://github.com/pie-framework/pie-elements/commit/fd312e1336999893025231946649496d290883e4))
|
|
1181
1150
|
* use math-rendering-accessible everywhere PD-1870 ([d52e660](https://github.com/pie-framework/pie-elements/commit/d52e6607ad8847d704bd9cb9b7e3107c130f0500))
|
|
1182
1151
|
|
|
@@ -1184,7 +1153,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1184
1153
|
|
|
1185
1154
|
|
|
1186
1155
|
|
|
1187
|
-
# [3.
|
|
1156
|
+
# [3.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.4.2...@pie-element/multi-trait-rubric@3.5.0) (2024-03-15)
|
|
1188
1157
|
|
|
1189
1158
|
|
|
1190
1159
|
### Features
|
|
@@ -1195,7 +1164,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1195
1164
|
|
|
1196
1165
|
|
|
1197
1166
|
|
|
1198
|
-
## [3.
|
|
1167
|
+
## [3.4.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.4.1...@pie-element/multi-trait-rubric@3.4.2) (2024-03-13)
|
|
1199
1168
|
|
|
1200
1169
|
|
|
1201
1170
|
### Bug Fixes
|
|
@@ -1206,7 +1175,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1206
1175
|
|
|
1207
1176
|
|
|
1208
1177
|
|
|
1209
|
-
## [3.
|
|
1178
|
+
## [3.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.4.0...@pie-element/multi-trait-rubric@3.4.1) (2024-03-12)
|
|
1210
1179
|
|
|
1211
1180
|
|
|
1212
1181
|
### Bug Fixes
|
|
@@ -1217,7 +1186,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1217
1186
|
|
|
1218
1187
|
|
|
1219
1188
|
|
|
1220
|
-
# [3.
|
|
1189
|
+
# [3.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.3.4...@pie-element/multi-trait-rubric@3.4.0) (2024-03-04)
|
|
1221
1190
|
|
|
1222
1191
|
|
|
1223
1192
|
### Features
|
|
@@ -1228,7 +1197,30 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1228
1197
|
|
|
1229
1198
|
|
|
1230
1199
|
|
|
1231
|
-
## [3.
|
|
1200
|
+
## [3.3.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.3.3...@pie-element/multi-trait-rubric@3.3.4) (2024-02-29)
|
|
1201
|
+
|
|
1202
|
+
|
|
1203
|
+
### Bug Fixes
|
|
1204
|
+
|
|
1205
|
+
* **multi-trait-rubric:** additional verif for emty string to avoid additional elemnts to be added PD-3492 ([2dc6858](https://github.com/pie-framework/pie-elements/commit/2dc6858836fffaf2393bfce3670c3ba25a4175ea))
|
|
1206
|
+
|
|
1207
|
+
|
|
1208
|
+
|
|
1209
|
+
|
|
1210
|
+
|
|
1211
|
+
## [3.3.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.3.2...@pie-element/multi-trait-rubric@3.3.3) (2024-02-22)
|
|
1212
|
+
|
|
1213
|
+
|
|
1214
|
+
### Bug Fixes
|
|
1215
|
+
|
|
1216
|
+
* **multi-trait-rubric:** add dynamic width calculations in componentDidUpdate for initial render PD-3470 ([2d95fa7](https://github.com/pie-framework/pie-elements/commit/2d95fa73cad1309ee888469ab33adc18d6df432a))
|
|
1217
|
+
* **multi-trait-rubric:** scorePointsLabels shouve have length 1 or 1 based on excludeZero PD-3468 ([de5d575](https://github.com/pie-framework/pie-elements/commit/de5d5759627e584c6a2e697bfe6bd261e0396a8d))
|
|
1218
|
+
|
|
1219
|
+
|
|
1220
|
+
|
|
1221
|
+
|
|
1222
|
+
|
|
1223
|
+
## [3.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.3.1...@pie-element/multi-trait-rubric@3.3.2) (2024-02-20)
|
|
1232
1224
|
|
|
1233
1225
|
|
|
1234
1226
|
### Bug Fixes
|
|
@@ -1240,7 +1232,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1240
1232
|
|
|
1241
1233
|
|
|
1242
1234
|
|
|
1243
|
-
## [3.
|
|
1235
|
+
## [3.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.3.0...@pie-element/multi-trait-rubric@3.3.1) (2024-02-14)
|
|
1244
1236
|
|
|
1245
1237
|
|
|
1246
1238
|
### Bug Fixes
|
|
@@ -1252,7 +1244,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1252
1244
|
|
|
1253
1245
|
|
|
1254
1246
|
|
|
1255
|
-
# [3.
|
|
1247
|
+
# [3.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.2.6...@pie-element/multi-trait-rubric@3.3.0) (2024-02-09)
|
|
1256
1248
|
|
|
1257
1249
|
|
|
1258
1250
|
### Features
|
|
@@ -1263,7 +1255,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1263
1255
|
|
|
1264
1256
|
|
|
1265
1257
|
|
|
1266
|
-
## [3.
|
|
1258
|
+
## [3.2.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.2.5...@pie-element/multi-trait-rubric@3.2.6) (2024-02-07)
|
|
1267
1259
|
|
|
1268
1260
|
|
|
1269
1261
|
### Bug Fixes
|
|
@@ -1274,20 +1266,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1274
1266
|
|
|
1275
1267
|
|
|
1276
1268
|
|
|
1277
|
-
## [3.
|
|
1269
|
+
## [3.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.2.4...@pie-element/multi-trait-rubric@3.2.5) (2024-02-07)
|
|
1278
1270
|
|
|
1279
1271
|
|
|
1280
1272
|
### Bug Fixes
|
|
1281
1273
|
|
|
1282
|
-
*
|
|
1283
|
-
* **rubric, complex-rubric:** fix validation for simple rubric exclude zero PD-3407 ([7b62d85](https://github.com/pie-framework/pie-elements/commit/7b62d85c04822794b0b2d17b62cf9fb75fbcda21))
|
|
1284
|
-
* **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))
|
|
1274
|
+
* delete extra scorePointsLabels when maxPoints is decreased DNA-19572 ([76ee4fa](https://github.com/pie-framework/pie-elements/commit/76ee4fab5fc2be721e4f6dd52f4fa354a4606b1f))
|
|
1285
1275
|
|
|
1286
1276
|
|
|
1287
1277
|
|
|
1288
1278
|
|
|
1289
1279
|
|
|
1290
|
-
## [3.
|
|
1280
|
+
## [3.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.2.3...@pie-element/multi-trait-rubric@3.2.4) (2024-01-24)
|
|
1291
1281
|
|
|
1292
1282
|
|
|
1293
1283
|
### Bug Fixes
|
|
@@ -1298,7 +1288,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1298
1288
|
|
|
1299
1289
|
|
|
1300
1290
|
|
|
1301
|
-
## [3.
|
|
1291
|
+
## [3.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.2.2...@pie-element/multi-trait-rubric@3.2.3) (2024-01-24)
|
|
1302
1292
|
|
|
1303
1293
|
|
|
1304
1294
|
### Bug Fixes
|
|
@@ -1309,7 +1299,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1309
1299
|
|
|
1310
1300
|
|
|
1311
1301
|
|
|
1312
|
-
## [3.
|
|
1302
|
+
## [3.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.2.1...@pie-element/multi-trait-rubric@3.2.2) (2024-01-23)
|
|
1313
1303
|
|
|
1314
1304
|
|
|
1315
1305
|
### Bug Fixes
|
|
@@ -1321,7 +1311,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1321
1311
|
|
|
1322
1312
|
|
|
1323
1313
|
|
|
1324
|
-
## [3.1
|
|
1314
|
+
## [3.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.2.0...@pie-element/multi-trait-rubric@3.2.1) (2024-01-15)
|
|
1325
1315
|
|
|
1326
1316
|
|
|
1327
1317
|
### Bug Fixes
|
|
@@ -1332,7 +1322,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1332
1322
|
|
|
1333
1323
|
|
|
1334
1324
|
|
|
1335
|
-
|
|
1325
|
+
# [3.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.1.2...@pie-element/multi-trait-rubric@3.2.0) (2024-01-08)
|
|
1336
1326
|
|
|
1337
1327
|
|
|
1338
1328
|
### Bug Fixes
|
|
@@ -1342,10 +1332,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1342
1332
|
* update pie-lib/pie-toolbox SC-27396, SC-27398 ([658a553](https://github.com/pie-framework/pie-elements/commit/658a55358181271b508f7d550467eefadcd71544))
|
|
1343
1333
|
|
|
1344
1334
|
|
|
1335
|
+
### Features
|
|
1336
|
+
|
|
1337
|
+
* refactor for pie-lib/pie-toolbox and add print module for boilerplate-item-type ([8230d26](https://github.com/pie-framework/pie-elements/commit/8230d264069672c4a3242ff5ed60a6842bf5147f))
|
|
1338
|
+
|
|
1339
|
+
|
|
1345
1340
|
|
|
1346
1341
|
|
|
1347
1342
|
|
|
1348
|
-
## [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)
|
|
1343
|
+
## [3.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.1.1...@pie-element/multi-trait-rubric@3.1.2) (2024-01-08)
|
|
1349
1344
|
|
|
1350
1345
|
|
|
1351
1346
|
### Bug Fixes
|
|
@@ -1356,7 +1351,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1356
1351
|
|
|
1357
1352
|
|
|
1358
1353
|
|
|
1359
|
-
## [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)
|
|
1354
|
+
## [3.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.1.0...@pie-element/multi-trait-rubric@3.1.1) (2024-01-04)
|
|
1360
1355
|
|
|
1361
1356
|
|
|
1362
1357
|
### Bug Fixes
|
|
@@ -1368,31 +1363,32 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1368
1363
|
|
|
1369
1364
|
|
|
1370
1365
|
|
|
1371
|
-
# [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)
|
|
1366
|
+
# [3.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.0.3...@pie-element/multi-trait-rubric@3.1.0) (2023-12-19)
|
|
1372
1367
|
|
|
1373
1368
|
|
|
1374
1369
|
### Bug Fixes
|
|
1375
1370
|
|
|
1371
|
+
* tweaks PD-3307 ([15f7c05](https://github.com/pie-framework/pie-elements/commit/15f7c05c42a34286b9cbca02d5404a4fc2fd2ccd))
|
|
1376
1372
|
* update pie-lib/pie-toolbox PD-2068 ([34eccd5](https://github.com/pie-framework/pie-elements/commit/34eccd52c44259eddf3e2b816b00b82f83bc2bf8))
|
|
1377
1373
|
* **complex-rubric:** add comments, delete logs PD-3260 ([e3991c6](https://github.com/pie-framework/pie-elements/commit/e3991c6c09a2b1f4815d3b2216b32f073e5cbf3c))
|
|
1374
|
+
* **multi-trait-rubric:** use markupToText from utils PD-3260 ([24a785b](https://github.com/pie-framework/pie-elements/commit/24a785b8cca686bd032d2006be58c1de16ff195e))
|
|
1375
|
+
* tests ([6e621f3](https://github.com/pie-framework/pie-elements/commit/6e621f3e0e5f379fa58652f39f4eacdfda72ab43))
|
|
1376
|
+
* **multi-trait-rubric:** wip use all horizontal space PD-3203 ([b1484c0](https://github.com/pie-framework/pie-elements/commit/b1484c059993e2b0ce78898797571a77f56eeda8))
|
|
1377
|
+
* **multi-trait-rubric + complex-rubric:** width calculations PD-3203 ([a55afb5](https://github.com/pie-framework/pie-elements/commit/a55afb5e4859fa3e85e0f1615287efb5ee98b820))
|
|
1378
1378
|
|
|
1379
1379
|
|
|
1380
1380
|
### Features
|
|
1381
1381
|
|
|
1382
1382
|
* update pie-lib/pie-toolbox PD-2555 ([86d4fd9](https://github.com/pie-framework/pie-elements/commit/86d4fd909180dd1fcbc446bd8b29c23af21a1c69))
|
|
1383
|
-
* **rubric:** solve conflicts PD-2555 ([b67c659](https://github.com/pie-framework/pie-elements/commit/b67c65945fc68ef1bd577a915b5f8918da0a716b))
|
|
1384
1383
|
* 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))
|
|
1385
|
-
* **complex-rubric:** add instruction for rubricless, render rubricTypes dinamically PD-2555 ([3c0c44f](https://github.com/pie-framework/pie-elements/commit/3c0c44f4e570c6f7a6edc8859277967fbd1719b0))
|
|
1386
1384
|
* **complex-rubric:** updated docu PD-3307 ([a22cb2b](https://github.com/pie-framework/pie-elements/commit/a22cb2b553c62f5384b03c99a22d018ab4a043e5))
|
|
1387
|
-
* **complex-rubrix:** add new rubric type and asjust logic ([e49fc22](https://github.com/pie-framework/pie-elements/commit/e49fc2281a8df02bd7dec9b931d06aa74e919031))
|
|
1388
1385
|
* **multi-trait-rubric:** add new property maxMaxPoints to authoring configuration PD-3307 ([6e43337](https://github.com/pie-framework/pie-elements/commit/6e4333707021159b25d8ca3f692b9f701b3835e8))
|
|
1389
|
-
* **rubric:** add new property maxMaxPoints to authoring configuration PD-3307 ([5f80c3f](https://github.com/pie-framework/pie-elements/commit/5f80c3fd84757361e148dbe749470a2a4653bd22))
|
|
1390
1386
|
|
|
1391
1387
|
|
|
1392
1388
|
|
|
1393
1389
|
|
|
1394
1390
|
|
|
1395
|
-
## [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)
|
|
1391
|
+
## [3.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.0.2...@pie-element/multi-trait-rubric@3.0.3) (2023-11-27)
|
|
1396
1392
|
|
|
1397
1393
|
|
|
1398
1394
|
### Bug Fixes
|
|
@@ -1403,7 +1399,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1403
1399
|
|
|
1404
1400
|
|
|
1405
1401
|
|
|
1406
|
-
## [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)
|
|
1402
|
+
## [3.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.0.1...@pie-element/multi-trait-rubric@3.0.2) (2023-11-27)
|
|
1407
1403
|
|
|
1408
1404
|
|
|
1409
1405
|
### Bug Fixes
|
|
@@ -1415,7 +1411,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1415
1411
|
|
|
1416
1412
|
|
|
1417
1413
|
|
|
1418
|
-
## [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)
|
|
1414
|
+
## [3.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@3.0.0...@pie-element/multi-trait-rubric@3.0.1) (2023-11-09)
|
|
1419
1415
|
|
|
1420
1416
|
|
|
1421
1417
|
### Bug Fixes
|
|
@@ -1426,7 +1422,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1426
1422
|
|
|
1427
1423
|
|
|
1428
1424
|
|
|
1429
|
-
# [3.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@2.
|
|
1425
|
+
# [3.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.15.2...@pie-element/multi-trait-rubric@3.0.0) (2023-11-07)
|
|
1430
1426
|
|
|
1431
1427
|
|
|
1432
1428
|
### Bug Fixes
|
|
@@ -1450,7 +1446,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1450
1446
|
|
|
1451
1447
|
|
|
1452
1448
|
|
|
1453
|
-
## [2.
|
|
1449
|
+
## [2.15.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.15.1...@pie-element/multi-trait-rubric@2.15.2) (2023-11-06)
|
|
1450
|
+
|
|
1451
|
+
|
|
1452
|
+
### Bug Fixes
|
|
1453
|
+
|
|
1454
|
+
* **multi-trait-rubric:** horizontal scrollbar missing initially PD-3267 ([a7b0d13](https://github.com/pie-framework/pie-elements/commit/a7b0d1350459792b44e11e4679c545c38b9e953b))
|
|
1455
|
+
|
|
1456
|
+
|
|
1457
|
+
|
|
1458
|
+
|
|
1459
|
+
|
|
1460
|
+
## [2.15.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.15.0...@pie-element/multi-trait-rubric@2.15.1) (2023-10-26)
|
|
1454
1461
|
|
|
1455
1462
|
|
|
1456
1463
|
### Bug Fixes
|
|
@@ -1461,7 +1468,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1461
1468
|
|
|
1462
1469
|
|
|
1463
1470
|
|
|
1464
|
-
# [2.
|
|
1471
|
+
# [2.15.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.14.5...@pie-element/multi-trait-rubric@2.15.0) (2023-10-16)
|
|
1465
1472
|
|
|
1466
1473
|
|
|
1467
1474
|
### Features
|
|
@@ -1472,7 +1479,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1472
1479
|
|
|
1473
1480
|
|
|
1474
1481
|
|
|
1475
|
-
## [2.
|
|
1482
|
+
## [2.14.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.14.4...@pie-element/multi-trait-rubric@2.14.5) (2023-10-16)
|
|
1476
1483
|
|
|
1477
1484
|
|
|
1478
1485
|
### Bug Fixes
|
|
@@ -1483,7 +1490,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1483
1490
|
|
|
1484
1491
|
|
|
1485
1492
|
|
|
1486
|
-
## [2.
|
|
1493
|
+
## [2.14.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.14.3...@pie-element/multi-trait-rubric@2.14.4) (2023-10-03)
|
|
1487
1494
|
|
|
1488
1495
|
|
|
1489
1496
|
### Bug Fixes
|
|
@@ -1494,15 +1501,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1494
1501
|
|
|
1495
1502
|
|
|
1496
1503
|
|
|
1497
|
-
## [2.
|
|
1504
|
+
## [2.14.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.14.2...@pie-element/multi-trait-rubric@2.14.3) (2023-09-28)
|
|
1498
1505
|
|
|
1499
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
1506
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric
|
|
1500
1507
|
|
|
1501
1508
|
|
|
1502
1509
|
|
|
1503
1510
|
|
|
1504
1511
|
|
|
1505
|
-
## [2.
|
|
1512
|
+
## [2.14.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.14.1...@pie-element/multi-trait-rubric@2.14.2) (2023-09-26)
|
|
1506
1513
|
|
|
1507
1514
|
|
|
1508
1515
|
### Bug Fixes
|
|
@@ -1513,15 +1520,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1513
1520
|
|
|
1514
1521
|
|
|
1515
1522
|
|
|
1516
|
-
## [2.
|
|
1523
|
+
## [2.14.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.14.0...@pie-element/multi-trait-rubric@2.14.1) (2023-09-25)
|
|
1517
1524
|
|
|
1518
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
1525
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric
|
|
1519
1526
|
|
|
1520
1527
|
|
|
1521
1528
|
|
|
1522
1529
|
|
|
1523
1530
|
|
|
1524
|
-
# [2.
|
|
1531
|
+
# [2.14.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.13.6...@pie-element/multi-trait-rubric@2.14.0) (2023-09-25)
|
|
1525
1532
|
|
|
1526
1533
|
|
|
1527
1534
|
### Bug Fixes
|
|
@@ -1540,7 +1547,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1540
1547
|
|
|
1541
1548
|
|
|
1542
1549
|
|
|
1543
|
-
## [2.
|
|
1550
|
+
## [2.13.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.13.5...@pie-element/multi-trait-rubric@2.13.6) (2023-09-05)
|
|
1544
1551
|
|
|
1545
1552
|
|
|
1546
1553
|
### Bug Fixes
|
|
@@ -1551,7 +1558,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1551
1558
|
|
|
1552
1559
|
|
|
1553
1560
|
|
|
1554
|
-
## [2.
|
|
1561
|
+
## [2.13.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.13.4...@pie-element/multi-trait-rubric@2.13.5) (2023-09-04)
|
|
1555
1562
|
|
|
1556
1563
|
|
|
1557
1564
|
### Bug Fixes
|
|
@@ -1563,7 +1570,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1563
1570
|
|
|
1564
1571
|
|
|
1565
1572
|
|
|
1566
|
-
## [2.
|
|
1573
|
+
## [2.13.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.13.3...@pie-element/multi-trait-rubric@2.13.4) (2023-08-21)
|
|
1567
1574
|
|
|
1568
1575
|
|
|
1569
1576
|
### Bug Fixes
|
|
@@ -1574,15 +1581,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1574
1581
|
|
|
1575
1582
|
|
|
1576
1583
|
|
|
1577
|
-
## [2.
|
|
1584
|
+
## [2.13.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.13.2...@pie-element/multi-trait-rubric@2.13.3) (2023-08-21)
|
|
1578
1585
|
|
|
1579
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
1586
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric
|
|
1580
1587
|
|
|
1581
1588
|
|
|
1582
1589
|
|
|
1583
1590
|
|
|
1584
1591
|
|
|
1585
|
-
## [2.
|
|
1592
|
+
## [2.13.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.13.1...@pie-element/multi-trait-rubric@2.13.2) (2023-08-15)
|
|
1586
1593
|
|
|
1587
1594
|
|
|
1588
1595
|
### Bug Fixes
|
|
@@ -1595,37 +1602,52 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1595
1602
|
|
|
1596
1603
|
|
|
1597
1604
|
|
|
1598
|
-
## [2.
|
|
1605
|
+
## [2.13.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.13.0...@pie-element/multi-trait-rubric@2.13.1) (2023-07-24)
|
|
1599
1606
|
|
|
1600
1607
|
|
|
1601
1608
|
### Bug Fixes
|
|
1602
1609
|
|
|
1603
1610
|
* update pie-libs PD-2984, PD-2991, PD-2992, PD-3036 ([12c9426](https://github.com/pie-framework/pie-elements/commit/12c94269e3b645d74a0014c597d30662823bb34a))
|
|
1611
|
+
* **multi-trait-rubric:** PD-2904 text formatting toolbar gets truncated ([3f0f9e3](https://github.com/pie-framework/pie-elements/commit/3f0f9e33550a3052c025d410ba0ad0c1333a9b6a))
|
|
1612
|
+
* **multi-trait-rubric:** PD-2904 update snapshots ([c70252f](https://github.com/pie-framework/pie-elements/commit/c70252f8c357d85386e1d4571308f320199b960a))
|
|
1604
1613
|
|
|
1605
1614
|
|
|
1606
1615
|
|
|
1607
1616
|
|
|
1608
1617
|
|
|
1609
|
-
|
|
1618
|
+
# [2.13.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.12.0...@pie-element/multi-trait-rubric@2.13.0) (2023-07-06)
|
|
1610
1619
|
|
|
1611
1620
|
|
|
1612
1621
|
### Bug Fixes
|
|
1613
1622
|
|
|
1614
|
-
* updated editable-html dependent packages for PD-2150 ([ffa6297](https://github.com/pie-framework/pie-elements/commit/ffa62977a9e329c1e12ea1dfcb2af4ba4c993bca))
|
|
1615
1623
|
* updated pie-lib PD-2150 ([72f20be](https://github.com/pie-framework/pie-elements/commit/72f20be258248c86dde8d5d587290cd640bfd947))
|
|
1624
|
+
* **multi-trait-rubric:** fix conflicts ([52f3c3d](https://github.com/pie-framework/pie-elements/commit/52f3c3d87cca681094c1475085dce9f0cf395030))
|
|
1625
|
+
* updated editable-html dependent packages for PD-2150 ([ffa6297](https://github.com/pie-framework/pie-elements/commit/ffa62977a9e329c1e12ea1dfcb2af4ba4c993bca))
|
|
1626
|
+
* **multi-trait-rubric:** set 100% width for wide screens PD-2901 ([158faee](https://github.com/pie-framework/pie-elements/commit/158faeeabf6e9f9b84cd47a9d2b5c966e3a057a4))
|
|
1627
|
+
|
|
1628
|
+
|
|
1629
|
+
### Features
|
|
1630
|
+
|
|
1631
|
+
* **multi-trait-rubric:** PD-2872-add validations in controller ([8d31062](https://github.com/pie-framework/pie-elements/commit/8d31062f539455d22382ed07e13a97fd93c5847b))
|
|
1632
|
+
* **multi-trait-rubric:** PD-2872-call imported method without this ([567372f](https://github.com/pie-framework/pie-elements/commit/567372f5806c0e0a54fc31727f20ce97369538e7))
|
|
1633
|
+
* **multi-trait-rubric:** PD-2872-ui part of validations ([bba8c0c](https://github.com/pie-framework/pie-elements/commit/bba8c0cd410cb1968c5f144c97aded00624cece2))
|
|
1634
|
+
* **multi-trait-rubric:** PD-2939-placeholder values changes, snapshot updates ([093f919](https://github.com/pie-framework/pie-elements/commit/093f919841cb0ed35a1a58501b4f9dbd6c7c5c40))
|
|
1635
|
+
* **multi-trait-rubric:** solve review observations ([b4aef59](https://github.com/pie-framework/pie-elements/commit/b4aef594a59c80530b3049cc30754eef905982ed))
|
|
1616
1636
|
|
|
1617
1637
|
|
|
1618
1638
|
|
|
1619
1639
|
|
|
1620
1640
|
|
|
1621
|
-
# [2.
|
|
1641
|
+
# [2.12.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.11.0...@pie-element/multi-trait-rubric@2.12.0) (2023-06-13)
|
|
1622
1642
|
|
|
1623
1643
|
|
|
1624
1644
|
### Bug Fixes
|
|
1625
1645
|
|
|
1626
|
-
* update libs PD-2722, PD-2827, PD-2832 ([834ecf9](https://github.com/pie-framework/pie-elements/commit/834ecf92cc7204c851c68f0945ad5d52e453c9d0))
|
|
1627
1646
|
* update pie-libs ([649fb8f](https://github.com/pie-framework/pie-elements/commit/649fb8f535172d76b3ffc676ec53b2726432808c))
|
|
1628
1647
|
* update pie-libs PD-2150, PD-2795 ([ff6f64a](https://github.com/pie-framework/pie-elements/commit/ff6f64afa6ccaa8a060c986b1637c680e68c62b6))
|
|
1648
|
+
* **multi-trait-rubric:** PD-2827 delete unused import ([a41a3f0](https://github.com/pie-framework/pie-elements/commit/a41a3f0e07b5181289954c062b58cb42401d9012))
|
|
1649
|
+
* update libs PD-2722, PD-2827, PD-2832 ([834ecf9](https://github.com/pie-framework/pie-elements/commit/834ecf92cc7204c851c68f0945ad5d52e453c9d0))
|
|
1650
|
+
* **multi-trait-rubric:** use the first scale trait label only if defaultTraitLabel is not defined PD-2869 ([87cf86f](https://github.com/pie-framework/pie-elements/commit/87cf86fe29d4cf6dbcbed800dd009b590b82fbf7))
|
|
1629
1651
|
|
|
1630
1652
|
|
|
1631
1653
|
### Features
|
|
@@ -1636,38 +1658,42 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1636
1658
|
|
|
1637
1659
|
|
|
1638
1660
|
|
|
1639
|
-
# [2.
|
|
1661
|
+
# [2.11.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.10.3...@pie-element/multi-trait-rubric@2.11.0) (2023-05-23)
|
|
1640
1662
|
|
|
1641
1663
|
|
|
1642
1664
|
### Bug Fixes
|
|
1643
1665
|
|
|
1644
1666
|
* update pie-lib PD-2777, PD-1914, PD-2066 ([7102893](https://github.com/pie-framework/pie-elements/commit/71028930a6dc554eb587cf4de0c1d0d28bfff1f5))
|
|
1645
1667
|
* update pie-libs PD-2774, PD-1026 ([04f8cd0](https://github.com/pie-framework/pie-elements/commit/04f8cd000afdb2ccb0c25146d46acb60c5fea651))
|
|
1668
|
+
* **multi-trait-rubric:** fix windows scrollbar showing for no reason PD-2749 ([49a28d8](https://github.com/pie-framework/pie-elements/commit/49a28d8e3e71c61cb8eebede9e84dab48655de0d))
|
|
1646
1669
|
|
|
1647
1670
|
|
|
1648
1671
|
### Features
|
|
1649
1672
|
|
|
1650
1673
|
* ability to upload images when using imageSupoort from pie-api-components PD-2707 ([685f3b0](https://github.com/pie-framework/pie-elements/commit/685f3b035d86c5f4ad60cdb9ec84690d5ccaa4fc))
|
|
1651
|
-
* **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))
|
|
1652
1674
|
|
|
1653
1675
|
|
|
1654
1676
|
|
|
1655
1677
|
|
|
1656
1678
|
|
|
1657
|
-
## [2.
|
|
1679
|
+
## [2.10.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.10.2...@pie-element/multi-trait-rubric@2.10.3) (2023-05-02)
|
|
1658
1680
|
|
|
1659
1681
|
|
|
1660
1682
|
### Bug Fixes
|
|
1661
1683
|
|
|
1662
|
-
* update pie-libs (fix eslint problems PD-2732) ([3fa630e](https://github.com/pie-framework/pie-elements/commit/3fa630eb96b116cb685ab58fbf216fb572d1c333))
|
|
1663
1684
|
* update pie-libs PD-2755, PD-2625, PD-2119 ([698446b](https://github.com/pie-framework/pie-elements/commit/698446b29a553a022c91825118370faae824b723))
|
|
1664
1685
|
* 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))
|
|
1686
|
+
* **multi-trait-rubric:** fix scrolling issue on add description PD-2741 ([e5b309c](https://github.com/pie-framework/pie-elements/commit/e5b309c1944ba6e6d473c020344c52fb034582de))
|
|
1687
|
+
* update pie-libs (fix eslint problems PD-2732) ([3fa630e](https://github.com/pie-framework/pie-elements/commit/3fa630eb96b116cb685ab58fbf216fb572d1c333))
|
|
1688
|
+
* **multi-trait-rubric:** set default minNoOfScales to 1 PD-2740 ([4f61a21](https://github.com/pie-framework/pie-elements/commit/4f61a21932e75914ce9207ea1e56f2c08a152d8a))
|
|
1689
|
+
* **multi-trait-rubric:** use traitLabel as default value instead of 'Trait' PD-1582 ([d6d7049](https://github.com/pie-framework/pie-elements/commit/d6d70490060220d0282d38e5a71e1f76a784dbda))
|
|
1690
|
+
* **pie-elements:** avoid logs pbs and add fragments as containers ([b4bd2b7](https://github.com/pie-framework/pie-elements/commit/b4bd2b7f994d7affdac443bd486047e5a629b763))
|
|
1665
1691
|
|
|
1666
1692
|
|
|
1667
1693
|
|
|
1668
1694
|
|
|
1669
1695
|
|
|
1670
|
-
## [2.
|
|
1696
|
+
## [2.10.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.10.1...@pie-element/multi-trait-rubric@2.10.2) (2023-04-25)
|
|
1671
1697
|
|
|
1672
1698
|
|
|
1673
1699
|
### Bug Fixes
|
|
@@ -1678,7 +1704,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1678
1704
|
|
|
1679
1705
|
|
|
1680
1706
|
|
|
1681
|
-
## [2.
|
|
1707
|
+
## [2.10.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.10.0...@pie-element/multi-trait-rubric@2.10.1) (2023-04-14)
|
|
1682
1708
|
|
|
1683
1709
|
|
|
1684
1710
|
### Bug Fixes
|
|
@@ -1689,13 +1715,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1689
1715
|
|
|
1690
1716
|
|
|
1691
1717
|
|
|
1692
|
-
# [2.
|
|
1718
|
+
# [2.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.9.4...@pie-element/multi-trait-rubric@2.10.0) (2023-04-10)
|
|
1693
1719
|
|
|
1694
1720
|
|
|
1695
1721
|
### Bug Fixes
|
|
1696
1722
|
|
|
1697
1723
|
* update pie-libs ([b7d3e7f](https://github.com/pie-framework/pie-elements/commit/b7d3e7f7160aafd5dcfed2960bc6c2f03dba2180))
|
|
1698
1724
|
* **all elements:** fix eslint problems-PD-2732 ([eaeabfb](https://github.com/pie-framework/pie-elements/commit/eaeabfbbe3a868a1f9828ef831a7ea864dee75a9))
|
|
1725
|
+
* **multi-trait-rubric:** fix container arrows PD-2547 ([6854c88](https://github.com/pie-framework/pie-elements/commit/6854c884967088181d4ad87e1b2ebf46737078e5))
|
|
1699
1726
|
* update pie-libs ([6738269](https://github.com/pie-framework/pie-elements/commit/6738269d878f24ec4429f210d18bbf591123a55f))
|
|
1700
1727
|
* update pie-libs ([9f05be1](https://github.com/pie-framework/pie-elements/commit/9f05be1ae6bf0a9651739b6bef7eca32ecabb4ce))
|
|
1701
1728
|
|
|
@@ -1708,7 +1735,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1708
1735
|
|
|
1709
1736
|
|
|
1710
1737
|
|
|
1711
|
-
## [2.
|
|
1738
|
+
## [2.9.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.9.3...@pie-element/multi-trait-rubric@2.9.4) (2023-03-30)
|
|
1712
1739
|
|
|
1713
1740
|
|
|
1714
1741
|
### Bug Fixes
|
|
@@ -1719,7 +1746,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1719
1746
|
|
|
1720
1747
|
|
|
1721
1748
|
|
|
1722
|
-
## [2.
|
|
1749
|
+
## [2.9.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.9.2...@pie-element/multi-trait-rubric@2.9.3) (2023-03-30)
|
|
1723
1750
|
|
|
1724
1751
|
|
|
1725
1752
|
### Bug Fixes
|
|
@@ -1730,7 +1757,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1730
1757
|
|
|
1731
1758
|
|
|
1732
1759
|
|
|
1733
|
-
## [2.
|
|
1760
|
+
## [2.9.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.9.0...@pie-element/multi-trait-rubric@2.9.2) (2023-03-20)
|
|
1734
1761
|
|
|
1735
1762
|
|
|
1736
1763
|
### Bug Fixes
|
|
@@ -1741,11 +1768,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1741
1768
|
|
|
1742
1769
|
|
|
1743
1770
|
|
|
1744
|
-
# [2.
|
|
1771
|
+
# [2.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.8.2...@pie-element/multi-trait-rubric@2.9.0) (2023-03-20)
|
|
1745
1772
|
|
|
1746
1773
|
|
|
1747
1774
|
### Bug Fixes
|
|
1748
1775
|
|
|
1776
|
+
* in pie-website, table is scrollable and breaks functionality PD-2713 ([3c37f85](https://github.com/pie-framework/pie-elements/commit/3c37f85e795900db3166895dac6203e52f26c52c))
|
|
1777
|
+
* Multi-trait rubrics truncated when more column added (add arrows and scrollable container) PD-2713 ([5f8b4b3](https://github.com/pie-framework/pie-elements/commit/5f8b4b3e2850f15ee2060fd1f78a4b0cb77752f2))
|
|
1749
1778
|
* update pie-libs ([340825a](https://github.com/pie-framework/pie-elements/commit/340825aab8c88569378eb5af6c5b9c9b99aeb285))
|
|
1750
1779
|
* update pie-libs ([1fe3d37](https://github.com/pie-framework/pie-elements/commit/1fe3d37d2b001f7944e4da7c895a83ccecefefcb))
|
|
1751
1780
|
|
|
@@ -1758,7 +1787,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1758
1787
|
|
|
1759
1788
|
|
|
1760
1789
|
|
|
1761
|
-
## [2.
|
|
1790
|
+
## [2.8.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.8.1...@pie-element/multi-trait-rubric@2.8.2) (2023-02-28)
|
|
1762
1791
|
|
|
1763
1792
|
|
|
1764
1793
|
### Bug Fixes
|
|
@@ -1769,7 +1798,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1769
1798
|
|
|
1770
1799
|
|
|
1771
1800
|
|
|
1772
|
-
## [2.
|
|
1801
|
+
## [2.8.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.8.0...@pie-element/multi-trait-rubric@2.8.1) (2023-02-28)
|
|
1773
1802
|
|
|
1774
1803
|
|
|
1775
1804
|
### Bug Fixes
|
|
@@ -1780,49 +1809,91 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1780
1809
|
|
|
1781
1810
|
|
|
1782
1811
|
|
|
1783
|
-
|
|
1812
|
+
# [2.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.7.1...@pie-element/multi-trait-rubric@2.8.0) (2023-02-28)
|
|
1813
|
+
|
|
1814
|
+
|
|
1815
|
+
### Bug Fixes
|
|
1816
|
+
|
|
1817
|
+
* update pie-libs ([110161a](https://github.com/pie-framework/pie-elements/commit/110161ad113e76b5fdb6fc06e233889befbc366a))
|
|
1818
|
+
|
|
1819
|
+
|
|
1820
|
+
### Features
|
|
1821
|
+
|
|
1822
|
+
* add back forceEnabled functionality with documentation ([10a5502](https://github.com/pie-framework/pie-elements/commit/10a55021ca455b27dc5e5a38436648a1fd2f9d36))
|
|
1823
|
+
|
|
1824
|
+
|
|
1825
|
+
|
|
1826
|
+
|
|
1784
1827
|
|
|
1785
|
-
|
|
1828
|
+
## [2.7.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.7.0...@pie-element/multi-trait-rubric@2.7.1) (2023-02-22)
|
|
1829
|
+
|
|
1830
|
+
|
|
1831
|
+
### Bug Fixes
|
|
1832
|
+
|
|
1833
|
+
* change withRubric type for extended-text-entry and drawing-response. docs update from different pr for multi-trait-rubric ([7bf77ad](https://github.com/pie-framework/pie-elements/commit/7bf77ada1a09bc56a053341bce9a0eaf02955672))
|
|
1786
1834
|
|
|
1787
1835
|
|
|
1788
1836
|
|
|
1789
1837
|
|
|
1790
1838
|
|
|
1791
|
-
# [2.
|
|
1839
|
+
# [2.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.6.0...@pie-element/multi-trait-rubric@2.7.0) (2023-02-14)
|
|
1840
|
+
|
|
1841
|
+
|
|
1842
|
+
### Bug Fixes
|
|
1843
|
+
|
|
1844
|
+
* **multi-trait-rubric:** show arrow at first maxPoints change PD-2467 ([7891150](https://github.com/pie-framework/pie-elements/commit/78911507c2746b9da0f4fb1254f0e1a6954417ea))
|
|
1845
|
+
* add comment, remove unnecesary prop ([560ebf2](https://github.com/pie-framework/pie-elements/commit/560ebf27168a79f7c45cee52d280fb16e4cbb2a9))
|
|
1846
|
+
* tests ([61048dd](https://github.com/pie-framework/pie-elements/commit/61048ddc1ea34701e18d7ca6393fb3576c86ef4d))
|
|
1792
1847
|
|
|
1793
1848
|
|
|
1794
1849
|
### Features
|
|
1795
1850
|
|
|
1796
1851
|
* update pie-libs ([e2c0b89](https://github.com/pie-framework/pie-elements/commit/e2c0b894caa20ed5d5681302a84b2bfd20dbd9f6))
|
|
1797
|
-
* **rubric:** add width property to configuration ([75bdb82](https://github.com/pie-framework/pie-elements/commit/75bdb82ddd3ffe41ce50aa98928914f321127eed))
|
|
1798
1852
|
|
|
1799
1853
|
|
|
1800
1854
|
|
|
1801
1855
|
|
|
1802
1856
|
|
|
1803
|
-
# [2.
|
|
1857
|
+
# [2.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.5.0...@pie-element/multi-trait-rubric@2.6.0) (2023-02-01)
|
|
1858
|
+
|
|
1859
|
+
|
|
1860
|
+
### Bug Fixes
|
|
1861
|
+
|
|
1862
|
+
* typo ([9328e51](https://github.com/pie-framework/pie-elements/commit/9328e512840c54a3da4b06d4edc79b871d3233c4))
|
|
1863
|
+
* **multi-trait-rubric:** fix scrolling PD-2467 ([d5d597a](https://github.com/pie-framework/pie-elements/commit/d5d597ae569cd77a7cf1f097de87b3d55b73bdc4))
|
|
1804
1864
|
|
|
1805
1865
|
|
|
1806
1866
|
### Features
|
|
1807
1867
|
|
|
1808
1868
|
* update pie-libs ([0af590d](https://github.com/pie-framework/pie-elements/commit/0af590d624f4b2c0af58039e935531cef52e2a86))
|
|
1869
|
+
* **multi-trait-rubric:** update documentation - generated files PD-2589 ([c773dc8](https://github.com/pie-framework/pie-elements/commit/c773dc800572f389c47133fb691a5e2e3e447223))
|
|
1809
1870
|
|
|
1810
1871
|
|
|
1811
1872
|
|
|
1812
1873
|
|
|
1813
1874
|
|
|
1814
|
-
# [2.
|
|
1875
|
+
# [2.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.4.0...@pie-element/multi-trait-rubric@2.5.0) (2023-01-17)
|
|
1876
|
+
|
|
1877
|
+
|
|
1878
|
+
### Bug Fixes
|
|
1879
|
+
|
|
1880
|
+
* **multi-trait-rubric:** set max points dropdown to 1 PD-2487 ([5111342](https://github.com/pie-framework/pie-elements/commit/51113426bf7b0bcfe79baf833b5d37812418e8de))
|
|
1881
|
+
* force push ([999a109](https://github.com/pie-framework/pie-elements/commit/999a1097d8bbbcf9c485cf46054b155bba5e14c2))
|
|
1882
|
+
* PD-2427 revert changes in demo file ([0237339](https://github.com/pie-framework/pie-elements/commit/0237339c533003b47df46ae68dcb109b3c372d97))
|
|
1883
|
+
* tests ([93540dc](https://github.com/pie-framework/pie-elements/commit/93540dc3d78398998037b66f02ec17184e29fca8))
|
|
1884
|
+
* **multi-trait-rubric:** fix validation bugs, update documentation. Fixed match docs typo PD-2427 ([26d598e](https://github.com/pie-framework/pie-elements/commit/26d598e7a32d50ed176d566605bb6b4ebdc07a2c))
|
|
1815
1885
|
|
|
1816
1886
|
|
|
1817
1887
|
### Features
|
|
1818
1888
|
|
|
1889
|
+
* add Show/Hide Rubric ([ee40963](https://github.com/pie-framework/pie-elements/commit/ee4096344d682ec97160414e7cd41efeafb7500f))
|
|
1819
1890
|
* update pie-libs ([6423903](https://github.com/pie-framework/pie-elements/commit/6423903898b041f56db2111de2e4aac4ee9f1fd3))
|
|
1820
1891
|
|
|
1821
1892
|
|
|
1822
1893
|
|
|
1823
1894
|
|
|
1824
1895
|
|
|
1825
|
-
# [2.
|
|
1896
|
+
# [2.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.3.1...@pie-element/multi-trait-rubric@2.4.0) (2023-01-05)
|
|
1826
1897
|
|
|
1827
1898
|
|
|
1828
1899
|
### Features
|
|
@@ -1830,13 +1901,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1830
1901
|
* update pie-libs ([b174476](https://github.com/pie-framework/pie-elements/commit/b174476729119a0689f1f8adfc8c235246676cab))
|
|
1831
1902
|
* update pie-libs ([f72c3c8](https://github.com/pie-framework/pie-elements/commit/f72c3c8d8bc9bbf061bb81502317157a63c22972))
|
|
1832
1903
|
* update pie-libs ([8490729](https://github.com/pie-framework/pie-elements/commit/8490729a2389d36fd3968f0806119fde96577842))
|
|
1833
|
-
* **rubric:**
|
|
1904
|
+
* **multi-trait-rubric:** added configuration prop to hide the settings panel PD-1999 ([88e2ad2](https://github.com/pie-framework/pie-elements/commit/88e2ad2bf73ae5f8a95c3ca2930f9d8642281c13))
|
|
1834
1905
|
|
|
1835
1906
|
|
|
1836
1907
|
|
|
1837
1908
|
|
|
1838
1909
|
|
|
1839
|
-
## [2.
|
|
1910
|
+
## [2.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.3.0...@pie-element/multi-trait-rubric@2.3.1) (2022-12-21)
|
|
1840
1911
|
|
|
1841
1912
|
|
|
1842
1913
|
### Bug Fixes
|
|
@@ -1847,7 +1918,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1847
1918
|
|
|
1848
1919
|
|
|
1849
1920
|
|
|
1850
|
-
# [2.
|
|
1921
|
+
# [2.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.2.2...@pie-element/multi-trait-rubric@2.3.0) (2022-12-20)
|
|
1851
1922
|
|
|
1852
1923
|
|
|
1853
1924
|
### Bug Fixes
|
|
@@ -1863,7 +1934,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1863
1934
|
|
|
1864
1935
|
|
|
1865
1936
|
|
|
1866
|
-
## [2.
|
|
1937
|
+
## [2.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.2.1...@pie-element/multi-trait-rubric@2.2.2) (2022-12-07)
|
|
1867
1938
|
|
|
1868
1939
|
|
|
1869
1940
|
### Bug Fixes
|
|
@@ -1879,140 +1950,150 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1879
1950
|
|
|
1880
1951
|
|
|
1881
1952
|
|
|
1882
|
-
## [2.1
|
|
1953
|
+
## [2.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.2.0...@pie-element/multi-trait-rubric@2.2.1) (2022-11-15)
|
|
1883
1954
|
|
|
1884
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
1955
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric
|
|
1885
1956
|
|
|
1886
1957
|
|
|
1887
1958
|
|
|
1888
1959
|
|
|
1889
1960
|
|
|
1890
|
-
|
|
1961
|
+
# [2.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.1.1...@pie-element/multi-trait-rubric@2.2.0) (2022-11-01)
|
|
1962
|
+
|
|
1963
|
+
|
|
1964
|
+
### Features
|
|
1891
1965
|
|
|
1892
|
-
|
|
1966
|
+
* add a different property in the config, to force a value ([300c664](https://github.com/pie-framework/pie-elements/commit/300c664618f46177137deef3bced2d096cdb8126))
|
|
1893
1967
|
|
|
1894
1968
|
|
|
1895
1969
|
|
|
1896
1970
|
|
|
1897
1971
|
|
|
1898
|
-
## [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-
|
|
1972
|
+
## [2.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.1.0...@pie-element/multi-trait-rubric@2.1.1) (2022-10-31)
|
|
1899
1973
|
|
|
1900
1974
|
|
|
1901
1975
|
### Bug Fixes
|
|
1902
1976
|
|
|
1903
|
-
* rubric
|
|
1977
|
+
* **multi-trait-rubric:** add autoWidthToolbar property to editable html inside expanded input component PD-2129 ([043c298](https://github.com/pie-framework/pie-elements/commit/043c298b94facf8f4d2b9fb66170051e9fa0e91a))
|
|
1904
1978
|
|
|
1905
1979
|
|
|
1906
1980
|
|
|
1907
1981
|
|
|
1908
1982
|
|
|
1909
|
-
# [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)
|
|
1983
|
+
# [2.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.0.11...@pie-element/multi-trait-rubric@2.1.0) (2022-10-17)
|
|
1910
1984
|
|
|
1911
1985
|
|
|
1912
1986
|
### Bug Fixes
|
|
1913
1987
|
|
|
1914
|
-
*
|
|
1915
|
-
* rubric imports ([4b8a9de](https://github.com/pie-framework/pie-elements/commit/4b8a9de461846ce1722f56208abb54999a59dc29))
|
|
1988
|
+
* tests ([d165efc](https://github.com/pie-framework/pie-elements/commit/d165efcc2684e2452d1d20e5c10cc1a72b99afc0))
|
|
1916
1989
|
|
|
1917
1990
|
|
|
1918
1991
|
### Features
|
|
1919
1992
|
|
|
1993
|
+
* update libs ([7e174fb](https://github.com/pie-framework/pie-elements/commit/7e174fba75e7ea668900ad5c103751cefe33e2af))
|
|
1920
1994
|
* update pie-lib/rubric dependecies version ([5546015](https://github.com/pie-framework/pie-elements/commit/5546015c3923ce2e34ab810ccd698424c1009c03))
|
|
1921
|
-
* **rubric:**
|
|
1995
|
+
* **complex-rubric:** PD-2013 implement new item type for rubrics ([33c08ff](https://github.com/pie-framework/pie-elements/commit/33c08ff8068255595e5bed7ac2d8675e57e2f925))
|
|
1996
|
+
* **complex-rubric, multi-trait-rubric:** add new settings panel properties ([58d55e8](https://github.com/pie-framework/pie-elements/commit/58d55e877602d2655c7767433bdb404e4693074b))
|
|
1997
|
+
* **docs:** update docs ([23cab69](https://github.com/pie-framework/pie-elements/commit/23cab69700cfee41395941f99599253cba8a28a3))
|
|
1998
|
+
* **multi-trait-rubric:** add min and max values in configuration for scales and traits PD-2040 ([e56041c](https://github.com/pie-framework/pie-elements/commit/e56041c6a150b701dcf878c7d20263d935e2bae2))
|
|
1999
|
+
* **multi-trait-rubric:** add pie-api config PD-23 ([5cda6c3](https://github.com/pie-framework/pie-elements/commit/5cda6c3536e2b710f2b3577ecbb2aaca683a6b88))
|
|
2000
|
+
* **multi-trait-rubric:** add uploadSoundSupport property PD-23-updated ([25fdba3](https://github.com/pie-framework/pie-elements/commit/25fdba377ad13fc1cc56fd54200b87d08571e7b9))
|
|
2001
|
+
* **multi-trait-rubric:** enable/disable max points and add scale PD-2040 ([e0c0a72](https://github.com/pie-framework/pie-elements/commit/e0c0a721ca0def0519987ab8cf09c36b058791dc))
|
|
2002
|
+
* enable spanish and special characters in author PD-2120 ([85fd3dd](https://github.com/pie-framework/pie-elements/commit/85fd3dd0fc10da1a2dfd5a842809c625790f8ba9))
|
|
1922
2003
|
|
|
1923
2004
|
|
|
1924
2005
|
|
|
1925
2006
|
|
|
1926
2007
|
|
|
1927
|
-
## [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)
|
|
2008
|
+
## [2.0.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.0.10...@pie-element/multi-trait-rubric@2.0.11) (2022-09-29)
|
|
1928
2009
|
|
|
1929
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2010
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric
|
|
1930
2011
|
|
|
1931
2012
|
|
|
1932
2013
|
|
|
1933
2014
|
|
|
1934
2015
|
|
|
1935
|
-
## [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)
|
|
2016
|
+
## [2.0.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.0.9...@pie-element/multi-trait-rubric@2.0.10) (2022-09-14)
|
|
1936
2017
|
|
|
1937
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2018
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric
|
|
1938
2019
|
|
|
1939
2020
|
|
|
1940
2021
|
|
|
1941
2022
|
|
|
1942
2023
|
|
|
1943
|
-
## [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)
|
|
2024
|
+
## [2.0.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.0.8...@pie-element/multi-trait-rubric@2.0.9) (2022-09-13)
|
|
1944
2025
|
|
|
1945
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2026
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric
|
|
1946
2027
|
|
|
1947
2028
|
|
|
1948
2029
|
|
|
1949
2030
|
|
|
1950
2031
|
|
|
1951
|
-
## [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)
|
|
2032
|
+
## [2.0.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.0.7...@pie-element/multi-trait-rubric@2.0.8) (2022-08-31)
|
|
1952
2033
|
|
|
1953
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2034
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric
|
|
1954
2035
|
|
|
1955
2036
|
|
|
1956
2037
|
|
|
1957
2038
|
|
|
1958
2039
|
|
|
1959
|
-
## [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)
|
|
2040
|
+
## [2.0.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.0.6...@pie-element/multi-trait-rubric@2.0.7) (2022-08-16)
|
|
1960
2041
|
|
|
1961
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2042
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric
|
|
1962
2043
|
|
|
1963
2044
|
|
|
1964
2045
|
|
|
1965
2046
|
|
|
1966
2047
|
|
|
1967
|
-
## [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)
|
|
2048
|
+
## [2.0.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.0.5...@pie-element/multi-trait-rubric@2.0.6) (2022-08-08)
|
|
1968
2049
|
|
|
1969
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2050
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric
|
|
1970
2051
|
|
|
1971
2052
|
|
|
1972
2053
|
|
|
1973
2054
|
|
|
1974
2055
|
|
|
1975
|
-
## [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)
|
|
2056
|
+
## [2.0.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.0.4...@pie-element/multi-trait-rubric@2.0.5) (2022-08-02)
|
|
1976
2057
|
|
|
1977
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2058
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric
|
|
1978
2059
|
|
|
1979
2060
|
|
|
1980
2061
|
|
|
1981
2062
|
|
|
1982
2063
|
|
|
1983
|
-
## [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)
|
|
2064
|
+
## [2.0.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.0.3...@pie-element/multi-trait-rubric@2.0.4) (2022-07-22)
|
|
1984
2065
|
|
|
1985
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2066
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric
|
|
1986
2067
|
|
|
1987
2068
|
|
|
1988
2069
|
|
|
1989
2070
|
|
|
1990
2071
|
|
|
1991
|
-
## [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)
|
|
2072
|
+
## [2.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.0.2...@pie-element/multi-trait-rubric@2.0.3) (2022-07-20)
|
|
1992
2073
|
|
|
1993
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2074
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric
|
|
1994
2075
|
|
|
1995
2076
|
|
|
1996
2077
|
|
|
1997
2078
|
|
|
1998
2079
|
|
|
1999
|
-
## [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)
|
|
2080
|
+
## [2.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.0.1...@pie-element/multi-trait-rubric@2.0.2) (2022-07-19)
|
|
2000
2081
|
|
|
2001
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2082
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric
|
|
2002
2083
|
|
|
2003
2084
|
|
|
2004
2085
|
|
|
2005
2086
|
|
|
2006
2087
|
|
|
2007
|
-
## [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)
|
|
2088
|
+
## [2.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.0.0...@pie-element/multi-trait-rubric@2.0.1) (2022-06-28)
|
|
2008
2089
|
|
|
2009
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2090
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric
|
|
2010
2091
|
|
|
2011
2092
|
|
|
2012
2093
|
|
|
2013
2094
|
|
|
2014
2095
|
|
|
2015
|
-
# [2.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.
|
|
2096
|
+
# [2.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.31...@pie-element/multi-trait-rubric@2.0.0) (2022-06-28)
|
|
2016
2097
|
|
|
2017
2098
|
|
|
2018
2099
|
### chore
|
|
@@ -2029,189 +2110,174 @@ New properties maxImageWidth and maxImageHeight were added.
|
|
|
2029
2110
|
|
|
2030
2111
|
|
|
2031
2112
|
|
|
2032
|
-
## [1.
|
|
2113
|
+
## [1.4.31](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.30...@pie-element/multi-trait-rubric@1.4.31) (2022-06-13)
|
|
2033
2114
|
|
|
2034
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2115
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric
|
|
2035
2116
|
|
|
2036
2117
|
|
|
2037
2118
|
|
|
2038
2119
|
|
|
2039
2120
|
|
|
2040
|
-
## [1.
|
|
2121
|
+
## [1.4.30](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.29...@pie-element/multi-trait-rubric@1.4.30) (2022-05-30)
|
|
2041
2122
|
|
|
2042
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2123
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric
|
|
2043
2124
|
|
|
2044
2125
|
|
|
2045
2126
|
|
|
2046
2127
|
|
|
2047
2128
|
|
|
2048
|
-
## [1.
|
|
2129
|
+
## [1.4.29](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.28...@pie-element/multi-trait-rubric@1.4.29) (2022-05-16)
|
|
2049
2130
|
|
|
2050
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2131
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric
|
|
2051
2132
|
|
|
2052
2133
|
|
|
2053
2134
|
|
|
2054
2135
|
|
|
2055
2136
|
|
|
2056
|
-
## [1.
|
|
2137
|
+
## [1.4.28](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.27...@pie-element/multi-trait-rubric@1.4.28) (2022-05-09)
|
|
2057
2138
|
|
|
2058
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2139
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric
|
|
2059
2140
|
|
|
2060
2141
|
|
|
2061
2142
|
|
|
2062
2143
|
|
|
2063
2144
|
|
|
2064
|
-
## [1.
|
|
2145
|
+
## [1.4.27](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.26...@pie-element/multi-trait-rubric@1.4.27) (2022-05-03)
|
|
2065
2146
|
|
|
2066
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2147
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric
|
|
2067
2148
|
|
|
2068
2149
|
|
|
2069
2150
|
|
|
2070
2151
|
|
|
2071
2152
|
|
|
2072
|
-
## [1.
|
|
2153
|
+
## [1.4.26](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.25...@pie-element/multi-trait-rubric@1.4.26) (2022-04-12)
|
|
2073
2154
|
|
|
2074
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2155
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric
|
|
2075
2156
|
|
|
2076
2157
|
|
|
2077
2158
|
|
|
2078
2159
|
|
|
2079
2160
|
|
|
2080
|
-
## [1.
|
|
2161
|
+
## [1.4.25](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.24...@pie-element/multi-trait-rubric@1.4.25) (2022-03-28)
|
|
2081
2162
|
|
|
2082
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2163
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric
|
|
2083
2164
|
|
|
2084
2165
|
|
|
2085
2166
|
|
|
2086
2167
|
|
|
2087
2168
|
|
|
2088
|
-
## [1.
|
|
2169
|
+
## [1.4.24](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.23...@pie-element/multi-trait-rubric@1.4.24) (2022-03-22)
|
|
2089
2170
|
|
|
2090
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2171
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric
|
|
2091
2172
|
|
|
2092
2173
|
|
|
2093
2174
|
|
|
2094
2175
|
|
|
2095
2176
|
|
|
2096
|
-
## [1.
|
|
2177
|
+
## [1.4.23](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.22...@pie-element/multi-trait-rubric@1.4.23) (2022-03-08)
|
|
2097
2178
|
|
|
2098
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2179
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric
|
|
2099
2180
|
|
|
2100
2181
|
|
|
2101
2182
|
|
|
2102
2183
|
|
|
2103
2184
|
|
|
2104
|
-
## [1.
|
|
2185
|
+
## [1.4.22](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.21...@pie-element/multi-trait-rubric@1.4.22) (2022-03-08)
|
|
2105
2186
|
|
|
2106
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2187
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric
|
|
2107
2188
|
|
|
2108
2189
|
|
|
2109
2190
|
|
|
2110
2191
|
|
|
2111
2192
|
|
|
2112
|
-
## [1.
|
|
2193
|
+
## [1.4.21](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.20...@pie-element/multi-trait-rubric@1.4.21) (2022-02-21)
|
|
2113
2194
|
|
|
2114
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2195
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric
|
|
2115
2196
|
|
|
2116
2197
|
|
|
2117
2198
|
|
|
2118
2199
|
|
|
2119
2200
|
|
|
2120
|
-
|
|
2201
|
+
## [1.4.20](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.19...@pie-element/multi-trait-rubric@1.4.20) (2022-02-04)
|
|
2121
2202
|
|
|
2203
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric
|
|
2122
2204
|
|
|
2123
|
-
### Bug Fixes
|
|
2124
2205
|
|
|
2125
|
-
* **rubric:** display rubric in reverse order in player PD-1375 ([0620538](https://github.com/pie-framework/pie-elements/commit/06205386a3d2c530378be2dccb7943cefa6f5c55))
|
|
2126
|
-
* **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))
|
|
2127
2206
|
|
|
2128
2207
|
|
|
2129
|
-
### Features
|
|
2130
2208
|
|
|
2131
|
-
|
|
2209
|
+
## [1.4.19](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.18...@pie-element/multi-trait-rubric@1.4.19) (2022-01-24)
|
|
2210
|
+
|
|
2211
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric
|
|
2132
2212
|
|
|
2133
2213
|
|
|
2134
2214
|
|
|
2135
2215
|
|
|
2136
2216
|
|
|
2137
|
-
## [1.
|
|
2217
|
+
## [1.4.18](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.17...@pie-element/multi-trait-rubric@1.4.18) (2022-01-10)
|
|
2138
2218
|
|
|
2139
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2219
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric
|
|
2140
2220
|
|
|
2141
2221
|
|
|
2142
2222
|
|
|
2143
2223
|
|
|
2144
2224
|
|
|
2145
|
-
## [1.
|
|
2225
|
+
## [1.4.17](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.16...@pie-element/multi-trait-rubric@1.4.17) (2021-12-23)
|
|
2146
2226
|
|
|
2147
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2227
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric
|
|
2148
2228
|
|
|
2149
2229
|
|
|
2150
2230
|
|
|
2151
2231
|
|
|
2152
2232
|
|
|
2153
|
-
## [1.
|
|
2233
|
+
## [1.4.15](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.14...@pie-element/multi-trait-rubric@1.4.15) (2021-12-13)
|
|
2154
2234
|
|
|
2155
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2235
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric
|
|
2156
2236
|
|
|
2157
2237
|
|
|
2158
2238
|
|
|
2159
2239
|
|
|
2160
2240
|
|
|
2161
|
-
## [1.
|
|
2241
|
+
## [1.4.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.11...@pie-element/multi-trait-rubric@1.4.12) (2021-11-29)
|
|
2162
2242
|
|
|
2163
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2243
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric
|
|
2164
2244
|
|
|
2165
2245
|
|
|
2166
2246
|
|
|
2167
2247
|
|
|
2168
2248
|
|
|
2169
|
-
## [1.
|
|
2249
|
+
## [1.4.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.6...@pie-element/multi-trait-rubric@1.4.11) (2021-11-11)
|
|
2170
2250
|
|
|
2171
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2251
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric
|
|
2172
2252
|
|
|
2173
2253
|
|
|
2174
2254
|
|
|
2175
2255
|
|
|
2176
2256
|
|
|
2177
|
-
|
|
2257
|
+
## [1.4.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.2...@pie-element/multi-trait-rubric@1.4.10) (2021-11-11)
|
|
2178
2258
|
|
|
2179
2259
|
|
|
2180
2260
|
### Bug Fixes
|
|
2181
2261
|
|
|
2182
|
-
* **rubric:** display rubric in reverse order in player PD-1375 ([0620538](https://github.com/pie-framework/pie-elements/commit/06205386a3d2c530378be2dccb7943cefa6f5c55))
|
|
2183
|
-
* **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))
|
|
2184
2262
|
* pie-lib updates ([e521c2f](https://github.com/pie-framework/pie-elements/commit/e521c2f1a44aa7f3e14f82a1cee05ceb484ed0a6))
|
|
2185
2263
|
* Updated pie-lib versions ([2fe4c5d](https://github.com/pie-framework/pie-elements/commit/2fe4c5d0be2d40f5fdb34815855695a7f1087f56))
|
|
2186
2264
|
* Updated pie-lib versions ([1c23830](https://github.com/pie-framework/pie-elements/commit/1c23830fc75d1de5f7bb3bb16de3c665ae5fa350))
|
|
2265
|
+
* **multi-trait-rubric:** Fixed the score point label toolbar cut off PD-1238 ([1f15681](https://github.com/pie-framework/pie-elements/commit/1f15681f913acc5f5fd4ba47131ede53c456839b))
|
|
2187
2266
|
|
|
2188
2267
|
|
|
2189
|
-
### Features
|
|
2190
|
-
|
|
2191
|
-
* **rubric:** Added Studio support: Treat 'null' as null value for sample answer PD-1313 ([04ea11d](https://github.com/pie-framework/pie-elements/commit/04ea11da0b4b2077693c7a22f63091eabdf09481))
|
|
2192
|
-
|
|
2193
2268
|
|
|
2194
2269
|
|
|
2195
2270
|
|
|
2196
2271
|
|
|
2272
|
+
## [1.4.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.5...@pie-element/multi-trait-rubric@1.4.6) (2021-10-04)
|
|
2197
2273
|
|
|
2198
|
-
|
|
2274
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric
|
|
2199
2275
|
|
|
2200
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2201
2276
|
|
|
2202
2277
|
|
|
2203
2278
|
|
|
2204
2279
|
|
|
2205
|
-
|
|
2206
|
-
## [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)
|
|
2207
|
-
|
|
2208
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
## [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)
|
|
2280
|
+
## [1.4.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.4...@pie-element/multi-trait-rubric@1.4.5) (2021-09-20)
|
|
2215
2281
|
|
|
2216
2282
|
|
|
2217
2283
|
### Bug Fixes
|
|
@@ -2224,437 +2290,97 @@ New properties maxImageWidth and maxImageHeight were added.
|
|
|
2224
2290
|
|
|
2225
2291
|
|
|
2226
2292
|
|
|
2227
|
-
## [1.
|
|
2293
|
+
## [1.4.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.3...@pie-element/multi-trait-rubric@1.4.4) (2021-09-01)
|
|
2228
2294
|
|
|
2229
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2295
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric
|
|
2230
2296
|
|
|
2231
2297
|
|
|
2232
2298
|
|
|
2233
2299
|
|
|
2234
2300
|
|
|
2235
|
-
## [1.
|
|
2301
|
+
## [1.4.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.2...@pie-element/multi-trait-rubric@1.4.3) (2021-08-05)
|
|
2236
2302
|
|
|
2237
2303
|
|
|
2238
2304
|
### Bug Fixes
|
|
2239
2305
|
|
|
2240
|
-
*
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
# [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)
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
### Features
|
|
2250
|
-
|
|
2251
|
-
* **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))
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
## [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)
|
|
2258
|
-
|
|
2259
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
## [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)
|
|
2266
|
-
|
|
2267
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
## [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)
|
|
2274
|
-
|
|
2275
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
## [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)
|
|
2282
|
-
|
|
2283
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
## [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)
|
|
2290
|
-
|
|
2291
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
## [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)
|
|
2298
|
-
|
|
2299
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
## [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)
|
|
2306
|
-
|
|
2307
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
## [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)
|
|
2314
|
-
|
|
2315
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
## [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)
|
|
2322
|
-
|
|
2323
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2324
|
-
|
|
2325
|
-
|
|
2306
|
+
* **multi-trait-rubric:** Fixed the score point label toolbar cut off PD-1238 ([1f15681](https://github.com/pie-framework/pie-elements/commit/1f15681f913acc5f5fd4ba47131ede53c456839b))
|
|
2326
2307
|
|
|
2327
2308
|
|
|
2328
2309
|
|
|
2329
|
-
## [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)
|
|
2330
2310
|
|
|
2331
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2332
2311
|
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
## [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)
|
|
2338
|
-
|
|
2339
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
## [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)
|
|
2346
|
-
|
|
2347
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
## [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)
|
|
2354
|
-
|
|
2355
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
## [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)
|
|
2362
|
-
|
|
2363
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
## [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)
|
|
2370
|
-
|
|
2371
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
## [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)
|
|
2312
|
+
## [1.4.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.4.0...@pie-element/multi-trait-rubric@1.4.2) (2021-08-05)
|
|
2378
2313
|
|
|
2379
2314
|
|
|
2380
2315
|
### Bug Fixes
|
|
2381
2316
|
|
|
2382
|
-
*
|
|
2317
|
+
* force bump ([5ea7295](https://github.com/pie-framework/pie-elements/commit/5ea7295e4755fbc492a76e7ec69e5fc35b196919))
|
|
2383
2318
|
|
|
2384
2319
|
|
|
2385
2320
|
|
|
2386
2321
|
|
|
2387
2322
|
|
|
2388
|
-
# [1.
|
|
2323
|
+
# [1.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.3.0...@pie-element/multi-trait-rubric@1.4.0) (2021-06-29)
|
|
2389
2324
|
|
|
2390
2325
|
|
|
2391
2326
|
### Bug Fixes
|
|
2392
2327
|
|
|
2393
|
-
*
|
|
2328
|
+
* **multi-trait-rubric:** Fixed the toolbar cut off - PD-1106 ([#564](https://github.com/pie-framework/pie-elements/issues/564)) ([7880804](https://github.com/pie-framework/pie-elements/commit/788080479dcc44e0fc4ee780cce5b5b7e68d07eb))
|
|
2329
|
+
* multi-trait-rubric change label for remove trait, add configuration props for the content of the dialog boxes PD-1118 ([#563](https://github.com/pie-framework/pie-elements/issues/563)) ([afc563a](https://github.com/pie-framework/pie-elements/commit/afc563a22e107ce95dc1bf0f3241d77485744d56))
|
|
2394
2330
|
|
|
2395
2331
|
|
|
2396
2332
|
### Features
|
|
2397
2333
|
|
|
2398
|
-
*
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
## [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)
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
### Bug Fixes
|
|
2408
|
-
|
|
2409
|
-
* bump ui/lib versions ([45f0da6](https://github.com/pie-framework/pie-elements/commit/45f0da6))
|
|
2410
|
-
* ui+libs update ([6127de2](https://github.com/pie-framework/pie-elements/commit/6127de2))
|
|
2411
|
-
* update ui/lib versions ([0226b0b](https://github.com/pie-framework/pie-elements/commit/0226b0b))
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
## [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)
|
|
2334
|
+
* **multi-trait-rubric:** change drag and drop to push instead of swap, drag traits by handle PD-1109 ([#561](https://github.com/pie-framework/pie-elements/issues/561)) ([93d621f](https://github.com/pie-framework/pie-elements/commit/93d621f35d04ecbd571ee0cf179cc0d99d11987c))
|
|
2335
|
+
* multi-trait-rubric update ui PD-1107 ([#560](https://github.com/pie-framework/pie-elements/issues/560)) ([448d925](https://github.com/pie-framework/pie-elements/commit/448d9257e755870838fdecbb8acf457ed0c4f16a))
|
|
2418
2336
|
|
|
2419
2337
|
|
|
2420
|
-
### Bug Fixes
|
|
2421
|
-
|
|
2422
|
-
* bump ui/lib versions ([3edb232](https://github.com/pie-framework/pie-elements/commit/3edb232))
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
## [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)
|
|
2429
|
-
|
|
2430
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
## [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)
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
### Bug Fixes
|
|
2440
|
-
|
|
2441
|
-
* bump all packages to avoid tag conflict ([d9ec9a8](https://github.com/pie-framework/pie-elements/commit/d9ec9a8))
|
|
2442
|
-
* bump lib and ui versions ([a882cbf](https://github.com/pie-framework/pie-elements/commit/a882cbf))
|
|
2443
|
-
* bump ui versions ([5b9d99f](https://github.com/pie-framework/pie-elements/commit/5b9d99f))
|
|
2444
|
-
* bump version to avoid tag conflict ([4d55f6d](https://github.com/pie-framework/pie-elements/commit/4d55f6d))
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
## [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)
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
### Bug Fixes
|
|
2454
2338
|
|
|
2455
|
-
* bump lib and ui versions ([a882cbf](https://github.com/pie-framework/pie-elements/commit/a882cbf))
|
|
2456
|
-
* bump ui versions ([5b9d99f](https://github.com/pie-framework/pie-elements/commit/5b9d99f))
|
|
2457
|
-
* bump version to avoid tag conflict ([4d55f6d](https://github.com/pie-framework/pie-elements/commit/4d55f6d))
|
|
2458
2339
|
|
|
2459
2340
|
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
## [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)
|
|
2464
|
-
|
|
2465
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
## [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)
|
|
2472
|
-
|
|
2473
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
## [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)
|
|
2480
|
-
|
|
2481
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
# [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)
|
|
2341
|
+
# [1.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.2.3...@pie-element/multi-trait-rubric@1.3.0) (2021-04-07)
|
|
2488
2342
|
|
|
2489
2343
|
|
|
2490
2344
|
### Features
|
|
2491
2345
|
|
|
2492
|
-
*
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2346
|
+
* merge pie-ui into pie-elements PD-977 ([01ebfd7](https://github.com/pie-framework/pie-elements/commit/01ebfd7ce98b041dd0573575efd8b6da03f22162))
|
|
2496
2347
|
|
|
2497
2348
|
|
|
2498
|
-
## [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)
|
|
2499
2349
|
|
|
2500
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2501
2350
|
|
|
2502
2351
|
|
|
2352
|
+
## [1.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.2.0...@pie-element/multi-trait-rubric@1.2.3) (2021-03-03)
|
|
2503
2353
|
|
|
2354
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric
|
|
2504
2355
|
|
|
2505
2356
|
|
|
2506
|
-
## [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)
|
|
2507
2357
|
|
|
2508
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2509
2358
|
|
|
2510
2359
|
|
|
2360
|
+
# [1.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.1.1...@pie-element/multi-trait-rubric@1.2.0) (2021-03-03)
|
|
2511
2361
|
|
|
2512
2362
|
|
|
2363
|
+
### Features
|
|
2513
2364
|
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
## [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)
|
|
2523
|
-
|
|
2524
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
## [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)
|
|
2531
|
-
|
|
2532
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
## [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)
|
|
2539
|
-
|
|
2540
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
## [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)
|
|
2547
|
-
|
|
2548
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
## [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)
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
### Bug Fixes
|
|
2558
|
-
|
|
2559
|
-
* **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))
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
## [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)
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
### Bug Fixes
|
|
2569
|
-
|
|
2570
|
-
* **math-rendering:** updated all dependent packages [ch3365] ([7cbf25a](https://github.com/pie-framework/pie-elements/commit/7cbf25a))
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
## [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)
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
### Bug Fixes
|
|
2580
|
-
|
|
2581
|
-
* **elements:** version bumped the editable-html packages [ch1738] ([949222a](https://github.com/pie-framework/pie-elements/commit/949222a))
|
|
2582
|
-
* **rubric:** fix exclude zeroes number of points ([9623734](https://github.com/pie-framework/pie-elements/commit/9623734))
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
## [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)
|
|
2589
|
-
|
|
2590
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
## [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)
|
|
2597
|
-
|
|
2598
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
## [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)
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
### Bug Fixes
|
|
2608
|
-
|
|
2609
|
-
* exlude zeros handled in renderiing ([ca8b34e](https://github.com/pie-framework/pie-elements/commit/ca8b34e))
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
## [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)
|
|
2616
|
-
|
|
2617
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
## [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)
|
|
2624
|
-
|
|
2625
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
## [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)
|
|
2632
|
-
|
|
2633
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
## [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)
|
|
2640
|
-
|
|
2641
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2365
|
+
* Updated design. Moved exclude zero at item level. Added ability to toggle from Settings Panel: level tag input, description, standards, visibility to student, half scoring, score labels, drag and drop. Added Actionable List. BREAKING CHANGE: moved exclude zero at item level (from scale level) ([c8bb906](https://github.com/pie-framework/pie-elements/commit/c8bb9064712aae057b74dceba5928a19054b27eb))
|
|
2642
2366
|
|
|
2643
2367
|
|
|
2644
2368
|
|
|
2645
2369
|
|
|
2646
2370
|
|
|
2647
|
-
## [1.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric@1.1.0...@pie-element/rubric@1.1.1) (
|
|
2371
|
+
## [1.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@1.1.0...@pie-element/multi-trait-rubric@1.1.1) (2021-02-04)
|
|
2648
2372
|
|
|
2649
|
-
**Note:** Version bump only for package @pie-element/rubric
|
|
2373
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric
|
|
2650
2374
|
|
|
2651
2375
|
|
|
2652
2376
|
|
|
2653
2377
|
|
|
2654
2378
|
|
|
2655
|
-
# 1.1.0 (
|
|
2379
|
+
# 1.1.0 (2021-02-02)
|
|
2656
2380
|
|
|
2657
2381
|
|
|
2658
2382
|
### Features
|
|
2659
2383
|
|
|
2660
|
-
*
|
|
2384
|
+
* Added showStandards configuration setting. Added halfScoring and visibleToStudent. ([db993ca](https://github.com/pie-framework/pie-elements/commit/db993ca))
|
|
2385
|
+
* multi-trait-rubric (No authoring yet) ([dc01b01](https://github.com/pie-framework/pie-elements/commit/dc01b01))
|
|
2386
|
+
* Updated pie-ui/multi-trait-rubric version. ([7d20153](https://github.com/pie-framework/pie-elements/commit/7d20153))
|