@pie-lib/graphing 3.1.1-next.1 → 3.2.0-next.11

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,63 +3,77 @@
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
- # [3.1.0-next.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.1.0-next.2...@pie-lib/graphing@3.1.0-next.4) (2026-01-27)
6
+ # [3.2.0-next.11](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.9...@pie-lib/graphing@3.2.0-next.11) (2026-02-26)
7
7
 
8
8
  **Note:** Version bump only for package @pie-lib/graphing
9
9
 
10
+ # [3.2.0-next.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.8...@pie-lib/graphing@3.2.0-next.9) (2026-02-25)
10
11
 
12
+ **Note:** Version bump only for package @pie-lib/graphing
11
13
 
14
+ # [3.2.0-next.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.7...@pie-lib/graphing@3.2.0-next.8) (2026-02-25)
12
15
 
16
+ ### Bug Fixes
13
17
 
14
- # [3.1.0-next.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.1.0-next.1...@pie-lib/graphing@3.1.0-next.2) (2026-01-26)
18
+ - **deps:** update [@pie-lib](https://github.com/pie-lib) dependencies to published versions ([134fbdc](https://github.com/pie-framework/pie-lib/commit/134fbdc90c6a15f89a736340578d70fb80a983b3))
15
19
 
16
- **Note:** Version bump only for package @pie-lib/graphing
20
+ # [3.2.0-next.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.6...@pie-lib/graphing@3.2.0-next.7) (2026-02-25)
17
21
 
22
+ **Note:** Version bump only for package @pie-lib/graphing
18
23
 
24
+ # [3.2.0-next.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.5...@pie-lib/graphing@3.2.0-next.6) (2026-02-25)
19
25
 
26
+ **Note:** Version bump only for package @pie-lib/graphing
20
27
 
28
+ # [3.2.0-next.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.4...@pie-lib/graphing@3.2.0-next.5) (2026-02-25)
21
29
 
22
- # [3.1.0-next.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.34.2...@pie-lib/graphing@3.1.0-next.1) (2026-01-26)
30
+ **Note:** Version bump only for package @pie-lib/graphing
23
31
 
32
+ # [3.2.0-next.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.3...@pie-lib/graphing@3.2.0-next.4) (2026-02-24)
24
33
 
25
- ### Bug Fixes
34
+ **Note:** Version bump only for package @pie-lib/graphing
26
35
 
27
- * remove carets from [@pie-lib](https://github.com/pie-lib) dependencies and configure lerna to use exact versions ([c9cd800](https://github.com/pie-framework/pie-lib/commit/c9cd800844abca09e7acf1fd35b2ddf51a6d86df))
28
- * remove carret, point to specific libs version ([09939a5](https://github.com/pie-framework/pie-lib/commit/09939a5aca19d7dda03d62c93d4d524f98dd69da))
29
- * remove exports and publish ([#2068](https://github.com/pie-framework/pie-lib/issues/2068)) ([60a96cd](https://github.com/pie-framework/pie-lib/commit/60a96cde0ec65f6b1cac0ae329aa33a0abc50d05))
30
- * update graphing components - styling and correctness handling PD-5258 ([7f1d3ba](https://github.com/pie-framework/pie-lib/commit/7f1d3bade7271c8f95bb9a67352fc9a52888ffda))
31
- * updated tip-tap with mui instead of material-ui [PD-5141] ([880d3ab](https://github.com/pie-framework/pie-lib/commit/880d3ab1d63aa12c7e975c882f50624200565737))
32
- * use fixed lib deps ([de7c64d](https://github.com/pie-framework/pie-lib/commit/de7c64d14f13259fe44d47405e4421baef21e24e))
36
+ # [3.2.0-next.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.1...@pie-lib/graphing@3.2.0-next.3) (2026-02-24)
33
37
 
38
+ ### Bug Fixes
34
39
 
35
- ### Features
40
+ - made sure placeholder works, math item does not blur editor, table toolbar contains correct extensions [PD-5616] [PD-5584] [PD-5627] ([9bc768f](https://github.com/pie-framework/pie-lib/commit/9bc768f4e4301f91cc768475f0defa545ee7b43d))
36
41
 
37
- * bump react and react-dom ([01dc19e](https://github.com/pie-framework/pie-lib/commit/01dc19e88bbc8d372c561d1511df1a82937d45af))
38
- * drag library update in graphing packages ([6638af8](https://github.com/pie-framework/pie-lib/commit/6638af83235a13b983b95587ba042bbdff61c4df))
39
- * migrate from [@vx](https://github.com/vx) library to [@visx](https://github.com/visx) ([135bf60](https://github.com/pie-framework/pie-lib/commit/135bf605161bfbd0070ac181892df20931691ce3))
40
- * packages/graphing mui update PD-5268 ([503e9fd](https://github.com/pie-framework/pie-lib/commit/503e9fd47f230503ca8133eb8a61cacc727bb0fe))
41
- * sync latest changes from dev ([c936e9c](https://github.com/pie-framework/pie-lib/commit/c936e9c7f9e095e7d9b9805ac2bf72bd271e05f1))
42
+ # [3.1.0-next.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.1.0-next.2...@pie-lib/graphing@3.1.0-next.4) (2026-01-27)
42
43
 
44
+ **Note:** Version bump only for package @pie-lib/graphing
43
45
 
46
+ # [3.1.0-next.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.1.0-next.1...@pie-lib/graphing@3.1.0-next.2) (2026-01-26)
44
47
 
48
+ **Note:** Version bump only for package @pie-lib/graphing
45
49
 
50
+ # [3.1.0-next.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.34.2...@pie-lib/graphing@3.1.0-next.1) (2026-01-26)
46
51
 
47
- # [3.0.0-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.34.3-next.0...@pie-lib/graphing@3.0.0-next.0) (2026-01-19)
52
+ ### Bug Fixes
48
53
 
49
- **Note:** Version bump only for package @pie-lib/graphing
54
+ - remove carets from [@pie-lib](https://github.com/pie-lib) dependencies and configure lerna to use exact versions ([c9cd800](https://github.com/pie-framework/pie-lib/commit/c9cd800844abca09e7acf1fd35b2ddf51a6d86df))
55
+ - remove carret, point to specific libs version ([09939a5](https://github.com/pie-framework/pie-lib/commit/09939a5aca19d7dda03d62c93d4d524f98dd69da))
56
+ - remove exports and publish ([#2068](https://github.com/pie-framework/pie-lib/issues/2068)) ([60a96cd](https://github.com/pie-framework/pie-lib/commit/60a96cde0ec65f6b1cac0ae329aa33a0abc50d05))
57
+ - update graphing components - styling and correctness handling PD-5258 ([7f1d3ba](https://github.com/pie-framework/pie-lib/commit/7f1d3bade7271c8f95bb9a67352fc9a52888ffda))
58
+ - updated tip-tap with mui instead of material-ui [PD-5141] ([880d3ab](https://github.com/pie-framework/pie-lib/commit/880d3ab1d63aa12c7e975c882f50624200565737))
59
+ - use fixed lib deps ([de7c64d](https://github.com/pie-framework/pie-lib/commit/de7c64d14f13259fe44d47405e4421baef21e24e))
50
60
 
61
+ ### Features
51
62
 
63
+ - bump react and react-dom ([01dc19e](https://github.com/pie-framework/pie-lib/commit/01dc19e88bbc8d372c561d1511df1a82937d45af))
64
+ - drag library update in graphing packages ([6638af8](https://github.com/pie-framework/pie-lib/commit/6638af83235a13b983b95587ba042bbdff61c4df))
65
+ - migrate from [@vx](https://github.com/vx) library to [@visx](https://github.com/visx) ([135bf60](https://github.com/pie-framework/pie-lib/commit/135bf605161bfbd0070ac181892df20931691ce3))
66
+ - packages/graphing mui update PD-5268 ([503e9fd](https://github.com/pie-framework/pie-lib/commit/503e9fd47f230503ca8133eb8a61cacc727bb0fe))
67
+ - sync latest changes from dev ([c936e9c](https://github.com/pie-framework/pie-lib/commit/c936e9c7f9e095e7d9b9805ac2bf72bd271e05f1))
52
68
 
69
+ # [3.0.0-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.34.3-next.0...@pie-lib/graphing@3.0.0-next.0) (2026-01-19)
53
70
 
71
+ **Note:** Version bump only for package @pie-lib/graphing
54
72
 
55
73
  ## [2.34.3-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.48.0-mui-update.0...@pie-lib/graphing@2.34.3-next.0) (2026-01-19)
56
74
 
57
75
  **Note:** Version bump only for package @pie-lib/graphing
58
76
 
59
-
60
-
61
-
62
-
63
77
  ## [2.34.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.34.1...@pie-lib/graphing@2.34.2) (2025-11-27)
64
78
 
65
79
  **Note:** Version bump only for package @pie-lib/graphing
package/package.json CHANGED
@@ -3,18 +3,18 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "3.1.1-next.1",
6
+ "version": "3.2.0-next.11",
7
7
  "description": "Graphing components",
8
8
  "keywords": [
9
9
  "react",
10
10
  "pie",
11
11
  "graphing"
12
12
  ],
13
- "repository": "pie-framework/pie-lib",
14
13
  "main": "lib/index.js",
15
14
  "module": "src/index.js",
16
15
  "author": "",
17
16
  "license": "ISC",
17
+ "repository": "pie-framework/pie-lib",
18
18
  "dependencies": {
19
19
  "@dnd-kit/sortable": "10.0.0",
20
20
  "@emotion/react": "^11.14.0",
@@ -22,12 +22,12 @@
22
22
  "@mapbox/point-geometry": "^1.1.0",
23
23
  "@mui/icons-material": "^7.3.4",
24
24
  "@mui/material": "^7.3.4",
25
- "@pie-lib/drag": "^3.1.1-next.1",
26
- "@pie-lib/editable-html-tip-tap": "^1.1.1-next.3",
27
- "@pie-lib/graphing-utils": "^2.1.1-next.1",
28
- "@pie-lib/plot": "^3.1.1-next.1",
29
- "@pie-lib/render-ui": "^5.1.1-next.1",
30
- "@pie-lib/translator": "^3.1.1-next.1",
25
+ "@pie-lib/drag": "^3.2.0-next.4",
26
+ "@pie-lib/editable-html-tip-tap": "^1.2.0-next.11",
27
+ "@pie-lib/graphing-utils": "^2.2.0-next.3",
28
+ "@pie-lib/plot": "^3.2.0-next.11",
29
+ "@pie-lib/render-ui": "^5.2.0-next.4",
30
+ "@pie-lib/translator": "^3.2.0-next.3",
31
31
  "@visx/axis": "^3.0.0",
32
32
  "@visx/clip-path": "^3.0.0",
33
33
  "@visx/curve": "^3.0.0",
@@ -54,6 +54,6 @@
54
54
  "peerDependencies": {
55
55
  "react": "^18.2.0"
56
56
  },
57
- "gitHead": "3bd6fd50a65d60fc94a893e87babf027c1144ed6",
57
+ "gitHead": "26a92c2897eca32328a31262677c4f7a851fd751",
58
58
  "scripts": {}
59
59
  }
@@ -1,16 +0,0 @@
1
- [
2
- {
3
- "type": "fix",
4
- "scope": null,
5
- "subject": "solve conflicts with dev",
6
- "merge": null,
7
- "header": "fix: solve conflicts with dev",
8
- "body": null,
9
- "footer": null,
10
- "notes": [],
11
- "hash": "50d83c31e1e4d5e719b714ff4bd7aafa797db6d2",
12
- "gitTags": "",
13
- "committerDate": "2026-01-28 12:46:38 +0200",
14
- "isTagged": false
15
- }
16
- ]