@pie-element/image-cloze-association 4.11.3-next.57 → 4.12.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,27 @@
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.12.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@4.11.2...@pie-element/image-cloze-association@4.12.0) (2023-04-10)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update pie-libs ([b7d3e7f](https://github.com/pie-framework/pie-elements/commit/b7d3e7f7160aafd5dcfed2960bc6c2f03dba2180))
12
+ * update pie-libs ([6738269](https://github.com/pie-framework/pie-elements/commit/6738269d878f24ec4429f210d18bbf591123a55f))
13
+ * **image-cloze-association:** add sanity check PD-2716 ([94b4362](https://github.com/pie-framework/pie-elements/commit/94b436250e3b86f1b3acef66c098c4d13cc69d4f))
14
+ * **image-cloze-association:** display rationale PD-2708 ([87d76ae](https://github.com/pie-framework/pie-elements/commit/87d76ae1ea84d83604d50c3469d37a418c49db61))
15
+ * update pie-libs ([9f05be1](https://github.com/pie-framework/pie-elements/commit/9f05be1ae6bf0a9651739b6bef7eca32ecabb4ce))
16
+ * **image-cloze-association:** wip fix logic for empty containers PD-2716 ([26a8d68](https://github.com/pie-framework/pie-elements/commit/26a8d68fbe8abe1e942f5598503758a528e98743))
17
+
18
+
19
+ ### Features
20
+
21
+ * added the ability to set min/max width and height for the content PD-2425 ([befba3a](https://github.com/pie-framework/pie-elements/commit/befba3a8fa23e8dd21a3e3f63f306bd6dfc35bdd))
22
+
23
+
24
+
25
+
26
+
6
27
  ## [4.11.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@4.11.0...@pie-element/image-cloze-association@4.11.2) (2023-03-20)
7
28
 
8
29
 
@@ -3,6 +3,24 @@
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.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@4.6.4...@pie-element/image-cloze-association-configure@4.7.0) (2023-04-10)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update pie-libs ([b7d3e7f](https://github.com/pie-framework/pie-elements/commit/b7d3e7f7160aafd5dcfed2960bc6c2f03dba2180))
12
+ * update pie-libs ([6738269](https://github.com/pie-framework/pie-elements/commit/6738269d878f24ec4429f210d18bbf591123a55f))
13
+ * update pie-libs ([9f05be1](https://github.com/pie-framework/pie-elements/commit/9f05be1ae6bf0a9651739b6bef7eca32ecabb4ce))
14
+
15
+
16
+ ### Features
17
+
18
+ * added the ability to set min/max width and height for the content PD-2425 ([befba3a](https://github.com/pie-framework/pie-elements/commit/befba3a8fa23e8dd21a3e3f63f306bd6dfc35bdd))
19
+
20
+
21
+
22
+
23
+
6
24
  ## [4.6.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@4.6.3...@pie-element/image-cloze-association-configure@4.6.4) (2023-03-20)
7
25
 
8
26
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pie-element/image-cloze-association-configure",
3
3
  "private": true,
4
- "version": "4.6.4",
4
+ "version": "4.7.0",
5
5
  "description": "",
6
6
  "main": "lib/index.js",
7
7
  "module": "src/index.js",
@@ -9,8 +9,8 @@
9
9
  "dependencies": {
10
10
  "@material-ui/core": "^3.9.2",
11
11
  "@pie-framework/pie-configure-events": "^1.3.0",
12
- "@pie-lib/config-ui": "^11.6.0",
13
- "@pie-lib/editable-html": "^9.5.19",
12
+ "@pie-lib/config-ui": "^11.6.1",
13
+ "@pie-lib/editable-html": "^9.5.20",
14
14
  "debug": "^3.1.0",
15
15
  "prop-types": "^15.7.2",
16
16
  "react": "^16.8.6",
@@ -3,6 +3,18 @@
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.4.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-controller@3.4.1...@pie-element/image-cloze-association-controller@3.4.2) (2023-04-10)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **image-cloze-association:** display rationale PD-2708 ([87d76ae](https://github.com/pie-framework/pie-elements/commit/87d76ae1ea84d83604d50c3469d37a418c49db61))
12
+ * **image-cloze-association:** wip fix logic for empty containers PD-2716 ([26a8d68](https://github.com/pie-framework/pie-elements/commit/26a8d68fbe8abe1e942f5598503758a528e98743))
13
+
14
+
15
+
16
+
17
+
6
18
  ## [3.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-controller@3.4.0...@pie-element/image-cloze-association-controller@3.4.1) (2023-02-28)
7
19
 
8
20
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pie-element/image-cloze-association-controller",
3
3
  "private": true,
4
- "version": "3.4.1",
4
+ "version": "3.4.2",
5
5
  "description": "",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-element/image-cloze-association",
3
- "version": "4.11.3-next.57+f7af573fb",
3
+ "version": "4.12.0",
4
4
  "description": "",
5
5
  "repository": "pie-framework/pie-elements",
6
6
  "publishConfig": {
@@ -10,10 +10,10 @@
10
10
  "@material-ui/core": "^3.9.3",
11
11
  "@material-ui/icons": "^3.0.1",
12
12
  "@pie-framework/pie-player-events": "^0.1.0",
13
- "@pie-lib/correct-answer-toggle": "^2.3.69",
13
+ "@pie-lib/correct-answer-toggle": "^2.3.70",
14
14
  "@pie-lib/drag": "^2.1.15",
15
15
  "@pie-lib/math-rendering": "^2.5.13",
16
- "@pie-lib/render-ui": "^4.14.19",
16
+ "@pie-lib/render-ui": "^4.14.20",
17
17
  "classnames": "^2.2.6",
18
18
  "prop-types": "^15.6.1",
19
19
  "react": "^16.8.1",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "author": "pie framework developers",
23
23
  "license": "ISC",
24
- "gitHead": "f7af573fb4e0491e4f5ff278103b157ac0120f98",
24
+ "gitHead": "ad16cf96a5a84713cfa2e3e5f747d87cefa2f3f2",
25
25
  "scripts": {
26
26
  "postpublish": "../../scripts/postpublish"
27
27
  },