@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
package/configure/node_modules/@pie-element/{rubric → multi-trait-rubric}/configure/CHANGELOG.md
RENAMED
|
@@ -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.5.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.5.8...@pie-element/multi-trait-rubric-configure@4.5.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.5.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.5.7...@pie-element/multi-trait-rubric-configure@4.5.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.5.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.5.6...@pie-element/multi-trait-rubric-configure@4.5.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.5.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.5.5...@pie-element/multi-trait-rubric-configure@4.5.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.5.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.5.4...@pie-element/multi-trait-rubric-configure@4.5.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.5.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.5.3...@pie-element/multi-trait-rubric-configure@4.5.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.5.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.5.2...@pie-element/multi-trait-rubric-configure@4.5.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.5.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.5.1...@pie-element/multi-trait-rubric-configure@4.5.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.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.5.0...@pie-element/multi-trait-rubric-configure@4.5.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.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.4.10...@pie-element/multi-trait-rubric-configure@4.5.0) (2025-07-18)
|
|
107
107
|
|
|
108
108
|
|
|
109
109
|
### Bug Fixes
|
|
@@ -120,7 +120,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
120
120
|
|
|
121
121
|
|
|
122
122
|
|
|
123
|
-
## [4.
|
|
123
|
+
## [4.4.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.4.9...@pie-element/multi-trait-rubric-configure@4.4.10) (2025-06-27)
|
|
124
124
|
|
|
125
125
|
|
|
126
126
|
### Bug Fixes
|
|
@@ -131,7 +131,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
131
131
|
|
|
132
132
|
|
|
133
133
|
|
|
134
|
-
## [4.
|
|
134
|
+
## [4.4.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.4.8...@pie-element/multi-trait-rubric-configure@4.4.9) (2025-06-25)
|
|
135
135
|
|
|
136
136
|
|
|
137
137
|
### Bug Fixes
|
|
@@ -142,18 +142,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
142
142
|
|
|
143
143
|
|
|
144
144
|
|
|
145
|
-
## [4.
|
|
145
|
+
## [4.4.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.4.7...@pie-element/multi-trait-rubric-configure@4.4.8) (2025-06-19)
|
|
146
146
|
|
|
147
147
|
|
|
148
148
|
### Bug Fixes
|
|
149
149
|
|
|
150
150
|
* update pie-lib/pie-toolbox PD-5076, PD-5063, PD-4832, PD-5059 ([16201a3](https://github.com/pie-framework/pie-elements/commit/16201a35183965fabd033bbf797ef3b438d69a85))
|
|
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))
|
|
151
152
|
|
|
152
153
|
|
|
153
154
|
|
|
154
155
|
|
|
155
156
|
|
|
156
|
-
## [4.
|
|
157
|
+
## [4.4.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.4.6...@pie-element/multi-trait-rubric-configure@4.4.7) (2025-06-05)
|
|
157
158
|
|
|
158
159
|
|
|
159
160
|
### Bug Fixes
|
|
@@ -162,13 +163,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
162
163
|
* update pie-lib-pie-toolbox PD-4810 ([6c81afc](https://github.com/pie-framework/pie-elements/commit/6c81afc6a8ad41e001bafb0bd1563164e9f32a10))
|
|
163
164
|
* update pie-lib-pie-toolbox PD-4810 ([0f9dd82](https://github.com/pie-framework/pie-elements/commit/0f9dd827c474e87770fd3bd146d870dd77d296df))
|
|
164
165
|
* update pie-lib/pie-toolbox PD-4888, PD-3542, PD-4873, PD-4679 ([9c3bdef](https://github.com/pie-framework/pie-elements/commit/9c3bdef1b68f128ecc6338ef74f25fb74c482aa6))
|
|
165
|
-
* **rubric:** disable and set excludeZero to false when maxPoints is 1 PD-4832 ([7b749c0](https://github.com/pie-framework/pie-elements/commit/7b749c0cbda239a0aac7322bf1e4a3a9f5ed53ed))
|
|
166
166
|
|
|
167
167
|
|
|
168
168
|
|
|
169
169
|
|
|
170
170
|
|
|
171
|
-
## [4.6
|
|
171
|
+
## [4.4.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.4.5...@pie-element/multi-trait-rubric-configure@4.4.6) (2025-05-22)
|
|
172
172
|
|
|
173
173
|
|
|
174
174
|
### Bug Fixes
|
|
@@ -181,7 +181,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
181
181
|
|
|
182
182
|
|
|
183
183
|
|
|
184
|
-
|
|
184
|
+
## [4.4.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.4.4...@pie-element/multi-trait-rubric-configure@4.4.5) (2025-05-12)
|
|
185
185
|
|
|
186
186
|
|
|
187
187
|
### Bug Fixes
|
|
@@ -189,15 +189,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
189
189
|
* update pie-lib/pie-toolbox PD-4977 ([1f864de](https://github.com/pie-framework/pie-elements/commit/1f864de43661adf716578caf4657c4c0a0384556))
|
|
190
190
|
|
|
191
191
|
|
|
192
|
-
### Features
|
|
193
|
-
|
|
194
|
-
* **rubric:** change label associated with 0 point PD-5003 ([56ef850](https://github.com/pie-framework/pie-elements/commit/56ef85093a8d1d9ba2d24e831a880fb8ea3be478))
|
|
195
|
-
|
|
196
192
|
|
|
197
193
|
|
|
198
194
|
|
|
199
|
-
|
|
200
|
-
## [4.5.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@4.5.3...@pie-element/rubric-configure@4.5.4) (2025-04-29)
|
|
195
|
+
## [4.4.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.4.3...@pie-element/multi-trait-rubric-configure@4.4.4) (2025-04-29)
|
|
201
196
|
|
|
202
197
|
|
|
203
198
|
### Bug Fixes
|
|
@@ -209,7 +204,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
209
204
|
|
|
210
205
|
|
|
211
206
|
|
|
212
|
-
## [4.
|
|
207
|
+
## [4.4.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.4.2...@pie-element/multi-trait-rubric-configure@4.4.3) (2025-04-18)
|
|
213
208
|
|
|
214
209
|
|
|
215
210
|
### Bug Fixes
|
|
@@ -220,7 +215,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
220
215
|
|
|
221
216
|
|
|
222
217
|
|
|
223
|
-
## [4.
|
|
218
|
+
## [4.4.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.4.1...@pie-element/multi-trait-rubric-configure@4.4.2) (2025-04-17)
|
|
224
219
|
|
|
225
220
|
|
|
226
221
|
### Bug Fixes
|
|
@@ -231,7 +226,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
231
226
|
|
|
232
227
|
|
|
233
228
|
|
|
234
|
-
## [4.
|
|
229
|
+
## [4.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.4.0...@pie-element/multi-trait-rubric-configure@4.4.1) (2025-04-10)
|
|
235
230
|
|
|
236
231
|
|
|
237
232
|
### Bug Fixes
|
|
@@ -242,7 +237,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
242
237
|
|
|
243
238
|
|
|
244
239
|
|
|
245
|
-
# [4.
|
|
240
|
+
# [4.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.3.0...@pie-element/multi-trait-rubric-configure@4.4.0) (2025-04-01)
|
|
246
241
|
|
|
247
242
|
|
|
248
243
|
### Features
|
|
@@ -253,7 +248,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
253
248
|
|
|
254
249
|
|
|
255
250
|
|
|
256
|
-
# [4.
|
|
251
|
+
# [4.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.2.9...@pie-element/multi-trait-rubric-configure@4.3.0) (2025-03-27)
|
|
257
252
|
|
|
258
253
|
|
|
259
254
|
### Bug Fixes
|
|
@@ -269,7 +264,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
269
264
|
|
|
270
265
|
|
|
271
266
|
|
|
272
|
-
## [4.
|
|
267
|
+
## [4.2.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.2.8...@pie-element/multi-trait-rubric-configure@4.2.9) (2025-03-21)
|
|
273
268
|
|
|
274
269
|
|
|
275
270
|
### Bug Fixes
|
|
@@ -280,7 +275,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
280
275
|
|
|
281
276
|
|
|
282
277
|
|
|
283
|
-
## [4.
|
|
278
|
+
## [4.2.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.2.7...@pie-element/multi-trait-rubric-configure@4.2.8) (2025-03-14)
|
|
284
279
|
|
|
285
280
|
|
|
286
281
|
### Bug Fixes
|
|
@@ -291,7 +286,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
291
286
|
|
|
292
287
|
|
|
293
288
|
|
|
294
|
-
## [4.
|
|
289
|
+
## [4.2.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.2.6...@pie-element/multi-trait-rubric-configure@4.2.7) (2025-03-13)
|
|
295
290
|
|
|
296
291
|
|
|
297
292
|
### Bug Fixes
|
|
@@ -302,7 +297,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
302
297
|
|
|
303
298
|
|
|
304
299
|
|
|
305
|
-
## [4.
|
|
300
|
+
## [4.2.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.2.5...@pie-element/multi-trait-rubric-configure@4.2.6) (2025-03-03)
|
|
306
301
|
|
|
307
302
|
|
|
308
303
|
### Bug Fixes
|
|
@@ -313,7 +308,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
313
308
|
|
|
314
309
|
|
|
315
310
|
|
|
316
|
-
## [4.
|
|
311
|
+
## [4.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.2.4...@pie-element/multi-trait-rubric-configure@4.2.5) (2025-02-27)
|
|
317
312
|
|
|
318
313
|
|
|
319
314
|
### Bug Fixes
|
|
@@ -324,7 +319,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
324
319
|
|
|
325
320
|
|
|
326
321
|
|
|
327
|
-
## [4.
|
|
322
|
+
## [4.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.2.3...@pie-element/multi-trait-rubric-configure@4.2.4) (2025-02-19)
|
|
328
323
|
|
|
329
324
|
|
|
330
325
|
### Bug Fixes
|
|
@@ -335,7 +330,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
335
330
|
|
|
336
331
|
|
|
337
332
|
|
|
338
|
-
## [4.
|
|
333
|
+
## [4.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.2.2...@pie-element/multi-trait-rubric-configure@4.2.3) (2025-02-14)
|
|
339
334
|
|
|
340
335
|
|
|
341
336
|
### Bug Fixes
|
|
@@ -346,7 +341,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
346
341
|
|
|
347
342
|
|
|
348
343
|
|
|
349
|
-
## [4.
|
|
344
|
+
## [4.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.2.1...@pie-element/multi-trait-rubric-configure@4.2.2) (2025-02-12)
|
|
350
345
|
|
|
351
346
|
|
|
352
347
|
### Bug Fixes
|
|
@@ -357,7 +352,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
357
352
|
|
|
358
353
|
|
|
359
354
|
|
|
360
|
-
## [4.
|
|
355
|
+
## [4.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.2.0...@pie-element/multi-trait-rubric-configure@4.2.1) (2025-02-06)
|
|
361
356
|
|
|
362
357
|
|
|
363
358
|
### Bug Fixes
|
|
@@ -368,7 +363,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
368
363
|
|
|
369
364
|
|
|
370
365
|
|
|
371
|
-
# [4.
|
|
366
|
+
# [4.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.1.10...@pie-element/multi-trait-rubric-configure@4.2.0) (2025-01-27)
|
|
372
367
|
|
|
373
368
|
|
|
374
369
|
### Bug Fixes
|
|
@@ -384,7 +379,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
384
379
|
|
|
385
380
|
|
|
386
381
|
|
|
387
|
-
## [4.
|
|
382
|
+
## [4.1.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.1.9...@pie-element/multi-trait-rubric-configure@4.1.10) (2025-01-27)
|
|
388
383
|
|
|
389
384
|
|
|
390
385
|
### Bug Fixes
|
|
@@ -395,7 +390,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
395
390
|
|
|
396
391
|
|
|
397
392
|
|
|
398
|
-
## [4.
|
|
393
|
+
## [4.1.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.1.8...@pie-element/multi-trait-rubric-configure@4.1.9) (2025-01-22)
|
|
399
394
|
|
|
400
395
|
|
|
401
396
|
### Bug Fixes
|
|
@@ -406,7 +401,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
406
401
|
|
|
407
402
|
|
|
408
403
|
|
|
409
|
-
## [4.
|
|
404
|
+
## [4.1.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.1.7...@pie-element/multi-trait-rubric-configure@4.1.8) (2025-01-22)
|
|
410
405
|
|
|
411
406
|
|
|
412
407
|
### Bug Fixes
|
|
@@ -417,7 +412,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
417
412
|
|
|
418
413
|
|
|
419
414
|
|
|
420
|
-
## [4.
|
|
415
|
+
## [4.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.1.6...@pie-element/multi-trait-rubric-configure@4.1.7) (2025-01-06)
|
|
421
416
|
|
|
422
417
|
|
|
423
418
|
### Bug Fixes
|
|
@@ -428,7 +423,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
428
423
|
|
|
429
424
|
|
|
430
425
|
|
|
431
|
-
## [4.
|
|
426
|
+
## [4.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.1.5...@pie-element/multi-trait-rubric-configure@4.1.6) (2024-12-20)
|
|
432
427
|
|
|
433
428
|
|
|
434
429
|
### Bug Fixes
|
|
@@ -439,7 +434,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
439
434
|
|
|
440
435
|
|
|
441
436
|
|
|
442
|
-
## [4.
|
|
437
|
+
## [4.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.1.4...@pie-element/multi-trait-rubric-configure@4.1.5) (2024-12-10)
|
|
443
438
|
|
|
444
439
|
|
|
445
440
|
### Bug Fixes
|
|
@@ -450,7 +445,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
450
445
|
|
|
451
446
|
|
|
452
447
|
|
|
453
|
-
## [4.
|
|
448
|
+
## [4.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.1.3...@pie-element/multi-trait-rubric-configure@4.1.4) (2024-12-05)
|
|
454
449
|
|
|
455
450
|
|
|
456
451
|
### Bug Fixes
|
|
@@ -461,7 +456,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
461
456
|
|
|
462
457
|
|
|
463
458
|
|
|
464
|
-
## [4.
|
|
459
|
+
## [4.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.1.2...@pie-element/multi-trait-rubric-configure@4.1.3) (2024-11-29)
|
|
465
460
|
|
|
466
461
|
|
|
467
462
|
### Bug Fixes
|
|
@@ -472,7 +467,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
472
467
|
|
|
473
468
|
|
|
474
469
|
|
|
475
|
-
|
|
470
|
+
## [4.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.1.1...@pie-element/multi-trait-rubric-configure@4.1.2) (2024-11-15)
|
|
476
471
|
|
|
477
472
|
|
|
478
473
|
### Bug Fixes
|
|
@@ -480,15 +475,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
480
475
|
* 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))
|
|
481
476
|
|
|
482
477
|
|
|
483
|
-
### Features
|
|
484
|
-
|
|
485
|
-
* Adjust all elements to support custom color for controls in authoring PD-4334 ([d6b3dc5](https://github.com/pie-framework/pie-elements/commit/d6b3dc5963824d0a1ce7bf36a8c590e27761c86c))
|
|
486
478
|
|
|
487
479
|
|
|
488
480
|
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
## [4.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@4.1.0...@pie-element/rubric-configure@4.1.1) (2024-11-01)
|
|
481
|
+
## [4.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.1.0...@pie-element/multi-trait-rubric-configure@4.1.1) (2024-11-01)
|
|
492
482
|
|
|
493
483
|
|
|
494
484
|
### Bug Fixes
|
|
@@ -501,7 +491,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
501
491
|
|
|
502
492
|
|
|
503
493
|
|
|
504
|
-
# [4.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@4.0.
|
|
494
|
+
# [4.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.0.6...@pie-element/multi-trait-rubric-configure@4.1.0) (2024-10-29)
|
|
505
495
|
|
|
506
496
|
|
|
507
497
|
### Bug Fixes
|
|
@@ -517,7 +507,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
517
507
|
|
|
518
508
|
|
|
519
509
|
|
|
520
|
-
## [4.0.
|
|
510
|
+
## [4.0.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.0.5...@pie-element/multi-trait-rubric-configure@4.0.6) (2024-10-28)
|
|
521
511
|
|
|
522
512
|
|
|
523
513
|
### Bug Fixes
|
|
@@ -528,7 +518,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
528
518
|
|
|
529
519
|
|
|
530
520
|
|
|
531
|
-
## [4.0.
|
|
521
|
+
## [4.0.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.0.4...@pie-element/multi-trait-rubric-configure@4.0.5) (2024-10-22)
|
|
532
522
|
|
|
533
523
|
|
|
534
524
|
### Bug Fixes
|
|
@@ -539,7 +529,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
539
529
|
|
|
540
530
|
|
|
541
531
|
|
|
542
|
-
## [4.0.
|
|
532
|
+
## [4.0.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.0.3...@pie-element/multi-trait-rubric-configure@4.0.4) (2024-10-15)
|
|
543
533
|
|
|
544
534
|
|
|
545
535
|
### Bug Fixes
|
|
@@ -555,7 +545,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
555
545
|
|
|
556
546
|
|
|
557
547
|
|
|
558
|
-
## [4.0.
|
|
548
|
+
## [4.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.0.2...@pie-element/multi-trait-rubric-configure@4.0.3) (2024-10-03)
|
|
559
549
|
|
|
560
550
|
|
|
561
551
|
### Bug Fixes
|
|
@@ -566,7 +556,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
566
556
|
|
|
567
557
|
|
|
568
558
|
|
|
569
|
-
## [4.0.
|
|
559
|
+
## [4.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.0.1...@pie-element/multi-trait-rubric-configure@4.0.2) (2024-10-01)
|
|
570
560
|
|
|
571
561
|
|
|
572
562
|
### Bug Fixes
|
|
@@ -577,18 +567,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
577
567
|
|
|
578
568
|
|
|
579
569
|
|
|
580
|
-
## [4.0.
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
### Bug Fixes
|
|
584
|
-
|
|
585
|
-
* **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))
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
## [4.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@4.0.0...@pie-element/rubric-configure@4.0.1) (2024-09-26)
|
|
570
|
+
## [4.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@4.0.0...@pie-element/multi-trait-rubric-configure@4.0.1) (2024-09-26)
|
|
592
571
|
|
|
593
572
|
|
|
594
573
|
### Bug Fixes
|
|
@@ -603,7 +582,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
603
582
|
|
|
604
583
|
|
|
605
584
|
|
|
606
|
-
# [4.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@3.
|
|
585
|
+
# [4.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.19.6...@pie-element/multi-trait-rubric-configure@4.0.0) (2024-09-25)
|
|
607
586
|
|
|
608
587
|
|
|
609
588
|
### Bug Fixes
|
|
@@ -625,7 +604,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
625
604
|
|
|
626
605
|
|
|
627
606
|
|
|
628
|
-
## [3.
|
|
607
|
+
## [3.19.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.19.5...@pie-element/multi-trait-rubric-configure@3.19.6) (2024-09-16)
|
|
629
608
|
|
|
630
609
|
|
|
631
610
|
### Bug Fixes
|
|
@@ -636,7 +615,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
636
615
|
|
|
637
616
|
|
|
638
617
|
|
|
639
|
-
## [3.
|
|
618
|
+
## [3.19.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.19.4...@pie-element/multi-trait-rubric-configure@3.19.5) (2024-09-16)
|
|
640
619
|
|
|
641
620
|
|
|
642
621
|
### Bug Fixes
|
|
@@ -650,7 +629,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
650
629
|
|
|
651
630
|
|
|
652
631
|
|
|
653
|
-
## [3.
|
|
632
|
+
## [3.19.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.19.3...@pie-element/multi-trait-rubric-configure@3.19.4) (2024-09-10)
|
|
654
633
|
|
|
655
634
|
|
|
656
635
|
### Bug Fixes
|
|
@@ -661,7 +640,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
661
640
|
|
|
662
641
|
|
|
663
642
|
|
|
664
|
-
## [3.
|
|
643
|
+
## [3.19.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.19.2...@pie-element/multi-trait-rubric-configure@3.19.3) (2024-09-10)
|
|
665
644
|
|
|
666
645
|
|
|
667
646
|
### Bug Fixes
|
|
@@ -672,7 +651,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
672
651
|
|
|
673
652
|
|
|
674
653
|
|
|
675
|
-
## [3.
|
|
654
|
+
## [3.19.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.19.1...@pie-element/multi-trait-rubric-configure@3.19.2) (2024-08-29)
|
|
676
655
|
|
|
677
656
|
|
|
678
657
|
### Bug Fixes
|
|
@@ -683,7 +662,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
683
662
|
|
|
684
663
|
|
|
685
664
|
|
|
686
|
-
## [3.
|
|
665
|
+
## [3.19.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.19.0...@pie-element/multi-trait-rubric-configure@3.19.1) (2024-08-29)
|
|
687
666
|
|
|
688
667
|
|
|
689
668
|
### Bug Fixes
|
|
@@ -694,7 +673,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
694
673
|
|
|
695
674
|
|
|
696
675
|
|
|
697
|
-
# [3.
|
|
676
|
+
# [3.19.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.18.3...@pie-element/multi-trait-rubric-configure@3.19.0) (2024-08-27)
|
|
698
677
|
|
|
699
678
|
|
|
700
679
|
### Features
|
|
@@ -705,7 +684,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
705
684
|
|
|
706
685
|
|
|
707
686
|
|
|
708
|
-
## [3.
|
|
687
|
+
## [3.18.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.18.2...@pie-element/multi-trait-rubric-configure@3.18.3) (2024-08-22)
|
|
709
688
|
|
|
710
689
|
|
|
711
690
|
### Bug Fixes
|
|
@@ -716,7 +695,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
716
695
|
|
|
717
696
|
|
|
718
697
|
|
|
719
|
-
## [3.
|
|
698
|
+
## [3.18.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.18.1...@pie-element/multi-trait-rubric-configure@3.18.2) (2024-08-19)
|
|
720
699
|
|
|
721
700
|
|
|
722
701
|
### Bug Fixes
|
|
@@ -727,7 +706,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
727
706
|
|
|
728
707
|
|
|
729
708
|
|
|
730
|
-
## [3.
|
|
709
|
+
## [3.18.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.18.0...@pie-element/multi-trait-rubric-configure@3.18.1) (2024-08-06)
|
|
731
710
|
|
|
732
711
|
|
|
733
712
|
### Bug Fixes
|
|
@@ -738,7 +717,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
738
717
|
|
|
739
718
|
|
|
740
719
|
|
|
741
|
-
# [3.
|
|
720
|
+
# [3.18.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.17.0...@pie-element/multi-trait-rubric-configure@3.18.0) (2024-08-06)
|
|
742
721
|
|
|
743
722
|
|
|
744
723
|
### Features
|
|
@@ -749,7 +728,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
749
728
|
|
|
750
729
|
|
|
751
730
|
|
|
752
|
-
# [3.
|
|
731
|
+
# [3.17.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.16.7...@pie-element/multi-trait-rubric-configure@3.17.0) (2024-07-26)
|
|
753
732
|
|
|
754
733
|
|
|
755
734
|
### Features
|
|
@@ -761,7 +740,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
761
740
|
|
|
762
741
|
|
|
763
742
|
|
|
764
|
-
## [3.
|
|
743
|
+
## [3.16.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.16.6...@pie-element/multi-trait-rubric-configure@3.16.7) (2024-07-19)
|
|
765
744
|
|
|
766
745
|
|
|
767
746
|
### Bug Fixes
|
|
@@ -772,7 +751,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
772
751
|
|
|
773
752
|
|
|
774
753
|
|
|
775
|
-
## [3.
|
|
754
|
+
## [3.16.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.16.5...@pie-element/multi-trait-rubric-configure@3.16.6) (2024-07-17)
|
|
776
755
|
|
|
777
756
|
|
|
778
757
|
### Bug Fixes
|
|
@@ -783,7 +762,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
783
762
|
|
|
784
763
|
|
|
785
764
|
|
|
786
|
-
## [3.
|
|
765
|
+
## [3.16.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.16.4...@pie-element/multi-trait-rubric-configure@3.16.5) (2024-07-16)
|
|
787
766
|
|
|
788
767
|
|
|
789
768
|
### Bug Fixes
|
|
@@ -794,7 +773,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
794
773
|
|
|
795
774
|
|
|
796
775
|
|
|
797
|
-
## [3.
|
|
776
|
+
## [3.16.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.16.3...@pie-element/multi-trait-rubric-configure@3.16.4) (2024-07-10)
|
|
798
777
|
|
|
799
778
|
|
|
800
779
|
### Bug Fixes
|
|
@@ -805,15 +784,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
805
784
|
|
|
806
785
|
|
|
807
786
|
|
|
808
|
-
## [3.
|
|
787
|
+
## [3.16.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.16.2...@pie-element/multi-trait-rubric-configure@3.16.3) (2024-07-04)
|
|
788
|
+
|
|
809
789
|
|
|
810
|
-
|
|
790
|
+
### Bug Fixes
|
|
811
791
|
|
|
792
|
+
* 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))
|
|
812
793
|
|
|
813
794
|
|
|
814
795
|
|
|
815
796
|
|
|
816
|
-
|
|
797
|
+
|
|
798
|
+
## [3.16.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.16.1...@pie-element/multi-trait-rubric-configure@3.16.2) (2024-06-28)
|
|
799
|
+
|
|
800
|
+
|
|
801
|
+
### Bug Fixes
|
|
802
|
+
|
|
803
|
+
* delay updateDivWidth to avoid having this.divRef.current = null at first load PD-3908 ([ccaa944](https://github.com/pie-framework/pie-elements/commit/ccaa944dd1175c64ea486bb00482a726dadd3ab5))
|
|
804
|
+
|
|
805
|
+
|
|
806
|
+
|
|
807
|
+
|
|
808
|
+
|
|
809
|
+
## [3.16.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.16.0...@pie-element/multi-trait-rubric-configure@3.16.1) (2024-06-26)
|
|
817
810
|
|
|
818
811
|
|
|
819
812
|
### Bug Fixes
|
|
@@ -824,7 +817,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
824
817
|
|
|
825
818
|
|
|
826
819
|
|
|
827
|
-
# [3.
|
|
820
|
+
# [3.16.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.15.0...@pie-element/multi-trait-rubric-configure@3.16.0) (2024-06-24)
|
|
828
821
|
|
|
829
822
|
|
|
830
823
|
### Features
|
|
@@ -835,7 +828,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
835
828
|
|
|
836
829
|
|
|
837
830
|
|
|
838
|
-
# [3.
|
|
831
|
+
# [3.15.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.14.0...@pie-element/multi-trait-rubric-configure@3.15.0) (2024-06-24)
|
|
839
832
|
|
|
840
833
|
|
|
841
834
|
### Features
|
|
@@ -846,7 +839,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
846
839
|
|
|
847
840
|
|
|
848
841
|
|
|
849
|
-
# [3.
|
|
842
|
+
# [3.14.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.13.0...@pie-element/multi-trait-rubric-configure@3.14.0) (2024-06-19)
|
|
850
843
|
|
|
851
844
|
|
|
852
845
|
### Bug Fixes
|
|
@@ -862,7 +855,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
862
855
|
|
|
863
856
|
|
|
864
857
|
|
|
865
|
-
# [3.
|
|
858
|
+
# [3.13.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.12.2...@pie-element/multi-trait-rubric-configure@3.13.0) (2024-06-13)
|
|
866
859
|
|
|
867
860
|
|
|
868
861
|
### Features
|
|
@@ -873,7 +866,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
873
866
|
|
|
874
867
|
|
|
875
868
|
|
|
876
|
-
## [3.
|
|
869
|
+
## [3.12.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.12.1...@pie-element/multi-trait-rubric-configure@3.12.2) (2024-06-13)
|
|
877
870
|
|
|
878
871
|
|
|
879
872
|
### Bug Fixes
|
|
@@ -884,7 +877,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
884
877
|
|
|
885
878
|
|
|
886
879
|
|
|
887
|
-
## [3.
|
|
880
|
+
## [3.12.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.12.0...@pie-element/multi-trait-rubric-configure@3.12.1) (2024-06-13)
|
|
888
881
|
|
|
889
882
|
|
|
890
883
|
### Bug Fixes
|
|
@@ -895,7 +888,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
895
888
|
|
|
896
889
|
|
|
897
890
|
|
|
898
|
-
# [3.
|
|
891
|
+
# [3.12.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.11.1...@pie-element/multi-trait-rubric-configure@3.12.0) (2024-06-03)
|
|
899
892
|
|
|
900
893
|
|
|
901
894
|
### Features
|
|
@@ -906,7 +899,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
906
899
|
|
|
907
900
|
|
|
908
901
|
|
|
909
|
-
## [3.
|
|
902
|
+
## [3.11.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.11.0...@pie-element/multi-trait-rubric-configure@3.11.1) (2024-06-03)
|
|
910
903
|
|
|
911
904
|
|
|
912
905
|
### Bug Fixes
|
|
@@ -917,7 +910,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
917
910
|
|
|
918
911
|
|
|
919
912
|
|
|
920
|
-
# [3.
|
|
913
|
+
# [3.11.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.10.6...@pie-element/multi-trait-rubric-configure@3.11.0) (2024-05-27)
|
|
921
914
|
|
|
922
915
|
|
|
923
916
|
### Features
|
|
@@ -928,7 +921,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
928
921
|
|
|
929
922
|
|
|
930
923
|
|
|
931
|
-
## [3.
|
|
924
|
+
## [3.10.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.10.5...@pie-element/multi-trait-rubric-configure@3.10.6) (2024-05-27)
|
|
932
925
|
|
|
933
926
|
|
|
934
927
|
### Bug Fixes
|
|
@@ -939,7 +932,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
939
932
|
|
|
940
933
|
|
|
941
934
|
|
|
942
|
-
## [3.
|
|
935
|
+
## [3.10.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.10.4...@pie-element/multi-trait-rubric-configure@3.10.5) (2024-05-14)
|
|
943
936
|
|
|
944
937
|
|
|
945
938
|
### Bug Fixes
|
|
@@ -950,7 +943,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
950
943
|
|
|
951
944
|
|
|
952
945
|
|
|
953
|
-
## [3.
|
|
946
|
+
## [3.10.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.10.3...@pie-element/multi-trait-rubric-configure@3.10.4) (2024-05-13)
|
|
954
947
|
|
|
955
948
|
|
|
956
949
|
### Bug Fixes
|
|
@@ -961,7 +954,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
961
954
|
|
|
962
955
|
|
|
963
956
|
|
|
964
|
-
## [3.
|
|
957
|
+
## [3.10.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.10.2...@pie-element/multi-trait-rubric-configure@3.10.3) (2024-05-07)
|
|
965
958
|
|
|
966
959
|
|
|
967
960
|
### Bug Fixes
|
|
@@ -972,7 +965,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
972
965
|
|
|
973
966
|
|
|
974
967
|
|
|
975
|
-
## [3.
|
|
968
|
+
## [3.10.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.10.1...@pie-element/multi-trait-rubric-configure@3.10.2) (2024-05-03)
|
|
976
969
|
|
|
977
970
|
|
|
978
971
|
### Bug Fixes
|
|
@@ -983,7 +976,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
983
976
|
|
|
984
977
|
|
|
985
978
|
|
|
986
|
-
## [3.
|
|
979
|
+
## [3.10.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.10.0...@pie-element/multi-trait-rubric-configure@3.10.1) (2024-04-29)
|
|
987
980
|
|
|
988
981
|
|
|
989
982
|
### Bug Fixes
|
|
@@ -994,7 +987,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
994
987
|
|
|
995
988
|
|
|
996
989
|
|
|
997
|
-
# [3.
|
|
990
|
+
# [3.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.9.1...@pie-element/multi-trait-rubric-configure@3.10.0) (2024-04-22)
|
|
998
991
|
|
|
999
992
|
|
|
1000
993
|
### Features
|
|
@@ -1005,7 +998,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1005
998
|
|
|
1006
999
|
|
|
1007
1000
|
|
|
1008
|
-
## [3.
|
|
1001
|
+
## [3.9.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.9.0...@pie-element/multi-trait-rubric-configure@3.9.1) (2024-04-22)
|
|
1009
1002
|
|
|
1010
1003
|
|
|
1011
1004
|
### Bug Fixes
|
|
@@ -1016,7 +1009,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1016
1009
|
|
|
1017
1010
|
|
|
1018
1011
|
|
|
1019
|
-
# [3.
|
|
1012
|
+
# [3.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.8.2...@pie-element/multi-trait-rubric-configure@3.9.0) (2024-04-18)
|
|
1020
1013
|
|
|
1021
1014
|
|
|
1022
1015
|
### Features
|
|
@@ -1027,26 +1020,28 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1027
1020
|
|
|
1028
1021
|
|
|
1029
1022
|
|
|
1030
|
-
## [3.
|
|
1023
|
+
## [3.8.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.8.1...@pie-element/multi-trait-rubric-configure@3.8.2) (2024-04-18)
|
|
1031
1024
|
|
|
1032
1025
|
|
|
1033
1026
|
### Bug Fixes
|
|
1034
1027
|
|
|
1035
1028
|
* **complex-rubric:** added imageSupport to fix missing image setting from editable-html ([4a40858](https://github.com/pie-framework/pie-elements/commit/4a408580d012d27bf333f117308483b4854e2b20))
|
|
1029
|
+
* **complex-rubric:** update test snapshots ([246cf26](https://github.com/pie-framework/pie-elements/commit/246cf261620cede3ddadfe22b2ffdb4a0a8ac605))
|
|
1030
|
+
* **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))
|
|
1036
1031
|
|
|
1037
1032
|
|
|
1038
1033
|
|
|
1039
1034
|
|
|
1040
1035
|
|
|
1041
|
-
## [3.
|
|
1036
|
+
## [3.8.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.8.0...@pie-element/multi-trait-rubric-configure@3.8.1) (2024-04-01)
|
|
1042
1037
|
|
|
1043
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
1038
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric-configure
|
|
1044
1039
|
|
|
1045
1040
|
|
|
1046
1041
|
|
|
1047
1042
|
|
|
1048
1043
|
|
|
1049
|
-
# [3.
|
|
1044
|
+
# [3.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.7.0...@pie-element/multi-trait-rubric-configure@3.8.0) (2024-04-01)
|
|
1050
1045
|
|
|
1051
1046
|
|
|
1052
1047
|
### Features
|
|
@@ -1057,7 +1052,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1057
1052
|
|
|
1058
1053
|
|
|
1059
1054
|
|
|
1060
|
-
# [3.
|
|
1055
|
+
# [3.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.6.5...@pie-element/multi-trait-rubric-configure@3.7.0) (2024-04-01)
|
|
1061
1056
|
|
|
1062
1057
|
|
|
1063
1058
|
### Features
|
|
@@ -1068,7 +1063,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1068
1063
|
|
|
1069
1064
|
|
|
1070
1065
|
|
|
1071
|
-
## [3.5
|
|
1066
|
+
## [3.6.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.6.4...@pie-element/multi-trait-rubric-configure@3.6.5) (2024-03-28)
|
|
1072
1067
|
|
|
1073
1068
|
|
|
1074
1069
|
### Bug Fixes
|
|
@@ -1079,7 +1074,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1079
1074
|
|
|
1080
1075
|
|
|
1081
1076
|
|
|
1082
|
-
## [3.
|
|
1077
|
+
## [3.6.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.6.3...@pie-element/multi-trait-rubric-configure@3.6.4) (2024-03-27)
|
|
1083
1078
|
|
|
1084
1079
|
|
|
1085
1080
|
### Bug Fixes
|
|
@@ -1090,7 +1085,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1090
1085
|
|
|
1091
1086
|
|
|
1092
1087
|
|
|
1093
|
-
## [3.
|
|
1088
|
+
## [3.6.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.6.2...@pie-element/multi-trait-rubric-configure@3.6.3) (2024-03-27)
|
|
1094
1089
|
|
|
1095
1090
|
|
|
1096
1091
|
### Bug Fixes
|
|
@@ -1101,37 +1096,26 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1101
1096
|
|
|
1102
1097
|
|
|
1103
1098
|
|
|
1104
|
-
## [3.
|
|
1105
|
-
|
|
1106
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
1107
|
-
|
|
1099
|
+
## [3.6.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.6.1...@pie-element/multi-trait-rubric-configure@3.6.2) (2024-03-26)
|
|
1108
1100
|
|
|
1101
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric-configure
|
|
1109
1102
|
|
|
1110
1103
|
|
|
1111
1104
|
|
|
1112
|
-
## [3.5.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@3.5.1...@pie-element/rubric-configure@3.5.2) (2024-03-22)
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
### Bug Fixes
|
|
1116
|
-
|
|
1117
|
-
* don't push a value for empty sample answer ([0628eee](https://github.com/pie-framework/pie-elements/commit/0628eeeece526b11115e5608675f7846b2a73703))
|
|
1118
|
-
|
|
1119
1105
|
|
|
1120
1106
|
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
## [3.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@3.5.0...@pie-element/rubric-configure@3.5.1) (2024-03-22)
|
|
1107
|
+
## [3.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.6.0...@pie-element/multi-trait-rubric-configure@3.6.1) (2024-03-22)
|
|
1124
1108
|
|
|
1125
1109
|
|
|
1126
1110
|
### Bug Fixes
|
|
1127
1111
|
|
|
1128
|
-
*
|
|
1112
|
+
* 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))
|
|
1129
1113
|
|
|
1130
1114
|
|
|
1131
1115
|
|
|
1132
1116
|
|
|
1133
1117
|
|
|
1134
|
-
# [3.
|
|
1118
|
+
# [3.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.5.0...@pie-element/multi-trait-rubric-configure@3.6.0) (2024-03-20)
|
|
1135
1119
|
|
|
1136
1120
|
|
|
1137
1121
|
### Bug Fixes
|
|
@@ -1149,7 +1133,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1149
1133
|
|
|
1150
1134
|
|
|
1151
1135
|
|
|
1152
|
-
# [3.
|
|
1136
|
+
# [3.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.4.2...@pie-element/multi-trait-rubric-configure@3.5.0) (2024-03-15)
|
|
1153
1137
|
|
|
1154
1138
|
|
|
1155
1139
|
### Features
|
|
@@ -1160,7 +1144,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1160
1144
|
|
|
1161
1145
|
|
|
1162
1146
|
|
|
1163
|
-
## [3.
|
|
1147
|
+
## [3.4.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.4.1...@pie-element/multi-trait-rubric-configure@3.4.2) (2024-03-13)
|
|
1164
1148
|
|
|
1165
1149
|
|
|
1166
1150
|
### Bug Fixes
|
|
@@ -1171,7 +1155,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1171
1155
|
|
|
1172
1156
|
|
|
1173
1157
|
|
|
1174
|
-
## [3.
|
|
1158
|
+
## [3.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.4.0...@pie-element/multi-trait-rubric-configure@3.4.1) (2024-03-12)
|
|
1175
1159
|
|
|
1176
1160
|
|
|
1177
1161
|
### Bug Fixes
|
|
@@ -1182,7 +1166,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1182
1166
|
|
|
1183
1167
|
|
|
1184
1168
|
|
|
1185
|
-
# [3.
|
|
1169
|
+
# [3.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.3.4...@pie-element/multi-trait-rubric-configure@3.4.0) (2024-03-04)
|
|
1186
1170
|
|
|
1187
1171
|
|
|
1188
1172
|
### Features
|
|
@@ -1193,7 +1177,30 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1193
1177
|
|
|
1194
1178
|
|
|
1195
1179
|
|
|
1196
|
-
## [3.
|
|
1180
|
+
## [3.3.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.3.3...@pie-element/multi-trait-rubric-configure@3.3.4) (2024-02-29)
|
|
1181
|
+
|
|
1182
|
+
|
|
1183
|
+
### Bug Fixes
|
|
1184
|
+
|
|
1185
|
+
* **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))
|
|
1186
|
+
|
|
1187
|
+
|
|
1188
|
+
|
|
1189
|
+
|
|
1190
|
+
|
|
1191
|
+
## [3.3.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.3.2...@pie-element/multi-trait-rubric-configure@3.3.3) (2024-02-22)
|
|
1192
|
+
|
|
1193
|
+
|
|
1194
|
+
### Bug Fixes
|
|
1195
|
+
|
|
1196
|
+
* **multi-trait-rubric:** add dynamic width calculations in componentDidUpdate for initial render PD-3470 ([2d95fa7](https://github.com/pie-framework/pie-elements/commit/2d95fa73cad1309ee888469ab33adc18d6df432a))
|
|
1197
|
+
* **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))
|
|
1198
|
+
|
|
1199
|
+
|
|
1200
|
+
|
|
1201
|
+
|
|
1202
|
+
|
|
1203
|
+
## [3.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.3.1...@pie-element/multi-trait-rubric-configure@3.3.2) (2024-02-20)
|
|
1197
1204
|
|
|
1198
1205
|
|
|
1199
1206
|
### Bug Fixes
|
|
@@ -1205,7 +1212,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1205
1212
|
|
|
1206
1213
|
|
|
1207
1214
|
|
|
1208
|
-
## [3.
|
|
1215
|
+
## [3.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.3.0...@pie-element/multi-trait-rubric-configure@3.3.1) (2024-02-14)
|
|
1209
1216
|
|
|
1210
1217
|
|
|
1211
1218
|
### Bug Fixes
|
|
@@ -1217,7 +1224,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1217
1224
|
|
|
1218
1225
|
|
|
1219
1226
|
|
|
1220
|
-
# [3.
|
|
1227
|
+
# [3.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.2.6...@pie-element/multi-trait-rubric-configure@3.3.0) (2024-02-09)
|
|
1221
1228
|
|
|
1222
1229
|
|
|
1223
1230
|
### Features
|
|
@@ -1228,7 +1235,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1228
1235
|
|
|
1229
1236
|
|
|
1230
1237
|
|
|
1231
|
-
## [3.
|
|
1238
|
+
## [3.2.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.2.5...@pie-element/multi-trait-rubric-configure@3.2.6) (2024-02-07)
|
|
1232
1239
|
|
|
1233
1240
|
|
|
1234
1241
|
### Bug Fixes
|
|
@@ -1239,19 +1246,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1239
1246
|
|
|
1240
1247
|
|
|
1241
1248
|
|
|
1242
|
-
## [3.
|
|
1249
|
+
## [3.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.2.4...@pie-element/multi-trait-rubric-configure@3.2.5) (2024-02-07)
|
|
1243
1250
|
|
|
1244
1251
|
|
|
1245
1252
|
### Bug Fixes
|
|
1246
1253
|
|
|
1247
|
-
*
|
|
1248
|
-
* **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))
|
|
1254
|
+
* delete extra scorePointsLabels when maxPoints is decreased DNA-19572 ([76ee4fa](https://github.com/pie-framework/pie-elements/commit/76ee4fab5fc2be721e4f6dd52f4fa354a4606b1f))
|
|
1249
1255
|
|
|
1250
1256
|
|
|
1251
1257
|
|
|
1252
1258
|
|
|
1253
1259
|
|
|
1254
|
-
## [3.
|
|
1260
|
+
## [3.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.2.3...@pie-element/multi-trait-rubric-configure@3.2.4) (2024-01-24)
|
|
1255
1261
|
|
|
1256
1262
|
|
|
1257
1263
|
### Bug Fixes
|
|
@@ -1262,7 +1268,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1262
1268
|
|
|
1263
1269
|
|
|
1264
1270
|
|
|
1265
|
-
## [3.
|
|
1271
|
+
## [3.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.2.2...@pie-element/multi-trait-rubric-configure@3.2.3) (2024-01-24)
|
|
1266
1272
|
|
|
1267
1273
|
|
|
1268
1274
|
### Bug Fixes
|
|
@@ -1273,7 +1279,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1273
1279
|
|
|
1274
1280
|
|
|
1275
1281
|
|
|
1276
|
-
## [3.
|
|
1282
|
+
## [3.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.2.1...@pie-element/multi-trait-rubric-configure@3.2.2) (2024-01-23)
|
|
1277
1283
|
|
|
1278
1284
|
|
|
1279
1285
|
### Bug Fixes
|
|
@@ -1285,7 +1291,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1285
1291
|
|
|
1286
1292
|
|
|
1287
1293
|
|
|
1288
|
-
## [3.1
|
|
1294
|
+
## [3.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.2.0...@pie-element/multi-trait-rubric-configure@3.2.1) (2024-01-15)
|
|
1289
1295
|
|
|
1290
1296
|
|
|
1291
1297
|
### Bug Fixes
|
|
@@ -1296,7 +1302,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1296
1302
|
|
|
1297
1303
|
|
|
1298
1304
|
|
|
1299
|
-
|
|
1305
|
+
# [3.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.1.2...@pie-element/multi-trait-rubric-configure@3.2.0) (2024-01-08)
|
|
1300
1306
|
|
|
1301
1307
|
|
|
1302
1308
|
### Bug Fixes
|
|
@@ -1306,10 +1312,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1306
1312
|
* update pie-lib/pie-toolbox SC-27396, SC-27398 ([658a553](https://github.com/pie-framework/pie-elements/commit/658a55358181271b508f7d550467eefadcd71544))
|
|
1307
1313
|
|
|
1308
1314
|
|
|
1315
|
+
### Features
|
|
1316
|
+
|
|
1317
|
+
* refactor for pie-lib/pie-toolbox and add print module for boilerplate-item-type ([8230d26](https://github.com/pie-framework/pie-elements/commit/8230d264069672c4a3242ff5ed60a6842bf5147f))
|
|
1318
|
+
|
|
1309
1319
|
|
|
1310
1320
|
|
|
1311
1321
|
|
|
1312
|
-
|
|
1322
|
+
|
|
1323
|
+
## [3.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.1.1...@pie-element/multi-trait-rubric-configure@3.1.2) (2024-01-08)
|
|
1313
1324
|
|
|
1314
1325
|
|
|
1315
1326
|
### Bug Fixes
|
|
@@ -1320,7 +1331,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1320
1331
|
|
|
1321
1332
|
|
|
1322
1333
|
|
|
1323
|
-
## [3.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@3.1.0...@pie-element/rubric-configure@3.1.1) (2024-01-04)
|
|
1334
|
+
## [3.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.1.0...@pie-element/multi-trait-rubric-configure@3.1.1) (2024-01-04)
|
|
1324
1335
|
|
|
1325
1336
|
|
|
1326
1337
|
### Bug Fixes
|
|
@@ -1332,29 +1343,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1332
1343
|
|
|
1333
1344
|
|
|
1334
1345
|
|
|
1335
|
-
# [3.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@3.0.3...@pie-element/rubric-configure@3.1.0) (2023-12-19)
|
|
1346
|
+
# [3.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.0.3...@pie-element/multi-trait-rubric-configure@3.1.0) (2023-12-19)
|
|
1336
1347
|
|
|
1337
1348
|
|
|
1338
1349
|
### Bug Fixes
|
|
1339
1350
|
|
|
1351
|
+
* tests ([6e621f3](https://github.com/pie-framework/pie-elements/commit/6e621f3e0e5f379fa58652f39f4eacdfda72ab43))
|
|
1352
|
+
* tweaks PD-3307 ([15f7c05](https://github.com/pie-framework/pie-elements/commit/15f7c05c42a34286b9cbca02d5404a4fc2fd2ccd))
|
|
1340
1353
|
* update pie-lib/pie-toolbox PD-2068 ([34eccd5](https://github.com/pie-framework/pie-elements/commit/34eccd52c44259eddf3e2b816b00b82f83bc2bf8))
|
|
1354
|
+
* **multi-trait-rubric:** wip use all horizontal space PD-3203 ([b1484c0](https://github.com/pie-framework/pie-elements/commit/b1484c059993e2b0ce78898797571a77f56eeda8))
|
|
1355
|
+
* **multi-trait-rubric + complex-rubric:** width calculations PD-3203 ([a55afb5](https://github.com/pie-framework/pie-elements/commit/a55afb5e4859fa3e85e0f1615287efb5ee98b820))
|
|
1341
1356
|
|
|
1342
1357
|
|
|
1343
1358
|
### Features
|
|
1344
1359
|
|
|
1345
1360
|
* update pie-lib/pie-toolbox PD-2555 ([86d4fd9](https://github.com/pie-framework/pie-elements/commit/86d4fd909180dd1fcbc446bd8b29c23af21a1c69))
|
|
1346
|
-
* **rubric:** solve conflicts PD-2555 ([b67c659](https://github.com/pie-framework/pie-elements/commit/b67c65945fc68ef1bd577a915b5f8918da0a716b))
|
|
1347
1361
|
* 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))
|
|
1348
|
-
* **complex-rubric:** add instruction for rubricless, render rubricTypes dinamically PD-2555 ([3c0c44f](https://github.com/pie-framework/pie-elements/commit/3c0c44f4e570c6f7a6edc8859277967fbd1719b0))
|
|
1349
|
-
* **complex-rubrix:** add new rubric type and asjust logic ([e49fc22](https://github.com/pie-framework/pie-elements/commit/e49fc2281a8df02bd7dec9b931d06aa74e919031))
|
|
1350
1362
|
* **multi-trait-rubric:** add new property maxMaxPoints to authoring configuration PD-3307 ([6e43337](https://github.com/pie-framework/pie-elements/commit/6e4333707021159b25d8ca3f692b9f701b3835e8))
|
|
1351
|
-
* **rubric:** add new property maxMaxPoints to authoring configuration PD-3307 ([5f80c3f](https://github.com/pie-framework/pie-elements/commit/5f80c3fd84757361e148dbe749470a2a4653bd22))
|
|
1352
1363
|
|
|
1353
1364
|
|
|
1354
1365
|
|
|
1355
1366
|
|
|
1356
1367
|
|
|
1357
|
-
## [3.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@3.0.2...@pie-element/rubric-configure@3.0.3) (2023-11-27)
|
|
1368
|
+
## [3.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.0.2...@pie-element/multi-trait-rubric-configure@3.0.3) (2023-11-27)
|
|
1358
1369
|
|
|
1359
1370
|
|
|
1360
1371
|
### Bug Fixes
|
|
@@ -1365,7 +1376,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1365
1376
|
|
|
1366
1377
|
|
|
1367
1378
|
|
|
1368
|
-
## [3.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@3.0.1...@pie-element/rubric-configure@3.0.2) (2023-11-27)
|
|
1379
|
+
## [3.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.0.1...@pie-element/multi-trait-rubric-configure@3.0.2) (2023-11-27)
|
|
1369
1380
|
|
|
1370
1381
|
|
|
1371
1382
|
### Bug Fixes
|
|
@@ -1377,7 +1388,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1377
1388
|
|
|
1378
1389
|
|
|
1379
1390
|
|
|
1380
|
-
## [3.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@3.0.0...@pie-element/rubric-configure@3.0.1) (2023-11-09)
|
|
1391
|
+
## [3.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@3.0.0...@pie-element/multi-trait-rubric-configure@3.0.1) (2023-11-09)
|
|
1381
1392
|
|
|
1382
1393
|
|
|
1383
1394
|
### Bug Fixes
|
|
@@ -1388,7 +1399,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1388
1399
|
|
|
1389
1400
|
|
|
1390
1401
|
|
|
1391
|
-
# [3.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@2.
|
|
1402
|
+
# [3.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.12.2...@pie-element/multi-trait-rubric-configure@3.0.0) (2023-11-07)
|
|
1392
1403
|
|
|
1393
1404
|
|
|
1394
1405
|
### Bug Fixes
|
|
@@ -1412,7 +1423,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1412
1423
|
|
|
1413
1424
|
|
|
1414
1425
|
|
|
1415
|
-
## [2.
|
|
1426
|
+
## [2.12.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.12.1...@pie-element/multi-trait-rubric-configure@2.12.2) (2023-11-06)
|
|
1427
|
+
|
|
1428
|
+
|
|
1429
|
+
### Bug Fixes
|
|
1430
|
+
|
|
1431
|
+
* **multi-trait-rubric:** horizontal scrollbar missing initially PD-3267 ([a7b0d13](https://github.com/pie-framework/pie-elements/commit/a7b0d1350459792b44e11e4679c545c38b9e953b))
|
|
1432
|
+
|
|
1433
|
+
|
|
1434
|
+
|
|
1435
|
+
|
|
1436
|
+
|
|
1437
|
+
## [2.12.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.12.0...@pie-element/multi-trait-rubric-configure@2.12.1) (2023-10-26)
|
|
1416
1438
|
|
|
1417
1439
|
|
|
1418
1440
|
### Bug Fixes
|
|
@@ -1423,7 +1445,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1423
1445
|
|
|
1424
1446
|
|
|
1425
1447
|
|
|
1426
|
-
# [2.
|
|
1448
|
+
# [2.12.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.11.5...@pie-element/multi-trait-rubric-configure@2.12.0) (2023-10-16)
|
|
1427
1449
|
|
|
1428
1450
|
|
|
1429
1451
|
### Features
|
|
@@ -1434,7 +1456,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1434
1456
|
|
|
1435
1457
|
|
|
1436
1458
|
|
|
1437
|
-
## [2.
|
|
1459
|
+
## [2.11.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.11.4...@pie-element/multi-trait-rubric-configure@2.11.5) (2023-10-16)
|
|
1438
1460
|
|
|
1439
1461
|
|
|
1440
1462
|
### Bug Fixes
|
|
@@ -1445,7 +1467,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1445
1467
|
|
|
1446
1468
|
|
|
1447
1469
|
|
|
1448
|
-
## [2.
|
|
1470
|
+
## [2.11.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.11.3...@pie-element/multi-trait-rubric-configure@2.11.4) (2023-10-03)
|
|
1449
1471
|
|
|
1450
1472
|
|
|
1451
1473
|
### Bug Fixes
|
|
@@ -1456,15 +1478,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1456
1478
|
|
|
1457
1479
|
|
|
1458
1480
|
|
|
1459
|
-
## [2.
|
|
1481
|
+
## [2.11.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.11.2...@pie-element/multi-trait-rubric-configure@2.11.3) (2023-09-28)
|
|
1460
1482
|
|
|
1461
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
1483
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric-configure
|
|
1462
1484
|
|
|
1463
1485
|
|
|
1464
1486
|
|
|
1465
1487
|
|
|
1466
1488
|
|
|
1467
|
-
## [2.
|
|
1489
|
+
## [2.11.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.11.1...@pie-element/multi-trait-rubric-configure@2.11.2) (2023-09-26)
|
|
1468
1490
|
|
|
1469
1491
|
|
|
1470
1492
|
### Bug Fixes
|
|
@@ -1475,15 +1497,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1475
1497
|
|
|
1476
1498
|
|
|
1477
1499
|
|
|
1478
|
-
## [2.
|
|
1500
|
+
## [2.11.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.11.0...@pie-element/multi-trait-rubric-configure@2.11.1) (2023-09-25)
|
|
1479
1501
|
|
|
1480
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
1502
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric-configure
|
|
1481
1503
|
|
|
1482
1504
|
|
|
1483
1505
|
|
|
1484
1506
|
|
|
1485
1507
|
|
|
1486
|
-
# [2.
|
|
1508
|
+
# [2.11.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.10.6...@pie-element/multi-trait-rubric-configure@2.11.0) (2023-09-25)
|
|
1487
1509
|
|
|
1488
1510
|
|
|
1489
1511
|
### Bug Fixes
|
|
@@ -1502,7 +1524,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1502
1524
|
|
|
1503
1525
|
|
|
1504
1526
|
|
|
1505
|
-
## [2.
|
|
1527
|
+
## [2.10.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.10.5...@pie-element/multi-trait-rubric-configure@2.10.6) (2023-09-05)
|
|
1506
1528
|
|
|
1507
1529
|
|
|
1508
1530
|
### Bug Fixes
|
|
@@ -1513,7 +1535,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1513
1535
|
|
|
1514
1536
|
|
|
1515
1537
|
|
|
1516
|
-
## [2.
|
|
1538
|
+
## [2.10.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.10.4...@pie-element/multi-trait-rubric-configure@2.10.5) (2023-09-04)
|
|
1517
1539
|
|
|
1518
1540
|
|
|
1519
1541
|
### Bug Fixes
|
|
@@ -1525,7 +1547,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1525
1547
|
|
|
1526
1548
|
|
|
1527
1549
|
|
|
1528
|
-
## [2.
|
|
1550
|
+
## [2.10.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.10.3...@pie-element/multi-trait-rubric-configure@2.10.4) (2023-08-21)
|
|
1529
1551
|
|
|
1530
1552
|
|
|
1531
1553
|
### Bug Fixes
|
|
@@ -1536,15 +1558,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1536
1558
|
|
|
1537
1559
|
|
|
1538
1560
|
|
|
1539
|
-
## [2.
|
|
1561
|
+
## [2.10.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.10.2...@pie-element/multi-trait-rubric-configure@2.10.3) (2023-08-21)
|
|
1540
1562
|
|
|
1541
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
1563
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric-configure
|
|
1542
1564
|
|
|
1543
1565
|
|
|
1544
1566
|
|
|
1545
1567
|
|
|
1546
1568
|
|
|
1547
|
-
## [2.
|
|
1569
|
+
## [2.10.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.10.1...@pie-element/multi-trait-rubric-configure@2.10.2) (2023-08-15)
|
|
1548
1570
|
|
|
1549
1571
|
|
|
1550
1572
|
### Bug Fixes
|
|
@@ -1557,37 +1579,50 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1557
1579
|
|
|
1558
1580
|
|
|
1559
1581
|
|
|
1560
|
-
## [2.
|
|
1582
|
+
## [2.10.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.10.0...@pie-element/multi-trait-rubric-configure@2.10.1) (2023-07-24)
|
|
1561
1583
|
|
|
1562
1584
|
|
|
1563
1585
|
### Bug Fixes
|
|
1564
1586
|
|
|
1565
1587
|
* update pie-libs PD-2984, PD-2991, PD-2992, PD-3036 ([12c9426](https://github.com/pie-framework/pie-elements/commit/12c94269e3b645d74a0014c597d30662823bb34a))
|
|
1588
|
+
* **multi-trait-rubric:** PD-2904 text formatting toolbar gets truncated ([3f0f9e3](https://github.com/pie-framework/pie-elements/commit/3f0f9e33550a3052c025d410ba0ad0c1333a9b6a))
|
|
1589
|
+
* **multi-trait-rubric:** PD-2904 update snapshots ([c70252f](https://github.com/pie-framework/pie-elements/commit/c70252f8c357d85386e1d4571308f320199b960a))
|
|
1566
1590
|
|
|
1567
1591
|
|
|
1568
1592
|
|
|
1569
1593
|
|
|
1570
1594
|
|
|
1571
|
-
|
|
1595
|
+
# [2.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.9.0...@pie-element/multi-trait-rubric-configure@2.10.0) (2023-07-06)
|
|
1572
1596
|
|
|
1573
1597
|
|
|
1574
1598
|
### Bug Fixes
|
|
1575
1599
|
|
|
1576
|
-
* updated editable-html dependent packages for PD-2150 ([ffa6297](https://github.com/pie-framework/pie-elements/commit/ffa62977a9e329c1e12ea1dfcb2af4ba4c993bca))
|
|
1577
1600
|
* updated pie-lib PD-2150 ([72f20be](https://github.com/pie-framework/pie-elements/commit/72f20be258248c86dde8d5d587290cd640bfd947))
|
|
1601
|
+
* **multi-trait-rubric:** fix conflicts ([52f3c3d](https://github.com/pie-framework/pie-elements/commit/52f3c3d87cca681094c1475085dce9f0cf395030))
|
|
1602
|
+
* updated editable-html dependent packages for PD-2150 ([ffa6297](https://github.com/pie-framework/pie-elements/commit/ffa62977a9e329c1e12ea1dfcb2af4ba4c993bca))
|
|
1603
|
+
* **multi-trait-rubric:** set 100% width for wide screens PD-2901 ([158faee](https://github.com/pie-framework/pie-elements/commit/158faeeabf6e9f9b84cd47a9d2b5c966e3a057a4))
|
|
1578
1604
|
|
|
1579
1605
|
|
|
1606
|
+
### Features
|
|
1607
|
+
|
|
1608
|
+
* **multi-trait-rubric:** PD-2872-ui part of validations ([bba8c0c](https://github.com/pie-framework/pie-elements/commit/bba8c0cd410cb1968c5f144c97aded00624cece2))
|
|
1609
|
+
* **multi-trait-rubric:** PD-2939-placeholder values changes, snapshot updates ([093f919](https://github.com/pie-framework/pie-elements/commit/093f919841cb0ed35a1a58501b4f9dbd6c7c5c40))
|
|
1610
|
+
* **multi-trait-rubric:** solve review observations ([b4aef59](https://github.com/pie-framework/pie-elements/commit/b4aef594a59c80530b3049cc30754eef905982ed))
|
|
1611
|
+
|
|
1580
1612
|
|
|
1581
1613
|
|
|
1582
1614
|
|
|
1583
|
-
|
|
1615
|
+
|
|
1616
|
+
# [2.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.8.0...@pie-element/multi-trait-rubric-configure@2.9.0) (2023-06-13)
|
|
1584
1617
|
|
|
1585
1618
|
|
|
1586
1619
|
### Bug Fixes
|
|
1587
1620
|
|
|
1588
|
-
* update libs PD-2722, PD-2827, PD-2832 ([834ecf9](https://github.com/pie-framework/pie-elements/commit/834ecf92cc7204c851c68f0945ad5d52e453c9d0))
|
|
1589
1621
|
* update pie-libs ([649fb8f](https://github.com/pie-framework/pie-elements/commit/649fb8f535172d76b3ffc676ec53b2726432808c))
|
|
1590
1622
|
* update pie-libs PD-2150, PD-2795 ([ff6f64a](https://github.com/pie-framework/pie-elements/commit/ff6f64afa6ccaa8a060c986b1637c680e68c62b6))
|
|
1623
|
+
* **multi-trait-rubric:** PD-2827 delete unused import ([a41a3f0](https://github.com/pie-framework/pie-elements/commit/a41a3f0e07b5181289954c062b58cb42401d9012))
|
|
1624
|
+
* update libs PD-2722, PD-2827, PD-2832 ([834ecf9](https://github.com/pie-framework/pie-elements/commit/834ecf92cc7204c851c68f0945ad5d52e453c9d0))
|
|
1625
|
+
* **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))
|
|
1591
1626
|
|
|
1592
1627
|
|
|
1593
1628
|
### Features
|
|
@@ -1598,7 +1633,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1598
1633
|
|
|
1599
1634
|
|
|
1600
1635
|
|
|
1601
|
-
# [2.
|
|
1636
|
+
# [2.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.7.3...@pie-element/multi-trait-rubric-configure@2.8.0) (2023-05-23)
|
|
1602
1637
|
|
|
1603
1638
|
|
|
1604
1639
|
### Bug Fixes
|
|
@@ -1615,20 +1650,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1615
1650
|
|
|
1616
1651
|
|
|
1617
1652
|
|
|
1618
|
-
## [2.
|
|
1653
|
+
## [2.7.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.7.2...@pie-element/multi-trait-rubric-configure@2.7.3) (2023-05-02)
|
|
1619
1654
|
|
|
1620
1655
|
|
|
1621
1656
|
### Bug Fixes
|
|
1622
1657
|
|
|
1623
|
-
* update pie-libs (fix eslint problems PD-2732) ([3fa630e](https://github.com/pie-framework/pie-elements/commit/3fa630eb96b116cb685ab58fbf216fb572d1c333))
|
|
1624
1658
|
* update pie-libs PD-2755, PD-2625, PD-2119 ([698446b](https://github.com/pie-framework/pie-elements/commit/698446b29a553a022c91825118370faae824b723))
|
|
1625
1659
|
* 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))
|
|
1660
|
+
* **multi-trait-rubric:** fix scrolling issue on add description PD-2741 ([e5b309c](https://github.com/pie-framework/pie-elements/commit/e5b309c1944ba6e6d473c020344c52fb034582de))
|
|
1661
|
+
* update pie-libs (fix eslint problems PD-2732) ([3fa630e](https://github.com/pie-framework/pie-elements/commit/3fa630eb96b116cb685ab58fbf216fb572d1c333))
|
|
1662
|
+
* **multi-trait-rubric:** set default minNoOfScales to 1 PD-2740 ([4f61a21](https://github.com/pie-framework/pie-elements/commit/4f61a21932e75914ce9207ea1e56f2c08a152d8a))
|
|
1663
|
+
* **multi-trait-rubric:** use traitLabel as default value instead of 'Trait' PD-1582 ([d6d7049](https://github.com/pie-framework/pie-elements/commit/d6d70490060220d0282d38e5a71e1f76a784dbda))
|
|
1626
1664
|
|
|
1627
1665
|
|
|
1628
1666
|
|
|
1629
1667
|
|
|
1630
1668
|
|
|
1631
|
-
## [2.
|
|
1669
|
+
## [2.7.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.7.1...@pie-element/multi-trait-rubric-configure@2.7.2) (2023-04-25)
|
|
1632
1670
|
|
|
1633
1671
|
|
|
1634
1672
|
### Bug Fixes
|
|
@@ -1639,7 +1677,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1639
1677
|
|
|
1640
1678
|
|
|
1641
1679
|
|
|
1642
|
-
## [2.
|
|
1680
|
+
## [2.7.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.7.0...@pie-element/multi-trait-rubric-configure@2.7.1) (2023-04-14)
|
|
1643
1681
|
|
|
1644
1682
|
|
|
1645
1683
|
### Bug Fixes
|
|
@@ -1650,13 +1688,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1650
1688
|
|
|
1651
1689
|
|
|
1652
1690
|
|
|
1653
|
-
# [2.
|
|
1691
|
+
# [2.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.6.0...@pie-element/multi-trait-rubric-configure@2.7.0) (2023-04-10)
|
|
1654
1692
|
|
|
1655
1693
|
|
|
1656
1694
|
### Bug Fixes
|
|
1657
1695
|
|
|
1658
1696
|
* update pie-libs ([b7d3e7f](https://github.com/pie-framework/pie-elements/commit/b7d3e7f7160aafd5dcfed2960bc6c2f03dba2180))
|
|
1659
1697
|
* **all elements:** fix eslint problems-PD-2732 ([eaeabfb](https://github.com/pie-framework/pie-elements/commit/eaeabfbbe3a868a1f9828ef831a7ea864dee75a9))
|
|
1698
|
+
* **multi-trait-rubric:** fix container arrows PD-2547 ([6854c88](https://github.com/pie-framework/pie-elements/commit/6854c884967088181d4ad87e1b2ebf46737078e5))
|
|
1660
1699
|
* update pie-libs ([6738269](https://github.com/pie-framework/pie-elements/commit/6738269d878f24ec4429f210d18bbf591123a55f))
|
|
1661
1700
|
* update pie-libs ([9f05be1](https://github.com/pie-framework/pie-elements/commit/9f05be1ae6bf0a9651739b6bef7eca32ecabb4ce))
|
|
1662
1701
|
|
|
@@ -1669,7 +1708,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1669
1708
|
|
|
1670
1709
|
|
|
1671
1710
|
|
|
1672
|
-
|
|
1711
|
+
# [2.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.5.3...@pie-element/multi-trait-rubric-configure@2.6.0) (2023-03-20)
|
|
1673
1712
|
|
|
1674
1713
|
|
|
1675
1714
|
### Bug Fixes
|
|
@@ -1678,10 +1717,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1678
1717
|
* update pie-libs ([1fe3d37](https://github.com/pie-framework/pie-elements/commit/1fe3d37d2b001f7944e4da7c895a83ccecefefcb))
|
|
1679
1718
|
|
|
1680
1719
|
|
|
1720
|
+
### Features
|
|
1721
|
+
|
|
1722
|
+
* added color theming support PD-310 ([64976e0](https://github.com/pie-framework/pie-elements/commit/64976e08151b346f0760aedee2cd0e4ce6ff7f8b))
|
|
1723
|
+
|
|
1724
|
+
|
|
1681
1725
|
|
|
1682
1726
|
|
|
1683
1727
|
|
|
1684
|
-
## [2.5.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@2.5.2...@pie-element/rubric-configure@2.5.3) (2023-02-28)
|
|
1728
|
+
## [2.5.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.5.2...@pie-element/multi-trait-rubric-configure@2.5.3) (2023-02-28)
|
|
1685
1729
|
|
|
1686
1730
|
|
|
1687
1731
|
### Bug Fixes
|
|
@@ -1692,7 +1736,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1692
1736
|
|
|
1693
1737
|
|
|
1694
1738
|
|
|
1695
|
-
## [2.5.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@2.5.1...@pie-element/rubric-configure@2.5.2) (2023-02-28)
|
|
1739
|
+
## [2.5.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.5.1...@pie-element/multi-trait-rubric-configure@2.5.2) (2023-02-28)
|
|
1696
1740
|
|
|
1697
1741
|
|
|
1698
1742
|
### Bug Fixes
|
|
@@ -1703,27 +1747,41 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1703
1747
|
|
|
1704
1748
|
|
|
1705
1749
|
|
|
1706
|
-
## [2.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@2.5.0...@pie-element/rubric-configure@2.5.1) (2023-02-28)
|
|
1750
|
+
## [2.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.5.0...@pie-element/multi-trait-rubric-configure@2.5.1) (2023-02-28)
|
|
1751
|
+
|
|
1707
1752
|
|
|
1708
|
-
|
|
1753
|
+
### Bug Fixes
|
|
1754
|
+
|
|
1755
|
+
* update pie-libs ([110161a](https://github.com/pie-framework/pie-elements/commit/110161ad113e76b5fdb6fc06e233889befbc366a))
|
|
1709
1756
|
|
|
1710
1757
|
|
|
1711
1758
|
|
|
1712
1759
|
|
|
1713
1760
|
|
|
1714
|
-
# [2.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@2.4.0...@pie-element/rubric-configure@2.5.0) (2023-02-14)
|
|
1761
|
+
# [2.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.4.0...@pie-element/multi-trait-rubric-configure@2.5.0) (2023-02-14)
|
|
1762
|
+
|
|
1763
|
+
|
|
1764
|
+
### Bug Fixes
|
|
1765
|
+
|
|
1766
|
+
* **multi-trait-rubric:** show arrow at first maxPoints change PD-2467 ([7891150](https://github.com/pie-framework/pie-elements/commit/78911507c2746b9da0f4fb1254f0e1a6954417ea))
|
|
1767
|
+
* add comment, remove unnecesary prop ([560ebf2](https://github.com/pie-framework/pie-elements/commit/560ebf27168a79f7c45cee52d280fb16e4cbb2a9))
|
|
1768
|
+
* tests ([61048dd](https://github.com/pie-framework/pie-elements/commit/61048ddc1ea34701e18d7ca6393fb3576c86ef4d))
|
|
1715
1769
|
|
|
1716
1770
|
|
|
1717
1771
|
### Features
|
|
1718
1772
|
|
|
1719
1773
|
* update pie-libs ([e2c0b89](https://github.com/pie-framework/pie-elements/commit/e2c0b894caa20ed5d5681302a84b2bfd20dbd9f6))
|
|
1720
|
-
* **rubric:** add width property to configuration ([75bdb82](https://github.com/pie-framework/pie-elements/commit/75bdb82ddd3ffe41ce50aa98928914f321127eed))
|
|
1721
1774
|
|
|
1722
1775
|
|
|
1723
1776
|
|
|
1724
1777
|
|
|
1725
1778
|
|
|
1726
|
-
# [2.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@2.3.0...@pie-element/rubric-configure@2.4.0) (2023-02-01)
|
|
1779
|
+
# [2.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.3.0...@pie-element/multi-trait-rubric-configure@2.4.0) (2023-02-01)
|
|
1780
|
+
|
|
1781
|
+
|
|
1782
|
+
### Bug Fixes
|
|
1783
|
+
|
|
1784
|
+
* **multi-trait-rubric:** fix scrolling PD-2467 ([d5d597a](https://github.com/pie-framework/pie-elements/commit/d5d597ae569cd77a7cf1f097de87b3d55b73bdc4))
|
|
1727
1785
|
|
|
1728
1786
|
|
|
1729
1787
|
### Features
|
|
@@ -1734,7 +1792,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1734
1792
|
|
|
1735
1793
|
|
|
1736
1794
|
|
|
1737
|
-
# [2.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@2.2.0...@pie-element/rubric-configure@2.3.0) (2023-01-17)
|
|
1795
|
+
# [2.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.2.0...@pie-element/multi-trait-rubric-configure@2.3.0) (2023-01-17)
|
|
1796
|
+
|
|
1797
|
+
|
|
1798
|
+
### Bug Fixes
|
|
1799
|
+
|
|
1800
|
+
* **multi-trait-rubric:** set max points dropdown to 1 PD-2487 ([5111342](https://github.com/pie-framework/pie-elements/commit/51113426bf7b0bcfe79baf833b5d37812418e8de))
|
|
1801
|
+
* tests ([93540dc](https://github.com/pie-framework/pie-elements/commit/93540dc3d78398998037b66f02ec17184e29fca8))
|
|
1802
|
+
* **multi-trait-rubric:** fix validation bugs, update documentation. Fixed match docs typo PD-2427 ([26d598e](https://github.com/pie-framework/pie-elements/commit/26d598e7a32d50ed176d566605bb6b4ebdc07a2c))
|
|
1738
1803
|
|
|
1739
1804
|
|
|
1740
1805
|
### Features
|
|
@@ -1745,7 +1810,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1745
1810
|
|
|
1746
1811
|
|
|
1747
1812
|
|
|
1748
|
-
# [2.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@2.1.
|
|
1813
|
+
# [2.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.1.5...@pie-element/multi-trait-rubric-configure@2.2.0) (2023-01-05)
|
|
1749
1814
|
|
|
1750
1815
|
|
|
1751
1816
|
### Features
|
|
@@ -1753,13 +1818,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1753
1818
|
* update pie-libs ([b174476](https://github.com/pie-framework/pie-elements/commit/b174476729119a0689f1f8adfc8c235246676cab))
|
|
1754
1819
|
* update pie-libs ([f72c3c8](https://github.com/pie-framework/pie-elements/commit/f72c3c8d8bc9bbf061bb81502317157a63c22972))
|
|
1755
1820
|
* update pie-libs ([8490729](https://github.com/pie-framework/pie-elements/commit/8490729a2389d36fd3968f0806119fde96577842))
|
|
1756
|
-
* **rubric:**
|
|
1821
|
+
* **multi-trait-rubric:** added configuration prop to hide the settings panel PD-1999 ([88e2ad2](https://github.com/pie-framework/pie-elements/commit/88e2ad2bf73ae5f8a95c3ca2930f9d8642281c13))
|
|
1757
1822
|
|
|
1758
1823
|
|
|
1759
1824
|
|
|
1760
1825
|
|
|
1761
1826
|
|
|
1762
|
-
## [2.1.
|
|
1827
|
+
## [2.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.1.4...@pie-element/multi-trait-rubric-configure@2.1.5) (2022-12-21)
|
|
1763
1828
|
|
|
1764
1829
|
|
|
1765
1830
|
### Bug Fixes
|
|
@@ -1770,7 +1835,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1770
1835
|
|
|
1771
1836
|
|
|
1772
1837
|
|
|
1773
|
-
## [2.1.
|
|
1838
|
+
## [2.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.1.3...@pie-element/multi-trait-rubric-configure@2.1.4) (2022-12-20)
|
|
1774
1839
|
|
|
1775
1840
|
|
|
1776
1841
|
### Bug Fixes
|
|
@@ -1781,7 +1846,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1781
1846
|
|
|
1782
1847
|
|
|
1783
1848
|
|
|
1784
|
-
## [2.1.
|
|
1849
|
+
## [2.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.1.2...@pie-element/multi-trait-rubric-configure@2.1.3) (2022-12-07)
|
|
1785
1850
|
|
|
1786
1851
|
|
|
1787
1852
|
### Bug Fixes
|
|
@@ -1797,140 +1862,138 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1797
1862
|
|
|
1798
1863
|
|
|
1799
1864
|
|
|
1800
|
-
## [2.1.
|
|
1801
|
-
|
|
1802
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1865
|
+
## [2.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.1.1...@pie-element/multi-trait-rubric-configure@2.1.2) (2022-11-15)
|
|
1806
1866
|
|
|
1867
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric-configure
|
|
1807
1868
|
|
|
1808
|
-
## [2.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@2.1.1...@pie-element/rubric-configure@2.1.2) (2022-10-31)
|
|
1809
1869
|
|
|
1810
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
1811
1870
|
|
|
1812
1871
|
|
|
1813
1872
|
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
## [2.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@2.1.0...@pie-element/rubric-configure@2.1.1) (2022-10-18)
|
|
1873
|
+
## [2.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.1.0...@pie-element/multi-trait-rubric-configure@2.1.1) (2022-10-31)
|
|
1817
1874
|
|
|
1818
1875
|
|
|
1819
1876
|
### Bug Fixes
|
|
1820
1877
|
|
|
1821
|
-
* rubric
|
|
1878
|
+
* **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))
|
|
1822
1879
|
|
|
1823
1880
|
|
|
1824
1881
|
|
|
1825
1882
|
|
|
1826
1883
|
|
|
1827
|
-
# [2.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@2.0.11...@pie-element/rubric-configure@2.1.0) (2022-10-17)
|
|
1884
|
+
# [2.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.0.11...@pie-element/multi-trait-rubric-configure@2.1.0) (2022-10-17)
|
|
1828
1885
|
|
|
1829
1886
|
|
|
1830
1887
|
### Bug Fixes
|
|
1831
1888
|
|
|
1832
|
-
*
|
|
1833
|
-
* rubric imports ([4b8a9de](https://github.com/pie-framework/pie-elements/commit/4b8a9de461846ce1722f56208abb54999a59dc29))
|
|
1889
|
+
* tests ([d165efc](https://github.com/pie-framework/pie-elements/commit/d165efcc2684e2452d1d20e5c10cc1a72b99afc0))
|
|
1834
1890
|
|
|
1835
1891
|
|
|
1836
1892
|
### Features
|
|
1837
1893
|
|
|
1894
|
+
* update libs ([7e174fb](https://github.com/pie-framework/pie-elements/commit/7e174fba75e7ea668900ad5c103751cefe33e2af))
|
|
1838
1895
|
* update pie-lib/rubric dependecies version ([5546015](https://github.com/pie-framework/pie-elements/commit/5546015c3923ce2e34ab810ccd698424c1009c03))
|
|
1839
|
-
* **rubric:**
|
|
1896
|
+
* **complex-rubric:** PD-2013 implement new item type for rubrics ([33c08ff](https://github.com/pie-framework/pie-elements/commit/33c08ff8068255595e5bed7ac2d8675e57e2f925))
|
|
1897
|
+
* **complex-rubric, multi-trait-rubric:** add new settings panel properties ([58d55e8](https://github.com/pie-framework/pie-elements/commit/58d55e877602d2655c7767433bdb404e4693074b))
|
|
1898
|
+
* **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))
|
|
1899
|
+
* **multi-trait-rubric:** enable/disable max points and add scale PD-2040 ([e0c0a72](https://github.com/pie-framework/pie-elements/commit/e0c0a721ca0def0519987ab8cf09c36b058791dc))
|
|
1900
|
+
* enable spanish and special characters in author PD-2120 ([85fd3dd](https://github.com/pie-framework/pie-elements/commit/85fd3dd0fc10da1a2dfd5a842809c625790f8ba9))
|
|
1901
|
+
* **multi-trait-rubric:** add pie-api config PD-23 ([5cda6c3](https://github.com/pie-framework/pie-elements/commit/5cda6c3536e2b710f2b3577ecbb2aaca683a6b88))
|
|
1902
|
+
* **multi-trait-rubric:** add uploadSoundSupport property PD-23-updated ([25fdba3](https://github.com/pie-framework/pie-elements/commit/25fdba377ad13fc1cc56fd54200b87d08571e7b9))
|
|
1840
1903
|
|
|
1841
1904
|
|
|
1842
1905
|
|
|
1843
1906
|
|
|
1844
1907
|
|
|
1845
|
-
## [2.0.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@2.0.10...@pie-element/rubric-configure@2.0.11) (2022-09-29)
|
|
1908
|
+
## [2.0.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.0.10...@pie-element/multi-trait-rubric-configure@2.0.11) (2022-09-29)
|
|
1846
1909
|
|
|
1847
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
1910
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric-configure
|
|
1848
1911
|
|
|
1849
1912
|
|
|
1850
1913
|
|
|
1851
1914
|
|
|
1852
1915
|
|
|
1853
|
-
## [2.0.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@2.0.9...@pie-element/rubric-configure@2.0.10) (2022-09-14)
|
|
1916
|
+
## [2.0.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.0.9...@pie-element/multi-trait-rubric-configure@2.0.10) (2022-09-14)
|
|
1854
1917
|
|
|
1855
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
1918
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric-configure
|
|
1856
1919
|
|
|
1857
1920
|
|
|
1858
1921
|
|
|
1859
1922
|
|
|
1860
1923
|
|
|
1861
|
-
## [2.0.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@2.0.8...@pie-element/rubric-configure@2.0.9) (2022-09-13)
|
|
1924
|
+
## [2.0.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.0.8...@pie-element/multi-trait-rubric-configure@2.0.9) (2022-09-13)
|
|
1862
1925
|
|
|
1863
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
1926
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric-configure
|
|
1864
1927
|
|
|
1865
1928
|
|
|
1866
1929
|
|
|
1867
1930
|
|
|
1868
1931
|
|
|
1869
|
-
## [2.0.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@2.0.7...@pie-element/rubric-configure@2.0.8) (2022-08-31)
|
|
1932
|
+
## [2.0.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.0.7...@pie-element/multi-trait-rubric-configure@2.0.8) (2022-08-31)
|
|
1870
1933
|
|
|
1871
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
1934
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric-configure
|
|
1872
1935
|
|
|
1873
1936
|
|
|
1874
1937
|
|
|
1875
1938
|
|
|
1876
1939
|
|
|
1877
|
-
## [2.0.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@2.0.6...@pie-element/rubric-configure@2.0.7) (2022-08-16)
|
|
1940
|
+
## [2.0.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.0.6...@pie-element/multi-trait-rubric-configure@2.0.7) (2022-08-16)
|
|
1878
1941
|
|
|
1879
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
1942
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric-configure
|
|
1880
1943
|
|
|
1881
1944
|
|
|
1882
1945
|
|
|
1883
1946
|
|
|
1884
1947
|
|
|
1885
|
-
## [2.0.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@2.0.5...@pie-element/rubric-configure@2.0.6) (2022-08-08)
|
|
1948
|
+
## [2.0.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.0.5...@pie-element/multi-trait-rubric-configure@2.0.6) (2022-08-08)
|
|
1886
1949
|
|
|
1887
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
1950
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric-configure
|
|
1888
1951
|
|
|
1889
1952
|
|
|
1890
1953
|
|
|
1891
1954
|
|
|
1892
1955
|
|
|
1893
|
-
## [2.0.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@2.0.4...@pie-element/rubric-configure@2.0.5) (2022-08-02)
|
|
1956
|
+
## [2.0.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.0.4...@pie-element/multi-trait-rubric-configure@2.0.5) (2022-08-02)
|
|
1894
1957
|
|
|
1895
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
1958
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric-configure
|
|
1896
1959
|
|
|
1897
1960
|
|
|
1898
1961
|
|
|
1899
1962
|
|
|
1900
1963
|
|
|
1901
|
-
## [2.0.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@2.0.3...@pie-element/rubric-configure@2.0.4) (2022-07-22)
|
|
1964
|
+
## [2.0.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.0.3...@pie-element/multi-trait-rubric-configure@2.0.4) (2022-07-22)
|
|
1902
1965
|
|
|
1903
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
1966
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric-configure
|
|
1904
1967
|
|
|
1905
1968
|
|
|
1906
1969
|
|
|
1907
1970
|
|
|
1908
1971
|
|
|
1909
|
-
## [2.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@2.0.2...@pie-element/rubric-configure@2.0.3) (2022-07-20)
|
|
1972
|
+
## [2.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.0.2...@pie-element/multi-trait-rubric-configure@2.0.3) (2022-07-20)
|
|
1910
1973
|
|
|
1911
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
1974
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric-configure
|
|
1912
1975
|
|
|
1913
1976
|
|
|
1914
1977
|
|
|
1915
1978
|
|
|
1916
1979
|
|
|
1917
|
-
## [2.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@2.0.1...@pie-element/rubric-configure@2.0.2) (2022-07-19)
|
|
1980
|
+
## [2.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.0.1...@pie-element/multi-trait-rubric-configure@2.0.2) (2022-07-19)
|
|
1918
1981
|
|
|
1919
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
1982
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric-configure
|
|
1920
1983
|
|
|
1921
1984
|
|
|
1922
1985
|
|
|
1923
1986
|
|
|
1924
1987
|
|
|
1925
|
-
## [2.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@2.0.0...@pie-element/rubric-configure@2.0.1) (2022-06-28)
|
|
1988
|
+
## [2.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.0.0...@pie-element/multi-trait-rubric-configure@2.0.1) (2022-06-28)
|
|
1926
1989
|
|
|
1927
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
1990
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric-configure
|
|
1928
1991
|
|
|
1929
1992
|
|
|
1930
1993
|
|
|
1931
1994
|
|
|
1932
1995
|
|
|
1933
|
-
# [2.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.
|
|
1996
|
+
# [2.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@1.4.25...@pie-element/multi-trait-rubric-configure@2.0.0) (2022-06-28)
|
|
1934
1997
|
|
|
1935
1998
|
|
|
1936
1999
|
### chore
|
|
@@ -1947,516 +2010,245 @@ New properties maxImageWidth and maxImageHeight were added.
|
|
|
1947
2010
|
|
|
1948
2011
|
|
|
1949
2012
|
|
|
1950
|
-
## [1.
|
|
1951
|
-
|
|
1952
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
## [1.2.46](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.45...@pie-element/rubric-configure@1.2.46) (2022-05-30)
|
|
1959
|
-
|
|
1960
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
## [1.2.45](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.44...@pie-element/rubric-configure@1.2.45) (2022-05-16)
|
|
1967
|
-
|
|
1968
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
## [1.2.44](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.43...@pie-element/rubric-configure@1.2.44) (2022-05-09)
|
|
1975
|
-
|
|
1976
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
## [1.2.43](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.42...@pie-element/rubric-configure@1.2.43) (2022-05-03)
|
|
1983
|
-
|
|
1984
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
## [1.2.42](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.41...@pie-element/rubric-configure@1.2.42) (2022-04-12)
|
|
1991
|
-
|
|
1992
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
## [1.2.41](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.40...@pie-element/rubric-configure@1.2.41) (2022-03-22)
|
|
1999
|
-
|
|
2000
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
## [1.2.40](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.39...@pie-element/rubric-configure@1.2.40) (2022-03-08)
|
|
2007
|
-
|
|
2008
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
## [1.2.39](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.38...@pie-element/rubric-configure@1.2.39) (2022-03-08)
|
|
2015
|
-
|
|
2016
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
## [1.2.38](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.37...@pie-element/rubric-configure@1.2.38) (2022-02-21)
|
|
2023
|
-
|
|
2024
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2013
|
+
## [1.4.25](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@1.4.24...@pie-element/multi-trait-rubric-configure@1.4.25) (2022-06-13)
|
|
2028
2014
|
|
|
2015
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric-configure
|
|
2029
2016
|
|
|
2030
|
-
## [1.2.37](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.36...@pie-element/rubric-configure@1.2.37) (2022-02-04)
|
|
2031
2017
|
|
|
2032
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2033
2018
|
|
|
2034
2019
|
|
|
2035
2020
|
|
|
2021
|
+
## [1.4.24](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@1.4.23...@pie-element/multi-trait-rubric-configure@1.4.24) (2022-05-30)
|
|
2036
2022
|
|
|
2023
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric-configure
|
|
2037
2024
|
|
|
2038
|
-
## [1.2.36](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.35...@pie-element/rubric-configure@1.2.36) (2022-01-24)
|
|
2039
2025
|
|
|
2040
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2041
2026
|
|
|
2042
2027
|
|
|
2043
2028
|
|
|
2029
|
+
## [1.4.23](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@1.4.22...@pie-element/multi-trait-rubric-configure@1.4.23) (2022-05-16)
|
|
2044
2030
|
|
|
2031
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric-configure
|
|
2045
2032
|
|
|
2046
|
-
## [1.2.35](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.34...@pie-element/rubric-configure@1.2.35) (2022-01-10)
|
|
2047
2033
|
|
|
2048
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2049
2034
|
|
|
2050
2035
|
|
|
2051
2036
|
|
|
2037
|
+
## [1.4.22](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@1.4.21...@pie-element/multi-trait-rubric-configure@1.4.22) (2022-05-09)
|
|
2052
2038
|
|
|
2039
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric-configure
|
|
2053
2040
|
|
|
2054
|
-
## [1.2.34](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.33...@pie-element/rubric-configure@1.2.34) (2021-12-23)
|
|
2055
2041
|
|
|
2056
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2057
2042
|
|
|
2058
2043
|
|
|
2059
2044
|
|
|
2045
|
+
## [1.4.21](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@1.4.20...@pie-element/multi-trait-rubric-configure@1.4.21) (2022-05-03)
|
|
2060
2046
|
|
|
2047
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric-configure
|
|
2061
2048
|
|
|
2062
|
-
## [1.2.32](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.31...@pie-element/rubric-configure@1.2.32) (2021-12-13)
|
|
2063
2049
|
|
|
2064
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2065
2050
|
|
|
2066
2051
|
|
|
2067
2052
|
|
|
2053
|
+
## [1.4.20](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@1.4.19...@pie-element/multi-trait-rubric-configure@1.4.20) (2022-04-12)
|
|
2068
2054
|
|
|
2055
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric-configure
|
|
2069
2056
|
|
|
2070
|
-
## [1.2.29](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.28...@pie-element/rubric-configure@1.2.29) (2021-11-29)
|
|
2071
2057
|
|
|
2072
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2073
2058
|
|
|
2074
2059
|
|
|
2075
2060
|
|
|
2061
|
+
## [1.4.19](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@1.4.18...@pie-element/multi-trait-rubric-configure@1.4.19) (2022-03-28)
|
|
2076
2062
|
|
|
2063
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric-configure
|
|
2077
2064
|
|
|
2078
|
-
## [1.2.28](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.27...@pie-element/rubric-configure@1.2.28) (2021-10-04)
|
|
2079
2065
|
|
|
2080
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2081
2066
|
|
|
2082
2067
|
|
|
2083
2068
|
|
|
2069
|
+
## [1.4.18](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@1.4.17...@pie-element/multi-trait-rubric-configure@1.4.18) (2022-03-22)
|
|
2084
2070
|
|
|
2071
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric-configure
|
|
2085
2072
|
|
|
2086
|
-
## [1.2.27](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.26...@pie-element/rubric-configure@1.2.27) (2021-09-20)
|
|
2087
2073
|
|
|
2088
2074
|
|
|
2089
|
-
### Bug Fixes
|
|
2090
|
-
|
|
2091
|
-
* pie-lib updates ([e521c2f](https://github.com/pie-framework/pie-elements/commit/e521c2f1a44aa7f3e14f82a1cee05ceb484ed0a6))
|
|
2092
|
-
* Updated pie-lib versions ([2fe4c5d](https://github.com/pie-framework/pie-elements/commit/2fe4c5d0be2d40f5fdb34815855695a7f1087f56))
|
|
2093
|
-
* Updated pie-lib versions ([1c23830](https://github.com/pie-framework/pie-elements/commit/1c23830fc75d1de5f7bb3bb16de3c665ae5fa350))
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
## [1.2.26](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.25...@pie-element/rubric-configure@1.2.26) (2021-08-05)
|
|
2100
|
-
|
|
2101
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
## [1.2.25](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.23...@pie-element/rubric-configure@1.2.25) (2021-08-05)
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
### Bug Fixes
|
|
2111
|
-
|
|
2112
|
-
* force bump ([5ea7295](https://github.com/pie-framework/pie-elements/commit/5ea7295e4755fbc492a76e7ec69e5fc35b196919))
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
## [1.2.23](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.22...@pie-element/rubric-configure@1.2.23) (2021-06-29)
|
|
2119
|
-
|
|
2120
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
## [1.2.22](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.21...@pie-element/rubric-configure@1.2.22) (2021-04-07)
|
|
2127
|
-
|
|
2128
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
## [1.2.21](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.18...@pie-element/rubric-configure@1.2.21) (2021-03-03)
|
|
2135
|
-
|
|
2136
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
## [1.2.18](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.17...@pie-element/rubric-configure@1.2.18) (2021-03-03)
|
|
2143
|
-
|
|
2144
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
## [1.2.17](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.16...@pie-element/rubric-configure@1.2.17) (2021-02-04)
|
|
2151
|
-
|
|
2152
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
## [1.2.16](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.15...@pie-element/rubric-configure@1.2.16) (2021-02-02)
|
|
2159
|
-
|
|
2160
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
## [1.2.15](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.14...@pie-element/rubric-configure@1.2.15) (2020-11-07)
|
|
2167
|
-
|
|
2168
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
## [1.2.14](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.13...@pie-element/rubric-configure@1.2.14) (2020-10-29)
|
|
2175
|
-
|
|
2176
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
## [1.2.13](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.12...@pie-element/rubric-configure@1.2.13) (2020-10-29)
|
|
2183
|
-
|
|
2184
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
## [1.2.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.11...@pie-element/rubric-configure@1.2.12) (2020-10-16)
|
|
2191
|
-
|
|
2192
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2193
2075
|
|
|
2194
2076
|
|
|
2077
|
+
## [1.4.17](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@1.4.16...@pie-element/multi-trait-rubric-configure@1.4.17) (2022-03-08)
|
|
2195
2078
|
|
|
2079
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric-configure
|
|
2196
2080
|
|
|
2197
2081
|
|
|
2198
|
-
## [1.2.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.10...@pie-element/rubric-configure@1.2.11) (2020-10-02)
|
|
2199
2082
|
|
|
2200
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2201
2083
|
|
|
2202
2084
|
|
|
2085
|
+
## [1.4.16](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@1.4.15...@pie-element/multi-trait-rubric-configure@1.4.16) (2022-03-08)
|
|
2203
2086
|
|
|
2087
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric-configure
|
|
2204
2088
|
|
|
2205
2089
|
|
|
2206
|
-
## [1.2.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.9...@pie-element/rubric-configure@1.2.10) (2020-09-23)
|
|
2207
2090
|
|
|
2208
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2209
2091
|
|
|
2210
2092
|
|
|
2093
|
+
## [1.4.15](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@1.4.14...@pie-element/multi-trait-rubric-configure@1.4.15) (2022-02-21)
|
|
2211
2094
|
|
|
2095
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric-configure
|
|
2212
2096
|
|
|
2213
2097
|
|
|
2214
|
-
## [1.2.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.8...@pie-element/rubric-configure@1.2.9) (2020-09-23)
|
|
2215
2098
|
|
|
2216
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2217
2099
|
|
|
2218
2100
|
|
|
2101
|
+
## [1.4.14](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@1.4.13...@pie-element/multi-trait-rubric-configure@1.4.14) (2022-02-04)
|
|
2219
2102
|
|
|
2103
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric-configure
|
|
2220
2104
|
|
|
2221
2105
|
|
|
2222
|
-
## [1.2.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.7...@pie-element/rubric-configure@1.2.8) (2020-08-13)
|
|
2223
2106
|
|
|
2224
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2225
2107
|
|
|
2226
2108
|
|
|
2109
|
+
## [1.4.13](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@1.4.12...@pie-element/multi-trait-rubric-configure@1.4.13) (2022-01-24)
|
|
2227
2110
|
|
|
2111
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric-configure
|
|
2228
2112
|
|
|
2229
2113
|
|
|
2230
|
-
## [1.2.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.6...@pie-element/rubric-configure@1.2.7) (2020-08-07)
|
|
2231
2114
|
|
|
2232
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2233
2115
|
|
|
2234
2116
|
|
|
2117
|
+
## [1.4.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@1.4.11...@pie-element/multi-trait-rubric-configure@1.4.12) (2022-01-10)
|
|
2235
2118
|
|
|
2119
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric-configure
|
|
2236
2120
|
|
|
2237
2121
|
|
|
2238
|
-
## [1.2.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.5...@pie-element/rubric-configure@1.2.6) (2020-05-25)
|
|
2239
2122
|
|
|
2240
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2241
2123
|
|
|
2242
2124
|
|
|
2125
|
+
## [1.4.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@1.4.10...@pie-element/multi-trait-rubric-configure@1.4.11) (2021-12-23)
|
|
2243
2126
|
|
|
2127
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric-configure
|
|
2244
2128
|
|
|
2245
2129
|
|
|
2246
|
-
## [1.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.4...@pie-element/rubric-configure@1.2.5) (2020-05-25)
|
|
2247
2130
|
|
|
2248
2131
|
|
|
2249
|
-
### Bug Fixes
|
|
2250
|
-
|
|
2251
|
-
* bump deps ([c6080d6](https://github.com/pie-framework/pie-elements/commit/c6080d6))
|
|
2252
|
-
|
|
2253
2132
|
|
|
2133
|
+
## [1.4.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@1.4.8...@pie-element/multi-trait-rubric-configure@1.4.9) (2021-12-13)
|
|
2254
2134
|
|
|
2135
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric-configure
|
|
2255
2136
|
|
|
2256
2137
|
|
|
2257
|
-
## [1.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.3...@pie-element/rubric-configure@1.2.4) (2020-04-28)
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
### Bug Fixes
|
|
2261
2138
|
|
|
2262
|
-
* bump ui/lib versions ([45f0da6](https://github.com/pie-framework/pie-elements/commit/45f0da6))
|
|
2263
|
-
* ui+libs update ([6127de2](https://github.com/pie-framework/pie-elements/commit/6127de2))
|
|
2264
|
-
* update ui/lib versions ([0226b0b](https://github.com/pie-framework/pie-elements/commit/0226b0b))
|
|
2265
2139
|
|
|
2266
2140
|
|
|
2141
|
+
## [1.4.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@1.4.5...@pie-element/multi-trait-rubric-configure@1.4.6) (2021-11-29)
|
|
2267
2142
|
|
|
2143
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric-configure
|
|
2268
2144
|
|
|
2269
2145
|
|
|
2270
|
-
## [1.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.2.2...@pie-element/rubric-configure@1.2.3) (2020-04-14)
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
### Bug Fixes
|
|
2274
|
-
|
|
2275
|
-
* bump ui/lib versions ([3edb232](https://github.com/pie-framework/pie-elements/commit/3edb232))
|
|
2276
|
-
|
|
2277
2146
|
|
|
2278
2147
|
|
|
2279
2148
|
|
|
2149
|
+
## [1.4.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@1.4.4...@pie-element/multi-trait-rubric-configure@1.4.5) (2021-10-04)
|
|
2280
2150
|
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
## [1.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.1.16...@pie-element/rubric-configure@1.2.1) (2020-04-10)
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
### Bug Fixes
|
|
2293
|
-
|
|
2294
|
-
* bump all packages to avoid tag conflict ([d9ec9a8](https://github.com/pie-framework/pie-elements/commit/d9ec9a8))
|
|
2295
|
-
* bump lib and ui versions ([a882cbf](https://github.com/pie-framework/pie-elements/commit/a882cbf))
|
|
2296
|
-
* bump ui versions ([5b9d99f](https://github.com/pie-framework/pie-elements/commit/5b9d99f))
|
|
2151
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric-configure
|
|
2297
2152
|
|
|
2298
2153
|
|
|
2299
2154
|
|
|
2300
2155
|
|
|
2301
2156
|
|
|
2302
|
-
## [1.
|
|
2157
|
+
## [1.4.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@1.4.3...@pie-element/multi-trait-rubric-configure@1.4.4) (2021-09-20)
|
|
2303
2158
|
|
|
2304
2159
|
|
|
2305
2160
|
### Bug Fixes
|
|
2306
2161
|
|
|
2307
|
-
*
|
|
2308
|
-
*
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
## [1.1.16](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.1.15...@pie-element/rubric-configure@1.1.16) (2019-12-03)
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
### Bug Fixes
|
|
2318
|
-
|
|
2319
|
-
* PIE-198 - remove maxPoints from rubric - redundant ([3ac9a1b](https://github.com/pie-framework/pie-elements/commit/3ac9a1b))
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
## [1.1.15](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.1.14...@pie-element/rubric-configure@1.1.15) (2019-11-06)
|
|
2326
|
-
|
|
2327
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
## [1.1.14](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.1.13...@pie-element/rubric-configure@1.1.14) (2019-10-03)
|
|
2334
|
-
|
|
2335
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
## [1.1.13](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.1.12...@pie-element/rubric-configure@1.1.13) (2019-09-27)
|
|
2342
|
-
|
|
2343
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
## [1.1.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.1.11...@pie-element/rubric-configure@1.1.12) (2019-08-27)
|
|
2350
|
-
|
|
2351
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
## [1.1.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.1.10...@pie-element/rubric-configure@1.1.11) (2019-08-26)
|
|
2358
|
-
|
|
2359
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
## [1.1.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.1.9...@pie-element/rubric-configure@1.1.10) (2019-08-21)
|
|
2366
|
-
|
|
2367
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2162
|
+
* pie-lib updates ([e521c2f](https://github.com/pie-framework/pie-elements/commit/e521c2f1a44aa7f3e14f82a1cee05ceb484ed0a6))
|
|
2163
|
+
* Updated pie-lib versions ([2fe4c5d](https://github.com/pie-framework/pie-elements/commit/2fe4c5d0be2d40f5fdb34815855695a7f1087f56))
|
|
2164
|
+
* Updated pie-lib versions ([1c23830](https://github.com/pie-framework/pie-elements/commit/1c23830fc75d1de5f7bb3bb16de3c665ae5fa350))
|
|
2368
2165
|
|
|
2369
2166
|
|
|
2370
2167
|
|
|
2371
2168
|
|
|
2372
2169
|
|
|
2373
|
-
## [1.
|
|
2170
|
+
## [1.4.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@1.4.2...@pie-element/multi-trait-rubric-configure@1.4.3) (2021-08-05)
|
|
2374
2171
|
|
|
2375
2172
|
|
|
2376
2173
|
### Bug Fixes
|
|
2377
2174
|
|
|
2378
|
-
* **
|
|
2175
|
+
* **multi-trait-rubric:** Fixed the score point label toolbar cut off PD-1238 ([1f15681](https://github.com/pie-framework/pie-elements/commit/1f15681f913acc5f5fd4ba47131ede53c456839b))
|
|
2379
2176
|
|
|
2380
2177
|
|
|
2381
2178
|
|
|
2382
2179
|
|
|
2383
2180
|
|
|
2384
|
-
## [1.
|
|
2181
|
+
## [1.4.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@1.4.0...@pie-element/multi-trait-rubric-configure@1.4.2) (2021-08-05)
|
|
2385
2182
|
|
|
2386
2183
|
|
|
2387
2184
|
### Bug Fixes
|
|
2388
2185
|
|
|
2389
|
-
*
|
|
2186
|
+
* force bump ([5ea7295](https://github.com/pie-framework/pie-elements/commit/5ea7295e4755fbc492a76e7ec69e5fc35b196919))
|
|
2390
2187
|
|
|
2391
2188
|
|
|
2392
2189
|
|
|
2393
2190
|
|
|
2394
2191
|
|
|
2395
|
-
|
|
2192
|
+
# [1.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@1.3.0...@pie-element/multi-trait-rubric-configure@1.4.0) (2021-06-29)
|
|
2396
2193
|
|
|
2397
2194
|
|
|
2398
2195
|
### Bug Fixes
|
|
2399
2196
|
|
|
2400
|
-
* **
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
## [1.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.1.5...@pie-element/rubric-configure@1.1.6) (2019-08-02)
|
|
2407
|
-
|
|
2408
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2197
|
+
* **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))
|
|
2198
|
+
* 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))
|
|
2409
2199
|
|
|
2410
2200
|
|
|
2201
|
+
### Features
|
|
2411
2202
|
|
|
2203
|
+
* **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))
|
|
2204
|
+
* 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))
|
|
2412
2205
|
|
|
2413
2206
|
|
|
2414
|
-
## [1.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.1.4...@pie-element/rubric-configure@1.1.5) (2019-07-25)
|
|
2415
2207
|
|
|
2416
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2417
2208
|
|
|
2418
2209
|
|
|
2210
|
+
# [1.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@1.2.3...@pie-element/multi-trait-rubric-configure@1.3.0) (2021-04-07)
|
|
2419
2211
|
|
|
2420
2212
|
|
|
2213
|
+
### Features
|
|
2421
2214
|
|
|
2422
|
-
|
|
2215
|
+
* merge pie-ui into pie-elements PD-977 ([01ebfd7](https://github.com/pie-framework/pie-elements/commit/01ebfd7ce98b041dd0573575efd8b6da03f22162))
|
|
2423
2216
|
|
|
2424
2217
|
|
|
2425
|
-
### Bug Fixes
|
|
2426
2218
|
|
|
2427
|
-
* exlude zeros handled in renderiing ([ca8b34e](https://github.com/pie-framework/pie-elements/commit/ca8b34e))
|
|
2428
2219
|
|
|
2429
2220
|
|
|
2221
|
+
## [1.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@1.2.0...@pie-element/multi-trait-rubric-configure@1.2.3) (2021-03-03)
|
|
2430
2222
|
|
|
2223
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric-configure
|
|
2431
2224
|
|
|
2432
2225
|
|
|
2433
|
-
## [1.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.1.2...@pie-element/rubric-configure@1.1.3) (2019-07-17)
|
|
2434
2226
|
|
|
2435
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2436
2227
|
|
|
2437
2228
|
|
|
2229
|
+
# [1.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@1.1.1...@pie-element/multi-trait-rubric-configure@1.2.0) (2021-03-03)
|
|
2438
2230
|
|
|
2439
2231
|
|
|
2232
|
+
### Features
|
|
2440
2233
|
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2234
|
+
* 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))
|
|
2444
2235
|
|
|
2445
2236
|
|
|
2446
2237
|
|
|
2447
2238
|
|
|
2448
2239
|
|
|
2449
|
-
## [1.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/rubric-configure@1.1.0...@pie-element/rubric-configure@1.1.1) (
|
|
2240
|
+
## [1.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@1.1.0...@pie-element/multi-trait-rubric-configure@1.1.1) (2021-02-04)
|
|
2450
2241
|
|
|
2451
|
-
**Note:** Version bump only for package @pie-element/rubric-configure
|
|
2242
|
+
**Note:** Version bump only for package @pie-element/multi-trait-rubric-configure
|
|
2452
2243
|
|
|
2453
2244
|
|
|
2454
2245
|
|
|
2455
2246
|
|
|
2456
2247
|
|
|
2457
|
-
# 1.1.0 (
|
|
2248
|
+
# 1.1.0 (2021-02-02)
|
|
2458
2249
|
|
|
2459
2250
|
|
|
2460
2251
|
### Features
|
|
2461
2252
|
|
|
2462
|
-
*
|
|
2253
|
+
* Added showStandards configuration setting. Added halfScoring and visibleToStudent. ([db993ca](https://github.com/pie-framework/pie-elements/commit/db993ca))
|
|
2254
|
+
* multi-trait-rubric (No authoring yet) ([dc01b01](https://github.com/pie-framework/pie-elements/commit/dc01b01))
|