[feat] Add BidiComponentMixin and Widget Presenter#12685
Merged
sfc-gh-bnisco merged 2 commits intodevelopfrom Oct 24, 2025
Merged
[feat] Add BidiComponentMixin and Widget Presenter#12685sfc-gh-bnisco merged 2 commits intodevelopfrom
sfc-gh-bnisco merged 2 commits intodevelopfrom
Conversation
Contributor
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Contributor
✅ PR preview is ready!
|
This was referenced Oct 3, 2025
Collaborator
Author
This was referenced Oct 3, 2025
Contributor
📉 Python coverage change detectedThe Python unit test coverage has decreased by 0.3273%
💡 Consider adding more unit tests to maintain or improve coverage. Coverage by files
|
Contributor
📈 Significant wheel size change detectedThe wheel file size has increased by 0.28% (threshold: 0.25%)
Please verify this change is expected. |
91d0105 to
ece694d
Compare
f5db7dd to
e2b8d82
Compare
ece694d to
cff43f6
Compare
7e186d5 to
83ae089
Compare
cff43f6 to
40ccab0
Compare
bcd84ae to
43098e1
Compare
33c7a63 to
c5cdb0f
Compare
43098e1 to
6ef05da
Compare
c5cdb0f to
381ef4c
Compare
6ef05da to
43c5eb5
Compare
381ef4c to
17bcac7
Compare
43c5eb5 to
47a3566
Compare
17bcac7 to
e57a75c
Compare
47a3566 to
a318454
Compare
e57a75c to
0bff610
Compare
a318454 to
4205955
Compare
0bff610 to
6114eb7
Compare
4205955 to
b00f064
Compare
712c420 to
b325487
Compare
b00f064 to
be5d53f
Compare
b325487 to
f91caa0
Compare
be5d53f to
2a1c0aa
Compare
2a1c0aa to
d3b3439
Compare
f91caa0 to
265edfa
Compare
d3b3439 to
6788511
Compare
6788511 to
a31ef07
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.

Describe your changes
Adds the BidiComponentMixin to support CCv2.
BidiComponentMixinclass that adds the_bidi_componentmethod to theDeltaGeneratoron_{event}_changepatternGitHub Issue Link (if applicable)
Testing Plan
Contribution License Agreement
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.