Releases: stackloomdev/causescope
Release list
v1.0.0-beta.10
What's Changed
- docs: lead with the evidence chain and shrink the demo GIF by @stackloomdev in #57
- docs: lead installs with npm and sync the StackBlitz lab to beta.9 by @stackloomdev in #58
- ci: fail verify:stackblitz once the release is published by @stackloomdev in #59
- feat: keep provenance across destructured primitives by @stackloomdev in #60
- feat: keep provenance across computed keys resolved at render time by @stackloomdev in #61
- feat: recover provenance past the per-object recording budget by @stackloomdev in #62
- release: prepare 1.0.0-beta.10 by @stackloomdev in #63
Full Changelog: v1.0.0-beta.9...v1.0.0-beta.10
v1.0.0-beta.9
v1.0.0-beta.8
What's Changed
- Sync StackBlitz live lab to beta.7 by @stackloomdev in #53
- Improve causal tracing, refund demo, and Next.js roadmap by @stackloomdev in #55
- release: prepare 1.0.0-beta.8 by @stackloomdev in #56
Full Changelog: v1.0.0-beta.7...v1.0.0-beta.8
v1.0.0-beta.7
What's Changed
- chore: sync StackBlitz to 1.0.0-beta.6 by @stackloomdev in #50
- Fix interactive element selection granularity by @stackloomdev in #52
Full Changelog: v1.0.0-beta.6...v1.0.0-beta.7
v1.0.0-beta.6
What's Changed
- chore: sync StackBlitz to 1.0.0-beta.5 by @stackloomdev in #47
- fix: keep host interactions responsive in large apps by @stackloomdev in #49
Full Changelog: v1.0.0-beta.5...v1.0.0-beta.6
v1.0.0-beta.5
What's Changed
- chore: sync StackBlitz to 1.0.0-beta.4 by @stackloomdev in #44
- fix: preserve TypeScript qualified names during instrumentation by @stackloomdev in #46
Full Changelog: v1.0.0-beta.4...v1.0.0-beta.5
v1.0.0-beta.4
What's Changed
- chore: sync StackBlitz to beta.3 by @stackloomdev in #30
- docs: define the trace export v1 contract by @stackloomdev in #31
- docs: explain unavailable evidence by @stackloomdev in #32
- feat: make inspector keyboard accessible by @stackloomdev in #33
- test: add Firefox source smoke lane by @stackloomdev in #34
- test(api): freeze the public package surface before 1.0 by @stackloomdev in #36
- docs(beta): open external validation intake before 1.0 by @stackloomdev in #38
- release: make RC and stable promotion reproducible by @stackloomdev in #41
- release: prepare 1.0.0-beta.4 by @stackloomdev in #43
Full Changelog: v1.0.0-beta.3...v1.0.0-beta.4
v1.0.0-beta.3
What's Changed
- fix: make StackBlitz startup WebContainer-safe by @stackloomdev in #19
- fix: keep live demo links WebContainer-safe by @stackloomdev in #20
- test: expand Node and React compatibility matrix by @stackloomdev in #21
- test: cover React rendering boundaries by @stackloomdev in #22
- perf: enforce budgets and isolate the live lab by @stackloomdev in #23
- docs: establish the public roadmap and community lanes by @stackloomdev in #28
- chore: release 1.0.0-beta.3 by @stackloomdev in #29
Full Changelog: v1.0.0-beta.2...v1.0.0-beta.3
v1.0.0-beta.2
What's Changed
- Bump actions/upload-artifact from 4.6.2 to 7.0.1 by @dependabot[bot] in #3
- Bump actions/checkout from 4.4.0 to 7.0.1 by @dependabot[bot] in #1
- Bump pnpm/action-setup from f40ffcd9367d9f12939873eb1018b921a783ffaa to b906affcce14559ad1aafd4ab0e942779e9f58b1 by @dependabot[bot] in #2
- Bump actions/setup-node from 4.4.0 to 7.0.0 by @dependabot[bot] in #4
- Tighten Dependabot update policy by @stackloomdev in #11
- Ignore Dependabot major updates for GitHub Actions by @stackloomdev in #14
- Bump @playwright/test from 1.61.1 to 1.62.0 in the development-dependencies group across 1 directory by @dependabot[bot] in #13
- Bump pnpm/action-setup from 4.3.0 to 4.4.0 in the minor-and-patch group by @dependabot[bot] in #15
- feat: complete week-one launch readiness by @stackloomdev in #18
New Contributors
- @dependabot[bot] made their first contribution in #3
- @stackloomdev made their first contribution in #11
Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2
CauseScope v1.0.0-beta.1
CauseScope’s first public beta turns a rendered React element into a local evidence chain: exact TSX, live expression values, deciding conditions, state and reducer transitions, props, network requests, React Query, Zustand, and browser storage.
Highlights
- Select buttons, text, inputs, lists, and other ordinary DOM elements.
- Jump to the exact TypeScript source file, line, and column.
- Inspect real expression operands and conditional results without synthesized explanations.
- Follow state updates and event chains across components and routes.
- Correlate rendered values with Fetch, XHR, React Query, Zustand, and accessed storage keys.
- Export bounded JSON or Markdown traces with a second redaction pass.
- Keep all instrumentation, UI, and editor endpoints out of production builds.
Install
pnpm add -D causescope@betaThis tag supports React 18–19 and Vite 5–6. See the documentation and source at this tag.
Full changelog: https://github.com/stackloomdev/causescope/commits/v1.0.0-beta.1