diff --git a/.changeset/compact-scales.md b/.changeset/compact-scales.md deleted file mode 100644 index 987eacf8..00000000 --- a/.changeset/compact-scales.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@tanstack/charts-scales': minor ---- - -Add compact callable linear, band, point, and ordinal scales through the exact -`@tanstack/charts-scales/linear`, `/band`, `/point`, and `/ordinal` entries. -There is no package root export. Compact linear scales are numeric and two-stop; -use `d3-scale` for time, transformed, piecewise, nonnumeric, locale-aware, and -other full D3 behavior. Unsupported D3 behavior does not warn or fall back at -runtime. diff --git a/.changeset/portable-chart-barrels.md b/.changeset/portable-chart-barrels.md deleted file mode 100644 index 5e328d4d..00000000 --- a/.changeset/portable-chart-barrels.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@tanstack/charts': minor ---- - -Add environment-safe `/portable` and `/types` entry points while preserving -the existing browser-oriented root exports. diff --git a/.changeset/react-tooltip-entry.md b/.changeset/react-tooltip-entry.md deleted file mode 100644 index 7ae7d392..00000000 --- a/.changeset/react-tooltip-entry.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@tanstack/react-charts': minor ---- - -Move React tooltip-body composition to `@tanstack/react-charts/tooltip`. -Consumers using `renderTooltipBody` must migrate root `Chart` to `Chart`, -`/canvas` `Chart` to `CanvasChart`, and `/core` `Chart` to `RendererChart` from -that entry. Move wrapper types to the matching `ChartProps`, `CanvasChartProps`, -or `RendererChartProps` names and their `CommonProps` counterparts. diff --git a/.changeset/tooltip-extensions.md b/.changeset/tooltip-extensions.md deleted file mode 100644 index 19ad0d58..00000000 --- a/.changeset/tooltip-extensions.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -'@tanstack/charts': minor ---- - -Make native tooltips and tooltip portals explicit extensions. Import `tooltip` -from `@tanstack/charts/tooltip`; replace `tooltip: true` with `tooltip`, dynamic -booleans with `enabled ? tooltip : false`, and configured objects with -`{ use: tooltip, ...options }`. Complete definition values use -`ChartTooltipInput`; `ChartTooltipOptions` remains the options-only type. - -Import `portal` from `@tanstack/charts/tooltip/portal`; replace `portal: true` -with `portal`, omit `portal: false`, and replace dynamic booleans with -`enabled ? portal : undefined` inside the configured tooltip object. diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cb92106..bed00fec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,105 @@ # Changelog -## Unreleased +## 0.1.0 + +### @tanstack/charts + +#### Minor Changes + +- [#8](https://github.com/TanStack/charts/pull/8) [`5d143d9`](https://github.com/TanStack/charts/commit/5d143d9c9ed7c2613f3e1b50a9d794ea3c9616b9) - Add environment-safe `/portable` and `/types` entry points while preserving + the existing browser-oriented root exports. + +- Make native tooltips and tooltip portals explicit extensions. Import `tooltip` + from `@tanstack/charts/tooltip`; replace `tooltip: true` with `tooltip`, dynamic + booleans with `enabled ? tooltip : false`, and configured objects with + `{ use: tooltip, ...options }`. Complete definition values use + `ChartTooltipInput`; `ChartTooltipOptions` remains the options-only type. + + Import `portal` from `@tanstack/charts/tooltip/portal`; replace `portal: true` + with `portal`, omit `portal: false`, and replace dynamic booleans with + `enabled ? portal : undefined` inside the configured tooltip object. + +### @tanstack/charts-scales + +#### Minor Changes + +- Add compact callable linear, band, point, and ordinal scales through the exact + `@tanstack/charts-scales/linear`, `/band`, `/point`, and `/ordinal` entries. + There is no package root export. Compact linear scales are numeric and two-stop; + use `d3-scale` for time, transformed, piecewise, nonnumeric, locale-aware, and + other full D3 behavior. Unsupported D3 behavior does not warn or fall back at + runtime. + +### @tanstack/react-charts + +#### Minor Changes + +- Move React tooltip-body composition to `@tanstack/react-charts/tooltip`. + Consumers using `renderTooltipBody` must migrate root `Chart` to `Chart`, + `/canvas` `Chart` to `CanvasChart`, and `/core` `Chart` to `RendererChart` from + that entry. Move wrapper types to the matching `ChartProps`, `CanvasChartProps`, + or `RendererChartProps` names and their `CommonProps` counterparts. + +#### Patch Changes + +- Updated dependencies [[`5d143d9`](https://github.com/TanStack/charts/commit/5d143d9c9ed7c2613f3e1b50a9d794ea3c9616b9)]: + - @tanstack/charts@0.1.0 + +### @tanstack/octane-charts + +#### Patch Changes + +- Updated dependencies [[`5d143d9`](https://github.com/TanStack/charts/commit/5d143d9c9ed7c2613f3e1b50a9d794ea3c9616b9)]: + - @tanstack/charts@0.1.0 + +### @tanstack/preact-charts + +#### Patch Changes + +- Updated dependencies [[`5d143d9`](https://github.com/TanStack/charts/commit/5d143d9c9ed7c2613f3e1b50a9d794ea3c9616b9)]: + - @tanstack/charts@0.1.0 + +### @tanstack/vue-charts + +#### Patch Changes + +- Updated dependencies [[`5d143d9`](https://github.com/TanStack/charts/commit/5d143d9c9ed7c2613f3e1b50a9d794ea3c9616b9)]: + - @tanstack/charts@0.1.0 + +### @tanstack/solid-charts + +#### Patch Changes + +- Updated dependencies [[`5d143d9`](https://github.com/TanStack/charts/commit/5d143d9c9ed7c2613f3e1b50a9d794ea3c9616b9)]: + - @tanstack/charts@0.1.0 + +### @tanstack/svelte-charts + +#### Patch Changes + +- Updated dependencies [[`5d143d9`](https://github.com/TanStack/charts/commit/5d143d9c9ed7c2613f3e1b50a9d794ea3c9616b9)]: + - @tanstack/charts@0.1.0 + +### @tanstack/angular-charts + +#### Patch Changes + +- Updated dependencies [[`5d143d9`](https://github.com/TanStack/charts/commit/5d143d9c9ed7c2613f3e1b50a9d794ea3c9616b9)]: + - @tanstack/charts@0.1.0 + +### @tanstack/lit-charts + +#### Patch Changes + +- Updated dependencies [[`5d143d9`](https://github.com/TanStack/charts/commit/5d143d9c9ed7c2613f3e1b50a9d794ea3c9616b9)]: + - @tanstack/charts@0.1.0 + +### @tanstack/alpine-charts + +#### Patch Changes + +- Updated dependencies [[`5d143d9`](https://github.com/TanStack/charts/commit/5d143d9c9ed7c2613f3e1b50a9d794ea3c9616b9)]: + - @tanstack/charts@0.1.0 This section documents migration from `0.0.2` and supersedes tooltip examples in the historical release entries below. diff --git a/MARKETING.md b/MARKETING.md index fe4c4c2b..fef66672 100644 --- a/MARKETING.md +++ b/MARKETING.md @@ -4,9 +4,9 @@ Last updated: 2026-07-30 ## Status -TanStack Charts `0.0.2` is a public pre-alpha release. The docs, examples, and +TanStack Charts `0.1.0` is a public pre-alpha release. The docs, examples, and catalog describe the same definition, behavior, scale, tooltip, and adapter -contracts available in `0.0.2`. Marketing must keep the pre-alpha status +contracts available in `0.1.0`. Marketing must keep the pre-alpha status visible and avoid production-readiness claims until the gates in [`PLAN.md`](./PLAN.md) are complete. @@ -51,7 +51,7 @@ package line is pre-alpha. visual encodings. D3 supplies algorithms. TanStack compiles the definition into a renderer-neutral keyed scene and owns the application runtime around it. -**Framework position:** The core is framework-independent. `0.0.2` ships thin +**Framework position:** The core is framework-independent. `0.1.0` ships thin adapters for React, Vue, Svelte, Solid, Angular, Preact, Lit, Alpine, and Octane. React and Octane also have Canvas components over the same runtime. @@ -459,7 +459,7 @@ about being "AI-native." | The chart catalog is smaller than AG Charts, ECharts, or Nivo | Also correct. The product thesis is a composable grammar with direct D3 interoperability, not first-party ownership of every specialized chart type. | | Why not use D3 or visx directly? | They provide the algorithms or primitives. TanStack supplies the application runtime: responsive layout, guides, scene compilation, lifecycle, interaction, accessibility, SSR, hydration, animation, and export. | | Why not use Observable Plot? | Plot is the closest API inspiration and remains an excellent choice for concise exploratory visualization. TanStack is an independent implementation focused on typed application integration, explicit D3 policy, capability-level imports, framework lifecycle, and stable interactive scenes. | -| Is it ready for production? | Not yet. `0.0.2` is a public pre-alpha release. Marketing must keep the documented release gates visible until they close. | +| Is it ready for production? | Not yet. `0.1.0` is a public pre-alpha release. Marketing must keep the documented release gates visible until they close. | | Can it handle millions of live points? | Canvas is an explicit opt-in and keeps the same definition and interaction API while removing per-mark DOM cost. It still creates scene nodes and interaction points, default focus is linear without a spatial index, and overplotting does not become useful because the pixels are cheaper. Treat million-point streaming as a measured representation problem, not a renderer claim. | ## Anti-personas @@ -586,7 +586,7 @@ production case study. ### Current proof phase -- Conversion: Install `0.0.2`, read the matching docs, explore the catalog, +- Conversion: Install `0.1.0`, read the matching docs, explore the catalog, and report friction. - Publish architecture, benchmarks, and working examples with limitations. - Recruit a small number of chart-heavy TanStack users. @@ -623,7 +623,7 @@ tracked in [`PLAN.md`](./PLAN.md): foundation for data-rich TanStack applications and a credible choice for frontend teams whose visualizations need to grow beyond standard chart types. -**Primary conversion today:** Install `0.0.2` and complete the first chart. +**Primary conversion today:** Install `0.1.0` and complete the first chart. **Primary conversion after stable release:** Install the package and complete the first chart. diff --git a/README.md b/README.md index cf20f254..2e2a5927 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ server-rendered application charts. > [!IMPORTANT] -> TanStack Charts `0.0.2` is pre-alpha. Its API may change between releases, +> TanStack Charts `0.1.0` is pre-alpha. Its API may change between releases, > and it is not ready for production use. Most chart libraries are easy until the chart stops being standard. TanStack diff --git a/docs/comparison.md b/docs/comparison.md index f7ac50dd..c5a56c33 100644 --- a/docs/comparison.md +++ b/docs/comparison.md @@ -3,7 +3,7 @@ title: Compare Libraries description: Compare current TanStack Charts workspace source with pinned Chart.js, Apache ECharts, Recharts, and Observable Plot packages. --- -TanStack Charts `0.0.2` is a pre-alpha release. Its results on this page measure +TanStack Charts `0.1.0` is a pre-alpha release. Its results on this page measure the exact workspace source included in this release and pinned competitor packages. This comparison records architectural differences and reproducible evidence without turning untested behavior into a checkmark. @@ -109,10 +109,10 @@ Canvas composition while keeping D3 and state ownership explicit. ## Evidence and reproduction -- [Standard comparison protocol](https://github.com/TanStack/charts/blob/v0.0.2/benchmarks/comparison/README.md) -- [Tracked bundle baseline](https://github.com/TanStack/charts/blob/v0.0.2/benchmarks/comparison/bundle-baseline.json) -- [Stress protocol](https://github.com/TanStack/charts/blob/v0.0.2/benchmarks/comparison/stress/README.md) -- [Catalog conformance protocol](https://github.com/TanStack/charts/blob/v0.0.2/benchmarks/conformance/README.md) +- [Standard comparison protocol](https://github.com/TanStack/charts/blob/v0.1.0/benchmarks/comparison/README.md) +- [Tracked bundle baseline](https://github.com/TanStack/charts/blob/v0.1.0/benchmarks/comparison/bundle-baseline.json) +- [Stress protocol](https://github.com/TanStack/charts/blob/v0.1.0/benchmarks/comparison/stress/README.md) +- [Catalog conformance protocol](https://github.com/TanStack/charts/blob/v0.1.0/benchmarks/conformance/README.md) ```sh pnpm benchmark:size diff --git a/docs/installation.md b/docs/installation.md index 1f5f6ed5..88db19e2 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -3,7 +3,7 @@ title: Installation description: Install TanStack Charts, a framework adapter, and the granular D3 modules used by your charts. --- -TanStack Charts `0.0.2` publishes the framework-agnostic core and every adapter +TanStack Charts `0.1.0` publishes the framework-agnostic core and every adapter listed below. Install the core in each application that authors chart definitions: diff --git a/docs/overview.md b/docs/overview.md index d2fedae7..d762063b 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -3,7 +3,7 @@ title: Overview description: Learn what TanStack Charts provides, how its grammar works, and where charting responsibilities belong. --- -TanStack Charts `0.0.2` is a pre-alpha release. Its API may change between +TanStack Charts `0.1.0` is a pre-alpha release. Its API may change between releases. TanStack Charts is a small, framework-agnostic chart grammar for TypeScript and JavaScript. Give each mark its natural data, map fields or accessors to visual channels, and supply the D3 scales that define the meaning of each axis. TanStack Charts compiles that declaration into a responsive, keyed scene and renders accessible SVG by default, with Canvas available as an opt-in surface. diff --git a/packages/alpine-charts/CHANGELOG.md b/packages/alpine-charts/CHANGELOG.md index 6a7b1f89..ef802f06 100644 --- a/packages/alpine-charts/CHANGELOG.md +++ b/packages/alpine-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/alpine-charts +## 0.1.0 + +### Patch Changes + +- Updated dependencies [[`5d143d9`](https://github.com/TanStack/charts/commit/5d143d9c9ed7c2613f3e1b50a9d794ea3c9616b9)]: + - @tanstack/charts@0.1.0 + ## 0.0.2 ### Patch Changes diff --git a/packages/alpine-charts/package.json b/packages/alpine-charts/package.json index 9f00e63b..6a15eeef 100644 --- a/packages/alpine-charts/package.json +++ b/packages/alpine-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/alpine-charts", - "version": "0.0.2", + "version": "0.1.0", "private": false, "license": "MIT", "repository": { diff --git a/packages/angular-charts/CHANGELOG.md b/packages/angular-charts/CHANGELOG.md index b6ac85f7..d4b1de0f 100644 --- a/packages/angular-charts/CHANGELOG.md +++ b/packages/angular-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/angular-charts +## 0.1.0 + +### Patch Changes + +- Updated dependencies [[`5d143d9`](https://github.com/TanStack/charts/commit/5d143d9c9ed7c2613f3e1b50a9d794ea3c9616b9)]: + - @tanstack/charts@0.1.0 + ## 0.0.2 ### Patch Changes diff --git a/packages/angular-charts/package.json b/packages/angular-charts/package.json index 8900ab41..107e8773 100644 --- a/packages/angular-charts/package.json +++ b/packages/angular-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-charts", - "version": "0.0.2", + "version": "0.1.0", "private": false, "license": "MIT", "repository": { diff --git a/packages/charts-core/CHANGELOG.md b/packages/charts-core/CHANGELOG.md index 445a3827..817db1de 100644 --- a/packages/charts-core/CHANGELOG.md +++ b/packages/charts-core/CHANGELOG.md @@ -1,5 +1,22 @@ # @tanstack/charts +## 0.1.0 + +### Minor Changes + +- [#8](https://github.com/TanStack/charts/pull/8) [`5d143d9`](https://github.com/TanStack/charts/commit/5d143d9c9ed7c2613f3e1b50a9d794ea3c9616b9) - Add environment-safe `/portable` and `/types` entry points while preserving + the existing browser-oriented root exports. + +- Make native tooltips and tooltip portals explicit extensions. Import `tooltip` + from `@tanstack/charts/tooltip`; replace `tooltip: true` with `tooltip`, dynamic + booleans with `enabled ? tooltip : false`, and configured objects with + `{ use: tooltip, ...options }`. Complete definition values use + `ChartTooltipInput`; `ChartTooltipOptions` remains the options-only type. + + Import `portal` from `@tanstack/charts/tooltip/portal`; replace `portal: true` + with `portal`, omit `portal: false`, and replace dynamic booleans with + `enabled ? portal : undefined` inside the configured tooltip object. + ## 0.0.2 ### Patch Changes diff --git a/packages/charts-core/docs/comparison.md b/packages/charts-core/docs/comparison.md index f7ac50dd..c5a56c33 100644 --- a/packages/charts-core/docs/comparison.md +++ b/packages/charts-core/docs/comparison.md @@ -3,7 +3,7 @@ title: Compare Libraries description: Compare current TanStack Charts workspace source with pinned Chart.js, Apache ECharts, Recharts, and Observable Plot packages. --- -TanStack Charts `0.0.2` is a pre-alpha release. Its results on this page measure +TanStack Charts `0.1.0` is a pre-alpha release. Its results on this page measure the exact workspace source included in this release and pinned competitor packages. This comparison records architectural differences and reproducible evidence without turning untested behavior into a checkmark. @@ -109,10 +109,10 @@ Canvas composition while keeping D3 and state ownership explicit. ## Evidence and reproduction -- [Standard comparison protocol](https://github.com/TanStack/charts/blob/v0.0.2/benchmarks/comparison/README.md) -- [Tracked bundle baseline](https://github.com/TanStack/charts/blob/v0.0.2/benchmarks/comparison/bundle-baseline.json) -- [Stress protocol](https://github.com/TanStack/charts/blob/v0.0.2/benchmarks/comparison/stress/README.md) -- [Catalog conformance protocol](https://github.com/TanStack/charts/blob/v0.0.2/benchmarks/conformance/README.md) +- [Standard comparison protocol](https://github.com/TanStack/charts/blob/v0.1.0/benchmarks/comparison/README.md) +- [Tracked bundle baseline](https://github.com/TanStack/charts/blob/v0.1.0/benchmarks/comparison/bundle-baseline.json) +- [Stress protocol](https://github.com/TanStack/charts/blob/v0.1.0/benchmarks/comparison/stress/README.md) +- [Catalog conformance protocol](https://github.com/TanStack/charts/blob/v0.1.0/benchmarks/conformance/README.md) ```sh pnpm benchmark:size diff --git a/packages/charts-core/docs/installation.md b/packages/charts-core/docs/installation.md index 1f5f6ed5..88db19e2 100644 --- a/packages/charts-core/docs/installation.md +++ b/packages/charts-core/docs/installation.md @@ -3,7 +3,7 @@ title: Installation description: Install TanStack Charts, a framework adapter, and the granular D3 modules used by your charts. --- -TanStack Charts `0.0.2` publishes the framework-agnostic core and every adapter +TanStack Charts `0.1.0` publishes the framework-agnostic core and every adapter listed below. Install the core in each application that authors chart definitions: diff --git a/packages/charts-core/docs/overview.md b/packages/charts-core/docs/overview.md index d2fedae7..d762063b 100644 --- a/packages/charts-core/docs/overview.md +++ b/packages/charts-core/docs/overview.md @@ -3,7 +3,7 @@ title: Overview description: Learn what TanStack Charts provides, how its grammar works, and where charting responsibilities belong. --- -TanStack Charts `0.0.2` is a pre-alpha release. Its API may change between +TanStack Charts `0.1.0` is a pre-alpha release. Its API may change between releases. TanStack Charts is a small, framework-agnostic chart grammar for TypeScript and JavaScript. Give each mark its natural data, map fields or accessors to visual channels, and supply the D3 scales that define the meaning of each axis. TanStack Charts compiles that declaration into a responsive, keyed scene and renders accessible SVG by default, with Canvas available as an opt-in surface. diff --git a/packages/charts-core/package.json b/packages/charts-core/package.json index 79ece266..773eeb68 100644 --- a/packages/charts-core/package.json +++ b/packages/charts-core/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/charts", - "version": "0.0.2", + "version": "0.1.0", "private": false, "license": "MIT", "repository": { diff --git a/packages/charts-scales/CHANGELOG.md b/packages/charts-scales/CHANGELOG.md new file mode 100644 index 00000000..8a806e1e --- /dev/null +++ b/packages/charts-scales/CHANGELOG.md @@ -0,0 +1,12 @@ +# @tanstack/charts-scales + +## 0.1.0 + +### Minor Changes + +- Add compact callable linear, band, point, and ordinal scales through the exact + `@tanstack/charts-scales/linear`, `/band`, `/point`, and `/ordinal` entries. + There is no package root export. Compact linear scales are numeric and two-stop; + use `d3-scale` for time, transformed, piecewise, nonnumeric, locale-aware, and + other full D3 behavior. Unsupported D3 behavior does not warn or fall back at + runtime. diff --git a/packages/charts-scales/package.json b/packages/charts-scales/package.json index 92a153c7..c9fa751d 100644 --- a/packages/charts-scales/package.json +++ b/packages/charts-scales/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/charts-scales", - "version": "0.0.2", + "version": "0.1.0", "private": false, "license": "MIT", "repository": { diff --git a/packages/lit-charts/CHANGELOG.md b/packages/lit-charts/CHANGELOG.md index 8925af8e..14837b49 100644 --- a/packages/lit-charts/CHANGELOG.md +++ b/packages/lit-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/lit-charts +## 0.1.0 + +### Patch Changes + +- Updated dependencies [[`5d143d9`](https://github.com/TanStack/charts/commit/5d143d9c9ed7c2613f3e1b50a9d794ea3c9616b9)]: + - @tanstack/charts@0.1.0 + ## 0.0.2 ### Patch Changes diff --git a/packages/lit-charts/package.json b/packages/lit-charts/package.json index c0459906..ba99a213 100644 --- a/packages/lit-charts/package.json +++ b/packages/lit-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/lit-charts", - "version": "0.0.2", + "version": "0.1.0", "private": false, "license": "MIT", "repository": { diff --git a/packages/octane-charts/CHANGELOG.md b/packages/octane-charts/CHANGELOG.md index 2f006d72..6e1a6637 100644 --- a/packages/octane-charts/CHANGELOG.md +++ b/packages/octane-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/octane-charts +## 0.1.0 + +### Patch Changes + +- Updated dependencies [[`5d143d9`](https://github.com/TanStack/charts/commit/5d143d9c9ed7c2613f3e1b50a9d794ea3c9616b9)]: + - @tanstack/charts@0.1.0 + ## 0.0.2 ### Patch Changes diff --git a/packages/octane-charts/package.json b/packages/octane-charts/package.json index 23f09f33..99e9e31e 100644 --- a/packages/octane-charts/package.json +++ b/packages/octane-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/octane-charts", - "version": "0.0.2", + "version": "0.1.0", "private": false, "license": "MIT", "repository": { diff --git a/packages/preact-charts/CHANGELOG.md b/packages/preact-charts/CHANGELOG.md index 5b59d438..eff16e0f 100644 --- a/packages/preact-charts/CHANGELOG.md +++ b/packages/preact-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/preact-charts +## 0.1.0 + +### Patch Changes + +- Updated dependencies [[`5d143d9`](https://github.com/TanStack/charts/commit/5d143d9c9ed7c2613f3e1b50a9d794ea3c9616b9)]: + - @tanstack/charts@0.1.0 + ## 0.0.2 ### Patch Changes diff --git a/packages/preact-charts/package.json b/packages/preact-charts/package.json index 493917f3..e98f39ab 100644 --- a/packages/preact-charts/package.json +++ b/packages/preact-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-charts", - "version": "0.0.2", + "version": "0.1.0", "private": false, "license": "MIT", "repository": { diff --git a/packages/react-charts/CHANGELOG.md b/packages/react-charts/CHANGELOG.md index 4bce7697..4888d327 100644 --- a/packages/react-charts/CHANGELOG.md +++ b/packages/react-charts/CHANGELOG.md @@ -1,5 +1,20 @@ # @tanstack/react-charts +## 0.1.0 + +### Minor Changes + +- Move React tooltip-body composition to `@tanstack/react-charts/tooltip`. + Consumers using `renderTooltipBody` must migrate root `Chart` to `Chart`, + `/canvas` `Chart` to `CanvasChart`, and `/core` `Chart` to `RendererChart` from + that entry. Move wrapper types to the matching `ChartProps`, `CanvasChartProps`, + or `RendererChartProps` names and their `CommonProps` counterparts. + +### Patch Changes + +- Updated dependencies [[`5d143d9`](https://github.com/TanStack/charts/commit/5d143d9c9ed7c2613f3e1b50a9d794ea3c9616b9)]: + - @tanstack/charts@0.1.0 + ## 0.0.2 ### Patch Changes diff --git a/packages/react-charts/package.json b/packages/react-charts/package.json index 2b16e386..06177ce4 100644 --- a/packages/react-charts/package.json +++ b/packages/react-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-charts", - "version": "0.0.2", + "version": "0.1.0", "private": false, "license": "MIT", "repository": { diff --git a/packages/solid-charts/CHANGELOG.md b/packages/solid-charts/CHANGELOG.md index 84c143e5..6fb8e367 100644 --- a/packages/solid-charts/CHANGELOG.md +++ b/packages/solid-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-charts +## 0.1.0 + +### Patch Changes + +- Updated dependencies [[`5d143d9`](https://github.com/TanStack/charts/commit/5d143d9c9ed7c2613f3e1b50a9d794ea3c9616b9)]: + - @tanstack/charts@0.1.0 + ## 0.0.2 ### Patch Changes diff --git a/packages/solid-charts/package.json b/packages/solid-charts/package.json index 59616f02..b1f98041 100644 --- a/packages/solid-charts/package.json +++ b/packages/solid-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-charts", - "version": "0.0.2", + "version": "0.1.0", "private": false, "license": "MIT", "repository": { diff --git a/packages/svelte-charts/CHANGELOG.md b/packages/svelte-charts/CHANGELOG.md index 51fbefa6..4e0cdfeb 100644 --- a/packages/svelte-charts/CHANGELOG.md +++ b/packages/svelte-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/svelte-charts +## 0.1.0 + +### Patch Changes + +- Updated dependencies [[`5d143d9`](https://github.com/TanStack/charts/commit/5d143d9c9ed7c2613f3e1b50a9d794ea3c9616b9)]: + - @tanstack/charts@0.1.0 + ## 0.0.2 ### Patch Changes diff --git a/packages/svelte-charts/package.json b/packages/svelte-charts/package.json index c9cfdd48..6a7a31c0 100644 --- a/packages/svelte-charts/package.json +++ b/packages/svelte-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-charts", - "version": "0.0.2", + "version": "0.1.0", "private": false, "license": "MIT", "repository": { diff --git a/packages/vue-charts/CHANGELOG.md b/packages/vue-charts/CHANGELOG.md index 9af51229..f7e45377 100644 --- a/packages/vue-charts/CHANGELOG.md +++ b/packages/vue-charts/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/vue-charts +## 0.1.0 + +### Patch Changes + +- Updated dependencies [[`5d143d9`](https://github.com/TanStack/charts/commit/5d143d9c9ed7c2613f3e1b50a9d794ea3c9616b9)]: + - @tanstack/charts@0.1.0 + ## 0.0.2 ### Patch Changes diff --git a/packages/vue-charts/package.json b/packages/vue-charts/package.json index c610cac1..2173b76b 100644 --- a/packages/vue-charts/package.json +++ b/packages/vue-charts/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-charts", - "version": "0.0.2", + "version": "0.1.0", "private": false, "license": "MIT", "repository": {