Skip to content

ci: Version Packages - #18

Merged
tannerlinsley merged 1 commit into
mainfrom
changeset-release/main
Jul 31, 2026
Merged

ci: Version Packages#18
tannerlinsley merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@tanstack/charts@0.1.0

Minor Changes

  • #8 5d143d9 - 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@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.

@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]:
    • @tanstack/charts@0.1.0

@tanstack/alpine-charts@0.1.0

Patch Changes

  • Updated dependencies [5d143d9]:
    • @tanstack/charts@0.1.0

@tanstack/angular-charts@0.1.0

Patch Changes

  • Updated dependencies [5d143d9]:
    • @tanstack/charts@0.1.0

@tanstack/lit-charts@0.1.0

Patch Changes

  • Updated dependencies [5d143d9]:
    • @tanstack/charts@0.1.0

@tanstack/octane-charts@0.1.0

Patch Changes

  • Updated dependencies [5d143d9]:
    • @tanstack/charts@0.1.0

@tanstack/preact-charts@0.1.0

Patch Changes

  • Updated dependencies [5d143d9]:
    • @tanstack/charts@0.1.0

@tanstack/solid-charts@0.1.0

Patch Changes

  • Updated dependencies [5d143d9]:
    • @tanstack/charts@0.1.0

@tanstack/svelte-charts@0.1.0

Patch Changes

  • Updated dependencies [5d143d9]:
    • @tanstack/charts@0.1.0

@tanstack/vue-charts@0.1.0

Patch Changes

  • Updated dependencies [5d143d9]:
    • @tanstack/charts@0.1.0

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 6703f8d to 504442d Compare July 31, 2026 19:32
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 504442d to 8ff742e Compare July 31, 2026 19:44
@tannerlinsley
tannerlinsley merged commit 7a0edef into main Jul 31, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant