-
Notifications
You must be signed in to change notification settings - Fork 21
Rename portable chart barrel to universal #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
4a8a256
6764785
2be6729
e95fc43
6fac158
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| --- | ||
| '@tanstack/charts': minor | ||
| --- | ||
|
|
||
| Add environment-safe `/universal` and `/types` entry points, including generic | ||
| tooltip-extension token contracts for non-DOM hosts, while preserving the | ||
| existing browser-oriented root exports. | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,14 +12,14 @@ evidence without turning untested behavior into a checkmark. | |
|
|
||
| | Library | Package | Measured source | | ||
| | -------------------------------------------------------------------------------------- | -------------------- | ------------------- | | ||
| | [TanStack Charts](./overview.md) | `@tanstack/charts` | workspace `b1bba0e` | | ||
| | [TanStack Charts](./overview.md) | `@tanstack/charts` | workspace `4a8a256` | | ||
| | [Chart.js](https://www.chartjs.org/docs/latest/) | `chart.js` | npm `4.5.1` | | ||
| | [Apache ECharts](https://echarts.apache.org/handbook/en/best-practices/canvas-vs-svg/) | `echarts` | npm `6.1.0` | | ||
| | [Recharts](https://recharts.github.io/en-US/) | `recharts` | npm `3.10.1` | | ||
| | [Observable Plot](https://observablehq.com/plot/features/plots) | `@observablehq/plot` | npm `0.6.17` | | ||
|
|
||
| The competitor versions are exact package pins, not latest versions inferred | ||
| at page render time. The measured TanStack workspace revision is `b1bba0e`. | ||
| at page render time. The measured TanStack workspace revision is `4a8a256`. | ||
|
Comment on lines
+15
to
+22
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📐 Maintainability & Code Quality | 🟠 Major | ⚡ Quick win Regenerate this documentation copy instead of editing it directly. Update As per coding guidelines: do not directly edit 🤖 Prompt for AI AgentsSource: Coding guidelines |
||
|
|
||
| ## Capability matrix | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Name both token contracts in the changeset.
The changeset mentions tooltip-extension token contracts but does not explicitly mention portal-token contracts. Name both tooltip and portal token contracts so the release note matches the public API.
🤖 Prompt for AI Agents