@pie-element/complex-rubric 1.7.0 → 1.7.1

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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
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
+ ## [1.7.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric@1.7.0...@pie-element/complex-rubric@1.7.1) (2023-02-22)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * change withRubric type for extended-text-entry and drawing-response. docs update from different pr for multi-trait-rubric ([7bf77ad](https://github.com/pie-framework/pie-elements/commit/7bf77ada1a09bc56a053341bce9a0eaf02955672))
12
+
13
+
14
+
15
+
16
+
6
17
  # [1.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric@1.6.0...@pie-element/complex-rubric@1.7.0) (2023-02-14)
7
18
 
8
19
 
@@ -3,6 +3,14 @@
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
+ ## [1.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.6.0...@pie-element/complex-rubric-configure@1.6.1) (2023-02-22)
7
+
8
+ **Note:** Version bump only for package @pie-element/complex-rubric-configure
9
+
10
+
11
+
12
+
13
+
6
14
  # [1.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.5.0...@pie-element/complex-rubric-configure@1.6.0) (2023-02-14)
7
15
 
8
16
 
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@pie-element/complex-rubric-configure",
3
3
  "private": true,
4
- "version": "1.6.0",
4
+ "version": "1.6.1",
5
5
  "description": "Complex Rubric authoring view",
6
6
  "main": "lib/index.js",
7
7
  "module": "src/index.js",
8
8
  "author": "Pie Framework Authors",
9
9
  "dependencies": {
10
10
  "@material-ui/core": "^3.9.2",
11
- "@pie-element/multi-trait-rubric": "^2.7.0",
11
+ "@pie-element/multi-trait-rubric": "^2.7.1",
12
12
  "@pie-element/rubric": "^2.6.0",
13
13
  "@pie-framework/pie-configure-events": "^1.3.0",
14
14
  "@pie-lib/config-ui": "^11.4.0",
@@ -269,7 +269,7 @@
269
269
  "title": "maxNoOfScales"
270
270
  },
271
271
  "defaultTraitLabel": {
272
- "description": "The default trait label for new created scales",
272
+ "description": "The default trait label for new created scales.\nIf it's not defined, it will default to the label of the first trait.",
273
273
  "type": "string",
274
274
  "title": "defaultTraitLabel"
275
275
  }
@@ -563,7 +563,7 @@
563
563
  "title": "maxNoOfScales"
564
564
  },
565
565
  "defaultTraitLabel": {
566
- "description": "The default trait label for new created scales",
566
+ "description": "The default trait label for new created scales.\nIf it's not defined, it will default to the label of the first trait.",
567
567
  "type": "string",
568
568
  "title": "defaultTraitLabel"
569
569
  }
@@ -210,7 +210,8 @@ Maximum number of scales
210
210
 
211
211
  ## `defaultTraitLabel` (string)
212
212
 
213
- The default trait label for new created scales
213
+ The default trait label for new created scales.
214
+ If it's not defined, it will default to the label of the first trait.
214
215
 
215
216
  ---
216
217
 
@@ -436,7 +437,8 @@ Maximum number of scales
436
437
 
437
438
  ### `defaultTraitLabel` (string)
438
439
 
439
- The default trait label for new created scales
440
+ The default trait label for new created scales.
441
+ If it's not defined, it will default to the label of the first trait.
440
442
 
441
443
  ## `DialogContent` (object)
442
444
 
@@ -517,7 +517,7 @@
517
517
  "title": "maxNoOfScales"
518
518
  },
519
519
  "defaultTraitLabel": {
520
- "description": "The default trait label for new created scales",
520
+ "description": "The default trait label for new created scales.\nIf it's not defined, it will default to the label of the first trait.",
521
521
  "type": "string",
522
522
  "title": "defaultTraitLabel"
523
523
  }
@@ -375,7 +375,8 @@ Maximum number of scales
375
375
 
376
376
  ### `defaultTraitLabel` (string)
377
377
 
378
- The default trait label for new created scales
378
+ The default trait label for new created scales.
379
+ If it's not defined, it will default to the label of the first trait.
379
380
 
380
381
  ## `DialogContent` (object)
381
382
 
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@pie-element/complex-rubric",
3
3
  "repository": "pie-framework/pie-elements",
4
- "version": "1.7.0",
4
+ "version": "1.7.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
8
8
  "dependencies": {
9
9
  "@material-ui/core": "^3.9.2",
10
- "@pie-element/multi-trait-rubric": "^2.7.0",
10
+ "@pie-element/multi-trait-rubric": "^2.7.1",
11
11
  "@pie-element/rubric": "^2.6.0",
12
12
  "@pie-framework/pie-player-events": "^0.1.0",
13
13
  "@pie-lib/rubric": "^0.7.12",
@@ -16,7 +16,7 @@
16
16
  "lodash": "^4.17.11",
17
17
  "prop-types": "^15.7.2"
18
18
  },
19
- "gitHead": "0b9d7319130f9923ce54f97d62386aa28dd89f9e",
19
+ "gitHead": "17aaa33ea6a9b4917916224e914ed3539f772b78",
20
20
  "scripts": {
21
21
  "postpublish": "../../scripts/postpublish"
22
22
  },