@pie-element/fraction-model 2.6.10-next.86 → 2.7.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,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
+ # [2.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/fraction-model@2.6.9...@pie-element/fraction-model@2.7.0) (2025-09-25)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **math-rendering:** move mathjax-full back to dependencies ([aba6dbf](https://github.com/pie-framework/pie-elements/commit/aba6dbf2c98da164149a881616df5e7b8e29b2f2))
12
+ * conflicts ([5c99a5d](https://github.com/pie-framework/pie-elements/commit/5c99a5db49549422ba1e29b6c67f210e688677d8))
13
+ * fix conflicts and update imports ([da74559](https://github.com/pie-framework/pie-elements/commit/da745596bfc0da732cdafdcfee376c84fde3cdc6))
14
+ * fix imports PD-5126 ([3bf4684](https://github.com/pie-framework/pie-elements/commit/3bf4684871a62b3e23f50e2c010adfc9ae674919))
15
+ * merge develop ([9f997d7](https://github.com/pie-framework/pie-elements/commit/9f997d7a9813bed26b760f14fbf841e373bb0bb8))
16
+ * merge develop ([b5ec752](https://github.com/pie-framework/pie-elements/commit/b5ec752f6fedc576449c277308499bc853244544))
17
+ * update pie-lib/pie-toolbox PD-5196 ([d525b88](https://github.com/pie-framework/pie-elements/commit/d525b888f16fcc2ac115c8e699ca6f249db27406))
18
+
19
+
20
+ ### Features
21
+
22
+ * split pie-toolbox for graphing, fraction-model PD-5158 ([bccef31](https://github.com/pie-framework/pie-elements/commit/bccef31dab6e89d25131670481c62606431f0c25))
23
+
24
+
25
+
26
+
27
+
6
28
  ## [2.6.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/fraction-model@2.6.8...@pie-element/fraction-model@2.6.9) (2025-09-11)
7
29
 
8
30
 
@@ -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
+ # [2.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/fraction-model-configure@2.5.9...@pie-element/fraction-model-configure@2.6.0) (2025-09-25)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **math-rendering:** move mathjax-full back to dependencies ([aba6dbf](https://github.com/pie-framework/pie-elements/commit/aba6dbf2c98da164149a881616df5e7b8e29b2f2))
12
+ * conflicts ([5c99a5d](https://github.com/pie-framework/pie-elements/commit/5c99a5db49549422ba1e29b6c67f210e688677d8))
13
+ * fix conflicts and update imports ([da74559](https://github.com/pie-framework/pie-elements/commit/da745596bfc0da732cdafdcfee376c84fde3cdc6))
14
+ * fix imports PD-5126 ([3bf4684](https://github.com/pie-framework/pie-elements/commit/3bf4684871a62b3e23f50e2c010adfc9ae674919))
15
+ * merge develop ([b5ec752](https://github.com/pie-framework/pie-elements/commit/b5ec752f6fedc576449c277308499bc853244544))
16
+ * update pie-lib/pie-toolbox PD-5196 ([d525b88](https://github.com/pie-framework/pie-elements/commit/d525b888f16fcc2ac115c8e699ca6f249db27406))
17
+
18
+
19
+ ### Features
20
+
21
+ * split pie-toolbox for graphing, fraction-model PD-5158 ([bccef31](https://github.com/pie-framework/pie-elements/commit/bccef31dab6e89d25131670481c62606431f0c25))
22
+
23
+
24
+
25
+
26
+
6
27
  ## [2.5.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/fraction-model-configure@2.5.8...@pie-element/fraction-model-configure@2.5.9) (2025-09-11)
7
28
 
8
29
 
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@pie-element/fraction-model-configure",
3
3
  "private": true,
4
- "version": "2.5.9",
4
+ "version": "2.6.0",
5
5
  "description": "",
6
6
  "main": "lib/index.js",
7
7
  "module": "src/index.js",
8
8
  "dependencies": {
9
9
  "@material-ui/core": "^3.9.2",
10
10
  "@pie-framework/pie-configure-events": "^1.3.0",
11
- "@pie-lib/config-ui": "^11.24.0",
12
- "@pie-lib/editable-html": "^11.16.0",
11
+ "@pie-lib/config-ui": "^11.25.0",
12
+ "@pie-lib/editable-html": "^11.17.0",
13
13
  "debug": "^3.1.0",
14
14
  "lodash": "^4.17.15",
15
15
  "prop-types": "^15.6.2",
@@ -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
+ # [2.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/fraction-model-controller@2.2.9...@pie-element/fraction-model-controller@2.3.0) (2025-09-25)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **math-rendering:** move mathjax-full back to dependencies ([aba6dbf](https://github.com/pie-framework/pie-elements/commit/aba6dbf2c98da164149a881616df5e7b8e29b2f2))
12
+ * conflicts ([5c99a5d](https://github.com/pie-framework/pie-elements/commit/5c99a5db49549422ba1e29b6c67f210e688677d8))
13
+ * fix conflicts and update imports ([da74559](https://github.com/pie-framework/pie-elements/commit/da745596bfc0da732cdafdcfee376c84fde3cdc6))
14
+ * fix imports PD-5126 ([3bf4684](https://github.com/pie-framework/pie-elements/commit/3bf4684871a62b3e23f50e2c010adfc9ae674919))
15
+ * merge develop ([b5ec752](https://github.com/pie-framework/pie-elements/commit/b5ec752f6fedc576449c277308499bc853244544))
16
+ * update pie-lib/pie-toolbox PD-5196 ([d525b88](https://github.com/pie-framework/pie-elements/commit/d525b888f16fcc2ac115c8e699ca6f249db27406))
17
+
18
+
19
+ ### Features
20
+
21
+ * split pie-toolbox for graphing, fraction-model PD-5158 ([bccef31](https://github.com/pie-framework/pie-elements/commit/bccef31dab6e89d25131670481c62606431f0c25))
22
+
23
+
24
+
25
+
26
+
6
27
  ## [2.2.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/fraction-model-controller@2.2.8...@pie-element/fraction-model-controller@2.2.9) (2025-09-11)
7
28
 
8
29
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@pie-element/fraction-model-controller",
3
3
  "private": true,
4
- "version": "2.2.9",
4
+ "version": "2.3.0",
5
5
  "description": "",
6
6
  "main": "lib/index.js",
7
7
  "module": "src/index.js",
8
8
  "dependencies": {
9
- "@pie-lib/text-select": "1.27.0",
9
+ "@pie-lib/text-select": "1.28.0",
10
10
  "debug": "^3.1.0",
11
11
  "lodash": "^4.17.15"
12
12
  },
package/package.json CHANGED
@@ -4,16 +4,16 @@
4
4
  "access": "public"
5
5
  },
6
6
  "repository": "pie-framework/pie-elements",
7
- "version": "2.6.10-next.86+260752f06",
7
+ "version": "2.7.0",
8
8
  "description": "",
9
9
  "dependencies": {
10
10
  "@material-ui/core": "^3.9.2",
11
11
  "@pie-framework/pie-player-events": "^0.1.0",
12
- "@pie-lib/config-ui": "^11.24.0",
13
- "@pie-lib/correct-answer-toggle": "^2.20.0",
14
- "@pie-lib/math-rendering": "^3.17.0",
15
- "@pie-lib/render-ui": "^4.30.0",
16
- "@pie-lib/test-utils": "0.17.0",
12
+ "@pie-lib/config-ui": "^11.25.0",
13
+ "@pie-lib/correct-answer-toggle": "^2.21.0",
14
+ "@pie-lib/math-rendering": "^3.18.0",
15
+ "@pie-lib/render-ui": "^4.31.0",
16
+ "@pie-lib/test-utils": "0.18.0",
17
17
  "prop-types": "^15.6.1",
18
18
  "react": "^16.8.1",
19
19
  "react-dom": "^16.8.1",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "author": "",
23
23
  "license": "ISC",
24
- "gitHead": "260752f06b5e03f581d3a2533a3007e567d7655a",
24
+ "gitHead": "65a80fea70ed27670563751e007e55a6f107cac7",
25
25
  "scripts": {
26
26
  "postpublish": "../../scripts/postpublish"
27
27
  },