Skip to content

Releases: buzinas/react-trace

@react-trace/plugin-preview@0.0.7

Choose a tag to compare

@github-actions github-actions released this 08 Jul 08:50
2173ef1

Patch Changes

  • 9c8efa9: Explain when folder access is unavailable instead of silently failing. The File System Access API (showDirectoryPicker) only exists in a secure context and in Chromium-based browsers, but the folder picker prompt always showed a "Grant access" button that quietly did nothing when the API was missing. It now detects the reason and shows guidance — WSL users reaching the dev server via the VM's IP (an insecure context) are told to use http://localhost instead, and non-Chromium browsers are told to switch. Addresses #8.

@react-trace/plugin-comments@0.0.7

Choose a tag to compare

@github-actions github-actions released this 08 Jul 08:50
2173ef1

Patch Changes

  • eaaa374: Fix process is not defined in browser bundlers (e.g. Vite). The comments plugin imported @opencode-ai/sdk from its package root, which re-exports the Node-only server.js (node:child_process, process) and leaked it into the client bundle. It now imports from the browser-safe @opencode-ai/sdk/client subpath, and the OpenCode form is loaded via a dynamic import() so the SDK lands in its own lazily-fetched chunk.

@react-trace/kit@0.0.8

Choose a tag to compare

@github-actions github-actions released this 08 Jul 08:50
2173ef1

Patch Changes

  • Updated dependencies [eaaa374]
  • Updated dependencies [9c8efa9]
    • @react-trace/plugin-comments@0.0.7
    • @react-trace/plugin-preview@0.0.7

@react-trace/plugin-preview@0.0.6

Choose a tag to compare

@github-actions github-actions released this 14 Mar 16:02
f052a38

Patch Changes

  • Updated dependencies [65f51aa]
    • @react-trace/core@0.0.6

@react-trace/plugin-open-editor@0.0.7

Choose a tag to compare

@github-actions github-actions released this 14 Mar 16:02
f052a38

Patch Changes

  • Updated dependencies [65f51aa]
    • @react-trace/core@0.0.6

@react-trace/plugin-copy-to-clipboard@0.0.6

Choose a tag to compare

@github-actions github-actions released this 14 Mar 16:02
f052a38

Patch Changes

  • Updated dependencies [65f51aa]
    • @react-trace/core@0.0.6

@react-trace/plugin-comments@0.0.6

Choose a tag to compare

@github-actions github-actions released this 14 Mar 16:02
f052a38

Patch Changes

  • Updated dependencies [65f51aa]
    • @react-trace/core@0.0.6

@react-trace/kit@0.0.7

Choose a tag to compare

@github-actions github-actions released this 14 Mar 16:02
f052a38

Patch Changes

  • 65f51aa: Ensure minimizer is correctly persisted
  • Updated dependencies [65f51aa]
    • @react-trace/core@0.0.6
    • @react-trace/plugin-comments@0.0.6
    • @react-trace/plugin-copy-to-clipboard@0.0.6
    • @react-trace/plugin-open-editor@0.0.7
    • @react-trace/plugin-preview@0.0.6

@react-trace/core@0.0.6

Choose a tag to compare

@github-actions github-actions released this 14 Mar 16:02
f052a38

Patch Changes

  • 65f51aa: Ensure minimizer is correctly persisted

@react-trace/plugin-preview@0.0.5

Choose a tag to compare

@github-actions github-actions released this 10 Mar 18:36
7cec877

Patch Changes

  • Updated dependencies [47feb9f]
    • @react-trace/core@0.0.5