Releases: TanStack/devtools
Releases · TanStack/devtools
Release list
@tanstack/vue-devtools@0.2.23
Immutable
release. Only release title and notes can be modified.
Patch Changes
- Updated dependencies [
d061f0c]:- @tanstack/devtools@0.13.0
@tanstack/svelte-devtools@0.1.2
Immutable
release. Only release title and notes can be modified.
Patch Changes
- Updated dependencies [
d061f0c]:- @tanstack/devtools@0.13.0
@tanstack/solid-devtools@0.8.9
Immutable
release. Only release title and notes can be modified.
Patch Changes
- Updated dependencies [
d061f0c]:- @tanstack/devtools@0.13.0
@tanstack/react-devtools@0.10.9
Immutable
release. Only release title and notes can be modified.
Patch Changes
- Updated dependencies [
d061f0c]:- @tanstack/devtools@0.13.0
@tanstack/preact-devtools@0.10.9
Immutable
release. Only release title and notes can be modified.
Patch Changes
- Updated dependencies [
d061f0c]:- @tanstack/devtools@0.13.0
@tanstack/devtools@0.13.0
Immutable
release. Only release title and notes can be modified.
Minor Changes
- #485
d061f0c- Add a floating trigger mode. SettriggerMode: 'floating'(or choose it under
Settings → Trigger Mode) to drag the devtools trigger anywhere on screen with
the left mouse button. Releasing a drag with velocity throws it — it glides with
momentum and springs back off the screen edges. The trigger is always kept
within a padded, on-screen area (it can never end up off-screen) and its
position is persisted to local storage.
@tanstack/devtools-vite@0.8.3
Immutable
release. Only release title and notes can be modified.
Patch Changes
- Updated dependencies [
f4c35d2]:- @tanstack/devtools-bundler-core@0.1.1
@tanstack/devtools-vite@0.8.2
Immutable
release. Only release title and notes can be modified.
@tanstack/devtools-rspack@0.1.1
Immutable
release. Only release title and notes can be modified.
Patch Changes
- Updated dependencies [
f4c35d2]:- @tanstack/devtools-bundler-core@0.1.1
@tanstack/devtools-rspack@0.1.0
Immutable
release. Only release title and notes can be modified.
Minor Changes
- #484
d6e9022- Add@tanstack/devtools-rspack— Rspack plugin with 1:1 feature parity to@tanstack/devtools-vite(source injection, enhanced logs, console piping, devtools removal on build, editor integration, event bus, package manager).
Patch Changes
-
#484
d6e9022- Fix Rspack devtools integration on Windows and the plugin marketplace:- Normalize the module path before stripping
cwdwhen building the
"Go to Source" link and the injecteddata-tsd-sourceattribute, so
Rspack's backslash module ids on Windows no longer leak an absolute path
that the editor-open handler then fails to resolve. - Seed the shared in-process event target before wiring the package manager,
so the plugin actually receives the client'smountedevent and replies with
package-json-read. Without this the plugin marketplace never populated under
Rspack. Also gate the wiring on the compiler'smode(isDev) rather than
process.env.NODE_ENV, which isn't set atapply()time underrspack serve.
- Normalize the module path before stripping
-
Updated dependencies [
d6e9022,d6e9022]:- @tanstack/devtools-bundler-core@0.1.0