@pie-lib/charting 7.0.1 → 7.0.2-next.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,13 @@
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
+ ## [7.0.2-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@6.2.0-next.15...@pie-lib/charting@7.0.2-next.0) (2026-05-06)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **charting:** enhance RawChartAxes with MathJax rendering support and improve hidden label measurement PD-5496 PD-5497 ([4644a62](https://github.com/pie-framework/pie-lib/commit/4644a62365cc22b5558ae99cfa64c78bdc21815a))
11
+ - **charting:** fix math rendering race condition in fractional chart labels PD-5496 ([03d9d81](https://github.com/pie-framework/pie-lib/commit/03d9d8131872aff762866abb5c910312a7151864))
12
+
6
13
  ## [7.0.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@7.0.0...@pie-lib/charting@7.0.1) (2026-04-28)
7
14
 
8
15
  **Note:** Version bump only for package @pie-lib/charting
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "7.0.1",
6
+ "version": "7.0.2-next.0",
7
7
  "description": "charting",
8
8
  "keywords": [
9
9
  "react",
@@ -22,10 +22,10 @@
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/math-rendering": "^5.0.1",
26
- "@pie-lib/plot": "^4.0.1",
27
- "@pie-lib/render-ui": "^6.0.1",
28
- "@pie-lib/translator": "^4.0.1",
25
+ "@pie-lib/math-rendering": "^5.0.2-next.0",
26
+ "@pie-lib/plot": "^4.0.2-next.0",
27
+ "@pie-lib/render-ui": "^6.1.0-next.0",
28
+ "@pie-lib/translator": "^4.0.2-next.0",
29
29
  "@visx/axis": "^3.0.0",
30
30
  "@visx/event": "^3.0.0",
31
31
  "@visx/grid": "^3.0.0",
@@ -47,7 +47,7 @@
47
47
  "react": "^18.2.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@pie-lib/test-utils": "^2.0.1"
50
+ "@pie-lib/test-utils": "^2.0.2-next.0"
51
51
  },
52
- "gitHead": "1ba46aa3e68b7d108e609220db271d518ab20f11"
52
+ "gitHead": "2cf9410d6d89313791f1c763904bdfbceb6b1742"
53
53
  }