@pie-element/math-templated 2.12.1-next.5 → 2.13.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,29 @@
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.13.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated@2.12.1...@pie-element/math-templated@2.13.0) (2024-06-04)
7
+
8
+
9
+ ### Features
10
+
11
+ * **math-templated:** add validation method PD-3805 ([b4ae58a](https://github.com/pie-framework/pie-elements/commit/b4ae58a7f4b65d848d1c003cd964e6cf7f50ce45))
12
+
13
+
14
+
15
+
16
+
17
+ ## [2.12.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated@2.12.0...@pie-element/math-templated@2.12.1) (2024-06-04)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * answer correctness is "correct" only if it's fully correct PD-3806, PD-3812 ([72e1655](https://github.com/pie-framework/pie-elements/commit/72e1655c64f038ab7fbbb45e7f0b6e885e41de66))
23
+ * sanity checks PD-3820 ([f3306b6](https://github.com/pie-framework/pie-elements/commit/f3306b69bd77dda7c3b330ab10d912380991888c))
24
+
25
+
26
+
27
+
28
+
6
29
  # 2.12.0 (2024-06-03)
7
30
 
8
31
 
@@ -3,6 +3,28 @@
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.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated-configure@1.1.1...@pie-element/math-templated-configure@1.2.0) (2024-06-04)
7
+
8
+
9
+ ### Features
10
+
11
+ * **math-templated:** add validation method PD-3805 ([b4ae58a](https://github.com/pie-framework/pie-elements/commit/b4ae58a7f4b65d848d1c003cd964e6cf7f50ce45))
12
+
13
+
14
+
15
+
16
+
17
+ ## [1.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated-configure@1.1.0...@pie-element/math-templated-configure@1.1.1) (2024-06-04)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * sanity checks PD-3820 ([f3306b6](https://github.com/pie-framework/pie-elements/commit/f3306b69bd77dda7c3b330ab10d912380991888c))
23
+
24
+
25
+
26
+
27
+
6
28
  # 1.1.0 (2024-06-03)
7
29
 
8
30
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pie-element/math-templated-configure",
3
3
  "private": true,
4
- "version": "1.1.0",
4
+ "version": "1.2.0",
5
5
  "description": "",
6
6
  "main": "lib/index.js",
7
7
  "module": "src/index.js",
@@ -3,6 +3,29 @@
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.11.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated-controller@2.10.1...@pie-element/math-templated-controller@2.11.0) (2024-06-04)
7
+
8
+
9
+ ### Features
10
+
11
+ * **math-templated:** add validation method PD-3805 ([b4ae58a](https://github.com/pie-framework/pie-elements/commit/b4ae58a7f4b65d848d1c003cd964e6cf7f50ce45))
12
+
13
+
14
+
15
+
16
+
17
+ ## [2.10.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated-controller@2.10.0...@pie-element/math-templated-controller@2.10.1) (2024-06-04)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * answer correctness is "correct" only if it's fully correct PD-3806, PD-3812 ([72e1655](https://github.com/pie-framework/pie-elements/commit/72e1655c64f038ab7fbbb45e7f0b6e885e41de66))
23
+ * sanity checks PD-3820 ([f3306b6](https://github.com/pie-framework/pie-elements/commit/f3306b69bd77dda7c3b330ab10d912380991888c))
24
+
25
+
26
+
27
+
28
+
6
29
  # 2.10.0 (2024-06-03)
7
30
 
8
31
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pie-element/math-templated-controller",
3
3
  "private": true,
4
- "version": "2.10.0",
4
+ "version": "2.11.0",
5
5
  "description": "",
6
6
  "main": "lib/index.js",
7
7
  "module": "src/index.js",
package/module/index.html CHANGED
@@ -2,7 +2,7 @@
2
2
  <!doctype html>
3
3
  <html>
4
4
  <head>
5
- <title>@pie-element/math-templated@2.12.0</title>
5
+ <title>@pie-element/math-templated@2.12.1</title>
6
6
  <script
7
7
  type="module"
8
8
  src="https://cdn.jsdelivr.net/npm/@pslb/demo-el@^1.0.0/dist/demo-el/demo-el.esm.js"></script>
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-element/math-templated",
3
- "version": "2.12.0",
3
+ "version": "2.12.1",
4
4
  "modules": [
5
5
  {
6
6
  "name": "@pie-lib/pie-toolbox-math-rendering-module",
package/module/print.html CHANGED
@@ -2,7 +2,7 @@
2
2
  <!doctype html>
3
3
  <html>
4
4
  <head>
5
- <title>@pie-element/math-templated@2.12.0</title>
5
+ <title>@pie-element/math-templated@2.12.1</title>
6
6
  <link
7
7
  href="https://fonts.googleapis.com/css?family=Roboto&display=swap"
8
8
  rel="stylesheet"
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "repository": "pie-framework/pie-elements",
7
- "version": "2.12.1-next.5+c50a5005c",
7
+ "version": "2.13.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": "c50a5005c4299f831331fb1975beeb1c96b8b678",
19
+ "gitHead": "f9eb4be445411a96452baccb77dedab25668887d",
20
20
  "scripts": {
21
21
  "postpublish": "../../scripts/postpublish"
22
22
  },