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
21 changes: 12 additions & 9 deletions API-FRICTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -2470,10 +2470,11 @@ Each entry records:
pixels when height is omitted, reports one exact-origin/source versioned
ready event, accepts the trusted theme command, and ignores a wrong-case
command. Typecheck and catalog metadata validation pass.
- Production verification: the public schema-v4 manifest identifies release
`15dcb156a32db361678f4cffeb116a2bd0fc0e79`; its response revision header
identifies artifact `630ed0d13d512288b8e33f3817c80b76e25d6173`. The embed
responds with 200 and no `X-Frame-Options`; normal catalog pages retain
- Production verification: during the `0.0.1` audit, the public schema-v4
manifest identified release `15dcb156a32db361678f4cffeb116a2bd0fc0e79`;
its response revision header identified artifact
`630ed0d13d512288b8e33f3817c80b76e25d6173`. The embed responded with 200 and
no `X-Frame-Options`; normal catalog pages retained
`X-Frame-Options: DENY`. A live browser rendered the requested dark theme,
exact 420-pixel chart height, expanded source, and chart without errors or
warnings.
Expand Down Expand Up @@ -2807,11 +2808,13 @@ Each entry records:
schema-v4 consumer before the release artifact, and PR
[#1083](https://github.com/TanStack/tanstack.com/pull/1083) removed the
schema-v2 validator and compatibility path after production verification.
The public manifest now exposes 100 cases, 430 assets, and 25 datasets at
release `15dcb156` with Observable Plot, Recharts, and ECharts comparison
counts of 68, 21, and 11. Every asset matches its declared byte count and
SHA-256 hash. The list, legacy redirect, detail, opt-in comparison, manifest,
and embed routes pass live HTTP and browser checks.
The verified `0.0.1` publication exposed 100 cases, 430 assets, and 25
datasets at release `15dcb156` with Observable Plot, Recharts, and ECharts
comparison counts of 68, 21, and 11. Every asset matched its declared byte
count and SHA-256 hash. The list, legacy redirect, detail, opt-in comparison,
manifest, and embed routes passed live HTTP and browser checks. Later
catalog publications intentionally identify the current `main` commit
rather than remaining pinned to an npm release tag.

### F-120 — Key-only focus collapsed duplicate observations

Expand Down
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -458,10 +458,12 @@ catalog artifact.
routes load only TanStack code; competitor code remains opt-in.

TanStack.com deployed and verified the schema-v4 consumer before release, then
retired its schema-v2 compatibility path in commit `c4687bf`. The public
manifest identifies Charts release `15dcb156`, contains 100 cases, 430
hash-verified assets, and 25 datasets, and serves the list, detail, comparison,
and embed routes from the native site.
retired its schema-v2 compatibility path in commit `c4687bf`. During `0.0.1`
production verification, the public manifest identified tagged release
`15dcb156`, contained 100 cases, 430 hash-verified assets, and 25 datasets, and
served the list, detail, comparison, and embed routes from the native site.
Later catalog publications intentionally advance with `main`; the `v0.0.1`
Git tag and published `0.0.1` npm versions remain immutable.

## Documentation, comparison, and lineage

Expand Down
Loading