Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/calm-cameras-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/json-cli-default.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/stylex-inspect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-timeline-recording.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @genie-react/cli

## 0.14.0

### Minor Changes

- ef1c58a: Migrate the CLI to JSON output by default, including help, version, setup receipts and failures. Preserve existing tool JSON schemas and --json compatibility, document JSONL batch/fields/hub streams, and bound output with explicit truncation. Diagnostics are JSONL on stderr. Consumers parsing previous human output must migrate to the structured fields; see docs/json-cli.md.
- bc8665f: Add `stylex_inspect`: for apps styled with StyleX in dev mode (`debug: true`), report the applied `stylex.create()` objects by name and source file:line in override order, the CSS each atomic class resolves to (with pseudo/media conditions), `defineVars` tokens with current values, and dynamic style values — by CSS selector or component id. `react_dom_for_component` and `react_component_for_dom` gain a `styleSources` breadcrumb, and DOM selectors skip compiler-generated class names.

### Patch Changes

- Updated dependencies [62472b1]
- Updated dependencies [bc8665f]
- Updated dependencies [16411a2]
- genie-react@0.14.0

## 0.13.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@genie-react/cli",
"version": "0.13.0",
"version": "0.14.0",
"description": "Give AI coding agents live React and TanStack DevTools from the terminal. Inspect, optimize, test, and verify a running app.",
"license": "MIT",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/genie-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# genie-react

## 0.14.0

### Minor Changes

- bc8665f: Add `stylex_inspect`: for apps styled with StyleX in dev mode (`debug: true`), report the applied `stylex.create()` objects by name and source file:line in override order, the CSS each atomic class resolves to (with pseudo/media conditions), `defineVars` tokens with current values, and dynamic style values — by CSS selector or component id. `react_dom_for_component` and `react_component_for_dom` gain a `styleSources` breadcrumb, and DOM selectors skip compiler-generated class names.
- 16411a2: Add an on-demand interaction timeline combining completed browser requests, Query cache updates, React root commits, and TanStack Router navigation. Recording uses bounded retention and one monotonic clock, releases listeners when stopped, and reports coverage gaps and temporal-only correlation through timeline_start, timeline_read, and timeline_stop.

### Patch Changes

- 62472b1: Reduce synchronous render-analysis overhead for wide component lists by reusing bounded sibling identity scans within each commit. Preserve key uniqueness, reorder handling, deadlines, and incomplete coverage reporting.

## 0.13.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/genie-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genie-react",
"version": "0.13.0",
"version": "0.14.0",
"type": "module",
"description": "Live React and TanStack DevTools for AI coding agents. Find performance problems, test app states, and verify fixes end to end.",
"license": "MIT",
Expand Down
Loading