Skip to content

Latest commit

 

History

History
166 lines (91 loc) · 4.64 KB

File metadata and controls

166 lines (91 loc) · 4.64 KB

@tanstack/devtools-event-client

0.3.7

Patch Changes

  • Added plugin marketplace functionality into devtools (#216)

  • Updated dependencies [0b4a4a9]:

    • @tanstack/devtools-client@0.0.3

0.3.6

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-client@0.0.2

0.3.5

Patch Changes

  • revert fix for solid deduping (#205)

0.3.4

Patch Changes

  • dedupe solid deps for no issues in the console (#200)

0.3.3

Patch Changes

  • fix issue with sourcemaps and vite plugin (#151)

0.3.2

Patch Changes

  • improve devtools removal and fix issues with css (#148)

0.3.1

Patch Changes

  • 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)

0.3.0

Minor Changes

  • Allow the vite plugin to remove the devtools completely from the build output bundle for 0 production footprint (#136)

Patch Changes

  • downgrade vite peer dep to support v6 (#138)

0.2.14

Patch Changes

  • improve open-source by using location origin (#132)

0.2.13

Patch Changes

  • improve open-source by using a 3rd party package (#121)

0.2.12

Patch Changes

  • Updated dependencies [82a7617]:
    • @tanstack/devtools-event-bus@0.3.2

0.2.11

Patch Changes

  • fix bug with https server (#100)

0.2.10

Patch Changes

  • fix a bug for server event bus not connecting with clients properly (#88)

  • Updated dependencies [f85fcf5]:

    • @tanstack/devtools-event-bus@0.3.1

0.2.9

Patch Changes

  • fix issue with ast transform (#73)

0.2.8

Patch Changes

  • Updated dependencies [9feb9c3]:
    • @tanstack/devtools-event-bus@0.3.0

0.2.7

Patch Changes

  • fix the config for inject config to be optional (#68)

0.2.6

Patch Changes

  • fix bugs with go to source not passing in column line properly to config (#66)

0.2.5

Patch Changes

  • add better handling for open source to respect parent info (#61)

0.2.4

Patch Changes

  • Add go to source functionality to devtools (#56)

0.2.3

Patch Changes

  • Add devtools vite plugin for enhanced functionalities (#53)

  • Updated dependencies [a7c5601]:

    • @tanstack/devtools-event-bus@0.2.2

0.2.2

Patch Changes

  • exclude from production by default (#45)

0.2.1

Patch Changes

  • add queued events to event bus (#18)

0.2.0

Minor Changes

  • 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