@pie-lib/graphing 4.0.2 → 4.0.3-next.1
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 +20 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,26 @@
|
|
|
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.0.3-next.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@4.0.3-next.0...@pie-lib/graphing@4.0.3-next.1) (2026-05-06)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @pie-lib/graphing
|
|
9
|
+
|
|
10
|
+
## [4.0.3-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@3.2.0-next.15...@pie-lib/graphing@4.0.3-next.0) (2026-05-06)
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
- enhance drag handling and prevent click interference in draggable components. fix auto input label PIE-428 ([cc06766](https://github.com/pie-framework/pie-lib/commit/cc06766fab6960356f3e7f8975da1f12f3358a9e))
|
|
15
|
+
- ensure onClick is called for existing mark points/lines and does not interfere with drag PIE-426 PIE-427 ([1cb4f00](https://github.com/pie-framework/pie-lib/commit/1cb4f00118ff24ddffe4c1ee2a091daccafa4d15))
|
|
16
|
+
- **graphing/plot:** improve drag handling to prevent misidentifying clicks as drags PD-5598 ([40a65a3](https://github.com/pie-framework/pie-lib/commit/40a65a312ec06227309fceac848bb8c7a266b1bb))
|
|
17
|
+
- **graphing:** adjust axis label PD-5595 ([f462a1f](https://github.com/pie-framework/pie-lib/commit/f462a1f5563a6bb18443091c16d75064f2b31bad))
|
|
18
|
+
- **graphing:** color changes for graph buttons PD-5590 ([1053f44](https://github.com/pie-framework/pie-lib/commit/1053f44cd10521bf5e3431ac071fb3f18e97f467))
|
|
19
|
+
- **graphing:** defer focus call to ensure re-render completion PIE-520 ([3e3ae16](https://github.com/pie-framework/pie-lib/commit/3e3ae16f11d2193ae77db11d8bd19ec711f8b679))
|
|
20
|
+
- **graphing:** increase stroke width and improve pointer event handling for lines ([58e1b47](https://github.com/pie-framework/pie-lib/commit/58e1b476cccb43c2db7e685119a3268fce21808c))
|
|
21
|
+
- **graphing:** prevent new marks creation on existing points/lines during click events PIE-27 ([6c73a8e](https://github.com/pie-framework/pie-lib/commit/6c73a8e8317f3302c6d54dd9890c1d5a9fb02305))
|
|
22
|
+
- **graphing:** restore disabled/correctness styling on Line tool PIE-425 ([de26993](https://github.com/pie-framework/pie-lib/commit/de26993e35aa46437af9f6f9db5126218890dcf7))
|
|
23
|
+
- **graphing:** revert to previous disabled colors PD-5510 ([e50a991](https://github.com/pie-framework/pie-lib/commit/e50a991aaa20f134d338a3f27d6d46d68db02a57))
|
|
24
|
+
- unapplied padding PD-5450 ([5d92076](https://github.com/pie-framework/pie-lib/commit/5d92076e57b1106a9bcb746da97bf105427e77f5))
|
|
25
|
+
|
|
6
26
|
## [4.0.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@4.0.1...@pie-lib/graphing@4.0.2) (2026-05-04)
|
|
7
27
|
|
|
8
28
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.3-next.1",
|
|
7
7
|
"description": "Graphing components",
|
|
8
8
|
"keywords": [
|
|
9
9
|
"react",
|
|
@@ -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": "^4.0.
|
|
26
|
-
"@pie-lib/editable-html-tip-tap": "^2.0.1",
|
|
27
|
-
"@pie-lib/graphing-utils": "^3.0.
|
|
28
|
-
"@pie-lib/plot": "^4.0.1",
|
|
29
|
-
"@pie-lib/render-ui": "^6.0.
|
|
30
|
-
"@pie-lib/translator": "^4.0.
|
|
25
|
+
"@pie-lib/drag": "^4.0.2-next.0",
|
|
26
|
+
"@pie-lib/editable-html-tip-tap": "^2.1.0-next.1",
|
|
27
|
+
"@pie-lib/graphing-utils": "^3.0.2-next.0",
|
|
28
|
+
"@pie-lib/plot": "^4.0.2-next.1",
|
|
29
|
+
"@pie-lib/render-ui": "^6.1.0-next.0",
|
|
30
|
+
"@pie-lib/translator": "^4.0.2-next.0",
|
|
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": "
|
|
57
|
+
"gitHead": "0fe379542dcd58d46726302fb2fbd99e408688ce",
|
|
58
58
|
"scripts": {}
|
|
59
59
|
}
|