Releases: buzinas/react-trace
Releases · buzinas/react-trace
Release list
@react-trace/plugin-preview@0.0.7
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 usehttp://localhostinstead, and non-Chromium browsers are told to switch. Addresses #8.
@react-trace/plugin-comments@0.0.7
Patch Changes
- eaaa374: Fix
process is not definedin browser bundlers (e.g. Vite). The comments plugin imported@opencode-ai/sdkfrom its package root, which re-exports the Node-onlyserver.js(node:child_process,process) and leaked it into the client bundle. It now imports from the browser-safe@opencode-ai/sdk/clientsubpath, and the OpenCode form is loaded via a dynamicimport()so the SDK lands in its own lazily-fetched chunk.
@react-trace/kit@0.0.8
@react-trace/plugin-preview@0.0.6
Patch Changes
- Updated dependencies [65f51aa]
- @react-trace/core@0.0.6
@react-trace/plugin-open-editor@0.0.7
Patch Changes
- Updated dependencies [65f51aa]
- @react-trace/core@0.0.6
@react-trace/plugin-copy-to-clipboard@0.0.6
Patch Changes
- Updated dependencies [65f51aa]
- @react-trace/core@0.0.6
@react-trace/plugin-comments@0.0.6
Patch Changes
- Updated dependencies [65f51aa]
- @react-trace/core@0.0.6
@react-trace/kit@0.0.7
@react-trace/core@0.0.6
Patch Changes
- 65f51aa: Ensure minimizer is correctly persisted
@react-trace/plugin-preview@0.0.5
Patch Changes
- Updated dependencies [47feb9f]
- @react-trace/core@0.0.5