fix(runtime): support CSS v-bind() on Lynx native - #378
Open
Huxpro wants to merge 15 commits into
Open
Conversation
Contributor
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
1 task
…tarting dev watch Co-authored-by: TRAE CLI <traecli@bytedance.com>
Co-authored-by: TRAE CLI <traecli@bytedance.com>
- Move use-css-vars.md and LYNX-ISSUES.md from runtime/src/ to packages/vue-lynx/docs/ so rslib does not try to bundle them - Restore root package.json private: true (was accidentally set to false) Co-authored-by: TRAE CLI <traecli@bytedance.com>
Co-authored-by: TRAE CLI <traecli@bytedance.com>
Co-authored-by: TRAE CLI <traecli@bytedance.com>
Revert element-registry.ts and TransitionGroup.ts type annotation changes that were rejected in PR #122 review. Add changeset for the v-bind() CSS vars feature. Co-authored-by: TRAE CLI <traecli@bytedance.com>
Co-authored-by: TRAE CLI <traecli@bytedance.com>
Co-authored-by: TRAE CLI <traecli@bytedance.com>
… in title Co-authored-by: TRAE CLI <traecli@bytedance.com>
Co-authored-by: TRAE CLI <traecli@bytedance.com>
Co-authored-by: TRAE CLI <traecli@bytedance.com>
Engine fix lynx-family/lynx#5912 landed; root-only stamping is the correct description, not "every element". Co-authored-by: TRAE CLI <traecli@bytedance.com>
…ersion Standardize all references on the fix PR (#5912, closing issue #5889) and document that v-bind() in CSS requires Lynx engine >= 3.8.1. Co-authored-by: TRAE CLI <traecli@bytedance.com>
The #5912 propagation code (changed_css_vars, MarkCustomPropertiesDirty, RecursivelyMarkChildrenCSSVariableDirty) first appears in the 3.9.0 tag; 3.8.1 lacks it and no later 3.8.x tag exists. - Bump minimum engine to 3.9.0 in EN/ZH docs, changeset, and code comments - Set enableCSSInheritance: false in css-features example so it cannot mask engine-level custom property propagation - Reword root-only spec comments: they verify BG op emission only, not native descendant cascade Co-authored-by: TRAE CLI <traecli@bytedance.com>
Co-authored-by: TRAE CLI <traecli@bytedance.com>
Huxpro
force-pushed
the
agent/track3-pr144-rebased-20260817
branch
from
August 17, 2026 20:13
f2b2300 to
bc9d5b4
Compare
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.
Supersedes #144
This is the writable, rebased continuation of #144. It preserves the full intended CSS v-bind() behavior while rebasing the PR commits onto current main (4e75e3e). The original cross-fork head is read-only to the maintainer account, so it could not be updated in place.
Original #144 head: b8256b2
Rebased head: bc9d5b4
Summary
Rebase/conflict resolution
Verification
External gates
None remaining. Native descendant-cascade behavior was previously verified on LynxExplorer 3.9.0 with enableCSSInlineVariables: true and enableCSSInheritance: false; local unit tests intentionally cover only BG op emission.