-
Notifications
You must be signed in to change notification settings - Fork 170
iOS FRNAppearanceAdditions: support for multiple trait collections #2697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
lyzhan7
merged 16 commits into
microsoft:main
from
lyzhan7:support-multiple-trait-collections-2
Apr 7, 2023
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
0d117a7
Add checks for the right bridge
lyzhan7 8702c58
Add checks for the right class
lyzhan7 d36eb7e
Check bridge instance, not bundleID
lyzhan7 2fd2176
Fix opening braces
lyzhan7 ac3290f
Merge branch 'main' into support-multiple-trait-collections-2
lyzhan7 95faf94
Update trait collection getters to pass in a viewtag
lyzhan7 b4ca539
Change files
lyzhan7 2fcdbb1
Merge branch 'main' into support-multiple-trait-collections-2
lyzhan7 beb1986
Replace RCTExecuteOnMainQueue with RCTUnsafeExecuteOnMainQueueSync
lyzhan7 72d53d9
Replace viewTag/rootTag with reactTag
lyzhan7 989b8cf
Fix typo
lyzhan7 e103d1f
Add attempt to initialize trait collection so that traits returned ar…
lyzhan7 601c9c5
Move initializeTraitCollection code into its own method
lyzhan7 62d46b9
Add null check for new traits in appearanceChanged event handler
lyzhan7 ea5e09a
Add space
lyzhan7 1b13e99
Fix typos
lyzhan7 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-native-apple-theme-94f6d0fc-ed05-4ddf-9c07-7bb62ee0275c.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "minor", | ||
| "comment": "Add trait collection support for multiwindow", | ||
| "packageName": "@fluentui-react-native/apple-theme", | ||
| "email": "78454019+lyzhan7@users.noreply.github.com", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
...-react-native-experimental-appearance-additions-36f88791-2978-4482-a1a0-c3af49f818cf.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "minor", | ||
| "comment": "Add trait collection support for multiwindow", | ||
| "packageName": "@fluentui-react-native/experimental-appearance-additions", | ||
| "email": "78454019+lyzhan7@users.noreply.github.com", | ||
| "dependentChangeType": "patch" | ||
| } |
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.