Skip to content

ci: Version Packages#475

Merged
AlemTuzlak merged 1 commit into
mainfrom
changeset-release/main
Jun 24, 2026
Merged

ci: Version Packages#475
AlemTuzlak merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 23, 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/devtools-ui@0.6.0

Minor Changes

  • #477 ea3c674 - fix: rename Solid use* primitives to create* so React Compiler doesn't transform them

    The devtools packages are written in Solid but used React-style naming (useStyles, useTheme, useDevtoolsState, …) for their custom primitives. When an app enables React Compiler, the compiler matches the use* naming convention and transforms/optimizes this Solid code as if it were React, breaking the panel (it is Solid JSX, not React).

    All custom Solid primitives in @tanstack/devtools, @tanstack/devtools-ui, and @tanstack/devtools-a11y are renamed from use* to create*, and Solid's own useContext / @solid-primitives useKeyDownList are imported under non-use aliases (getContext, getKeyDownList).

    Breaking for @tanstack/devtools-ui: the exported useTheme is renamed to createTheme.

Patch Changes

  • #472 7114ecd - Fix Checkbox ignoring controlled checked prop updates. It previously read checked into internal state only once at mount, so it never reflected later prop changes when used as a controlled input (e.g. the devtools settings panel). It now reflects the checked prop whenever it is provided and falls back to internal state only when uncontrolled.

@tanstack/devtools-event-client@0.5.0

Minor Changes

  • #471 b1ac893 - The root export of @tanstack/devtools-event-client now resolves to a no-op
    outside development (process.env.NODE_ENV !== 'development'), so the real
    EventClient is tree-shaken out of production bundles by default.

    If you want devtools events to keep working in production, import the real
    client from the new @tanstack/devtools-event-client/production subpath, which
    always ships the real implementation. The public API is identical between the
    two imports.

@tanstack/angular-devtools@0.0.7

Patch Changes

  • Updated dependencies [ea3c674]:
    • @tanstack/devtools@0.12.5

@tanstack/devtools@0.12.5

Patch Changes

  • #477 ea3c674 - fix: rename Solid use* primitives to create* so React Compiler doesn't transform them

    The devtools packages are written in Solid but used React-style naming (useStyles, useTheme, useDevtoolsState, …) for their custom primitives. When an app enables React Compiler, the compiler matches the use* naming convention and transforms/optimizes this Solid code as if it were React, breaking the panel (it is Solid JSX, not React).

    All custom Solid primitives in @tanstack/devtools, @tanstack/devtools-ui, and @tanstack/devtools-a11y are renamed from use* to create*, and Solid's own useContext / @solid-primitives useKeyDownList are imported under non-use aliases (getContext, getKeyDownList).

    Breaking for @tanstack/devtools-ui: the exported useTheme is renamed to createTheme.

  • Updated dependencies [7114ecd, ea3c674]:

    • @tanstack/devtools-ui@0.6.0
    • @tanstack/devtools-client@0.0.8

@tanstack/devtools-a11y@0.1.6

Patch Changes

  • #477 ea3c674 - fix: rename Solid use* primitives to create* so React Compiler doesn't transform them

    The devtools packages are written in Solid but used React-style naming (useStyles, useTheme, useDevtoolsState, …) for their custom primitives. When an app enables React Compiler, the compiler matches the use* naming convention and transforms/optimizes this Solid code as if it were React, breaking the panel (it is Solid JSX, not React).

    All custom Solid primitives in @tanstack/devtools, @tanstack/devtools-ui, and @tanstack/devtools-a11y are renamed from use* to create*, and Solid's own useContext / @solid-primitives useKeyDownList are imported under non-use aliases (getContext, getKeyDownList).

    Breaking for @tanstack/devtools-ui: the exported useTheme is renamed to createTheme.

  • Updated dependencies [7114ecd, ea3c674]:

    • @tanstack/devtools-ui@0.6.0

@tanstack/devtools-client@0.0.8

Patch Changes

  • Updated dependencies [b1ac893]:
    • @tanstack/devtools-event-client@0.5.0

@tanstack/devtools-vite@0.8.1

Patch Changes

  • Updated dependencies []:
    • @tanstack/devtools-client@0.0.8

@tanstack/preact-devtools@0.10.8

Patch Changes

  • Updated dependencies [ea3c674]:
    • @tanstack/devtools@0.12.5

@tanstack/react-devtools@0.10.8

Patch Changes

  • Updated dependencies [ea3c674]:
    • @tanstack/devtools@0.12.5

@tanstack/solid-devtools@0.8.8

Patch Changes

  • Updated dependencies [ea3c674]:
    • @tanstack/devtools@0.12.5

@tanstack/svelte-devtools@0.1.1

Patch Changes

  • Updated dependencies [ea3c674]:
    • @tanstack/devtools@0.12.5

@tanstack/vue-devtools@0.2.22

Patch Changes

  • Updated dependencies [ea3c674]:
    • @tanstack/devtools@0.12.5

@tanstack/devtools-e2e@0.0.1

Patch Changes

  • Updated dependencies [b1ac893]:
    • @tanstack/devtools-event-client@0.5.0

@tanstack/devtools-example-angular-a11y-devtools@0.0.6

Patch Changes

  • Updated dependencies [b1ac893, ea3c674]:
    • @tanstack/devtools-event-client@0.5.0
    • @tanstack/devtools-a11y@0.1.6
    • @tanstack/angular-devtools@0.0.7

@tanstack/devtools-example-angular-basic@0.0.6

Patch Changes

  • Updated dependencies [b1ac893]:
    • @tanstack/devtools-event-client@0.5.0
    • @tanstack/angular-devtools@0.0.7

@tanstack/devtools-example-angular-panel@0.0.7

Patch Changes

  • Updated dependencies [b1ac893, ea3c674]:
    • @tanstack/devtools-event-client@0.5.0
    • @tanstack/devtools@0.12.5
    • @tanstack/angular-devtools@0.0.7

@tanstack/devtools-example-angular-with-devtools@0.0.6

Patch Changes

  • Updated dependencies [b1ac893]:
    • @tanstack/devtools-event-client@0.5.0
    • @tanstack/angular-devtools@0.0.7

@github-actions github-actions Bot force-pushed the changeset-release/main branch from 5fc4295 to ae4feed Compare June 24, 2026 11:05
@github-actions github-actions Bot force-pushed the changeset-release/main branch from ae4feed to adfb418 Compare June 24, 2026 11:14
@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​tanstack/​devtools-vite@​0.8.0 ⏵ 0.8.100000

View full report

@AlemTuzlak AlemTuzlak merged commit e026667 into main Jun 24, 2026
2 checks passed
@AlemTuzlak AlemTuzlak deleted the changeset-release/main branch June 24, 2026 11:21
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