Skip to content

feat(devtools-ui): json tree handles dates#258

Open
harry-whorlow wants to merge 1 commit intoTanStack:mainfrom
harry-whorlow:date-format
Open

feat(devtools-ui): json tree handles dates#258
harry-whorlow wants to merge 1 commit intoTanStack:mainfrom
harry-whorlow:date-format

Conversation

@harry-whorlow
Copy link
Collaborator

@harry-whorlow harry-whorlow commented Nov 1, 2025

Allows devtools-ui JsonTree to handle date instances and format them.

@changeset-bot
Copy link

changeset-bot bot commented Nov 1, 2025

🦋 Changeset detected

Latest commit: 10b9a33

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 7 packages
Name Type
@tanstack/devtools-ui Minor
@tanstack/devtools-utils Patch
@tanstack/devtools Patch
@tanstack/preact-devtools Patch
@tanstack/react-devtools Patch
@tanstack/solid-devtools Patch
@tanstack/vue-devtools Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@nx-cloud
Copy link

nx-cloud bot commented Nov 1, 2025

🤖 Nx Cloud AI Fix Eligible

An automatically generated fix could have helped fix failing tasks for this run, but Self-healing CI is disabled for this workspace. Visit workspace settings to enable it and get automatic fixes in future runs.

To disable these notifications, a workspace admin can disable them in workspace settings.


View your CI Pipeline Execution ↗ for commit 10b9a33

Command Status Duration Result
nx affected --targets=test:eslint,test:sherif,t... ❌ Failed 2m 32s View ↗
nx run-many --targets=build --exclude=examples/** ✅ Succeeded 25s View ↗

☁️ Nx Cloud last updated this comment at 2026-03-04 09:51:59 UTC

@pkg-pr-new
Copy link

pkg-pr-new bot commented Nov 1, 2025

More templates

@tanstack/devtools

npm i https://pkg.pr.new/@tanstack/devtools@258

@tanstack/devtools-client

npm i https://pkg.pr.new/@tanstack/devtools-client@258

@tanstack/devtools-ui

npm i https://pkg.pr.new/@tanstack/devtools-ui@258

@tanstack/devtools-utils

npm i https://pkg.pr.new/@tanstack/devtools-utils@258

@tanstack/devtools-vite

npm i https://pkg.pr.new/@tanstack/devtools-vite@258

@tanstack/devtools-event-bus

npm i https://pkg.pr.new/@tanstack/devtools-event-bus@258

@tanstack/devtools-event-client

npm i https://pkg.pr.new/@tanstack/devtools-event-client@258

@tanstack/preact-devtools

npm i https://pkg.pr.new/@tanstack/preact-devtools@258

@tanstack/react-devtools

npm i https://pkg.pr.new/@tanstack/react-devtools@258

@tanstack/solid-devtools

npm i https://pkg.pr.new/@tanstack/solid-devtools@258

@tanstack/vue-devtools

npm i https://pkg.pr.new/@tanstack/vue-devtools@258

commit: 1d7ceff

@@ -0,0 +1,21 @@
import { JsonTree, ThemeContextProvider } from '@tanstack/devtools-ui'
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added the devtools-ui example as a test repo for ui-components. It's been left out of the config for the examples on tanstack.com.

@harry-whorlow harry-whorlow force-pushed the date-format branch 2 times, most recently from 190fadc to 28ca3dd Compare November 1, 2025 13:35
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