@pie-element/math-templated 6.2.0-next.4 → 6.2.0-next.6
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 +12 -0
- package/configure/CHANGELOG.md +12 -0
- package/configure/lib/defaults.js +1 -1
- package/configure/lib/defaults.js.map +1 -1
- package/configure/package.json +4 -4
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -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
|
+
# [6.2.0-next.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated@6.2.0-next.5...@pie-element/math-templated@6.2.0-next.6) (2026-04-10)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- **math-inline:** replace @pie-framework/mathquill with math-input helpers PIE-56, bump libs PIE-34, PIE-57, PIE-36, PIE-38, PIE-18 ([abd205e](https://github.com/pie-framework/pie-elements/commit/abd205e9c8335957b9fc2548822e4125bf1a7edb))
|
|
11
|
+
|
|
12
|
+
# [6.2.0-next.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated@6.2.0-next.4...@pie-element/math-templated@6.2.0-next.5) (2026-04-08)
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
- set edit source setting to false PD-5672 ([79c12a4](https://github.com/pie-framework/pie-elements/commit/79c12a4a4e2c97a27cab96999e6577776bd8e7c1))
|
|
17
|
+
|
|
6
18
|
# [6.2.0-next.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated@6.2.0-next.3...@pie-element/math-templated@6.2.0-next.4) (2026-04-08)
|
|
7
19
|
|
|
8
20
|
### Bug Fixes
|
package/configure/CHANGELOG.md
CHANGED
|
@@ -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
|
+
# [4.2.0-next.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated-configure@4.2.0-next.4...@pie-element/math-templated-configure@4.2.0-next.5) (2026-04-10)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- **math-inline:** replace @pie-framework/mathquill with math-input helpers PIE-56, bump libs PIE-34, PIE-57, PIE-36, PIE-38, PIE-18 ([abd205e](https://github.com/pie-framework/pie-elements/commit/abd205e9c8335957b9fc2548822e4125bf1a7edb))
|
|
11
|
+
|
|
12
|
+
# [4.2.0-next.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated-configure@4.2.0-next.3...@pie-element/math-templated-configure@4.2.0-next.4) (2026-04-08)
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
- set edit source setting to false PD-5672 ([79c12a4](https://github.com/pie-framework/pie-elements/commit/79c12a4a4e2c97a27cab96999e6577776bd8e7c1))
|
|
17
|
+
|
|
6
18
|
# [4.2.0-next.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated-configure@4.2.0-next.2...@pie-element/math-templated-configure@4.2.0-next.3) (2026-04-08)
|
|
7
19
|
|
|
8
20
|
### Bug Fixes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"defaults.js","names":["_default","exports","default","model","allowTrailingZerosDefault","equationEditor","ignoreOrderDefault","markup","playerSpellCheckEnabled","prompt","promptEnabled","rationale","rationaleEnabled","responses","spellCheckEnabled","teacherInstructions","teacherInstructionsEnabled","toolbarEditorPosition","validationDefault","configuration","ignoreOrder","settings","label","enabled","allowTrailingZeros","partialScoring","baseInputConfiguration","html","disabled","audio","video","image","h3","blockquote","textAlign","showParagraphs","separateParagraphs","inputConfiguration","required","spellCheck","editSource","playerSpellCheck","template","maxImageWidth","maxImageHeight","mathMlOptions","mmlOutput","mmlEditing","language","languageChoices","options","maxResponseAreas"],"sources":["../src/defaults.js"],"sourcesContent":["// Should be exactly the same as controller/defaults.js\nexport default {\n model: {\n allowTrailingZerosDefault: false,\n equationEditor: '8',\n ignoreOrderDefault: false,\n markup: '',\n playerSpellCheckEnabled: true,\n prompt: '',\n promptEnabled: true,\n rationale: '',\n rationaleEnabled: true,\n responses: {},\n spellCheckEnabled: true,\n teacherInstructions: '',\n teacherInstructionsEnabled: true,\n toolbarEditorPosition: 'bottom',\n validationDefault: 'literal',\n },\n configuration: {\n ignoreOrder: {\n settings: true,\n label: 'Ignore Order',\n enabled: true,\n },\n allowTrailingZeros: {\n settings: true,\n label: 'Allow Trailing Zeros',\n enabled: true,\n },\n partialScoring: {\n settings: true,\n label: 'Allow Partial Scoring',\n },\n baseInputConfiguration: {\n html: { disabled: true },\n audio: { disabled: false },\n video: { disabled: false },\n image: { disabled: false },\n h3: { disabled: true },\n blockquote: { disabled: true },\n textAlign: { disabled: true },\n showParagraphs: { disabled: false },\n separateParagraphs: { disabled: true },\n },\n prompt: {\n label: 'Prompt',\n settings: true,\n inputConfiguration: {\n audio: { disabled: false },\n video: { disabled: false },\n image: { disabled: false },\n },\n required: false,\n },\n spellCheck: {\n label: 'Spellcheck',\n settings: false,\n enabled: true,\n },\n editSource: {\n label: 'Edit Source',\n settings:
|
|
1
|
+
{"version":3,"file":"defaults.js","names":["_default","exports","default","model","allowTrailingZerosDefault","equationEditor","ignoreOrderDefault","markup","playerSpellCheckEnabled","prompt","promptEnabled","rationale","rationaleEnabled","responses","spellCheckEnabled","teacherInstructions","teacherInstructionsEnabled","toolbarEditorPosition","validationDefault","configuration","ignoreOrder","settings","label","enabled","allowTrailingZeros","partialScoring","baseInputConfiguration","html","disabled","audio","video","image","h3","blockquote","textAlign","showParagraphs","separateParagraphs","inputConfiguration","required","spellCheck","editSource","playerSpellCheck","template","maxImageWidth","maxImageHeight","mathMlOptions","mmlOutput","mmlEditing","language","languageChoices","options","maxResponseAreas"],"sources":["../src/defaults.js"],"sourcesContent":["// Should be exactly the same as controller/defaults.js\nexport default {\n model: {\n allowTrailingZerosDefault: false,\n equationEditor: '8',\n ignoreOrderDefault: false,\n markup: '',\n playerSpellCheckEnabled: true,\n prompt: '',\n promptEnabled: true,\n rationale: '',\n rationaleEnabled: true,\n responses: {},\n spellCheckEnabled: true,\n teacherInstructions: '',\n teacherInstructionsEnabled: true,\n toolbarEditorPosition: 'bottom',\n validationDefault: 'literal',\n },\n configuration: {\n ignoreOrder: {\n settings: true,\n label: 'Ignore Order',\n enabled: true,\n },\n allowTrailingZeros: {\n settings: true,\n label: 'Allow Trailing Zeros',\n enabled: true,\n },\n partialScoring: {\n settings: true,\n label: 'Allow Partial Scoring',\n },\n baseInputConfiguration: {\n html: { disabled: true },\n audio: { disabled: false },\n video: { disabled: false },\n image: { disabled: false },\n h3: { disabled: true },\n blockquote: { disabled: true },\n textAlign: { disabled: true },\n showParagraphs: { disabled: false },\n separateParagraphs: { disabled: true },\n },\n prompt: {\n label: 'Prompt',\n settings: true,\n inputConfiguration: {\n audio: { disabled: false },\n video: { disabled: false },\n image: { disabled: false },\n },\n required: false,\n },\n spellCheck: {\n label: 'Spellcheck',\n settings: false,\n enabled: true,\n },\n editSource: {\n label: 'Edit Source',\n settings: false,\n enabled: false,\n },\n playerSpellCheck: {\n label: 'Student Spellcheck',\n settings: true,\n enabled: true,\n },\n teacherInstructions: {\n settings: true,\n label: 'Teacher Instructions',\n inputConfiguration: {\n audio: { disabled: false },\n video: { disabled: false },\n image: { disabled: false },\n },\n required: false,\n },\n rationale: {\n settings: true,\n label: 'Rationale',\n inputConfiguration: {\n audio: { disabled: false },\n video: { disabled: false },\n image: { disabled: false },\n },\n required: false,\n },\n template: {\n inputConfiguration: {\n audio: { disabled: false },\n video: { disabled: false },\n image: { disabled: false },\n },\n },\n maxImageWidth: {\n teacherInstructions: 300,\n prompt: 300,\n rationale: 300,\n },\n maxImageHeight: {\n teacherInstructions: 300,\n prompt: 300,\n rationale: 300,\n },\n mathMlOptions: {\n mmlOutput: false,\n mmlEditing: false,\n },\n language: {\n settings: false,\n label: 'Specify Language',\n enabled: false,\n },\n languageChoices: {\n label: 'Language Choices',\n options: [],\n },\n maxResponseAreas: 10,\n },\n};\n"],"mappings":"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","ignoreList":[]}
|
package/configure/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/math-templated-configure",
|
|
3
3
|
"private": true,
|
|
4
|
-
"version": "4.2.0-next.
|
|
4
|
+
"version": "4.2.0-next.5",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "src/index.js",
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
"@mui/icons-material": "^7.3.4",
|
|
12
12
|
"@mui/material": "^7.3.4",
|
|
13
13
|
"@pie-framework/pie-configure-events": "^1.3.0",
|
|
14
|
-
"@pie-lib/config-ui": "12.2.0-next.
|
|
15
|
-
"@pie-lib/editable-html-tip-tap": "1.2.0-next.
|
|
16
|
-
"@pie-lib/math-toolbar": "2.2.0-next.
|
|
14
|
+
"@pie-lib/config-ui": "12.2.0-next.28",
|
|
15
|
+
"@pie-lib/editable-html-tip-tap": "1.2.0-next.27",
|
|
16
|
+
"@pie-lib/math-toolbar": "2.2.0-next.14",
|
|
17
17
|
"@pie-lib/render-ui": "5.2.0-next.7",
|
|
18
18
|
"debug": "^4.1.1",
|
|
19
19
|
"lodash-es": "^4.17.23",
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "6.2.0-next.
|
|
7
|
+
"version": "6.2.0-next.6",
|
|
8
8
|
"description": "",
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@emotion/react": "^11.14.0",
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"@mui/material": "^7.3.4",
|
|
14
14
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
15
15
|
"@pie-lib/correct-answer-toggle": "3.2.0-next.7",
|
|
16
|
-
"@pie-lib/mask-markup": "2.2.0-next.
|
|
17
|
-
"@pie-lib/math-input": "7.2.0-next.
|
|
16
|
+
"@pie-lib/mask-markup": "2.2.0-next.28",
|
|
17
|
+
"@pie-lib/math-input": "7.2.0-next.12",
|
|
18
18
|
"@pie-lib/math-rendering": "4.2.0-next.3",
|
|
19
19
|
"@pie-lib/render-ui": "5.2.0-next.7",
|
|
20
20
|
"prop-types": "^15.8.1",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"author": "",
|
|
25
25
|
"license": "ISC",
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "8ab147d04d240a5b4bf690ba41ab737726adcb6f",
|
|
27
27
|
"scripts": {
|
|
28
28
|
"postpublish": "../../scripts/postpublish"
|
|
29
29
|
},
|