@pie-element/math-templated 2.11.2-next.7001 → 2.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,43 @@
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.12.0 (2024-06-03)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * don't reset session when Panel gets updated ([19edf14](https://github.com/pie-framework/pie-elements/commit/19edf1466b826bdabb9b5648f8c1a29c8429bc18))
12
+ * typo ([8e38039](https://github.com/pie-framework/pie-elements/commit/8e380395f61631acac4a00ba6becc0f6520862bc))
13
+ * wrap content ([fc97502](https://github.com/pie-framework/pie-elements/commit/fc9750254660cdd05df8eff3176a35faf02154f9))
14
+ * **math-templated:** allow trailing zeros and ignore order not working in response ([67ffebf](https://github.com/pie-framework/pie-elements/commit/67ffebf00c94d405d67e7cca9d8d427d04562063))
15
+
16
+
17
+ ### Features
18
+
19
+ * add new Response Area Type: math-templated PD-632 ([d45574b](https://github.com/pie-framework/pie-elements/commit/d45574b31265aae82805511ec11be81abc1c29e8))
20
+ * add new Response Area Type: math-templated update pie-toolbox PD-632 ([a8c0544](https://github.com/pie-framework/pie-elements/commit/a8c054419ea5d5473eaab96236cd4a94d04c3e5f))
21
+ * add print module ([b1bdc18](https://github.com/pie-framework/pie-elements/commit/b1bdc18476a3b9d553e897362b242182bb135223))
22
+ * authoring - more design tweaks ([216500f](https://github.com/pie-framework/pie-elements/commit/216500f19cdd86406b13a54c5122f5005e6acc5c))
23
+ * PD-632 update model in generate ([ee55928](https://github.com/pie-framework/pie-elements/commit/ee55928dc4e1dd62b53fb4e525cc045212466b4f))
24
+ * render responses, add/delete response area ([891fda5](https://github.com/pie-framework/pie-elements/commit/891fda5fbb4d013eb7b94a1f9e2e644e6a5a87b7))
25
+ * show correctness, fix: update sessions according to model ([7f2eb24](https://github.com/pie-framework/pie-elements/commit/7f2eb241aa20dd8c909a638add93016071b84788))
26
+ * started on player, this is wip ([234e8ad](https://github.com/pie-framework/pie-elements/commit/234e8adcc9066db6aedde11b029204dc528c3d7c))
27
+ * started working on print ([f7ce5bf](https://github.com/pie-framework/pie-elements/commit/f7ce5bfdbcb73e7c9399db92842a6d995950eebe))
28
+ * update pie-lib/pie-toolbox PD-3733, PD-2455 ([a507dcb](https://github.com/pie-framework/pie-elements/commit/a507dcb30bf2de72614aaba8ee576edf0c953d05))
29
+ * use pie-toolbox that contains the customizable mask PD-632 ([5356e45](https://github.com/pie-framework/pie-elements/commit/5356e452e4d386ec54be6447a84544ce4d1bc8fa))
30
+ * Used the new customizable mask to render response areas PD-632 ([6869f8b](https://github.com/pie-framework/pie-elements/commit/6869f8bbebf119a46cbd6bf78ddb1097dacb2ac7))
31
+ * wip added note in player and controller ([d88557b](https://github.com/pie-framework/pie-elements/commit/d88557baf6d51cbe76fb1c4adfe9aa0edea352e2))
32
+ * wip controller refactor, feedback and score calculations PD-632 ([335e603](https://github.com/pie-framework/pie-elements/commit/335e6030cb97666378eae665cbb9730af319b00c))
33
+ * wip PD-632 ([3cb17f9](https://github.com/pie-framework/pie-elements/commit/3cb17f989db3b3ae87aacf8b67d834ade66ed38d))
34
+ * wip PD-632 ([f091a3a](https://github.com/pie-framework/pie-elements/commit/f091a3a1494b377e4937903a1dacceef6bf4ab9e))
35
+ * wip PD-632, refactored configure, changed titles, spaces, added delete icon. Added maxResponseArea support ([cd64cca](https://github.com/pie-framework/pie-elements/commit/cd64cca29df43e4b03b54ef9d613a5bb73829ee3))
36
+ * **math-templated:** created new item type, initial setup mapping components in authoring PD-632 ([f94dc33](https://github.com/pie-framework/pie-elements/commit/f94dc33d0b476df6cd1b287c73fde17bedf1e828))
37
+ * **math-templated:** wip implementing controller logic PD-632 ([59ba8e5](https://github.com/pie-framework/pie-elements/commit/59ba8e586cbb2d059295b9d052264aa796baa500))
38
+
39
+
40
+
41
+
42
+
6
43
  ## [2.11.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type@2.11.0...@pie-element/boilerplate-item-type@2.11.1) (2024-04-29)
7
44
 
8
45
 
@@ -3,6 +3,36 @@
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
+ # 1.1.0 (2024-06-03)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * don't reset session when Panel gets updated ([19edf14](https://github.com/pie-framework/pie-elements/commit/19edf1466b826bdabb9b5648f8c1a29c8429bc18))
12
+ * **math-templated:** allow trailing zeros and ignore order not working in response ([67ffebf](https://github.com/pie-framework/pie-elements/commit/67ffebf00c94d405d67e7cca9d8d427d04562063))
13
+ * typo ([8e38039](https://github.com/pie-framework/pie-elements/commit/8e380395f61631acac4a00ba6becc0f6520862bc))
14
+
15
+
16
+ ### Features
17
+
18
+ * add new Response Area Type: math-templated PD-632 ([d45574b](https://github.com/pie-framework/pie-elements/commit/d45574b31265aae82805511ec11be81abc1c29e8))
19
+ * add new Response Area Type: math-templated update pie-toolbox PD-632 ([a8c0544](https://github.com/pie-framework/pie-elements/commit/a8c054419ea5d5473eaab96236cd4a94d04c3e5f))
20
+ * authoring - more design tweaks ([216500f](https://github.com/pie-framework/pie-elements/commit/216500f19cdd86406b13a54c5122f5005e6acc5c))
21
+ * render responses, add/delete response area ([891fda5](https://github.com/pie-framework/pie-elements/commit/891fda5fbb4d013eb7b94a1f9e2e644e6a5a87b7))
22
+ * show correctness, fix: update sessions according to model ([7f2eb24](https://github.com/pie-framework/pie-elements/commit/7f2eb241aa20dd8c909a638add93016071b84788))
23
+ * started working on print ([f7ce5bf](https://github.com/pie-framework/pie-elements/commit/f7ce5bfdbcb73e7c9399db92842a6d995950eebe))
24
+ * update pie-lib/pie-toolbox PD-3733, PD-2455 ([a507dcb](https://github.com/pie-framework/pie-elements/commit/a507dcb30bf2de72614aaba8ee576edf0c953d05))
25
+ * use pie-toolbox that contains the customizable mask PD-632 ([5356e45](https://github.com/pie-framework/pie-elements/commit/5356e452e4d386ec54be6447a84544ce4d1bc8fa))
26
+ * wip controller refactor, feedback and score calculations PD-632 ([335e603](https://github.com/pie-framework/pie-elements/commit/335e6030cb97666378eae665cbb9730af319b00c))
27
+ * wip PD-632 ([3cb17f9](https://github.com/pie-framework/pie-elements/commit/3cb17f989db3b3ae87aacf8b67d834ade66ed38d))
28
+ * wip PD-632 ([f091a3a](https://github.com/pie-framework/pie-elements/commit/f091a3a1494b377e4937903a1dacceef6bf4ab9e))
29
+ * wip PD-632, refactored configure, changed titles, spaces, added delete icon. Added maxResponseArea support ([cd64cca](https://github.com/pie-framework/pie-elements/commit/cd64cca29df43e4b03b54ef9d613a5bb73829ee3))
30
+ * **math-templated:** created new item type, initial setup mapping components in authoring PD-632 ([f94dc33](https://github.com/pie-framework/pie-elements/commit/f94dc33d0b476df6cd1b287c73fde17bedf1e828))
31
+
32
+
33
+
34
+
35
+
6
36
  ## [2.10.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@2.10.0...@pie-element/boilerplate-item-type-configure@2.10.1) (2024-04-29)
7
37
 
8
38
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pie-element/math-templated-configure",
3
3
  "private": true,
4
- "version": "1.0.0",
4
+ "version": "1.1.0",
5
5
  "description": "",
6
6
  "main": "lib/index.js",
7
7
  "module": "src/index.js",
@@ -3,6 +3,25 @@
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.10.0 (2024-06-03)
7
+
8
+
9
+ ### Features
10
+
11
+ * add new Response Area Type: math-templated update pie-toolbox PD-632 ([a8c0544](https://github.com/pie-framework/pie-elements/commit/a8c054419ea5d5473eaab96236cd4a94d04c3e5f))
12
+ * show correctness, fix: update sessions according to model ([7f2eb24](https://github.com/pie-framework/pie-elements/commit/7f2eb241aa20dd8c909a638add93016071b84788))
13
+ * started on player, this is wip ([234e8ad](https://github.com/pie-framework/pie-elements/commit/234e8adcc9066db6aedde11b029204dc528c3d7c))
14
+ * update pie-lib/pie-toolbox PD-3733, PD-2455 ([a507dcb](https://github.com/pie-framework/pie-elements/commit/a507dcb30bf2de72614aaba8ee576edf0c953d05))
15
+ * use pie-toolbox that contains the customizable mask PD-632 ([5356e45](https://github.com/pie-framework/pie-elements/commit/5356e452e4d386ec54be6447a84544ce4d1bc8fa))
16
+ * wip added note in player and controller ([d88557b](https://github.com/pie-framework/pie-elements/commit/d88557baf6d51cbe76fb1c4adfe9aa0edea352e2))
17
+ * wip controller refactor, feedback and score calculations PD-632 ([335e603](https://github.com/pie-framework/pie-elements/commit/335e6030cb97666378eae665cbb9730af319b00c))
18
+ * **math-templated:** created new item type, initial setup mapping components in authoring PD-632 ([f94dc33](https://github.com/pie-framework/pie-elements/commit/f94dc33d0b476df6cd1b287c73fde17bedf1e828))
19
+ * **math-templated:** wip implementing controller logic PD-632 ([59ba8e5](https://github.com/pie-framework/pie-elements/commit/59ba8e586cbb2d059295b9d052264aa796baa500))
20
+
21
+
22
+
23
+
24
+
6
25
  ## [2.9.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.9.0...@pie-element/boilerplate-item-type-controller@2.9.1) (2024-04-29)
7
26
 
8
27
 
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@pie-element/math-templated-controller",
3
3
  "private": true,
4
- "version": "2.9.1",
4
+ "version": "2.10.0",
5
5
  "description": "",
6
6
  "main": "lib/index.js",
7
7
  "module": "src/index.js",
8
8
  "dependencies": {
9
- "@pie-lib/pie-toolbox": "1.21.0",
10
9
  "@pie-framework/math-validation": "^1.2.2",
10
+ "@pie-lib/pie-toolbox": "1.21.0",
11
11
  "debug": "^3.1.0",
12
12
  "lodash": "^4.17.15"
13
13
  },
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "repository": "pie-framework/pie-elements",
7
- "version": "2.11.2-next.7001+a507dcb30",
7
+ "version": "2.12.0",
8
8
  "description": "",
9
9
  "dependencies": {
10
10
  "@material-ui/core": "^3.9.2",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "author": "",
18
18
  "license": "ISC",
19
- "gitHead": "a507dcb30bf2de72614aaba8ee576edf0c953d05",
19
+ "gitHead": "c5ffa28f1f47824aec9dd5260ded070960cbcbf8",
20
20
  "scripts": {
21
21
  "postpublish": "../../scripts/postpublish"
22
22
  },