Skip to content

Releases: omniaura/solid-pulse

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 14 Sep 06:30

0.4.2 (2026-09-14)

Bug Fixes

  • clarify recording workflow and export snapshots (#4) (3baa3c2)

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 14 Sep 05:37

0.4.1 (2026-09-14)

Bug Fixes

  • bound sustained capture memory and rendering (#3) (becf409)

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 14 Sep 04:39

0.4.0 (2026-09-14)

Features

  • persist devtools preferences and consolidate inspection (#2) (f2fc92f)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 14 Sep 02:18

0.3.0 (2026-09-14)

Features

  • unify optional tools in a floating pinnable panel (#1) (e01fe2b)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 13 Sep 18:56

0.2.0 (2026-09-13)

Bug Fixes

  • overlay: measure only in requestAnimationFrame, never inside observer callbacks or cache notifications (747e6d7)
  • overlay: render inside a shadow root with WAAPI fades so the page never sees overlay nodes or animation events (134ef3d)
  • panel: bridge dot carries data-command=bridge.status (parity) (c53dac1)
  • release: example depends on the package via file: (npm rejects bun's workspace: protocol during semantic-release) (8bd29c2)
  • release: root .npmrc workspaces-update=false (npm resolves the workspace root as its prefix) (85f9d4f)
  • release: workspaces-update=false in the package so npm version/publish skip the workspace reify that crashes on bun's node_modules (aa16038)

Features

  • bridge: exponential reconnect backoff and bridge.connect/disconnect/status commands (2cd1a61)
  • panel: fab:false and Alt+Shift+P hotkey so the floating button never covers app chrome (286eae4)
  • tanstack: combined panel — TanStack Solid Query devtools as a tab of the pulse drawer (@omniaura/solid-pulse/tanstack) (4469649)