@pie-element/image-cloze-association 4.1.10-next.173 → 4.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,23 @@
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.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@4.1.9...@pie-element/image-cloze-association@4.2.0) (2022-10-17)
7
+
8
+
9
+ ### Features
10
+
11
+ * enable spanish and special characters in author PD-2120 ([85fd3dd](https://github.com/pie-framework/pie-elements/commit/85fd3dd0fc10da1a2dfd5a842809c625790f8ba9))
12
+ * set withRubric to false in item default configurations. Set rubricEnabled to true if it's enabled for drawing-response and extended-text-entry ([a209057](https://github.com/pie-framework/pie-elements/commit/a209057f5a3fa5438efc8595453c89c11959a8f5))
13
+ * update libs ([7e174fb](https://github.com/pie-framework/pie-elements/commit/7e174fba75e7ea668900ad5c103751cefe33e2af))
14
+ * **docs:** update docs ([23cab69](https://github.com/pie-framework/pie-elements/commit/23cab69700cfee41395941f99599253cba8a28a3))
15
+ * **image-cloze-association:** add pie-api config PD-23 ([cef5013](https://github.com/pie-framework/pie-elements/commit/cef50133f83f6dec1e3f0b993a24a35e86cfe159))
16
+ * **image-cloze-association:** add settings to enable rubric. Add withRubric prop to configuration and rubricEnabled prop to model PD-2101 ([e6d1ba7](https://github.com/pie-framework/pie-elements/commit/e6d1ba7c700f6a637006cb3b5befbc77bad9a3e1))
17
+ * **image-cloze-association:** add uploadSoundSupport property PD-23-updated ([d0d80dc](https://github.com/pie-framework/pie-elements/commit/d0d80dcf75586bdfc6d79585e4437aacc2734fea))
18
+
19
+
20
+
21
+
22
+
6
23
  ## [4.1.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@4.1.8...@pie-element/image-cloze-association@4.1.9) (2022-09-29)
7
24
 
8
25
  **Note:** Version bump only for package @pie-element/image-cloze-association
@@ -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
+ # [4.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@4.1.9...@pie-element/image-cloze-association-configure@4.2.0) (2022-10-17)
7
+
8
+
9
+ ### Features
10
+
11
+ * enable spanish and special characters in author PD-2120 ([85fd3dd](https://github.com/pie-framework/pie-elements/commit/85fd3dd0fc10da1a2dfd5a842809c625790f8ba9))
12
+ * set withRubric to false in item default configurations. Set rubricEnabled to true if it's enabled for drawing-response and extended-text-entry ([a209057](https://github.com/pie-framework/pie-elements/commit/a209057f5a3fa5438efc8595453c89c11959a8f5))
13
+ * update libs ([7e174fb](https://github.com/pie-framework/pie-elements/commit/7e174fba75e7ea668900ad5c103751cefe33e2af))
14
+ * **image-cloze-association:** add pie-api config PD-23 ([cef5013](https://github.com/pie-framework/pie-elements/commit/cef50133f83f6dec1e3f0b993a24a35e86cfe159))
15
+ * **image-cloze-association:** add settings to enable rubric. Add withRubric prop to configuration and rubricEnabled prop to model PD-2101 ([e6d1ba7](https://github.com/pie-framework/pie-elements/commit/e6d1ba7c700f6a637006cb3b5befbc77bad9a3e1))
16
+ * **image-cloze-association:** add uploadSoundSupport property PD-23-updated ([d0d80dc](https://github.com/pie-framework/pie-elements/commit/d0d80dcf75586bdfc6d79585e4437aacc2734fea))
17
+
18
+
19
+
20
+
21
+
6
22
  ## [4.1.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@4.1.8...@pie-element/image-cloze-association-configure@4.1.9) (2022-09-29)
7
23
 
8
24
  **Note:** Version bump only for package @pie-element/image-cloze-association-configure
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pie-element/image-cloze-association-configure",
3
3
  "private": true,
4
- "version": "4.1.9",
4
+ "version": "4.2.0",
5
5
  "description": "",
6
6
  "main": "lib/index.js",
7
7
  "module": "src/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-element/image-cloze-association",
3
- "version": "4.1.10-next.173+d434ce108",
3
+ "version": "4.2.0",
4
4
  "description": "",
5
5
  "repository": "pie-framework/pie-elements",
6
6
  "publishConfig": {
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "author": "pie framework developers",
23
23
  "license": "ISC",
24
- "gitHead": "d434ce108dd12cb05f72f676a79bbfba67944cb3",
24
+ "gitHead": "2d74cf6e1f9ad7921efc46779c0e5028d787b9d3",
25
25
  "scripts": {
26
26
  "postpublish": "../../scripts/postpublish"
27
27
  },