@pie-element/inline-dropdown 4.0.0 → 4.1.2

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,40 @@
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.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown@4.1.1...@pie-element/inline-dropdown@4.1.2) (2022-07-20)
7
+
8
+ **Note:** Version bump only for package @pie-element/inline-dropdown
9
+
10
+
11
+
12
+
13
+
14
+ ## [4.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown@4.1.0...@pie-element/inline-dropdown@4.1.1) (2022-07-19)
15
+
16
+ **Note:** Version bump only for package @pie-element/inline-dropdown
17
+
18
+
19
+
20
+
21
+
22
+ # [4.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown@4.0.0...@pie-element/inline-dropdown@4.1.0) (2022-06-28)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * inline-dropdown and drag-in-the-blank fix validation error PD-1848 ([24f50f1](https://github.com/pie-framework/pie-elements/commit/24f50f11ee681749e2849c84f178af2b67441454))
28
+
29
+
30
+ ### Features
31
+
32
+ * **inline-dropdown:** add maxImageWidth and maxImageHeight props PD-1801 ([a2ad5d5](https://github.com/pie-framework/pie-elements/commit/a2ad5d5298e5696541f45ab8ca9e5675f5bb1a57))
33
+ * **inline-dropdown, drag-in-the-blank, explicit-constructed-response:** set config default for maxRespponseAreas ([a9e9dc5](https://github.com/pie-framework/pie-elements/commit/a9e9dc5ff43199c946f4226790d924ab5d8674ed))
34
+ * update documentation for items that have validation with settings configurable by client systems PD-1789 ([8ef69cc](https://github.com/pie-framework/pie-elements/commit/8ef69cc0c7439a5803dc95f570efc7cd24c8e334))
35
+
36
+
37
+
38
+
39
+
6
40
  # [4.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown@3.11.4...@pie-element/inline-dropdown@4.0.0) (2022-06-28)
7
41
 
8
42
 
@@ -3,6 +3,34 @@
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.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown-configure@4.1.1...@pie-element/inline-dropdown-configure@4.1.2) (2022-07-20)
7
+
8
+ **Note:** Version bump only for package @pie-element/inline-dropdown-configure
9
+
10
+
11
+
12
+
13
+
14
+ ## [4.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown-configure@4.1.0...@pie-element/inline-dropdown-configure@4.1.1) (2022-07-19)
15
+
16
+ **Note:** Version bump only for package @pie-element/inline-dropdown-configure
17
+
18
+
19
+
20
+
21
+
22
+ # [4.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown-configure@4.0.0...@pie-element/inline-dropdown-configure@4.1.0) (2022-06-28)
23
+
24
+
25
+ ### Features
26
+
27
+ * **inline-dropdown:** add maxImageWidth and maxImageHeight props PD-1801 ([a2ad5d5](https://github.com/pie-framework/pie-elements/commit/a2ad5d5298e5696541f45ab8ca9e5675f5bb1a57))
28
+ * **inline-dropdown, drag-in-the-blank, explicit-constructed-response:** set config default for maxRespponseAreas ([a9e9dc5](https://github.com/pie-framework/pie-elements/commit/a9e9dc5ff43199c946f4226790d924ab5d8674ed))
29
+
30
+
31
+
32
+
33
+
6
34
  # [4.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown-configure@3.7.4...@pie-element/inline-dropdown-configure@4.0.0) (2022-06-28)
7
35
 
8
36
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-element/inline-dropdown-configure",
3
- "version": "4.0.0",
3
+ "version": "4.1.2",
4
4
  "private": true,
5
5
  "main": "lib/index.js",
6
6
  "module": "src/index.js",
@@ -8,9 +8,9 @@
8
8
  "@material-ui/core": "^3.9.2",
9
9
  "@material-ui/icons": "^3.0.1",
10
10
  "@pie-framework/pie-configure-events": "^1.2.0",
11
- "@pie-lib/config-ui": "^11.0.1",
12
- "@pie-lib/editable-html": "^8.1.0",
13
- "@pie-lib/math-rendering": "^2.4.3",
11
+ "@pie-lib/config-ui": "^11.0.7",
12
+ "@pie-lib/editable-html": "^9.0.3",
13
+ "@pie-lib/math-rendering": "^2.4.5",
14
14
  "classnames": "^2.2.6",
15
15
  "debug": "^3.1.0",
16
16
  "lodash": "^4.17.15",
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "repository": "pie-framework/pie-elements",
7
- "version": "4.0.0",
7
+ "version": "4.1.2",
8
8
  "description": "",
9
9
  "scripts": {
10
10
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -13,10 +13,10 @@
13
13
  "dependencies": {
14
14
  "@material-ui/core": "^3.9.2",
15
15
  "@pie-framework/pie-player-events": "^0.1.0",
16
- "@pie-lib/correct-answer-toggle": "^2.3.39",
17
- "@pie-lib/mask-markup": "^1.12.7",
18
- "@pie-lib/math-rendering": "^2.4.3",
19
- "@pie-lib/render-ui": "^4.12.9",
16
+ "@pie-lib/correct-answer-toggle": "^2.3.41",
17
+ "@pie-lib/mask-markup": "^1.12.9",
18
+ "@pie-lib/math-rendering": "^2.4.5",
19
+ "@pie-lib/render-ui": "^4.13.1",
20
20
  "classnames": "^2.2.5",
21
21
  "lodash": "^4.17.10",
22
22
  "prop-types": "^15.6.1",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "author": "",
27
27
  "license": "ISC",
28
- "gitHead": "ff92cee6f9a7bf3f3dc75dbafd2263710f0a6b3d",
28
+ "gitHead": "82601efbc23b3d070a554127f16aa4a11341f550",
29
29
  "main": "lib/index.js",
30
30
  "module": "src/index.js"
31
31
  }