We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ee4dc commit 77e2f6eCopy full SHA for 77e2f6e
.changeset/metal-aliens-juggle.md
@@ -0,0 +1,15 @@
1
+---
2
+'@tanstack/devtools-event-client': minor
3
+'@tanstack/react-devtools': minor
4
+'@tanstack/solid-devtools': minor
5
+'@tanstack/devtools-event-bus': minor
6
+'@tanstack/devtools': minor
7
8
+
9
+Added event bus functionality into @tanstack/devtools
10
11
+- @tanstack/devtools now comes with an integrated Event Bus on the Client.
12
+- The Event Bus allows for seamless communication between different parts of your running application
13
+without tight coupling.
14
+- Exposed APIs for publishing and subscribing to events.
15
+- Added config for the client event bus
0 commit comments