-
Added plugin marketplace functionality into devtools (#216)
-
Updated dependencies [
0b4a4a9]:- @tanstack/devtools-client@0.0.3
-
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-clientto 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-client@0.0.2
- revert fix for solid deduping (#205)
- dedupe solid deps for no issues in the console (#200)
- fix issue with sourcemaps and vite plugin (#151)
- improve devtools removal and fix issues with css (#148)
- improved accuracy of go to source to go to exact column and also improved accuracy of enhanced console logs to go to exact console log location (#139)
- Allow the vite plugin to remove the devtools completely from the build output bundle for 0 production footprint (#136)
- downgrade vite peer dep to support v6 (#138)
- improve open-source by using location origin (#132)
- improve open-source by using a 3rd party package (#121)
- Updated dependencies [
82a7617]:- @tanstack/devtools-event-bus@0.3.2
- fix bug with https server (#100)
-
fix a bug for server event bus not connecting with clients properly (#88)
-
Updated dependencies [
f85fcf5]:- @tanstack/devtools-event-bus@0.3.1
- fix issue with ast transform (#73)
- Updated dependencies [
9feb9c3]:- @tanstack/devtools-event-bus@0.3.0
- fix the config for inject config to be optional (#68)
- fix bugs with go to source not passing in column line properly to config (#66)
- add better handling for open source to respect parent info (#61)
- Add go to source functionality to devtools (#56)
-
Add devtools vite plugin for enhanced functionalities (#53)
-
Updated dependencies [
a7c5601]:- @tanstack/devtools-event-bus@0.2.2
- exclude from production by default (#45)
- add queued events to event bus (#18)
- Added event bus functionality into @tanstack/devtools (#11)
- @tanstack/devtools now comes with an integrated Event Bus on the Client.
- The Event Bus allows for seamless communication between different parts of your running application without tight coupling.
- Exposed APIs for publishing and subscribing to events.
- Added config for the client event bus