FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

devtools/packages/devtools-client/CHANGELOG.md at main · TanStack/devtools · GitHub

Latest commit

 

History

History
68 lines (44 loc) · 2.54 KB

File metadata and controls

68 lines (44 loc) · 2.54 KB

@tanstack/devtools-client

0.0.8

Patch Changes

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

0.0.7

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.
  • Updated dependencies [73983a7]:

    • @tanstack/devtools-event-client@0.4.4

0.0.6

Patch Changes

  • Simplify EventClient types to accept unprefixed event maps (#361)

  • Updated dependencies [cf23787]:

    • @tanstack/devtools-event-client@0.4.1

0.0.5

Patch Changes

  • Updated dependencies [369a438]:
    • @tanstack/devtools-event-client@0.4.0

0.0.4

Patch Changes

  • add the ability to open up devtools programatically (#250)

0.0.3

Patch Changes

  • Added plugin marketplace functionality into devtools (#216)

0.0.2

Patch Changes

  • Number of improvements to various parts of the DevTools: (#162)

    • Update event client to allow users to disable it
    • Allow trigger to be completely hidden
    • Add a new package @tanstack/devtools-client to allow users to listen to events we emit from Vite.
    • Fix bugs inside of the DevTools like plugins being nuked on page refresh.
  • Updated dependencies [5362ab5]:

    • @tanstack/devtools-event-client@0.3.3

Back | FazBrowse Home | New Git URL