@pie-element/complex-rubric 3.1.6-next.25 → 3.2.0

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,22 @@
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
+ # [3.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric@3.1.5...@pie-element/complex-rubric@3.2.0) (2024-10-29)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * fixed all tests after updating pie-toolbox [PD-1460] ([9f5293d](https://github.com/pie-framework/pie-elements/commit/9f5293d618edc06f69fabb27a042ec5eee66e151))
12
+
13
+
14
+ ### Features
15
+
16
+ * used configlayout, preview layout or uilayout to enable extraCSSRules inside author and player elements [PD-1460] ([eeebb02](https://github.com/pie-framework/pie-elements/commit/eeebb02f200208620c1af56366a22bf65944ba3e))
17
+
18
+
19
+
20
+
21
+
6
22
  ## [3.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric@3.1.4...@pie-element/complex-rubric@3.1.5) (2024-10-28)
7
23
 
8
24
 
@@ -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
+ # [2.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.58...@pie-element/complex-rubric-configure@2.3.0) (2024-10-29)
7
+
8
+
9
+ ### Features
10
+
11
+ * used configlayout, preview layout or uilayout to enable extraCSSRules inside author and player elements [PD-1460] ([eeebb02](https://github.com/pie-framework/pie-elements/commit/eeebb02f200208620c1af56366a22bf65944ba3e))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [2.2.58](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.57...@pie-element/complex-rubric-configure@2.2.58) (2024-10-28)
7
18
 
8
19
  **Note:** Version bump only for package @pie-element/complex-rubric-configure
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@pie-element/complex-rubric-configure",
3
3
  "private": true,
4
- "version": "2.2.58",
4
+ "version": "2.3.0",
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": "^4.1.5",
12
- "@pie-element/rubric": "^4.1.5",
11
+ "@pie-element/multi-trait-rubric": "^4.2.0",
12
+ "@pie-element/rubric": "^4.2.0",
13
13
  "@pie-framework/pie-configure-events": "^1.3.0",
14
14
  "@pie-lib/config-ui": "^11.9.25-next.0",
15
15
  "@pie-lib/editable-html": "^11.1.2-next.0",
@@ -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
+ ## [3.0.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.6...@pie-element/complex-rubric-controller@3.0.7) (2024-10-29)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * fixed all tests after updating pie-toolbox [PD-1460] ([9f5293d](https://github.com/pie-framework/pie-elements/commit/9f5293d618edc06f69fabb27a042ec5eee66e151))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [3.0.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.5...@pie-element/complex-rubric-controller@3.0.6) (2024-10-28)
7
18
 
8
19
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pie-element/complex-rubric-controller",
3
3
  "private": true,
4
- "version": "3.0.6",
4
+ "version": "3.0.7",
5
5
  "description": "",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
package/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "@pie-element/complex-rubric",
3
3
  "repository": "pie-framework/pie-elements",
4
- "version": "3.1.6-next.25+56037c909",
4
+ "version": "3.2.0",
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": "^4.1.6-next.25+56037c909",
11
- "@pie-element/rubric": "^4.1.6-next.25+56037c909",
10
+ "@pie-element/multi-trait-rubric": "^4.2.0",
11
+ "@pie-element/rubric": "^4.2.0",
12
12
  "@pie-framework/pie-player-events": "^0.1.0",
13
13
  "classnames": "^2.2.5",
14
14
  "debug": "^4.1.1",
15
15
  "lodash": "^4.17.11",
16
16
  "prop-types": "^15.7.2"
17
17
  },
18
- "gitHead": "56037c909c2777cf6baf16db9895db37345448dd",
18
+ "gitHead": "0ceacdb80b0be7b4cae60b1eff7974170b088358",
19
19
  "scripts": {
20
20
  "postpublish": "../../scripts/postpublish"
21
21
  },