Skip to content

ci: Version Packages - #116

Merged
tannerlinsley merged 1 commit into
mainfrom
changeset-release/main
Aug 26, 2026
Merged

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

Conversation

@github-actions

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.16.0

Minor Changes

  • #115 3df87d7 - Move TanStack Charts into official Alpha on the regular 0.x release line.

    Chart definitions now require Cartesian scales under scales.x and scales.y.
    Polar definitions require scales.angle and scales.radius. The temporary
    pre-Alpha root properties, runtime adapters, and development warnings have been
    removed. Custom mark types should replace ChartMarkX and ChartMarkY with
    ChartMarkPointX and ChartMarkPointY, imported from
    @tanstack/charts/mark/scale-values. Polar layout callbacks should read the
    reserved mappings from layout.scales.

    Reserved scale entries are checked against the marks that use them at the
    precise authored type boundary. A materialized dimension requires a configured
    scale, while an unused dimension requires an explicit null entry. Runtime
    validation still checks required reserved entries and channels that actually
    materialize, but type-only scale ownership cannot be recovered after a custom
    mark or stored definition has been erased.

    Fresh built-in mark option literals now reject unsupported properties while
    preserving typed channels, named scale IDs, and generic mark wrappers.

    Exact-zero cells in diverging stacks now stay on their running positive or
    negative baseline instead of drawing false spikes through lower area layers.
    Pinned tooltips now dismiss when the pointer is pressed outside the chart and
    tooltip, so pointer inspection resumes after focus leaves the chart.

@tanstack/alpine-charts@0.16.0

Patch Changes

  • Updated dependencies [3df87d7]:
    • @tanstack/charts@0.16.0

@tanstack/angular-charts@0.16.0

Patch Changes

  • Updated dependencies [3df87d7]:
    • @tanstack/charts@0.16.0

@tanstack/lit-charts@0.16.0

Patch Changes

  • Updated dependencies [3df87d7]:
    • @tanstack/charts@0.16.0

@tanstack/octane-charts@0.16.0

Patch Changes

  • Updated dependencies [3df87d7]:
    • @tanstack/charts@0.16.0

@tanstack/preact-charts@0.16.0

Patch Changes

  • Updated dependencies [3df87d7]:
    • @tanstack/charts@0.16.0

@tanstack/react-charts@0.16.0

Patch Changes

  • Updated dependencies [3df87d7]:
    • @tanstack/charts@0.16.0

@tanstack/react-native-charts@0.16.0

Patch Changes

  • Updated dependencies [3df87d7]:
    • @tanstack/charts@0.16.0

@tanstack/solid-charts@0.16.0

Patch Changes

  • Updated dependencies [3df87d7]:
    • @tanstack/charts@0.16.0

@tanstack/svelte-charts@0.16.0

Patch Changes

  • Updated dependencies [3df87d7]:
    • @tanstack/charts@0.16.0

@tanstack/vue-charts@0.16.0

Patch Changes

  • Updated dependencies [3df87d7]:
    • @tanstack/charts@0.16.0

@tanstack/charts-scales@0.16.0

@tannerlinsley
tannerlinsley merged commit 258ed39 into main Aug 26, 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