Release 3.6.0#731
Merged
Merged
Conversation
Add a "Data flow between components" section to the Component Tree concept page covering the sanctioned channels ($query down, $emit up, guarded $closest, per-instance createStorage store) and correct the "Mounting order" caveat: an ancestor is resolvable from a child's mounted() when the child is mounted by its parent, but not necessarily on the independent auto-mount path — so never rely on it unguarded. Add a v3 → v4 migration page ($parent/$children/$root → $closest/$query/store) and expand the API deprecation callouts, distinguishing $parent (config.components-gated) from $closest (any constructed ancestor). Co-authored-by: Claude
Co-authored-by: Claude
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #731 +/- ##
=======================================
Coverage 97.42% 97.42%
=======================================
Files 162 162
Lines 3729 3729
Branches 1041 1040 -1
=======================================
Hits 3633 3633
Misses 86 86
Partials 10 10
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Export SizeUnchanged@studiometa/js-toolkit
|
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.
Ship 3.6.0 stable (from the
3.6.0-beta.*line).Included
main): DOM-based__parent/$queryresolution.$querydown,$emitup, guarded$closest, per-instancecreateStoragestore), a corrected "Mounting order" caveat (an ancestor is resolvable from a child'smounted()when mounted by its parent, not necessarily on the independent auto-mount path), a new v3 → v4 migration page, and expanded$parent/$root/$closest/$queryAPI callouts distinguishing$parent(config.components-gated) from$closest(any constructed ancestor).3.6.0across workspaces + CHANGELOG.Docs accuracy was verified against the real 3.6.0 API (imports/exports,
$closestvs$parentsemantics, per-instance store, two-sided handshake) before landing.🤖 Generated with Claude Code