docs(changelog): capture unreleased changes since v0.21.2#412
Merged
Conversation
Stamp the four placeholder PR refs in the Unreleased block and add the three library changes that landed since v0.21.2 with no changelog entry: - Added: form.onChange + async server validation (#395), the new public surface that motivates the minor bump. - Fixed: the Zod v3 adapter rebuilds nodes from the consumer's own schema, so a mixed Zod-major install no longer silently rejects writes (#383). - Performance: the runtime-performance program (#379), the array write-path trio (#399 / #400 / #402, #403), and linear-time container field-state rollup (#384). Excludes the bench-arena, demo-styling, docs-link, and dev-dep PRs: they are workspace apps and tooling, not the published attaform package, which matches the v0.19-v0.21 changelog scope. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Brings the
## Unreleasedblock current with everything that landed onmainsince v0.21.2,ahead of the minor release. Two parts:
1. Stamped the four placeholder refs the per-PR entries carried as
(#XXX):form.onChangeAdded entry: feat: form.onChange + async server validation #395hasAtPathindex-scoping in perf(arrays): scope hasAtPath to the queried index, not the array length #403 is already described inside the perf(arrays): scope element field-state to its own subtree, not the array length #402 entry, so they share it)2. Wrote three entries for library changes that had none yet:
Zod-major install no longer silently rejects every
setValue(fix(zod-v3): reconstruct slim/stripped nodes version-faithfully to survive zod skew #383)field-state rollup, O(N^2) down to O(N), at the bottom (perf(field-state): linear-time container aggregation via subtree walk #384)
Scope
Documents only the published
attaformpackage. Deliberately excludes the workspace-app and toolingPRs that also merged since v0.21.2, matching the v0.19 to v0.21 changelog scope:
bench-arena(feat(bench-arena): fair, reproducible cross-library Vue form benchmark #382, ci(bench-arena): reliable and fast monthly refresh #385 to chore(bench-arena): refresh benchmark results.json #392, chore(bench-arena): refresh benchmark results.json #398, chore(bench-arena): refresh benchmark results.json #401, chore(bench-arena): refresh benchmark results.json #405 to chore(bench-arena): label the Attaform rows by zod major (Zod 3 / Zod 4) #411)Release note
promote-changelog.mjsrewrites the## Unreleasedline to## v<version>onpnpm version minor,so this whole block promotes intact under the new heading. Merge this, then cut the minor.
No source or test changes; CHANGELOG only.
🤖 Generated with Claude Code