Skip to content

@tanstack/devtools-event-bus@0.4.2

Choose a tag to compare

@github-actions github-actions released this 19 Jun 12:28
· 4 commits to main since this release
Immutable release. Only release title and notes can be modified.
ca6e266

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's mounted request reliably reaches the
      server bus.
    • The marketplace now re-requests package.json every 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.