@tanstack/devtools-event-client@0.4.4
·
4 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Patch Changes
- #466
73983a7- Fix the plugin marketplace rendering empty ("No additional plugins available")
when it should list installable plugins.- The client event bus no longer silently drops events emitted while its
WebSocket is still connecting. Such events are now queued and flushed once
the socket opens, so the marketplace'smountedrequest reliably reaches the
server bus. - The marketplace now re-requests
package.jsonevery time it is opened and
retries until the data arrives, so re-opening always re-fetches the plugin
list. - Added TanStack AI Devtools (
@tanstack/react-ai-devtools) to the plugin
marketplace registry.
- The client event bus no longer silently drops events emitted while its