@pie-element/complex-rubric 2.2.5-next.7 → 2.2.5
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 +11 -0
- package/configure/CHANGELOG.md +8 -0
- package/configure/package.json +3 -3
- package/controller/CHANGELOG.md +11 -0
- package/controller/package.json +2 -2
- package/module/configure.js +2 -2
- package/module/element.js +2 -2
- package/module/print.js +2 -2
- package/package.json +4 -4
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
|
+
## [2.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric@2.2.4...@pie-element/complex-rubric@2.2.5) (2024-01-15)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* update pie-lib/pie-toolbox PD-3366, PD-3367, PD-3381 ([8c9d35f](https://github.com/pie-framework/pie-elements/commit/8c9d35ff6f0dad1a161d6a2dba203a169169e562))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [2.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric@2.2.3...@pie-element/complex-rubric@2.2.4) (2024-01-08)
|
|
7
18
|
|
|
8
19
|
|
package/configure/CHANGELOG.md
CHANGED
|
@@ -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
|
+
## [2.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.1.4...@pie-element/complex-rubric-configure@2.1.5) (2024-01-15)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @pie-element/complex-rubric-configure
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [2.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.1.3...@pie-element/complex-rubric-configure@2.1.4) (2024-01-08)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @pie-element/complex-rubric-configure
|
package/configure/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/complex-rubric-configure",
|
|
3
3
|
"private": true,
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.5",
|
|
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": "^3.2.
|
|
12
|
-
"@pie-element/rubric": "^3.1.
|
|
11
|
+
"@pie-element/multi-trait-rubric": "^3.2.1",
|
|
12
|
+
"@pie-element/rubric": "^3.1.4",
|
|
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",
|
package/controller/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
|
+
## [2.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.1.4...@pie-element/complex-rubric-controller@2.1.5) (2024-01-15)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* update pie-lib/pie-toolbox PD-3366, PD-3367, PD-3381 ([8c9d35f](https://github.com/pie-framework/pie-elements/commit/8c9d35ff6f0dad1a161d6a2dba203a169169e562))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [2.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.1.3...@pie-element/complex-rubric-controller@2.1.4) (2024-01-08)
|
|
7
18
|
|
|
8
19
|
|
package/controller/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/complex-rubric-controller",
|
|
3
3
|
"private": true,
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.5",
|
|
5
5
|
"description": "",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@pie-lib/pie-toolbox": "1.
|
|
10
|
+
"@pie-lib/pie-toolbox": "1.5.2",
|
|
11
11
|
"lodash": "^4.17.15"
|
|
12
12
|
},
|
|
13
13
|
"author": "",
|
package/module/configure.js
CHANGED
|
@@ -158228,8 +158228,8 @@ const require$$22 = _dll_classnames;
|
|
|
158228
158228
|
}),
|
|
158229
158229
|
onFocus: _this.onPluginFocus,
|
|
158230
158230
|
onBlur: _this.onPluginBlur,
|
|
158231
|
-
maxImageWidth:
|
|
158232
|
-
maxImageHeight:
|
|
158231
|
+
maxImageWidth: props.maxImageWidth,
|
|
158232
|
+
maxImageHeight: props.maxImageHeight
|
|
158233
158233
|
},
|
|
158234
158234
|
toolbar: {
|
|
158235
158235
|
disableScrollbar: !!props.disableScrollbar,
|
package/module/element.js
CHANGED
|
@@ -156482,8 +156482,8 @@ const require$$22 = _dll_classnames;
|
|
|
156482
156482
|
}),
|
|
156483
156483
|
onFocus: _this.onPluginFocus,
|
|
156484
156484
|
onBlur: _this.onPluginBlur,
|
|
156485
|
-
maxImageWidth:
|
|
156486
|
-
maxImageHeight:
|
|
156485
|
+
maxImageWidth: props.maxImageWidth,
|
|
156486
|
+
maxImageHeight: props.maxImageHeight
|
|
156487
156487
|
},
|
|
156488
156488
|
toolbar: {
|
|
156489
156489
|
disableScrollbar: !!props.disableScrollbar,
|
package/module/print.js
CHANGED
|
@@ -156482,8 +156482,8 @@ const require$$22 = _dll_classnames;
|
|
|
156482
156482
|
}),
|
|
156483
156483
|
onFocus: _this.onPluginFocus,
|
|
156484
156484
|
onBlur: _this.onPluginBlur,
|
|
156485
|
-
maxImageWidth:
|
|
156486
|
-
maxImageHeight:
|
|
156485
|
+
maxImageWidth: props.maxImageWidth,
|
|
156486
|
+
maxImageHeight: props.maxImageHeight
|
|
156487
156487
|
},
|
|
156488
156488
|
toolbar: {
|
|
156489
156489
|
disableScrollbar: !!props.disableScrollbar,
|
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": "2.2.5
|
|
4
|
+
"version": "2.2.5",
|
|
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": "^3.2.1
|
|
11
|
-
"@pie-element/rubric": "^3.1.4
|
|
10
|
+
"@pie-element/multi-trait-rubric": "^3.2.1",
|
|
11
|
+
"@pie-element/rubric": "^3.1.4",
|
|
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": "
|
|
18
|
+
"gitHead": "9f8fa40a72efa302beb3de11fa72d2bbf4ce03cc",
|
|
19
19
|
"scripts": {
|
|
20
20
|
"postpublish": "../../scripts/postpublish"
|
|
21
21
|
},
|